{
  "collection": {
    "item": [
      {
        "id": "20405c90-e129-4a59-bae5-95163d70fb03",
        "name": "Billing",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "82370d41-e7ed-4ddc-96ef-3738953dbfe6",
            "name": "getChargeDetails | Obtain charge details",
            "request": {
              "name": "getChargeDetails | Obtain charge details",
              "description": {
                "content": "Retrieve comprehensive details about a specific billing charge.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "billing",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "extension",
                  ":extension_id",
                  "charge",
                  ":charge_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "extension_id",
                    "description": "(Required) The unique identifier of the extension"
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "charge_id",
                    "description": "(Required) The unique identifier of the entity charge in the system."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "9e1dd779-5891-4e27-a4bf-6a15eb4daf1d",
                "name": "The request was successfully processed",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "billing",
                      "v1.0",
                      "company",
                      ":company_id",
                      "extension",
                      ":extension_id",
                      "charge",
                      ":charge_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "extension_id",
                        "description": "(Required) The unique identifier of the extension"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "charge_id",
                        "description": "(Required) The unique identifier of the entity charge in the system."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"64b54e711c0570666d5612bb\",\n  \"entity_id\": \"64b0dff8c35f99051888085c\",\n  \"entity_type\": \"extension\",\n  \"name\": \"PRO Plan\",\n  \"term\": \"Will be charged accordingly\",\n  \"charge_type\": \"standalone\",\n  \"pricing_type\": \"recurring\",\n  \"price\": {\n    \"amount\": 199,\n    \"currency_code\": \"INR\"\n  },\n  \"recurring\": {\n    \"interval\": \"month\",\n    \"interval_time\": 1\n  },\n  \"capped_amount\": 0,\n  \"activated_on\": \"2023-07-17T14:21:54.774Z\",\n  \"cancelled_on\": \"2023-07-31T07:10:43.230Z\",\n  \"billing_date\": \"2023-07-17T14:21:54.766Z\",\n  \"current_period\": {\n    \"start_date\": \"2023-07-17T14:21:54.766Z\",\n    \"end_date\": \"2023-08-17T14:21:54.766Z\"\n  },\n  \"status\": \"pending\",\n  \"is_test\": false,\n  \"meta\": {\n    \"name\": \"Google Recaptcha\"\n  },\n  \"created_at\": \"2023-07-17T14:21:37.677Z\",\n  \"modified_at\": \"2023-07-17T14:21:37.677Z\",\n  \"__v\": 0,\n  \"company_id\": \"20\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "fe35cf99-5e97-4936-b6af-ff81da4b6f4d",
                "name": "Resource Not found",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "billing",
                      "v1.0",
                      "company",
                      ":company_id",
                      "extension",
                      ":extension_id",
                      "charge",
                      ":charge_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "extension_id",
                        "description": "(Required) The unique identifier of the extension"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "charge_id",
                        "description": "(Required) The unique identifier of the entity charge in the system."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Charge not found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "c734a534-b77f-4ec1-914e-75633254f80b",
            "name": "getSubscriptionCharge | Retrieve subscription charge details",
            "request": {
              "name": "getSubscriptionCharge | Retrieve subscription charge details",
              "description": {
                "content": "Retrieve detailed information about subscription charges using this API.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "billing",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "extension",
                  ":extension_id",
                  "subscription",
                  ":subscription_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "extension_id",
                    "description": "(Required) The unique identifier of the extension"
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "subscription_id",
                    "description": "(Required) The unique identifier of the subscription"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "834b2920-3e1e-4a25-a3ea-35dc56fe00f2",
                "name": "The request was successfully processed",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "billing",
                      "v1.0",
                      "company",
                      ":company_id",
                      "extension",
                      ":extension_id",
                      "subscription",
                      ":subscription_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "extension_id",
                        "description": "(Required) The unique identifier of the extension"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "subscription_id",
                        "description": "(Required) The unique identifier of the subscription"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"6606ab6d89fdb100d0f39e99\",\n  \"product_suit_id\": \"6606ab6d89fdb100d0f39e88\",\n  \"entity_id\": \"64b0dff8c35f99051888085c\",\n  \"entity_type\": \"extension\",\n  \"name\": \"PRO\",\n  \"status\": \"pending\",\n  \"trial_days\": 0,\n  \"activated_on\": \"2023-07-17T14:21:54.766Z\",\n  \"cancelled_on\": \"2023-07-31T07:10:43.230Z\",\n  \"is_test\": false,\n  \"created_at\": \"2023-07-17T14:21:37.662Z\",\n  \"modified_at\": \"2023-07-17T14:21:37.662Z\",\n  \"company_id\": \"20\",\n  \"line_items\": []\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "da310fb8-7539-4249-a32f-0ca70afac14d",
                "name": "Resource Not found",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "billing",
                      "v1.0",
                      "company",
                      ":company_id",
                      "extension",
                      ":extension_id",
                      "subscription",
                      ":subscription_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "extension_id",
                        "description": "(Required) The unique identifier of the extension"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "subscription_id",
                        "description": "(Required) The unique identifier of the subscription"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Subscription not found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "6dbbe76c-bcec-4376-9647-7bf209eec97d",
            "name": "cancelSubscriptionCharge | Cancel the extension subscription",
            "request": {
              "name": "cancelSubscriptionCharge | Cancel the extension subscription",
              "description": {
                "content": "Cancel an ongoing extension subscription for the company.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "billing",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "extension",
                  ":extension_id",
                  "subscription",
                  ":subscription_id",
                  "cancel"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "extension_id",
                    "description": "(Required) The unique identifier of the extension"
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "subscription_id",
                    "description": "(Required) The unique identifier of the subscription"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null
            },
            "response": [
              {
                "id": "94e7d610-0545-4cb1-b042-179e55a653af",
                "name": "The request was successfully processed",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "billing",
                      "v1.0",
                      "company",
                      ":company_id",
                      "extension",
                      ":extension_id",
                      "subscription",
                      ":subscription_id",
                      "cancel"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "extension_id",
                        "description": "(Required) The unique identifier of the extension"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "subscription_id",
                        "description": "(Required) The unique identifier of the subscription"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"6606ab6d89fdb100d0f39e99\",\n  \"product_suit_id\": \"6606ab6d89fdb100d0f39e88\",\n  \"entity_id\": \"64b0dff8c35f99051888085c\",\n  \"entity_type\": \"extension\",\n  \"name\": \"PRO\",\n  \"status\": \"pending\",\n  \"trial_days\": 0,\n  \"activated_on\": \"2023-07-17T14:21:54.766Z\",\n  \"cancelled_on\": \"2023-07-31T07:10:43.230Z\",\n  \"is_test\": false,\n  \"created_at\": \"2023-07-17T14:21:37.662Z\",\n  \"modified_at\": \"2023-07-17T14:21:37.662Z\",\n  \"company_id\": \"20\",\n  \"line_items\": []\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "65e61b67-99b9-4ff3-9143-4458736621c5",
                "name": "Resource Not found",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "billing",
                      "v1.0",
                      "company",
                      ":company_id",
                      "extension",
                      ":extension_id",
                      "subscription",
                      ":subscription_id",
                      "cancel"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "extension_id",
                        "description": "(Required) The unique identifier of the extension"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "subscription_id",
                        "description": "(Required) The unique identifier of the subscription"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Subscription not found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "8279e4f3-036c-4213-bc35-55bc1c688ba8",
            "name": "createOneTimeCharge | Generate a one-time charge",
            "request": {
              "name": "createOneTimeCharge | Generate a one-time charge",
              "description": {
                "content": "Generate a one-time charge for specific services or products.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "billing",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "extension",
                  ":extension_id",
                  "one_time_charge"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "extension_id",
                    "description": "(Required) The unique identifier of the extension"
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"name\": \"<string>\",\n  \"charge\": {\n    \"name\": \"<string>\",\n    \"term\": \"<string>\",\n    \"pricing_type\": \"<string>\",\n    \"price\": {\n      \"amount\": \"<number>\",\n      \"currency_code\": \"<string>\"\n    },\n    \"capped_amount\": \"<number>\",\n    \"is_test\": \"<boolean>\",\n    \"metadata\": {\n      \"irure_d12\": 58940779.33075553,\n      \"occaecat__9\": -27175330,\n      \"cupidatat0\": 95682556,\n      \"nostrud_67e\": \"irure \"\n    }\n  },\n  \"is_test\": \"<boolean>\",\n  \"return_url\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "8d49ccfa-040e-445e-9036-d2b0454075cd",
                "name": "The request was successfully processed",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "billing",
                      "v1.0",
                      "company",
                      ":company_id",
                      "extension",
                      ":extension_id",
                      "one_time_charge"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "extension_id",
                        "description": "(Required) The unique identifier of the extension"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Test Plan\",\n  \"charge\": {\n    \"name\": \"Test Plan\",\n    \"term\": \"Will be charged on every month\",\n    \"pricing_type\": \"one_time\",\n    \"price\": {\n      \"amount\": 1000,\n      \"currency_code\": \"INR\"\n    },\n    \"capped_amount\": 0,\n    \"is_test\": false,\n    \"metadata\": {\n      \"name\": \"Test extension\"\n    }\n  },\n  \"is_test\": false,\n  \"return_url\": \"http://localdev.xyz.de/subscription-status\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"charge\": {\n    \"final_charge\": {\n      \"_id\": \"660f91194f9fee2c0f08ce38\",\n      \"entity_id\": \"64b54e711c0570321b5612ad\",\n      \"entity_type\": \"extension\",\n      \"subscriber_id\": \"5f0dd8939d35180069468bbb\",\n      \"name\": \"Test Plan\",\n      \"term\": \"Will be charged on every month\",\n      \"charge_type\": \"standalone\",\n      \"pricing_type\": \"one_time\",\n      \"price\": {\n        \"amount\": 1000,\n        \"currency_code\": \"INR\"\n      },\n      \"capped_amount\": 0,\n      \"activated_on\": null,\n      \"cancelled_on\": null,\n      \"billing_date\": null,\n      \"status\": \"pending\",\n      \"is_test\": false,\n      \"return_url\": \"http://localdev.xyz.de/subscription-status\",\n      \"meta\": {\n        \"name\": \"Chatbots\"\n      },\n      \"created_at\": \"2024-04-05T05:50:17.029Z\",\n      \"modified_at\": \"2024-04-05T05:50:17.029Z\",\n      \"__v\": 0\n    }\n  },\n  \"confirm_url\": \"https://platform./company/20/extension/64b54e711c0570321b5612ad/charge/660f91194f9fee2c0f08ce38/authorize_charge?x-fp-date=20240405T055017Z&x-fp-signature=v1%3A0799d6ac93d0a245dd647493bc69af09e554c286f3e56e72b315691f5beea7a4\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "5ab61f33-fb24-4a81-8032-b3c6e353e9c9",
                "name": "Request failed due to invalid data",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "billing",
                      "v1.0",
                      "company",
                      ":company_id",
                      "extension",
                      ":extension_id",
                      "one_time_charge"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "extension_id",
                        "description": "(Required) The unique identifier of the extension"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Test Plan\",\n  \"charge\": {\n    \"name\": \"Test Plan\",\n    \"term\": \"Will be charged on every month\",\n    \"pricing_type\": \"one_time\",\n    \"price\": {\n      \"amount\": 1000,\n      \"currency_code\": \"INR\"\n    },\n    \"capped_amount\": 0,\n    \"is_test\": false,\n    \"metadata\": {\n      \"name\": \"Test extension\"\n    }\n  },\n  \"is_test\": false,\n  \"return_url\": \"http://localdev.xyz.de/subscription-status\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Missing `one_time` field\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "76b68a45-dee8-427d-a784-7c4e0e4fa764",
            "name": "createSubscriptionCharge | Initiate subscription billing",
            "request": {
              "name": "createSubscriptionCharge | Initiate subscription billing",
              "description": {
                "content": "Initiates and registers a subscription charge for a specific extension for a given company.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "billing",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "extension",
                  ":extension_id",
                  "subscription"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "extension_id",
                    "description": "(Required) The unique identifier of the extension"
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"name\": \"<string>\",\n  \"line_items\": [\n    {\n      \"name\": \"<string>\",\n      \"term\": \"<string>\",\n      \"pricing_type\": \"<string>\",\n      \"price\": {\n        \"amount\": \"<number>\",\n        \"currency_code\": \"<string>\"\n      },\n      \"recurring\": {\n        \"interval\": \"<string>\"\n      },\n      \"capped_amount\": \"<number>\",\n      \"trial_days\": \"<number>\",\n      \"is_test\": \"<boolean>\",\n      \"metadata\": {\n        \"magna_8\": false,\n        \"anim_c\": 33873860,\n        \"infad\": false,\n        \"amet_9\": 37875785.78905851\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"term\": \"<string>\",\n      \"pricing_type\": \"<string>\",\n      \"price\": {\n        \"amount\": \"<number>\",\n        \"currency_code\": \"<string>\"\n      },\n      \"recurring\": {\n        \"interval\": \"<string>\"\n      },\n      \"capped_amount\": \"<number>\",\n      \"trial_days\": \"<number>\",\n      \"is_test\": \"<boolean>\",\n      \"metadata\": {\n        \"laboris_5\": -93174586.90704927,\n        \"cillum_3f7\": \"nost\",\n        \"pariatur_3\": true\n      }\n    }\n  ],\n  \"return_url\": \"<string>\",\n  \"trial_days\": \"<number>\",\n  \"is_test\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "8200781d-3772-4066-94b0-eba887378a78",
                "name": "The request was successfully processed",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "billing",
                      "v1.0",
                      "company",
                      ":company_id",
                      "extension",
                      ":extension_id",
                      "subscription"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "extension_id",
                        "description": "(Required) The unique identifier of the extension"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Test Plan\",\n  \"line_items\": [\n    {\n      \"name\": \"Test Plan\",\n      \"term\": \"Will be charged on every month\",\n      \"pricing_type\": \"one_time\",\n      \"price\": {\n        \"amount\": 1000,\n        \"currency_code\": \"INR\"\n      },\n      \"capped_amount\": 0,\n      \"is_test\": false\n    }\n  ],\n  \"return_url\": \"http://localdev.xyz.de/subscription-status\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"confirm_url\": \"http://localdev.xyz.de/subscription-status\",\n  \"subscription\": {\n    \"_id\": \"6606ab6d89fdb100d0f39e99\",\n    \"product_suit_id\": \"6606ab6d89fdb100d0f39e88\",\n    \"entity_id\": \"64b0dff8c35f99051888085c\",\n    \"entity_type\": \"extension\",\n    \"name\": \"PRO\",\n    \"status\": \"pending\",\n    \"trial_days\": 0,\n    \"is_test\": false,\n    \"created_at\": \"2023-07-17T14:21:37.662Z\",\n    \"modified_at\": \"2023-07-17T14:21:37.662Z\",\n    \"subscriber_id\": \"6606ab6d89fdb100d0f39e88\",\n    \"line_items\": [],\n    \"return_url\": \"http://localdev.xyz.de/subscription-status\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "3cef1491-f10d-4baa-8a4e-78992dc625aa",
                "name": "Request failed due to invalid data",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "billing",
                      "v1.0",
                      "company",
                      ":company_id",
                      "extension",
                      ":extension_id",
                      "subscription"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "extension_id",
                        "description": "(Required) The unique identifier of the extension"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Test Plan\",\n  \"line_items\": [\n    {\n      \"name\": \"Test Plan\",\n      \"term\": \"Will be charged on every month\",\n      \"pricing_type\": \"one_time\",\n      \"price\": {\n        \"amount\": 1000,\n        \"currency_code\": \"INR\"\n      },\n      \"capped_amount\": 0,\n      \"is_test\": false\n    }\n  ],\n  \"return_url\": \"http://localdev.xyz.de/subscription-status\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Multiple `recurring charges` not allowed\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      },
      {
        "id": "2764de9d-e895-4377-b8ac-bc0f4329cfa8",
        "name": "Cart",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "35950e27-4de9-42ec-b96c-5767b9704e69",
            "name": "getCoupons | List of coupons",
            "request": {
              "name": "getCoupons | List of coupons",
              "description": {
                "content": "Retrieve a list of all created coupons for specific sales channel. It also supports searching based on text search, pagination and other flags to filter coupons.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "coupon"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "0"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10"
                  },
                  {
                    "disabled": false,
                    "key": "is_archived",
                    "value": "false"
                  },
                  {
                    "disabled": false,
                    "key": "title",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "is_public",
                    "value": "<boolean>"
                  },
                  {
                    "disabled": false,
                    "key": "is_display",
                    "value": "<boolean>"
                  },
                  {
                    "disabled": false,
                    "key": "type_slug",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "code",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "created_by",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "reviewed_by",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "approved_start_time",
                    "value": "<dateTime>"
                  },
                  {
                    "disabled": false,
                    "key": "approved_end_time",
                    "value": "<dateTime>"
                  },
                  {
                    "disabled": false,
                    "key": "review_start_time",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "review_end_time",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "status",
                    "value": "<string>"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "312e52fc-7565-490e-9958-5ee0848c039e",
                "name": "Coupon List for sent page_size and page_no",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "coupon"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "0"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "is_archived",
                        "value": "false"
                      },
                      {
                        "key": "title",
                        "value": "<string>"
                      },
                      {
                        "key": "is_public",
                        "value": "<boolean>"
                      },
                      {
                        "key": "is_display",
                        "value": "<boolean>"
                      },
                      {
                        "key": "type_slug",
                        "value": "<string>"
                      },
                      {
                        "key": "code",
                        "value": "<string>"
                      },
                      {
                        "key": "created_by",
                        "value": "<string>"
                      },
                      {
                        "key": "reviewed_by",
                        "value": "<string>"
                      },
                      {
                        "key": "approved_start_time",
                        "value": "<dateTime>"
                      },
                      {
                        "key": "approved_end_time",
                        "value": "<dateTime>"
                      },
                      {
                        "key": "review_start_time",
                        "value": "<string>"
                      },
                      {
                        "key": "review_end_time",
                        "value": "<string>"
                      },
                      {
                        "key": "status",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"_id\": \"5e1d9bec6d6b7e000146c840\",\n      \"rule\": [],\n      \"identifiers\": {},\n      \"validity\": {\n        \"priority\": 0\n      },\n      \"type_slug\": \"bundle_quantity_absolute\",\n      \"display_meta\": {\n        \"title\": \"percent50 title\"\n      },\n      \"_schedule\": {\n        \"next_schedule\": [\n          {\n            \"start\": \"2020-01-14T10:45:03.600Z\",\n            \"end\": \"2020-01-16T10:45:03.000Z\"\n          }\n        ],\n        \"duration\": null,\n        \"status\": \"approved\",\n        \"start\": \"2020-01-14T10:45:03.600Z\",\n        \"end\": \"2020-01-16T10:45:03.000Z\",\n        \"cron\": \"\"\n      },\n      \"state\": {\n        \"is_public\": true,\n        \"is_display\": true,\n        \"is_archived\": false\n      },\n      \"ownership\": {\n        \"payable_category\": \"seller\",\n        \"payable_by\": \"\"\n      },\n      \"code\": \"percent50\",\n      \"rule_definition\": {\n        \"type\": \"percentage\",\n        \"scope\": [\n          \"category_id\"\n        ],\n        \"applicable_on\": \"quantity\",\n        \"calculate_on\": \"esp\",\n        \"value_type\": \"percentage\"\n      }\n    }\n  ],\n  \"page\": {\n    \"type\": \"\",\n    \"has_next\": true,\n    \"size\": 10,\n    \"current\": 1,\n    \"item_total\": 30\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e0602a1c-4a83-47be-ac27-ede5ff603c9c",
            "name": "createCoupon | Create a coupon",
            "request": {
              "name": "createCoupon | Create a coupon",
              "description": {
                "content": "Creates a new coupon based on the selected coupon type. Sellers can choose from multiple supported coupon types, including percentage value, fixed amount value, bundled discount, buy X get Y items, and more, along with customizable coupon criteria to meet specific business requirements.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "coupon"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"code\": \"<string>\",\n  \"type_slug\": \"<string>\",\n  \"date_meta\": {\n    \"modified_on\": null,\n    \"created_on\": null,\n    \"approved_on\": null,\n    \"rejected_on\": null,\n    \"reviewed_on\": null\n  },\n  \"ownership\": {\n    \"payable_category\": \"<string>\",\n    \"payable_by\": \"<string>\"\n  },\n  \"author\": {\n    \"created_by\": null,\n    \"modified_by\": null,\n    \"approved_by\": null,\n    \"rejected_by\": null,\n    \"reviewed_by\": null\n  },\n  \"state\": {\n    \"is_archived\": false,\n    \"is_display\": true,\n    \"is_public\": true\n  },\n  \"restrictions\": {\n    \"payments\": {\n      \"codes\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"iins\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"networks\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"uses\": {\n        \"max\": \"<integer>\"\n      }\n    },\n    \"user_type\": \"<string>\",\n    \"price_range\": {\n      \"min\": \"<number>\",\n      \"max\": \"<number>\"\n    },\n    \"platforms\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"post_order\": {\n      \"cancellation_allowed\": true,\n      \"return_allowed\": true\n    },\n    \"bulk_bundle\": {\n      \"multi_store_allowed\": \"<boolean>\"\n    },\n    \"user_groups\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"coupon_allowed\": \"<boolean>\",\n    \"uses\": {\n      \"maximum\": {\n        \"user\": \"<integer>\",\n        \"total\": \"<integer>\",\n        \"app\": \"<integer>\"\n      },\n      \"remaining\": {\n        \"user\": \"<integer>\",\n        \"total\": \"<integer>\",\n        \"app\": \"<integer>\"\n      }\n    },\n    \"ordering_stores\": [\n      \"<integer>\",\n      \"<integer>\"\n    ]\n  },\n  \"validation\": {\n    \"anonymous\": \"<boolean>\",\n    \"user_registered_after\": null\n  },\n  \"action\": {\n    \"action_date\": null,\n    \"txn_mode\": \"coupon\"\n  },\n  \"coupon_type\": \"<string>\",\n  \"coupon_prefix\": \"<string>\",\n  \"coupon_counts\": 1,\n  \"_schedule\": {\n    \"end\": null,\n    \"start\": \"<dateTime>\",\n    \"next_schedule\": [\n      \"<object>\",\n      \"<object>\"\n    ],\n    \"cron\": null,\n    \"status\": \"draft\",\n    \"duration\": null\n  },\n  \"rule\": [\n    {\n      \"key\": \"<float>\",\n      \"value\": \"<float>\",\n      \"max\": \"<float>\",\n      \"discount_qty\": \"<float>\",\n      \"min\": \"<float>\"\n    },\n    {\n      \"key\": \"<float>\",\n      \"value\": \"<float>\",\n      \"max\": \"<float>\",\n      \"discount_qty\": \"<float>\",\n      \"min\": \"<float>\"\n    }\n  ],\n  \"display_meta\": {\n    \"title\": \"<string>\",\n    \"auto\": {\n      \"title\": \"<string>\",\n      \"subtitle\": \"<string>\"\n    },\n    \"apply\": {\n      \"title\": \"<string>\",\n      \"subtitle\": \"<string>\"\n    },\n    \"remove\": {\n      \"title\": \"<string>\",\n      \"subtitle\": \"<string>\"\n    },\n    \"subtitle\": \"<string>\",\n    \"description\": \"<string>\"\n  },\n  \"identifiers\": {\n    \"alu\": \"<string>\",\n    \"ean\": \"<string>\",\n    \"sku_code\": \"<string>\",\n    \"upc\": \"<string>\",\n    \"isbn\": \"<string>\"\n  },\n  \"validity\": {\n    \"priority\": \"<integer>\"\n  },\n  \"rule_definition\": {\n    \"currency_code\": \"INR\",\n    \"auto_apply\": \"<boolean>\",\n    \"type\": \"<string>\",\n    \"is_exact\": false,\n    \"applicable_on\": \"<string>\",\n    \"calculate_on\": \"<string>\",\n    \"value_type\": \"<string>\",\n    \"scope\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "422a8dad-216b-497a-9e1b-91845aa28e0f",
                "name": "Coupon Created successfully",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "coupon"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"rule_definition\": {\n    \"scope\": [\n      \"brand_id\"\n    ],\n    \"calculate_on\": \"esp\",\n    \"is_exact\": false,\n    \"currency_code\": \"INR\",\n    \"type\": \"bundle\",\n    \"applicable_on\": \"quantity\",\n    \"auto_apply\": false,\n    \"value_type\": \"absolute\"\n  },\n  \"display_meta\": {\n    \"description\": \"\",\n    \"remove\": {\n      \"subtitle\": \"\",\n      \"title\": \"\"\n    },\n    \"apply\": {\n      \"subtitle\": \"You saved 1000 bucks\",\n      \"title\": \"Wow! You just got an awesome deal\"\n    },\n    \"subtitle\": \"test subtitle\",\n    \"auto\": {\n      \"subtitle\": \"\",\n      \"title\": \"\"\n    },\n    \"title\": \"1000 Off on first 2 items\"\n  },\n  \"rule\": [\n    {\n      \"max\": 0,\n      \"min\": 3000,\n      \"value\": 1001,\n      \"key\": 2\n    }\n  ],\n  \"state\": {\n    \"is_display\": true,\n    \"is_archived\": false,\n    \"is_public\": true\n  },\n  \"identifiers\": {\n    \"user_id\": [],\n    \"brand_id\": [\n      9\n    ]\n  },\n  \"ownership\": {\n    \"payable_category\": \"seller\",\n    \"payable_by\": \"\"\n  },\n  \"_schedule\": {\n    \"duration\": null,\n    \"end\": \"2019-10-19T08:47:39.025Z\",\n    \"next_schedule\": [\n      {\n        \"start\": \"2019-10-18T08:35:39.000Z\",\n        \"end\": \"2019-10-19T08:47:39.025Z\"\n      }\n    ],\n    \"status\": \"approved\",\n    \"start\": \"2019-10-18T08:35:39.000Z\",\n    \"cron\": null\n  },\n  \"validation\": {\n    \"user_registered_after\": null,\n    \"app_id\": [\n      \"5e1d9bec6d6b7e000146c840\"\n    ],\n    \"anonymous\": true\n  },\n  \"validity\": {\n    \"priority\": 0\n  },\n  \"action\": {\n    \"action_date\": null,\n    \"txn_mode\": \"coupon\"\n  },\n  \"type_slug\": \"bundle_quantity_absolute\",\n  \"coupon_counts\": 1,\n  \"coupon_type\": \"single\",\n  \"coupon_prefix\": null,\n  \"restrictions\": {\n    \"uses\": {\n      \"remaining\": {\n        \"app\": -1,\n        \"total\": -1,\n        \"user\": -1\n      },\n      \"maximum\": {\n        \"app\": -1,\n        \"total\": -1,\n        \"user\": -1\n      }\n    },\n    \"post_order\": {\n      \"return_allowed\": true,\n      \"cancellation_allowed\": true\n    },\n    \"platforms\": [\n      \"web\",\n      \"android\",\n      \"ios\"\n    ]\n  },\n  \"code\": \"1000off\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Created",
                "code": 201,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"Coupon Created\",\n  \"_id\": \"66e982391aef843e19f52991\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "09030a0b-f1b3-4744-9b11-49dc86942bcb",
                "name": "Invalid coupon data or existing coupon code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "coupon"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"rule_definition\": {\n    \"scope\": [\n      \"brand_id\"\n    ],\n    \"calculate_on\": \"esp\",\n    \"is_exact\": false,\n    \"currency_code\": \"INR\",\n    \"type\": \"bundle\",\n    \"applicable_on\": \"quantity\",\n    \"auto_apply\": false,\n    \"value_type\": \"absolute\"\n  },\n  \"display_meta\": {\n    \"description\": \"\",\n    \"remove\": {\n      \"subtitle\": \"\",\n      \"title\": \"\"\n    },\n    \"apply\": {\n      \"subtitle\": \"You saved 1000 bucks\",\n      \"title\": \"Wow! You just got an awesome deal\"\n    },\n    \"subtitle\": \"test subtitle\",\n    \"auto\": {\n      \"subtitle\": \"\",\n      \"title\": \"\"\n    },\n    \"title\": \"1000 Off on first 2 items\"\n  },\n  \"rule\": [\n    {\n      \"max\": 0,\n      \"min\": 3000,\n      \"value\": 1001,\n      \"key\": 2\n    }\n  ],\n  \"state\": {\n    \"is_display\": true,\n    \"is_archived\": false,\n    \"is_public\": true\n  },\n  \"identifiers\": {\n    \"user_id\": [],\n    \"brand_id\": [\n      9\n    ]\n  },\n  \"ownership\": {\n    \"payable_category\": \"seller\",\n    \"payable_by\": \"\"\n  },\n  \"_schedule\": {\n    \"duration\": null,\n    \"end\": \"2019-10-19T08:47:39.025Z\",\n    \"next_schedule\": [\n      {\n        \"start\": \"2019-10-18T08:35:39.000Z\",\n        \"end\": \"2019-10-19T08:47:39.025Z\"\n      }\n    ],\n    \"status\": \"approved\",\n    \"start\": \"2019-10-18T08:35:39.000Z\",\n    \"cron\": null\n  },\n  \"validation\": {\n    \"user_registered_after\": null,\n    \"app_id\": [\n      \"5e1d9bec6d6b7e000146c840\"\n    ],\n    \"anonymous\": true\n  },\n  \"validity\": {\n    \"priority\": 0\n  },\n  \"action\": {\n    \"action_date\": null,\n    \"txn_mode\": \"coupon\"\n  },\n  \"type_slug\": \"bundle_quantity_absolute\",\n  \"coupon_counts\": 1,\n  \"coupon_type\": \"single\",\n  \"coupon_prefix\": null,\n  \"restrictions\": {\n    \"uses\": {\n      \"remaining\": {\n        \"app\": -1,\n        \"total\": -1,\n        \"user\": -1\n      },\n      \"maximum\": {\n        \"app\": -1,\n        \"total\": -1,\n        \"user\": -1\n      }\n    },\n    \"post_order\": {\n      \"return_allowed\": true,\n      \"cancellation_allowed\": true\n    },\n    \"platforms\": [\n      \"web\",\n      \"android\",\n      \"ios\"\n    ]\n  },\n  \"code\": \"1000off\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"message\": \"Coupon already code exist\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "f17f8ef8-1c1c-43dd-9234-a4be8e6604b3",
            "name": "getCouponById | Get a coupon",
            "request": {
              "name": "getCouponById | Get a coupon",
              "description": {
                "content": "Retrieve details of a specific coupon by providing its unique identifier to obtain information such as coupon type, rules, validity period and other related information.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "coupon",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "6285e446-6e70-4cd1-89d3-0f5e320dc038",
                "name": "Coupon object for sent coupon id",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "coupon",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"5e1d9bec6d6b7e000146c840\",\n  \"validation\": {\n    \"anonymous\": true,\n    \"app_id\": [\n      \"5cd3db5e9d692cfe5302a7ba\"\n    ],\n    \"user_registered_after\": null\n  },\n  \"rule\": [\n    {\n      \"key\": 1,\n      \"max\": 1500,\n      \"min\": 3000,\n      \"value\": 50\n    }\n  ],\n  \"display_meta\": {\n    \"title\": \"percent50 title\",\n    \"description\": \"percent50 description\",\n    \"auto\": {\n      \"title\": \"\",\n      \"subtitle\": \"\"\n    },\n    \"subtitle\": \"percent50 subtitle\",\n    \"remove\": {\n      \"title\": \"\",\n      \"subtitle\": \"\"\n    },\n    \"apply\": {\n      \"title\": \"percen50 mt\",\n      \"subtitle\": \"percen50 ms\"\n    }\n  },\n  \"date_meta\": {\n    \"modified_on\": \"2020-02-04T14:27:00.577Z\",\n    \"created_on\": \"2020-01-14T10:46:04.474Z\",\n    \"approved_on\": \"2022-01-11T05:47:11.503Z\",\n    \"rejected_on\": \"2022-01-11T05:47:11.503Z\",\n    \"reviewed_on\": \"2022-01-11T05:47:11.503Z\"\n  },\n  \"action\": {\n    \"action_date\": null,\n    \"txn_mode\": \"coupon\"\n  },\n  \"identifiers\": {\n    \"category_id\": [\n      465,\n      192,\n      133,\n      134,\n      150,\n      151,\n      155,\n      193,\n      157,\n      191,\n      154,\n      152,\n      417,\n      168,\n      416,\n      167,\n      166,\n      162,\n      161,\n      163,\n      165,\n      160\n    ],\n    \"user_id\": [],\n    \"store_id\": [],\n    \"company_id\": []\n  },\n  \"author\": {\n    \"modified_by\": \"23109086\",\n    \"created_by\": \"23206328\",\n    \"approved_by\": \"23206328\",\n    \"rejected_by\": \"23206328\",\n    \"reviewed_by\": \"23206328\"\n  },\n  \"_schedule\": {\n    \"next_schedule\": [\n      {\n        \"start\": \"2020-01-14T10:45:03.600Z\",\n        \"end\": \"2020-01-16T10:45:03.000Z\"\n      }\n    ],\n    \"duration\": null,\n    \"start\": \"2020-01-14T10:45:03.600Z\",\n    \"status\": \"approved\",\n    \"end\": \"2020-01-16T10:45:03.000Z\",\n    \"cron\": \"\"\n  },\n  \"state\": {\n    \"is_public\": true,\n    \"is_display\": true,\n    \"is_archived\": false\n  },\n  \"ownership\": {\n    \"payable_category\": \"seller\",\n    \"payable_by\": \"\"\n  },\n  \"validity\": {\n    \"priority\": 0\n  },\n  \"code\": \"percent50\",\n  \"coupon_counts\": 1,\n  \"coupon_type\": \"single\",\n  \"coupon_prefix\": null,\n  \"rule_definition\": {\n    \"calculate_on\": \"esp\",\n    \"value_type\": \"percentage\",\n    \"is_exact\": false,\n    \"type\": \"percentage\",\n    \"scope\": [\n      \"category_id\"\n    ],\n    \"auto_apply\": false,\n    \"applicable_on\": \"quantity\",\n    \"currency_code\": \"INR\"\n  },\n  \"restrictions\": {\n    \"price_range\": {\n      \"max\": -1,\n      \"min\": -1\n    },\n    \"uses\": {\n      \"remaining\": {\n        \"app\": -1,\n        \"user\": -1,\n        \"total\": -1\n      },\n      \"maximum\": {\n        \"app\": -1,\n        \"user\": -1,\n        \"total\": -1\n      }\n    },\n    \"post_order\": {\n      \"cancellation_allowed\": true,\n      \"return_allowed\": true\n    },\n    \"platforms\": [\n      \"web\",\n      \"android\",\n      \"ios\"\n    ]\n  },\n  \"type_slug\": \"percentage_quantity_percentage\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "4e3e42f3-d373-4db9-a721-5e2ad38b3924",
                "name": "Coupon not found for passed `id`",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "coupon",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"message\": \"Coupon Not found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "3ba5c5c6-2cde-4845-ba24-c957182083e1",
            "name": "updateCoupon | Update a coupon",
            "request": {
              "name": "updateCoupon | Update a coupon",
              "description": {
                "content": "Update the details of an existing coupon by specifying its unique identifier. This includes modifying coupon attributes such as discount percentage, validity period, and associated conditions. Leveraging this functionality allows businesses to quickly adapt their promotional strategies to changing market dynamics.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "coupon",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"code\": \"<string>\",\n  \"type_slug\": \"<string>\",\n  \"date_meta\": {\n    \"modified_on\": null,\n    \"created_on\": null,\n    \"approved_on\": null,\n    \"rejected_on\": null,\n    \"reviewed_on\": null\n  },\n  \"ownership\": {\n    \"payable_category\": \"<string>\",\n    \"payable_by\": \"<string>\"\n  },\n  \"author\": {\n    \"created_by\": null,\n    \"modified_by\": null,\n    \"approved_by\": null,\n    \"rejected_by\": null,\n    \"reviewed_by\": null\n  },\n  \"state\": {\n    \"is_archived\": false,\n    \"is_display\": true,\n    \"is_public\": true\n  },\n  \"restrictions\": {\n    \"payments\": {\n      \"codes\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"iins\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"networks\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"uses\": {\n        \"max\": \"<integer>\"\n      }\n    },\n    \"user_type\": \"<string>\",\n    \"price_range\": {\n      \"min\": \"<number>\",\n      \"max\": \"<number>\"\n    },\n    \"platforms\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"post_order\": {\n      \"cancellation_allowed\": true,\n      \"return_allowed\": true\n    },\n    \"bulk_bundle\": {\n      \"multi_store_allowed\": \"<boolean>\"\n    },\n    \"user_groups\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"coupon_allowed\": \"<boolean>\",\n    \"uses\": {\n      \"maximum\": {\n        \"user\": \"<integer>\",\n        \"total\": \"<integer>\",\n        \"app\": \"<integer>\"\n      },\n      \"remaining\": {\n        \"user\": \"<integer>\",\n        \"total\": \"<integer>\",\n        \"app\": \"<integer>\"\n      }\n    },\n    \"ordering_stores\": [\n      \"<integer>\",\n      \"<integer>\"\n    ]\n  },\n  \"validation\": {\n    \"anonymous\": \"<boolean>\",\n    \"user_registered_after\": null\n  },\n  \"action\": {\n    \"action_date\": null,\n    \"txn_mode\": \"coupon\"\n  },\n  \"_schedule\": {\n    \"end\": null,\n    \"start\": \"<dateTime>\",\n    \"next_schedule\": [\n      \"<object>\",\n      \"<object>\"\n    ],\n    \"cron\": null,\n    \"status\": \"draft\",\n    \"duration\": null\n  },\n  \"rule\": [\n    {\n      \"key\": \"<float>\",\n      \"value\": \"<float>\",\n      \"max\": \"<float>\",\n      \"discount_qty\": \"<float>\",\n      \"min\": \"<float>\"\n    },\n    {\n      \"key\": \"<float>\",\n      \"value\": \"<float>\",\n      \"max\": \"<float>\",\n      \"discount_qty\": \"<float>\",\n      \"min\": \"<float>\"\n    }\n  ],\n  \"display_meta\": {\n    \"title\": \"<string>\",\n    \"auto\": {\n      \"title\": \"<string>\",\n      \"subtitle\": \"<string>\"\n    },\n    \"apply\": {\n      \"title\": \"<string>\",\n      \"subtitle\": \"<string>\"\n    },\n    \"remove\": {\n      \"title\": \"<string>\",\n      \"subtitle\": \"<string>\"\n    },\n    \"subtitle\": \"<string>\",\n    \"description\": \"<string>\"\n  },\n  \"coupon_type\": \"<string>\",\n  \"coupon_prefix\": \"<string>\",\n  \"coupon_counts\": 1,\n  \"reason\": \"<string>\",\n  \"identifiers\": {\n    \"alu\": \"<string>\",\n    \"ean\": \"<string>\",\n    \"sku_code\": \"<string>\",\n    \"upc\": \"<string>\",\n    \"isbn\": \"<string>\"\n  },\n  \"validity\": {\n    \"priority\": \"<integer>\"\n  },\n  \"rule_definition\": {\n    \"currency_code\": \"INR\",\n    \"auto_apply\": \"<boolean>\",\n    \"type\": \"<string>\",\n    \"is_exact\": false,\n    \"applicable_on\": \"<string>\",\n    \"calculate_on\": \"<string>\",\n    \"value_type\": \"<string>\",\n    \"scope\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "56cb1222-2ac5-413a-a3af-80d918407a85",
                "name": "Coupon updated successfully",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "coupon",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"rule_definition\": {\n    \"scope\": [\n      \"brand_id\"\n    ],\n    \"calculate_on\": \"esp\",\n    \"is_exact\": false,\n    \"currency_code\": \"INR\",\n    \"type\": \"bundle\",\n    \"applicable_on\": \"quantity\",\n    \"auto_apply\": false,\n    \"value_type\": \"absolute\"\n  },\n  \"display_meta\": {\n    \"description\": \"\",\n    \"remove\": {\n      \"subtitle\": \"\",\n      \"title\": \"\"\n    },\n    \"apply\": {\n      \"subtitle\": \"You saved 1000 bucks\",\n      \"title\": \"Wow! You just got an awesome deal\"\n    },\n    \"subtitle\": \"test subtitle\",\n    \"auto\": {\n      \"subtitle\": \"\",\n      \"title\": \"\"\n    },\n    \"title\": \"1000 Off on first 2 items\"\n  },\n  \"rule\": [\n    {\n      \"max\": 0,\n      \"min\": 3000,\n      \"value\": 1001,\n      \"key\": 2\n    }\n  ],\n  \"state\": {\n    \"is_display\": true,\n    \"is_archived\": false,\n    \"is_public\": true\n  },\n  \"identifiers\": {\n    \"user_id\": [],\n    \"brand_id\": [\n      9\n    ]\n  },\n  \"ownership\": {\n    \"payable_category\": \"seller\",\n    \"payable_by\": \"\"\n  },\n  \"_schedule\": {\n    \"duration\": null,\n    \"end\": \"2019-10-19T08:47:39.025Z\",\n    \"next_schedule\": [\n      {\n        \"start\": \"2019-10-18T08:35:39.000Z\",\n        \"end\": \"2019-10-19T08:47:39.025Z\"\n      }\n    ],\n    \"status\": \"approved\",\n    \"start\": \"2019-10-18T08:35:39.000Z\",\n    \"cron\": null\n  },\n  \"validation\": {\n    \"user_registered_after\": null,\n    \"app_id\": [\n      \"5e1d9bec6d6b7e000146c840\"\n    ],\n    \"anonymous\": true\n  },\n  \"validity\": {\n    \"priority\": 0\n  },\n  \"action\": {\n    \"action_date\": null,\n    \"txn_mode\": \"coupon\"\n  },\n  \"type_slug\": \"bundle_quantity_absolute\",\n  \"coupon_counts\": 1,\n  \"coupon_type\": \"single\",\n  \"coupon_prefix\": null,\n  \"reason\": null,\n  \"restrictions\": {\n    \"uses\": {\n      \"remaining\": {\n        \"app\": -1,\n        \"total\": -1,\n        \"user\": -1\n      },\n      \"maximum\": {\n        \"app\": -1,\n        \"total\": -1,\n        \"user\": -1\n      }\n    },\n    \"post_order\": {\n      \"return_allowed\": true,\n      \"cancellation_allowed\": true\n    },\n    \"platforms\": [\n      \"web\",\n      \"android\",\n      \"ios\"\n    ]\n  },\n  \"code\": \"1000off\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"Coupon Updated\",\n  \"_id\": \"66e982391aef843e19f52991\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "981125c1-5f37-4cf3-abfe-b14ab168b66c",
                "name": "Coupon not found for coupon id from path params",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "coupon",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"rule_definition\": {\n    \"scope\": [\n      \"brand_id\"\n    ],\n    \"calculate_on\": \"esp\",\n    \"is_exact\": false,\n    \"currency_code\": \"INR\",\n    \"type\": \"bundle\",\n    \"applicable_on\": \"quantity\",\n    \"auto_apply\": false,\n    \"value_type\": \"absolute\"\n  },\n  \"display_meta\": {\n    \"description\": \"\",\n    \"remove\": {\n      \"subtitle\": \"\",\n      \"title\": \"\"\n    },\n    \"apply\": {\n      \"subtitle\": \"You saved 1000 bucks\",\n      \"title\": \"Wow! You just got an awesome deal\"\n    },\n    \"subtitle\": \"test subtitle\",\n    \"auto\": {\n      \"subtitle\": \"\",\n      \"title\": \"\"\n    },\n    \"title\": \"1000 Off on first 2 items\"\n  },\n  \"rule\": [\n    {\n      \"max\": 0,\n      \"min\": 3000,\n      \"value\": 1001,\n      \"key\": 2\n    }\n  ],\n  \"state\": {\n    \"is_display\": true,\n    \"is_archived\": false,\n    \"is_public\": true\n  },\n  \"identifiers\": {\n    \"user_id\": [],\n    \"brand_id\": [\n      9\n    ]\n  },\n  \"ownership\": {\n    \"payable_category\": \"seller\",\n    \"payable_by\": \"\"\n  },\n  \"_schedule\": {\n    \"duration\": null,\n    \"end\": \"2019-10-19T08:47:39.025Z\",\n    \"next_schedule\": [\n      {\n        \"start\": \"2019-10-18T08:35:39.000Z\",\n        \"end\": \"2019-10-19T08:47:39.025Z\"\n      }\n    ],\n    \"status\": \"approved\",\n    \"start\": \"2019-10-18T08:35:39.000Z\",\n    \"cron\": null\n  },\n  \"validation\": {\n    \"user_registered_after\": null,\n    \"app_id\": [\n      \"5e1d9bec6d6b7e000146c840\"\n    ],\n    \"anonymous\": true\n  },\n  \"validity\": {\n    \"priority\": 0\n  },\n  \"action\": {\n    \"action_date\": null,\n    \"txn_mode\": \"coupon\"\n  },\n  \"type_slug\": \"bundle_quantity_absolute\",\n  \"coupon_counts\": 1,\n  \"coupon_type\": \"single\",\n  \"coupon_prefix\": null,\n  \"reason\": null,\n  \"restrictions\": {\n    \"uses\": {\n      \"remaining\": {\n        \"app\": -1,\n        \"total\": -1,\n        \"user\": -1\n      },\n      \"maximum\": {\n        \"app\": -1,\n        \"total\": -1,\n        \"user\": -1\n      }\n    },\n    \"post_order\": {\n      \"return_allowed\": true,\n      \"cancellation_allowed\": true\n    },\n    \"platforms\": [\n      \"web\",\n      \"android\",\n      \"ios\"\n    ]\n  },\n  \"code\": \"1000off\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"message\": \"Coupon Not found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d84b21f5-0493-4072-9d39-3ca55edb6c1f",
            "name": "deleteCoupon | Delete a coupon which is in draft state",
            "request": {
              "name": "deleteCoupon | Delete a coupon which is in draft state",
              "description": {
                "content": "Delete details of a draft coupon by providing its unique identifier to delete information such as coupon type, rules, validity period and other related information.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "coupon",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "41d68e96-25e0-4426-938f-0a6dd95b1b1d",
                "name": "Coupon deleted for sent coupon id",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "coupon",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"Coupon deleted successfully\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "0b9251f9-a7da-49f6-a52a-e6592775b93e",
                "name": "Coupon not found for passed coupon id",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "coupon",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"message\": \"Coupon Not found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "43dfb930-7e62-45b8-aea4-69bb5713d618",
            "name": "getPromotions | List of promotions",
            "request": {
              "name": "getPromotions | List of promotions",
              "description": {
                "content": "Retrieve a list of all created promotions for specific sales channel. It also supports efficient text search and pagination functionalities, ensuring optimized promotion listing for streamlined navigation and management.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "promotion"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "0"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10"
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "is_active",
                    "value": "true"
                  },
                  {
                    "disabled": false,
                    "key": "promo_group",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "promotion_type",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "fp_panel",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "promotion_id",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "created_by",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "reviewed_by",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "approved_start_time",
                    "value": "<dateTime>"
                  },
                  {
                    "disabled": false,
                    "key": "approved_end_time",
                    "value": "<dateTime>"
                  },
                  {
                    "disabled": false,
                    "key": "review_start_time",
                    "value": "<dateTime>"
                  },
                  {
                    "disabled": false,
                    "key": "review_end_time",
                    "value": "<dateTime>"
                  },
                  {
                    "disabled": false,
                    "key": "status",
                    "value": "<string>"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "0bc69b9b-8575-4fcc-9781-90540e048b1b",
                "name": "Promotion List for sent page_size and page_no",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "promotion"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "0"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "q",
                        "value": "<string>"
                      },
                      {
                        "key": "is_active",
                        "value": "true"
                      },
                      {
                        "key": "promo_group",
                        "value": "<string>"
                      },
                      {
                        "key": "promotion_type",
                        "value": "<string>"
                      },
                      {
                        "key": "fp_panel",
                        "value": "<string>"
                      },
                      {
                        "key": "promotion_id",
                        "value": "<string>"
                      },
                      {
                        "key": "created_by",
                        "value": "<string>"
                      },
                      {
                        "key": "reviewed_by",
                        "value": "<string>"
                      },
                      {
                        "key": "approved_start_time",
                        "value": "<dateTime>"
                      },
                      {
                        "key": "approved_end_time",
                        "value": "<dateTime>"
                      },
                      {
                        "key": "review_start_time",
                        "value": "<dateTime>"
                      },
                      {
                        "key": "review_end_time",
                        "value": "<dateTime>"
                      },
                      {
                        "key": "status",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"_id\": \"61dc8dc9adf45b2273a70a6e\",\n      \"application_id\": \"000000000000000000000004\",\n      \"promo_group\": \"product\",\n      \"promotion_type\": \"bogo\",\n      \"date_meta\": {\n        \"modified_on\": \"2022-01-11T05:47:11.503Z\",\n        \"created_on\": \"2022-01-10T19:49:29.917Z\",\n        \"approved_on\": \"2022-01-11T05:47:11.503Z\",\n        \"rejected_on\": \"2022-01-11T05:47:11.503Z\",\n        \"reviewed_on\": \"2022-01-11T05:47:11.503Z\"\n      },\n      \"display_meta\": {\n        \"name\": \"Test BOGO promo\"\n      },\n      \"ownership\": {\n        \"payable_category\": \"seller\",\n        \"payable_by\": \"\"\n      },\n      \"author\": {\n        \"created_by\": \"5\",\n        \"modified_by\": \"5\",\n        \"approved_by\": \"23206328\",\n        \"rejected_by\": \"23206328\",\n        \"reviewed_by\": \"23206328\"\n      },\n      \"_schedule\": {\n        \"start\": \"2022-01-10T18:45:36.311Z\",\n        \"end\": \"2025-01-10T18:45:36.311Z\",\n        \"status\": \"approved\",\n        \"published\": true,\n        \"next_schedule\": [\n          {\n            \"start\": \"2022-01-10T18:45:36.311Z\",\n            \"end\": null,\n            \"cron\": \"\"\n          }\n        ],\n        \"duration\": 0\n      },\n      \"discount_rules\": [\n        {\n          \"buy_condition\": \"( rule#1 )\",\n          \"offer\": {\n            \"max_offer_quantity\": 2\n          },\n          \"discount_type\": \"bogo\",\n          \"item_criteria\": {\n            \"item_brand\": [\n              2,\n              14,\n              65\n            ]\n          }\n        }\n      ],\n      \"buy_rules\": {\n        \"rule#1\": {\n          \"cart_quantity\": {\n            \"greater_than_equals\": 5\n          },\n          \"item_brand\": [\n            1,\n            2,\n            14,\n            16,\n            29,\n            39,\n            43,\n            65,\n            73\n          ]\n        }\n      },\n      \"mode\": \"promotion\",\n      \"is_processed\": true,\n      \"auto_apply\": true\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"has_next\": true,\n    \"size\": 10,\n    \"current\": 1,\n    \"item_total\": 30\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "1818460b-0569-4982-9003-97bf8a5ebfed",
            "name": "createPromotion | Create a promotion",
            "request": {
              "name": "createPromotion | Create a promotion",
              "description": {
                "content": "Creates a new promotion based on the selected promotion type. Sellers can choose from multiple supported promotion types, including percentage value, fixed amount value, bundled discount, buy X get Y items, and more, along with customizable promotion criteria to meet specific business requirements.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "promotion"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"application_id\": \"<string>\",\n  \"mode\": \"<string>\",\n  \"promo_group\": \"<string>\",\n  \"promotion_type\": \"<string>\",\n  \"stackable\": \"<boolean>\",\n  \"calculate_on\": \"<string>\",\n  \"apply_exclusive\": \"<string>\",\n  \"apply_all_discount\": \"<boolean>\",\n  \"display_meta\": {\n    \"description\": \"<string>\",\n    \"offer_label\": \"\",\n    \"name\": \"<string>\",\n    \"offer_text\": \"<string>\"\n  },\n  \"ownership\": {\n    \"payable_category\": \"<string>\",\n    \"payable_by\": \"<string>\"\n  },\n  \"discount_rules\": [\n    {\n      \"buy_condition\": \"<string>\",\n      \"discount_type\": \"<string>\",\n      \"item_criteria\": {\n        \"cart_quantity\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"available_zones\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_exclude_company\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_id\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_l1_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"cart_total\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"cart_unique_item_quantity\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"cart_unique_item_amount\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"item_exclude_id\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"all_items\": \"<boolean>\",\n        \"item_exclude_l1_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_size\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_store\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_sku\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_department\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_store\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_brand\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_department\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"buy_rules\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_exclude_brand\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_l2_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_company\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_tags\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_exclude_l2_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_sku\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"offer\": {\n        \"max_discount_amount\": \"<float>\",\n        \"discount_price\": \"<float>\",\n        \"apportion_discount\": \"<boolean>\",\n        \"partial_can_ret\": \"<boolean>\",\n        \"max_usage_per_transaction\": \"<integer>\",\n        \"min_offer_quantity\": \"<integer>\",\n        \"code\": \"<string>\",\n        \"discount_amount\": \"<float>\",\n        \"discount_percentage\": \"<float>\",\n        \"max_offer_quantity\": \"<integer>\",\n        \"item_sequence_number\": \"<integer>\"\n      },\n      \"meta\": {\n        \"item_size_mapping\": {\n          \"dolorf\": -21937696,\n          \"velitc9\": 7591739,\n          \"enimb5a\": 98566700\n        }\n      }\n    },\n    {\n      \"buy_condition\": \"<string>\",\n      \"discount_type\": \"<string>\",\n      \"item_criteria\": {\n        \"cart_quantity\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"available_zones\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_exclude_company\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_id\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_l1_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"cart_total\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"cart_unique_item_quantity\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"cart_unique_item_amount\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"item_exclude_id\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"all_items\": \"<boolean>\",\n        \"item_exclude_l1_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_size\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_store\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_sku\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_department\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_store\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_brand\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_department\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"buy_rules\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_exclude_brand\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_l2_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_company\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_tags\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_exclude_l2_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_sku\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"offer\": {\n        \"max_discount_amount\": \"<float>\",\n        \"discount_price\": \"<float>\",\n        \"apportion_discount\": \"<boolean>\",\n        \"partial_can_ret\": \"<boolean>\",\n        \"max_usage_per_transaction\": \"<integer>\",\n        \"min_offer_quantity\": \"<integer>\",\n        \"code\": \"<string>\",\n        \"discount_amount\": \"<float>\",\n        \"discount_percentage\": \"<float>\",\n        \"max_offer_quantity\": \"<integer>\",\n        \"item_sequence_number\": \"<integer>\"\n      },\n      \"meta\": {\n        \"item_size_mapping\": {\n          \"sed_068\": 48497543,\n          \"nisi6b_\": false,\n          \"aliqua615\": false,\n          \"do_744\": -85068808\n        }\n      }\n    }\n  ],\n  \"restrictions\": {\n    \"payments\": {\n      \"codes\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"iins\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"networks\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"uses\": {\n        \"max\": \"<integer>\"\n      }\n    },\n    \"user_registered\": {\n      \"end\": \"<dateTime>\",\n      \"start\": \"<dateTime>\"\n    },\n    \"platforms\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"post_order\": {\n      \"cancellation_allowed\": true,\n      \"return_allowed\": true\n    },\n    \"user_groups\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"order_quantity\": \"<integer>\",\n    \"anonymous_users\": \"<boolean>\",\n    \"user_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"uses\": {\n      \"maximum\": {\n        \"user\": \"<integer>\",\n        \"total\": \"<integer>\"\n      },\n      \"remaining\": {\n        \"user\": \"<integer>\",\n        \"total\": \"<integer>\"\n      }\n    },\n    \"ordering_stores\": [\n      \"<integer>\",\n      \"<integer>\"\n    ]\n  },\n  \"currency\": \"<string>\",\n  \"code\": \"<string>\",\n  \"_schedule\": {\n    \"end\": \"<dateTime>\",\n    \"start\": \"<dateTime>\",\n    \"status\": \"<string>\",\n    \"published\": \"<boolean>\",\n    \"next_schedule\": [\n      \"<object>\",\n      \"<object>\"\n    ],\n    \"cron\": \"<string>\",\n    \"duration\": \"<integer>\"\n  },\n  \"post_order_action\": {\n    \"action_date\": \"<dateTime>\",\n    \"action_type\": \"<string>\"\n  },\n  \"apply_priority\": \"<integer>\",\n  \"author\": {\n    \"created_by\": null,\n    \"modified_by\": null,\n    \"approved_by\": null,\n    \"rejected_by\": null,\n    \"reviewed_by\": null\n  },\n  \"visiblility\": {\n    \"coupon_list\": \"<boolean>\",\n    \"pdp\": \"<boolean>\"\n  },\n  \"buy_rules\": {\n    \"cart_quantity\": {\n      \"equals\": \"<float>\",\n      \"greater_than\": \"<float>\",\n      \"less_than_equals\": \"<float>\",\n      \"less_than\": \"<float>\",\n      \"greater_than_equals\": \"<float>\"\n    },\n    \"available_zones\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"item_exclude_company\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"item_id\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"item_l1_category\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"cart_total\": {\n      \"equals\": \"<float>\",\n      \"greater_than\": \"<float>\",\n      \"less_than_equals\": \"<float>\",\n      \"less_than\": \"<float>\",\n      \"greater_than_equals\": \"<float>\"\n    },\n    \"cart_unique_item_quantity\": {\n      \"equals\": \"<float>\",\n      \"greater_than\": \"<float>\",\n      \"less_than_equals\": \"<float>\",\n      \"less_than\": \"<float>\",\n      \"greater_than_equals\": \"<float>\"\n    },\n    \"cart_unique_item_amount\": {\n      \"equals\": \"<float>\",\n      \"greater_than\": \"<float>\",\n      \"less_than_equals\": \"<float>\",\n      \"less_than\": \"<float>\",\n      \"greater_than_equals\": \"<float>\"\n    },\n    \"item_exclude_id\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"all_items\": \"<boolean>\",\n    \"item_exclude_l1_category\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"item_size\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"item_store\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"item_exclude_sku\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"item_department\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"item_exclude_store\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"item_brand\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"item_exclude_department\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"item_exclude_category\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"item_category\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"buy_rules\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"item_exclude_brand\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"item_l2_category\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"item_company\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"item_tags\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"item_exclude_l2_category\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"item_sku\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"meta\": {\n      \"item_size_mapping\": {\n        \"consectetur_1\": \"labore Excepteur sit in laboris\",\n        \"cillumcc\": -58613833.17845243\n      }\n    }\n  },\n  \"_custom_json\": {\n    \"ut_4d\": 99297173,\n    \"et8d6\": -84499337\n  },\n  \"date_meta\": {\n    \"modified_on\": null,\n    \"created_on\": null,\n    \"approved_on\": null,\n    \"rejected_on\": null,\n    \"reviewed_on\": null\n  },\n  \"auto_apply\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "7d6dee9e-d16e-4443-9650-184f799ecec5",
                "name": "Creates a discount promotion which applies on user cart.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "promotion"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"application_id\": \"000000000000000000000001\",\n  \"promo_group\": \"product\",\n  \"promotion_type\": \"bogo\",\n  \"date_meta\": {\n    \"modified_on\": \"2022-01-11T05:47:11.503Z\",\n    \"created_on\": \"2022-01-10T19:49:29.917Z\"\n  },\n  \"discount_rules\": [\n    {\n      \"buy_condition\": \"( rule#1 )\",\n      \"offer\": {\n        \"max_offer_quantity\": 2\n      },\n      \"discount_type\": \"bogo\",\n      \"item_criteria\": {\n        \"item_brand\": [\n          2,\n          14,\n          65\n        ]\n      }\n    }\n  ],\n  \"buy_rules\": {\n    \"rule#1\": {\n      \"cart_quantity\": {\n        \"greater_than_equals\": 5\n      },\n      \"item_brand\": [\n        1,\n        2,\n        14,\n        16,\n        29,\n        39,\n        43,\n        65,\n        73\n      ],\n      \"meta\": {\n        \"item_size_mapping\": {\n          \"7602207\": [\n            \"OS\",\n            \"XL\"\n          ],\n          \"7602208\": [\n            \"XXL\",\n            \"XXXL\"\n          ]\n        }\n      }\n    }\n  },\n  \"display_meta\": {\n    \"offer_text\": \"Test\",\n    \"name\": \"Test BOGO promo\",\n    \"description\": \"Test\"\n  },\n  \"apply_all_discount\": false,\n  \"apply_exclusive\": null,\n  \"stackable\": true,\n  \"restrictions\": {\n    \"user_id\": [],\n    \"anonymous_users\": true,\n    \"platforms\": [\n      \"web\",\n      \"android\",\n      \"ios\"\n    ],\n    \"post_order\": {\n      \"cancellation_allowed\": true,\n      \"return_allowed\": true\n    },\n    \"uses\": {\n      \"remaining\": {\n        \"user\": 0,\n        \"total\": 0\n      },\n      \"maximum\": {\n        \"user\": 0,\n        \"total\": 0\n      }\n    },\n    \"payments\": []\n  },\n  \"_custom_json\": {},\n  \"author\": {\n    \"created_by\": \"5\",\n    \"modified_by\": \"5\"\n  },\n  \"_schedule\": {\n    \"start\": \"2022-01-10T18:45:36.311Z\",\n    \"end\": \"2023-01-10T18:45:36.311Z\",\n    \"published\": true,\n    \"next_schedule\": [\n      {\n        \"start\": \"2022-01-10T18:45:36.311Z\",\n        \"end\": null\n      }\n    ],\n    \"cron\": \"\",\n    \"duration\": 0\n  },\n  \"apply_priority\": 1,\n  \"visiblility\": {\n    \"pdp\": true,\n    \"coupon_list\": false\n  },\n  \"ownership\": {\n    \"payable_by\": \"\",\n    \"payable_category\": \"seller\"\n  },\n  \"currency\": \"INR\",\n  \"mode\": \"promotion\",\n  \"post_order_action\": {\n    \"action_date\": null,\n    \"action_type\": \"\"\n  },\n  \"indexed_criteria\": {\n    \"key\": \"item_brand\",\n    \"value\": [\n      1\n    ]\n  },\n  \"auto_apply\": true\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Created",
                "code": 201,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"61dc8dc9adf45b2273a70a6e\",\n  \"application_id\": \"000000000000000000000001\",\n  \"promo_group\": \"product\",\n  \"promotion_type\": \"bogo\",\n  \"is_processed\": true,\n  \"date_meta\": {\n    \"modified_on\": \"2022-01-11T05:47:11.503Z\",\n    \"created_on\": \"2022-01-10T19:49:29.917Z\"\n  },\n  \"discount_rules\": [\n    {\n      \"buy_condition\": \"( rule#1 )\",\n      \"offer\": {\n        \"max_offer_quantity\": 2\n      },\n      \"discount_type\": \"bogo\",\n      \"item_criteria\": {\n        \"item_brand\": [\n          2,\n          14,\n          65\n        ]\n      }\n    }\n  ],\n  \"buy_rules\": {\n    \"rule#1\": {\n      \"cart_quantity\": {\n        \"greater_than_equals\": 5\n      },\n      \"item_brand\": [\n        1,\n        2,\n        14,\n        16,\n        29,\n        39,\n        43,\n        65,\n        73\n      ]\n    }\n  },\n  \"display_meta\": {\n    \"offer_text\": \"Test\",\n    \"name\": \"Test BOGO promo\",\n    \"description\": \"Test\"\n  },\n  \"apply_all_discount\": false,\n  \"apply_exclusive\": null,\n  \"stackable\": true,\n  \"restrictions\": {\n    \"user_id\": [],\n    \"anonymous_users\": true,\n    \"platforms\": [\n      \"web\",\n      \"android\",\n      \"ios\"\n    ],\n    \"post_order\": {\n      \"cancellation_allowed\": true,\n      \"return_allowed\": true\n    },\n    \"uses\": {\n      \"remaining\": {\n        \"user\": 0,\n        \"total\": 0\n      },\n      \"maximum\": {\n        \"user\": 0,\n        \"total\": 0\n      }\n    },\n    \"payments\": []\n  },\n  \"_custom_json\": {},\n  \"author\": {\n    \"created_by\": \"5\",\n    \"modified_by\": \"5\"\n  },\n  \"_schedule\": {\n    \"start\": \"2022-01-10T18:45:36.311Z\",\n    \"end\": \"2025-01-10T18:45:36.311Z\",\n    \"published\": true,\n    \"status\": \"approved\",\n    \"next_schedule\": [\n      {\n        \"start\": \"2022-01-10T18:45:36.311Z\",\n        \"end\": \"2025-01-10T18:45:36.311Z\"\n      }\n    ],\n    \"cron\": \"\",\n    \"duration\": 0\n  },\n  \"apply_priority\": 1,\n  \"visiblility\": {\n    \"pdp\": true,\n    \"coupon_list\": false\n  },\n  \"ownership\": {\n    \"payable_by\": \"\",\n    \"payable_category\": \"seller\"\n  },\n  \"currency\": \"INR\",\n  \"mode\": \"promotion\",\n  \"post_order_action\": {\n    \"action_date\": null,\n    \"action_type\": \"\"\n  },\n  \"indexed_criteria\": {\n    \"key\": \"item_brand\",\n    \"value\": [\n      1\n    ]\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "0a1f2045-5095-4f19-8a7e-f6450f358be9",
                "name": "Invalid promotion data or existing promotion code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "promotion"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"application_id\": \"000000000000000000000001\",\n  \"promo_group\": \"product\",\n  \"promotion_type\": \"bogo\",\n  \"date_meta\": {\n    \"modified_on\": \"2022-01-11T05:47:11.503Z\",\n    \"created_on\": \"2022-01-10T19:49:29.917Z\"\n  },\n  \"discount_rules\": [\n    {\n      \"buy_condition\": \"( rule#1 )\",\n      \"offer\": {\n        \"max_offer_quantity\": 2\n      },\n      \"discount_type\": \"bogo\",\n      \"item_criteria\": {\n        \"item_brand\": [\n          2,\n          14,\n          65\n        ]\n      }\n    }\n  ],\n  \"buy_rules\": {\n    \"rule#1\": {\n      \"cart_quantity\": {\n        \"greater_than_equals\": 5\n      },\n      \"item_brand\": [\n        1,\n        2,\n        14,\n        16,\n        29,\n        39,\n        43,\n        65,\n        73\n      ],\n      \"meta\": {\n        \"item_size_mapping\": {\n          \"7602207\": [\n            \"OS\",\n            \"XL\"\n          ],\n          \"7602208\": [\n            \"XXL\",\n            \"XXXL\"\n          ]\n        }\n      }\n    }\n  },\n  \"display_meta\": {\n    \"offer_text\": \"Test\",\n    \"name\": \"Test BOGO promo\",\n    \"description\": \"Test\"\n  },\n  \"apply_all_discount\": false,\n  \"apply_exclusive\": null,\n  \"stackable\": true,\n  \"restrictions\": {\n    \"user_id\": [],\n    \"anonymous_users\": true,\n    \"platforms\": [\n      \"web\",\n      \"android\",\n      \"ios\"\n    ],\n    \"post_order\": {\n      \"cancellation_allowed\": true,\n      \"return_allowed\": true\n    },\n    \"uses\": {\n      \"remaining\": {\n        \"user\": 0,\n        \"total\": 0\n      },\n      \"maximum\": {\n        \"user\": 0,\n        \"total\": 0\n      }\n    },\n    \"payments\": []\n  },\n  \"_custom_json\": {},\n  \"author\": {\n    \"created_by\": \"5\",\n    \"modified_by\": \"5\"\n  },\n  \"_schedule\": {\n    \"start\": \"2022-01-10T18:45:36.311Z\",\n    \"end\": \"2023-01-10T18:45:36.311Z\",\n    \"published\": true,\n    \"next_schedule\": [\n      {\n        \"start\": \"2022-01-10T18:45:36.311Z\",\n        \"end\": null\n      }\n    ],\n    \"cron\": \"\",\n    \"duration\": 0\n  },\n  \"apply_priority\": 1,\n  \"visiblility\": {\n    \"pdp\": true,\n    \"coupon_list\": false\n  },\n  \"ownership\": {\n    \"payable_by\": \"\",\n    \"payable_category\": \"seller\"\n  },\n  \"currency\": \"INR\",\n  \"mode\": \"promotion\",\n  \"post_order_action\": {\n    \"action_date\": null,\n    \"action_type\": \"\"\n  },\n  \"indexed_criteria\": {\n    \"key\": \"item_brand\",\n    \"value\": [\n      1\n    ]\n  },\n  \"auto_apply\": true\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"message\": \"Promotion already code exist\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "a78da3d3-f2e6-4afc-8fe6-7ba98650dd3a",
            "name": "getPromotionById | Get a specific promotion",
            "request": {
              "name": "getPromotionById | Get a specific promotion",
              "description": {
                "content": "Retrieve details of a specific promotion by providing its unique identifier to obtain information such as promotion type, rules, validity period and other related information.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "promotion",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "5f337711-2ba4-4851-b248-4a80045d7fed",
                "name": "Promotion object for sent promotion id",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "promotion",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"61dc8dc9adf45b2273a70a6e\",\n  \"application_id\": \"000000000000000000000001\",\n  \"promo_group\": \"product\",\n  \"promotion_type\": \"bogo\",\n  \"is_processed\": true,\n  \"date_meta\": {\n    \"modified_on\": \"2022-01-11T05:47:11.503Z\",\n    \"created_on\": \"2022-01-10T19:49:29.917Z\",\n    \"approved_on\": \"2022-01-11T05:47:11.503Z\",\n    \"rejected_on\": \"2022-01-11T05:47:11.503Z\"\n  },\n  \"discount_rules\": [\n    {\n      \"buy_condition\": \"( rule#1 )\",\n      \"offer\": {\n        \"max_offer_quantity\": 2\n      },\n      \"discount_type\": \"bogo\",\n      \"item_criteria\": {\n        \"item_brand\": [\n          2,\n          14,\n          65\n        ]\n      }\n    }\n  ],\n  \"buy_rules\": {\n    \"rule#1\": {\n      \"cart_quantity\": {\n        \"greater_than_equals\": 5\n      },\n      \"item_brand\": [\n        1,\n        2,\n        14,\n        16,\n        29,\n        39,\n        43,\n        65,\n        73\n      ],\n      \"meta\": {\n        \"item_size_mapping\": {\n          \"7602207\": [\n            \"OS\",\n            \"XL\"\n          ],\n          \"7602208\": [\n            \"XXL\",\n            \"XXXL\"\n          ]\n        }\n      }\n    }\n  },\n  \"display_meta\": {\n    \"offer_text\": \"Test\",\n    \"name\": \"Test BOGO promo\",\n    \"description\": \"test\"\n  },\n  \"apply_all_discount\": false,\n  \"apply_exclusive\": null,\n  \"stackable\": true,\n  \"restrictions\": {\n    \"user_id\": [],\n    \"anonymous_users\": true,\n    \"platforms\": [\n      \"web\",\n      \"android\",\n      \"ios\"\n    ],\n    \"post_order\": {\n      \"cancellation_allowed\": true,\n      \"return_allowed\": true\n    },\n    \"uses\": {\n      \"remaining\": {\n        \"user\": 0,\n        \"total\": 0\n      },\n      \"maximum\": {\n        \"user\": 0,\n        \"total\": 0\n      }\n    },\n    \"payments\": []\n  },\n  \"_custom_json\": {},\n  \"author\": {\n    \"created_by\": \"5\",\n    \"modified_by\": \"5\",\n    \"approved_by\": \"23206328\",\n    \"rejected_by\": \"23206328\"\n  },\n  \"_schedule\": {\n    \"start\": \"2022-01-10T18:45:36.311Z\",\n    \"end\": \"2025-01-10T18:45:36.311Z\",\n    \"status\": \"approved\",\n    \"published\": true,\n    \"next_schedule\": [\n      {\n        \"start\": \"2022-01-10T18:45:36.311Z\",\n        \"end\": \"2025-01-10T18:45:36.311Z\"\n      }\n    ],\n    \"cron\": \"\",\n    \"duration\": 0\n  },\n  \"apply_priority\": 1,\n  \"visiblility\": {\n    \"pdp\": true,\n    \"coupon_list\": false\n  },\n  \"ownership\": {\n    \"payable_by\": \"\",\n    \"payable_category\": \"seller\"\n  },\n  \"currency\": \"INR\",\n  \"mode\": \"promotion\",\n  \"post_order_action\": {\n    \"action_date\": null,\n    \"action_type\": \"\"\n  },\n  \"indexed_criteria\": {\n    \"key\": \"item_brand\",\n    \"value\": [\n      1\n    ]\n  },\n  \"auto_apply\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "551c6879-3276-46e5-a36e-44dfc30c9e96",
                "name": "Promotion not found for passed `id`",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "promotion",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"message\": \"Promotion Not found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "00a05f4f-cb4f-4687-bce2-06181846a11c",
            "name": "updatePromotion | Update a promotion",
            "request": {
              "name": "updatePromotion | Update a promotion",
              "description": {
                "content": "Update the details of an existing promotion by specifying its unique identifier. This includes modifying promotion attributes such as discount percentage, validity period, and associated conditions. Leveraging this functionality allows businesses to quickly adapt their promotional strategies to changing market dynamics.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "promotion",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"application_id\": \"<string>\",\n  \"mode\": \"<string>\",\n  \"promo_group\": \"<string>\",\n  \"promotion_type\": \"<string>\",\n  \"stackable\": \"<boolean>\",\n  \"calculate_on\": \"<string>\",\n  \"apply_exclusive\": \"<string>\",\n  \"reason\": \"<string>\",\n  \"apply_all_discount\": \"<boolean>\",\n  \"display_meta\": {\n    \"description\": \"<string>\",\n    \"offer_label\": \"\",\n    \"name\": \"<string>\",\n    \"offer_text\": \"<string>\"\n  },\n  \"ownership\": {\n    \"payable_category\": \"<string>\",\n    \"payable_by\": \"<string>\"\n  },\n  \"discount_rules\": [\n    {\n      \"buy_condition\": \"<string>\",\n      \"discount_type\": \"<string>\",\n      \"item_criteria\": {\n        \"cart_quantity\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"available_zones\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_exclude_company\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_id\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_l1_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"cart_total\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"cart_unique_item_quantity\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"cart_unique_item_amount\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"item_exclude_id\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"all_items\": \"<boolean>\",\n        \"item_exclude_l1_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_size\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_store\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_sku\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_department\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_store\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_brand\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_department\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"buy_rules\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_exclude_brand\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_l2_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_company\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_tags\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_exclude_l2_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_sku\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"offer\": {\n        \"max_discount_amount\": \"<float>\",\n        \"discount_price\": \"<float>\",\n        \"apportion_discount\": \"<boolean>\",\n        \"partial_can_ret\": \"<boolean>\",\n        \"max_usage_per_transaction\": \"<integer>\",\n        \"min_offer_quantity\": \"<integer>\",\n        \"code\": \"<string>\",\n        \"discount_amount\": \"<float>\",\n        \"discount_percentage\": \"<float>\",\n        \"max_offer_quantity\": \"<integer>\",\n        \"item_sequence_number\": \"<integer>\"\n      },\n      \"meta\": {\n        \"item_size_mapping\": {\n          \"laboris7\": 73115042\n        }\n      }\n    },\n    {\n      \"buy_condition\": \"<string>\",\n      \"discount_type\": \"<string>\",\n      \"item_criteria\": {\n        \"cart_quantity\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"available_zones\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_exclude_company\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_id\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_l1_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"cart_total\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"cart_unique_item_quantity\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"cart_unique_item_amount\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"item_exclude_id\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"all_items\": \"<boolean>\",\n        \"item_exclude_l1_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_size\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_store\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_sku\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_department\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_store\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_brand\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_department\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"buy_rules\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_exclude_brand\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_l2_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_company\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_tags\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_exclude_l2_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_sku\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"offer\": {\n        \"max_discount_amount\": \"<float>\",\n        \"discount_price\": \"<float>\",\n        \"apportion_discount\": \"<boolean>\",\n        \"partial_can_ret\": \"<boolean>\",\n        \"max_usage_per_transaction\": \"<integer>\",\n        \"min_offer_quantity\": \"<integer>\",\n        \"code\": \"<string>\",\n        \"discount_amount\": \"<float>\",\n        \"discount_percentage\": \"<float>\",\n        \"max_offer_quantity\": \"<integer>\",\n        \"item_sequence_number\": \"<integer>\"\n      },\n      \"meta\": {\n        \"item_size_mapping\": {\n          \"Loremaaa\": 20436864.88212502,\n          \"proident1\": \"aliquip enim incididunt\",\n          \"tempor_5fb\": \"Ut officia in\"\n        }\n      }\n    }\n  ],\n  \"restrictions\": {\n    \"payments\": {\n      \"codes\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"iins\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"networks\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"uses\": {\n        \"max\": \"<integer>\"\n      }\n    },\n    \"user_registered\": {\n      \"end\": \"<dateTime>\",\n      \"start\": \"<dateTime>\"\n    },\n    \"platforms\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"post_order\": {\n      \"cancellation_allowed\": true,\n      \"return_allowed\": true\n    },\n    \"user_groups\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"order_quantity\": \"<integer>\",\n    \"anonymous_users\": \"<boolean>\",\n    \"user_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"uses\": {\n      \"maximum\": {\n        \"user\": \"<integer>\",\n        \"total\": \"<integer>\"\n      },\n      \"remaining\": {\n        \"user\": \"<integer>\",\n        \"total\": \"<integer>\"\n      }\n    },\n    \"ordering_stores\": [\n      \"<integer>\",\n      \"<integer>\"\n    ]\n  },\n  \"currency\": \"<string>\",\n  \"code\": \"<string>\",\n  \"_schedule\": {\n    \"end\": \"<dateTime>\",\n    \"start\": \"<dateTime>\",\n    \"status\": \"<string>\",\n    \"published\": \"<boolean>\",\n    \"next_schedule\": [\n      \"<object>\",\n      \"<object>\"\n    ],\n    \"cron\": \"<string>\",\n    \"duration\": \"<integer>\"\n  },\n  \"post_order_action\": {\n    \"action_date\": \"<dateTime>\",\n    \"action_type\": \"<string>\"\n  },\n  \"apply_priority\": \"<integer>\",\n  \"author\": {\n    \"created_by\": null,\n    \"modified_by\": null,\n    \"approved_by\": null,\n    \"rejected_by\": null,\n    \"reviewed_by\": null\n  },\n  \"visiblility\": {\n    \"coupon_list\": \"<boolean>\",\n    \"pdp\": \"<boolean>\"\n  },\n  \"buy_rules\": {\n    \"cart_quantity\": {\n      \"equals\": \"<float>\",\n      \"greater_than\": \"<float>\",\n      \"less_than_equals\": \"<float>\",\n      \"less_than\": \"<float>\",\n      \"greater_than_equals\": \"<float>\"\n    },\n    \"available_zones\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"item_exclude_company\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"item_id\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"item_l1_category\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"cart_total\": {\n      \"equals\": \"<float>\",\n      \"greater_than\": \"<float>\",\n      \"less_than_equals\": \"<float>\",\n      \"less_than\": \"<float>\",\n      \"greater_than_equals\": \"<float>\"\n    },\n    \"cart_unique_item_quantity\": {\n      \"equals\": \"<float>\",\n      \"greater_than\": \"<float>\",\n      \"less_than_equals\": \"<float>\",\n      \"less_than\": \"<float>\",\n      \"greater_than_equals\": \"<float>\"\n    },\n    \"cart_unique_item_amount\": {\n      \"equals\": \"<float>\",\n      \"greater_than\": \"<float>\",\n      \"less_than_equals\": \"<float>\",\n      \"less_than\": \"<float>\",\n      \"greater_than_equals\": \"<float>\"\n    },\n    \"item_exclude_id\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"all_items\": \"<boolean>\",\n    \"item_exclude_l1_category\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"item_size\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"item_store\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"item_exclude_sku\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"item_department\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"item_exclude_store\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"item_brand\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"item_exclude_department\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"item_exclude_category\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"item_category\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"buy_rules\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"item_exclude_brand\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"item_l2_category\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"item_company\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"item_tags\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"item_exclude_l2_category\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"item_sku\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"_custom_json\": {\n    \"quisfb0\": \"Duis\",\n    \"quif51\": -11246303.798714325,\n    \"adipisicing_c\": -54669802\n  },\n  \"date_meta\": {\n    \"modified_on\": null,\n    \"created_on\": null,\n    \"approved_on\": null,\n    \"rejected_on\": null,\n    \"reviewed_on\": null\n  },\n  \"auto_apply\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "88a7b7bc-5cdf-40f3-9182-5e69886997a2",
                "name": "Promotion updated successfully",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "promotion",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"_id\": \"61dc8dc9adf45b2273a70a6e\",\n  \"application_id\": \"000000000000000000000001\",\n  \"promo_group\": \"product\",\n  \"promotion_type\": \"bogo\",\n  \"reason\": null,\n  \"date_meta\": {\n    \"modified_on\": \"2022-01-11T05:47:11.503Z\",\n    \"created_on\": \"2022-01-10T19:49:29.917Z\",\n    \"approved_on\": \"2022-01-11T05:47:11.503Z\",\n    \"rejected_on\": \"2022-01-11T05:47:11.503Z\",\n    \"reviewed_on\": \"2022-01-11T05:47:11.503Z\"\n  },\n  \"discount_rules\": [\n    {\n      \"buy_condition\": \"( rule#1 )\",\n      \"offer\": {\n        \"max_offer_quantity\": 2\n      },\n      \"discount_type\": \"bogo\",\n      \"item_criteria\": {\n        \"item_brand\": [\n          2,\n          14,\n          65\n        ]\n      }\n    }\n  ],\n  \"buy_rules\": {\n    \"rule#1\": {\n      \"cart_quantity\": {\n        \"greater_than_equals\": 5\n      },\n      \"item_brand\": [\n        1,\n        2,\n        14,\n        16,\n        29,\n        39,\n        43,\n        65,\n        73\n      ],\n      \"meta\": {\n        \"item_size_mapping\": {\n          \"7602207\": [\n            \"OS\",\n            \"XL\"\n          ],\n          \"7602208\": [\n            \"XXL\",\n            \"XXXL\"\n          ]\n        }\n      }\n    }\n  },\n  \"display_meta\": {\n    \"offer_text\": \"Test\",\n    \"name\": \"Test BOGO promo\",\n    \"description\": \"Test\"\n  },\n  \"apply_all_discount\": false,\n  \"apply_exclusive\": null,\n  \"stackable\": true,\n  \"restrictions\": {\n    \"user_id\": [],\n    \"anonymous_users\": true,\n    \"platforms\": [\n      \"web\",\n      \"android\",\n      \"ios\"\n    ],\n    \"post_order\": {\n      \"cancellation_allowed\": true,\n      \"return_allowed\": true\n    },\n    \"uses\": {\n      \"remaining\": {\n        \"user\": 0,\n        \"total\": 0\n      },\n      \"maximum\": {\n        \"user\": 0,\n        \"total\": 0\n      }\n    },\n    \"payments\": []\n  },\n  \"_custom_json\": {},\n  \"author\": {\n    \"created_by\": \"5\",\n    \"modified_by\": \"5\",\n    \"approved_by\": \"23206328\",\n    \"rejected_by\": \"23206328\",\n    \"reviewed_by\": \"23206328\"\n  },\n  \"_schedule\": {\n    \"start\": \"2022-01-10T18:45:36.311Z\",\n    \"end\": \"2025-01-10T18:45:36.311Z\",\n    \"status\": \"approved\",\n    \"published\": true,\n    \"next_schedule\": [\n      {\n        \"start\": \"2022-01-10T18:45:36.311Z\",\n        \"end\": \"2025-01-10T18:45:36.311Z\"\n      }\n    ],\n    \"cron\": \"\",\n    \"duration\": 0\n  },\n  \"apply_priority\": 1,\n  \"visiblility\": {\n    \"pdp\": true,\n    \"coupon_list\": false\n  },\n  \"ownership\": {\n    \"payable_by\": \"\",\n    \"payable_category\": \"seller\"\n  },\n  \"currency\": \"INR\",\n  \"mode\": \"promotion\",\n  \"post_order_action\": {\n    \"action_date\": null,\n    \"action_type\": \"\"\n  },\n  \"indexed_criteria\": {\n    \"key\": \"item_brand\",\n    \"value\": [\n      1\n    ]\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"61dc8dc9adf45b2273a70a6e\",\n  \"application_id\": \"000000000000000000000001\",\n  \"promo_group\": \"product\",\n  \"promotion_type\": \"bogo\",\n  \"is_processed\": true,\n  \"date_meta\": {\n    \"modified_on\": \"2022-01-11T05:47:11.503Z\",\n    \"created_on\": \"2022-01-10T19:49:29.917Z\",\n    \"approved_on\": \"2022-01-11T05:47:11.503Z\",\n    \"rejected_on\": \"2022-01-11T05:47:11.503Z\"\n  },\n  \"discount_rules\": [\n    {\n      \"buy_condition\": \"( rule#1 )\",\n      \"offer\": {\n        \"max_offer_quantity\": 2\n      },\n      \"discount_type\": \"bogo\",\n      \"item_criteria\": {\n        \"item_brand\": [\n          2,\n          14,\n          65\n        ]\n      }\n    }\n  ],\n  \"buy_rules\": {\n    \"rule#1\": {\n      \"cart_quantity\": {\n        \"greater_than_equals\": 5\n      },\n      \"item_brand\": [\n        1,\n        2,\n        14,\n        16,\n        29,\n        39,\n        43,\n        65,\n        73\n      ],\n      \"meta\": {\n        \"item_size_mapping\": {\n          \"7602207\": [\n            \"OS\",\n            \"XL\"\n          ],\n          \"7602208\": [\n            \"XXL\",\n            \"XXXL\"\n          ]\n        }\n      }\n    }\n  },\n  \"display_meta\": {\n    \"offer_text\": \"Test\",\n    \"name\": \"Test BOGO promo\",\n    \"description\": \"Test\"\n  },\n  \"apply_all_discount\": false,\n  \"apply_exclusive\": null,\n  \"stackable\": true,\n  \"restrictions\": {\n    \"user_id\": [],\n    \"anonymous_users\": true,\n    \"platforms\": [\n      \"web\",\n      \"android\",\n      \"ios\"\n    ],\n    \"post_order\": {\n      \"cancellation_allowed\": true,\n      \"return_allowed\": true\n    },\n    \"uses\": {\n      \"remaining\": {\n        \"user\": 0,\n        \"total\": 0\n      },\n      \"maximum\": {\n        \"user\": 0,\n        \"total\": 0\n      }\n    },\n    \"payments\": []\n  },\n  \"_custom_json\": {},\n  \"author\": {\n    \"created_by\": \"5\",\n    \"modified_by\": \"5\",\n    \"approved_by\": \"23206328\",\n    \"rejected_by\": \"23206328\"\n  },\n  \"_schedule\": {\n    \"start\": \"2022-01-10T18:45:36.311Z\",\n    \"end\": \"2025-01-10T18:45:36.311Z\",\n    \"status\": \"approved\",\n    \"published\": true,\n    \"next_schedule\": [\n      {\n        \"start\": \"2022-01-10T18:45:36.311Z\",\n        \"end\": \"2025-01-10T18:45:36.311Z\"\n      }\n    ],\n    \"cron\": \"\",\n    \"duration\": 0\n  },\n  \"apply_priority\": 1,\n  \"visiblility\": {\n    \"pdp\": true,\n    \"coupon_list\": false\n  },\n  \"ownership\": {\n    \"payable_by\": \"\",\n    \"payable_category\": \"seller\"\n  },\n  \"currency\": \"INR\",\n  \"mode\": \"promotion\",\n  \"post_order_action\": {\n    \"action_date\": null,\n    \"action_type\": \"\"\n  },\n  \"indexed_criteria\": {\n    \"key\": \"item_brand\",\n    \"value\": [\n      1\n    ]\n  },\n  \"auto_apply\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "25282485-633a-4d00-90af-1848c1a74795",
                "name": "Promotion not found for `id` from path params",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "promotion",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"_id\": \"61dc8dc9adf45b2273a70a6e\",\n  \"application_id\": \"000000000000000000000001\",\n  \"promo_group\": \"product\",\n  \"promotion_type\": \"bogo\",\n  \"reason\": null,\n  \"date_meta\": {\n    \"modified_on\": \"2022-01-11T05:47:11.503Z\",\n    \"created_on\": \"2022-01-10T19:49:29.917Z\",\n    \"approved_on\": \"2022-01-11T05:47:11.503Z\",\n    \"rejected_on\": \"2022-01-11T05:47:11.503Z\",\n    \"reviewed_on\": \"2022-01-11T05:47:11.503Z\"\n  },\n  \"discount_rules\": [\n    {\n      \"buy_condition\": \"( rule#1 )\",\n      \"offer\": {\n        \"max_offer_quantity\": 2\n      },\n      \"discount_type\": \"bogo\",\n      \"item_criteria\": {\n        \"item_brand\": [\n          2,\n          14,\n          65\n        ]\n      }\n    }\n  ],\n  \"buy_rules\": {\n    \"rule#1\": {\n      \"cart_quantity\": {\n        \"greater_than_equals\": 5\n      },\n      \"item_brand\": [\n        1,\n        2,\n        14,\n        16,\n        29,\n        39,\n        43,\n        65,\n        73\n      ],\n      \"meta\": {\n        \"item_size_mapping\": {\n          \"7602207\": [\n            \"OS\",\n            \"XL\"\n          ],\n          \"7602208\": [\n            \"XXL\",\n            \"XXXL\"\n          ]\n        }\n      }\n    }\n  },\n  \"display_meta\": {\n    \"offer_text\": \"Test\",\n    \"name\": \"Test BOGO promo\",\n    \"description\": \"Test\"\n  },\n  \"apply_all_discount\": false,\n  \"apply_exclusive\": null,\n  \"stackable\": true,\n  \"restrictions\": {\n    \"user_id\": [],\n    \"anonymous_users\": true,\n    \"platforms\": [\n      \"web\",\n      \"android\",\n      \"ios\"\n    ],\n    \"post_order\": {\n      \"cancellation_allowed\": true,\n      \"return_allowed\": true\n    },\n    \"uses\": {\n      \"remaining\": {\n        \"user\": 0,\n        \"total\": 0\n      },\n      \"maximum\": {\n        \"user\": 0,\n        \"total\": 0\n      }\n    },\n    \"payments\": []\n  },\n  \"_custom_json\": {},\n  \"author\": {\n    \"created_by\": \"5\",\n    \"modified_by\": \"5\",\n    \"approved_by\": \"23206328\",\n    \"rejected_by\": \"23206328\",\n    \"reviewed_by\": \"23206328\"\n  },\n  \"_schedule\": {\n    \"start\": \"2022-01-10T18:45:36.311Z\",\n    \"end\": \"2025-01-10T18:45:36.311Z\",\n    \"status\": \"approved\",\n    \"published\": true,\n    \"next_schedule\": [\n      {\n        \"start\": \"2022-01-10T18:45:36.311Z\",\n        \"end\": \"2025-01-10T18:45:36.311Z\"\n      }\n    ],\n    \"cron\": \"\",\n    \"duration\": 0\n  },\n  \"apply_priority\": 1,\n  \"visiblility\": {\n    \"pdp\": true,\n    \"coupon_list\": false\n  },\n  \"ownership\": {\n    \"payable_by\": \"\",\n    \"payable_category\": \"seller\"\n  },\n  \"currency\": \"INR\",\n  \"mode\": \"promotion\",\n  \"post_order_action\": {\n    \"action_date\": null,\n    \"action_type\": \"\"\n  },\n  \"indexed_criteria\": {\n    \"key\": \"item_brand\",\n    \"value\": [\n      1\n    ]\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"message\": \"Promotion Not found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "beecc2ed-ca34-4e04-83da-71426b20e1d2",
            "name": "deletePromotion | Delete a promotion which is in draft state",
            "request": {
              "name": "deletePromotion | Delete a promotion which is in draft state",
              "description": {
                "content": "Delete details of a draft promotion by providing its unique identifier to delete information such as promotion type, rules, validity period and other related information.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "promotion",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "a07d135b-82b7-460b-babf-7743b9fc2fa7",
                "name": "Promotion deleted for sent id",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "promotion",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"Promotion deleted successfully\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "2645379f-d165-4cc8-9d70-ba6a3cec7d7c",
                "name": "Promotion not found for passed promotion id",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "promotion",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"message\": \"Promotion Not found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "2cb72bc1-089e-4f76-a8ac-e1008bf100a3",
            "name": "getPromosCouponConfig | Get promotion and coupon type",
            "request": {
              "name": "getPromosCouponConfig | Get promotion and coupon type",
              "description": {
                "content": "Retrieve the configuration settings related to promotions and coupons for a specific seller. It provides details of the supported types of coupons and promotions along with their descriptions, examples, and related attributes.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "promo-coupons"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "entity_type",
                    "value": "<string>",
                    "description": "Entity type as promotion or coupon"
                  },
                  {
                    "disabled": false,
                    "key": "is_hidden",
                    "value": "<boolean>",
                    "description": "Promotion coupon config shown or not"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "4c6c345c-f53f-4e01-914b-5b2093cd9c04",
                "name": "Success. Returns a list of all the curently active coupons/promos",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "promo-coupons"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "entity_type",
                        "value": "<string>"
                      },
                      {
                        "key": "is_hidden",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"status\": \"Success\",\n  \"items\": [\n    {\n      \"_id\": \"634647aa9d4b59bf1a0c1269\",\n      \"entity_slug\": \"percentage_quantity_percentage\",\n      \"title\": \"X Percentage Value\",\n      \"subtitle\": \"Get a fixed percentage discount on the effective selling price\",\n      \"description\": \"Here, Buy items(BI) is the minimum number of items eligible for a discount Percentage Value(D) is the fixed percentage discount Maximum Discount Amount(MD) (optional) is a limit to the discount Minimum Cart Value(MCV) (optional) is the minimum price of the cart items Apply coupon on exact quantities (optional) if checked, will apply the coupon only to the specified Buy items and if unchecked, will apply the coupon to more than the specified Buy items\",\n      \"is_hidden\": true,\n      \"entity_type\": \"promotion\",\n      \"type\": \"percentage\",\n      \"created_on\": \"2022-05-30T07:33:01.303Z\",\n      \"modified_on\": \"2022-05-31T10:41:01.441Z\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "4c83d435-97ff-46a3-9962-81a34cb5f7c3",
            "name": "getPromotionOffers | List of all available promotion offers",
            "request": {
              "name": "getPromotionOffers | List of all available promotion offers",
              "description": {
                "content": "Retrieve a list of all promotional offers available for the items in the cart, including details such as offer text, unique promotion ID, and validity period.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "available-promotions"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "slug",
                    "value": "<string>",
                    "description": "A short, human-readable, URL-friendly identifier of a product. You can get slug value from the endpoint /service/application/catalog/v1.0/products/"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<integer>",
                    "description": "Number of offers to be fetched to show"
                  },
                  {
                    "disabled": false,
                    "key": "promotion_group",
                    "value": "<string>",
                    "description": "Type of promotion groups"
                  },
                  {
                    "disabled": false,
                    "key": "store_id",
                    "value": "<integer>",
                    "description": "Unique identifier of a store"
                  },
                  {
                    "disabled": false,
                    "key": "cart_type",
                    "value": "<string>",
                    "description": "The type of cart"
                  },
                  {
                    "disabled": false,
                    "key": "promotion_type",
                    "value": "<string>",
                    "description": "Type of promotion to be fetched"
                  },
                  {
                    "disabled": false,
                    "key": "cart_id",
                    "value": "<string>",
                    "description": "The unique identifier of the user cart."
                  },
                  {
                    "disabled": false,
                    "key": "auto_apply",
                    "value": "<boolean>",
                    "description": "Indicates whether to filter promotions based on their auto_apply status."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "3ec5bd4e-4c1f-4f35-9a55-f56ee745848a",
                "name": "Success. Returns a array containing the available offers (if exists) on product via promotions. Refer `PromotionOffersDetails` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "available-promotions"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "slug",
                        "value": "<string>"
                      },
                      {
                        "key": "page_size",
                        "value": "<integer>"
                      },
                      {
                        "key": "promotion_group",
                        "value": "<string>"
                      },
                      {
                        "key": "store_id",
                        "value": "<integer>"
                      },
                      {
                        "key": "cart_type",
                        "value": "<string>"
                      },
                      {
                        "key": "promotion_type",
                        "value": "<string>"
                      },
                      {
                        "key": "cart_id",
                        "value": "<string>"
                      },
                      {
                        "key": "auto_apply",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"available_promotions\": [\n    {\n      \"offer_text\": \"Buy 2 apple/gionee product get 500 off\",\n      \"description\": \"Test promotion\",\n      \"id\": \"61d1db23f5b315cf265126c0\",\n      \"valid_till\": \"2022-03-29T09:05:49.063Z\",\n      \"promotion_group\": \"cart\",\n      \"discounted_rules\": [\n        {\n          \"buy_condition\": \"( rule#1 )\",\n          \"offer\": {\n            \"discount_percentage\": 10\n          },\n          \"item_criteria\": {\n            \"all_items\": true\n          },\n          \"discount_type\": \"percentage\",\n          \"discounted_price\": 90\n        }\n      ]\n    },\n    {\n      \"offer_text\": \"Buy 2 apple/gionee product get 500 off\",\n      \"description\": \"Test promotion\",\n      \"id\": \"6203cb1393506f8a75ecd566\",\n      \"valid_till\": \"2022-03-29T09:05:49.063Z\",\n      \"promotion_group\": \"product\",\n      \"discounted_rules\": [\n        {\n          \"buy_condition\": \"( rule#1 )\",\n          \"offer\": {\n            \"discount_percentage\": 10\n          },\n          \"item_criteria\": {\n            \"all_items\": true\n          },\n          \"discount_type\": \"percentage\",\n          \"discounted_price\": 90\n        }\n      ]\n    },\n    {\n      \"offer_text\": \"Buy 2 apple/gionee product get 500 off\",\n      \"description\": \"Test promotion\",\n      \"id\": \"6203cb1393506f8a75ecd567\",\n      \"valid_till\": \"2022-03-29T09:05:49.063Z\",\n      \"promotion_group\": \"product\",\n      \"discounted_rules\": [\n        {\n          \"buy_condition\": \"( rule#1 )\",\n          \"offer\": {\n            \"discount_percentage\": 10\n          },\n          \"item_criteria\": {\n            \"all_items\": true\n          },\n          \"discount_type\": \"percentage\",\n          \"discounted_price\": 90\n        }\n      ]\n    },\n    {\n      \"offer_text\": \"Buy 2 apple/gionee product get 500 off\",\n      \"description\": \"Test promotion\",\n      \"id\": \"6203cb1393506f8a75ecd569\",\n      \"valid_till\": \"2022-03-29T09:05:49.063Z\",\n      \"promotion_group\": \"product\",\n      \"discounted_rules\": [\n        {\n          \"buy_condition\": \"( rule#1 )\",\n          \"offer\": {\n            \"max_offer_quantity\": 1\n          },\n          \"item_criteria\": {\n            \"all_items\": true\n          },\n          \"discount_type\": \"free_gift_items\",\n          \"discounted_price\": 100\n        },\n        {\n          \"buy_condition\": \"( rule#2 )\",\n          \"offer\": {\n            \"discount_percentage\": 10\n          },\n          \"item_criteria\": {\n            \"all_items\": true\n          },\n          \"discount_type\": \"percentage\",\n          \"discounted_price\": 90\n        }\n      ],\n      \"free_gift_items\": [\n        {\n          \"item_id\": 7513738,\n          \"item_name\": \"dinshaws milk\",\n          \"item_images_url\": [\n            \"https://hdn-1.jmpx2.de/jmpx2/products/pictures/item/free/original/-uah4-ZMe-ProductTestAR2.jpeg\"\n          ],\n          \"item_brand_name\": \"Arpita\",\n          \"item_price_details\": {\n            \"effective\": {\n              \"min\": 80,\n              \"max\": 700\n            },\n            \"marked\": {\n              \"min\": 100,\n              \"max\": 800\n            },\n            \"currency\": \"INR\"\n          },\n          \"article_price\": {\n            \"effective\": 200,\n            \"marked\": 200\n          }\n        },\n        {\n          \"item_slug\": \"Dinshaw\"\n        }\n      ]\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "7183155d-0082-4c42-a3fc-4e72ea798c6a",
                "name": "Item not found with provided `slug` query parameter",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "available-promotions"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "slug",
                        "value": "<string>"
                      },
                      {
                        "key": "page_size",
                        "value": "<integer>"
                      },
                      {
                        "key": "promotion_group",
                        "value": "<string>"
                      },
                      {
                        "key": "store_id",
                        "value": "<integer>"
                      },
                      {
                        "key": "cart_type",
                        "value": "<string>"
                      },
                      {
                        "key": "promotion_type",
                        "value": "<string>"
                      },
                      {
                        "key": "cart_id",
                        "value": "<string>"
                      },
                      {
                        "key": "auto_apply",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Item not found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5c58ac16-2a7b-4145-8e3a-f7b07eab3aa6",
            "name": "getPromotionPaymentOffers | Fetch available promotions payment offers",
            "request": {
              "name": "getPromotionPaymentOffers | Fetch available promotions payment offers",
              "description": {
                "content": "Use this API to get top 5 payment offers available for current product",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "available-payment-offers"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>",
                    "description": "Cart id of the user cart"
                  },
                  {
                    "disabled": false,
                    "key": "uid",
                    "value": "<integer>",
                    "description": "Cart uid of the user cart"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "30777217-e3ff-41a0-9a4d-c9493bc01c1f",
                "name": "Success. Returns a array containing the available offers (if exists) on product via promotions. Refer `PromotionPaymentOffersDetails` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "available-payment-offers"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "uid",
                        "value": "<integer>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"available_promotions\": [\n    {\n      \"offer_text\": \"Bank offer promotion\",\n      \"description\": \"Bank offer promotion\",\n      \"promotion_name\": \"Bank offer promotion\",\n      \"promotion_type\": \"amount\",\n      \"id\": \"66587348e0046e268206b5ae\",\n      \"promotion_group\": \"cart\",\n      \"buy_rules\": [\n        {\n          \"item_criteria\": {},\n          \"cart_conditions\": {}\n        }\n      ],\n      \"discount_rules\": [\n        {\n          \"item_criteria\": {\n            \"buy_rules\": [\n              \"rule#1\"\n            ]\n          },\n          \"matched_buy_rules\": [\n            \"rule#1\"\n          ],\n          \"offer\": {\n            \"discount_amount\": 5\n          },\n          \"raw_offer\": {\n            \"offer\": {\n              \"discount_amount\": 5\n            },\n            \"buy_condition\": \"( rule#1 )\",\n            \"discount_type\": \"amount\",\n            \"item_criteria\": {\n              \"buy_rules\": [\n                \"rule#1\"\n              ]\n            }\n          }\n        }\n      ],\n      \"application_id\": \"62f35968d101a6d38c886d85\",\n      \"calculate_on\": \"esp\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "a6ac9986-c458-4d99-b28d-734abacbc923",
                "name": "Item not found with provided `slug` query parameter",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "available-payment-offers"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "uid",
                        "value": "<integer>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Item not found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "aa66de64-33f3-4d3f-aece-b95206b19e44",
            "name": "updateCartMetaConfig | Update cart meta",
            "request": {
              "name": "updateCartMetaConfig | Update cart meta",
              "description": {
                "content": "Modify the configuration settings for cart metadata associated with a specific sales channel. Cart meta includes configuration settings such as allowed maximum cart value, allowed minimum cart value, maximum allowed cart items, delivery charges, etc.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "cart_configuration",
                  ":cart_meta_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "cart_meta_id",
                    "description": "(Required) CartMeta id for fetching single cart meta data for editing"
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"min_cart_value\": \"<integer>\",\n  \"max_cart_value\": \"<integer>\",\n  \"bulk_coupons\": \"<boolean>\",\n  \"max_cart_items\": \"<integer>\",\n  \"gift_display_text\": \"<string>\",\n  \"delivery_charges\": {\n    \"enabled\": \"<boolean>\",\n    \"charges\": [\n      {\n        \"threshold\": \"<float>\",\n        \"charges\": \"<float>\"\n      },\n      {\n        \"threshold\": \"<float>\",\n        \"charges\": \"<float>\"\n      }\n    ]\n  },\n  \"revenue_engine_coupon\": \"<boolean>\",\n  \"gift_pricing\": \"<float>\",\n  \"enabled\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "bb216510-4bc7-4085-86c3-9da0bea1d813",
                "name": "Cart Meta Config updated successfully",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "cart_configuration",
                      ":cart_meta_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "cart_meta_id",
                        "description": "(Required) CartMeta id for fetching single cart meta data for editing"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"cart\": {\n    \"max_cart_items\": 50,\n    \"min_cart_value\": 0,\n    \"delivery_charges\": {\n      \"enabled\": false,\n      \"charges\": []\n    },\n    \"revenue_engine_coupon\": false,\n    \"gift_pricing\": 50,\n    \"gift_display_text\": \"\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"645ba594d414eb0669e6ee14\",\n  \"app_id\": \"60792ded7826bd09330ed90d\",\n  \"company_id\": 884,\n  \"bulk_coupons\": false,\n  \"delivery_charges\": {\n    \"charges\": [],\n    \"enabled\": false\n  },\n  \"empty_cart\": false,\n  \"enabled\": true,\n  \"max_cart_items\": 50,\n  \"min_cart_value\": 0,\n  \"revenue_engine_coupon\": false,\n  \"gift_pricing\": 50,\n  \"gift_display_text\": \"\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "91d794af-05c8-42f2-961c-7000f216c987",
                "name": "Invalid cart meta data",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "cart_configuration",
                      ":cart_meta_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "cart_meta_id",
                        "description": "(Required) CartMeta id for fetching single cart meta data for editing"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"cart\": {\n    \"max_cart_items\": 50,\n    \"min_cart_value\": 0,\n    \"delivery_charges\": {\n      \"enabled\": false,\n      \"charges\": []\n    },\n    \"revenue_engine_coupon\": false,\n    \"gift_pricing\": 50,\n    \"gift_display_text\": \"\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"message\": \"Universal cart config can't be deactivated\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "c897cc20-0278-4c6d-bacf-b8c174528888",
            "name": "fetchCartMetaConfig | Get cart meta",
            "request": {
              "name": "fetchCartMetaConfig | Get cart meta",
              "description": {
                "content": "Retrieve meta configuration settings tailored for customizing the cart experience within a specific sales channel. Cart meta includes configuration settings such as allowed maximum cart value, allowed minimum cart value, maximum allowed cart items, delivery charges, etc.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "cart_configuration"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "9fadf05c-0f43-4042-8a8b-586ce654e33d",
                "name": "Cart Meta Config Fetched successfully",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "cart_configuration"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"645ba594d414eb0669e6ee14\",\n  \"app_id\": \"60792ded7826bd09330ed90d\",\n  \"company_id\": 884,\n  \"bulk_coupons\": false,\n  \"delivery_charges\": {\n    \"charges\": [],\n    \"enabled\": false\n  },\n  \"empty_cart\": false,\n  \"enabled\": true,\n  \"max_cart_items\": 50,\n  \"min_cart_value\": 0,\n  \"revenue_engine_coupon\": false,\n  \"gift_pricing\": 50,\n  \"gift_display_text\": \"\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "74a39f17-f721-47d3-8a6d-4028f9a493e8",
                "name": "Invalid cart meta data",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "cart_configuration"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"message\": \"Something went wrong. Try again later\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "c097bdfa-01c6-4530-82b4-cdbfb29b8f09",
            "name": "createCartMetaConfig | Create a new cart meta",
            "request": {
              "name": "createCartMetaConfig | Create a new cart meta",
              "description": {
                "content": "Create custom meta configurations for carts associated with a specific sales channel. By specifying the company ID and application ID, seller can define unique cart settings, including preferences, rules, and constraints, tailored to their business needs.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "cart_configuration"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"min_cart_value\": \"<integer>\",\n  \"max_cart_value\": \"<integer>\",\n  \"bulk_coupons\": \"<boolean>\",\n  \"max_cart_items\": \"<integer>\",\n  \"gift_display_text\": \"<string>\",\n  \"delivery_charges\": {\n    \"enabled\": \"<boolean>\",\n    \"charges\": [\n      {\n        \"threshold\": \"<float>\",\n        \"charges\": \"<float>\"\n      },\n      {\n        \"threshold\": \"<float>\",\n        \"charges\": \"<float>\"\n      }\n    ]\n  },\n  \"revenue_engine_coupon\": \"<boolean>\",\n  \"gift_pricing\": \"<float>\",\n  \"enabled\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "30625c61-8dde-421d-9977-f3b3331bd387",
                "name": "Cart Meta Config Created successfully",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "cart_configuration"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"cart\": {\n    \"max_cart_items\": 50,\n    \"min_cart_value\": 0,\n    \"delivery_charges\": {\n      \"enabled\": false,\n      \"charges\": []\n    },\n    \"revenue_engine_coupon\": false,\n    \"gift_pricing\": 50,\n    \"gift_display_text\": \"\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Created",
                "code": 201,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"645ba594d414eb0669e6ee14\",\n  \"app_id\": \"60792ded7826bd09330ed90d\",\n  \"company_id\": 884,\n  \"bulk_coupons\": false,\n  \"delivery_charges\": {\n    \"charges\": [],\n    \"enabled\": false\n  },\n  \"empty_cart\": false,\n  \"enabled\": true,\n  \"max_cart_items\": 50,\n  \"min_cart_value\": 0,\n  \"revenue_engine_coupon\": false,\n  \"gift_pricing\": 50,\n  \"gift_display_text\": \"\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "68411feb-f993-4b97-82ea-24624bf6cfb9",
                "name": "Invalid cart meta data",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "cart_configuration"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"cart\": {\n    \"max_cart_items\": 50,\n    \"min_cart_value\": 0,\n    \"delivery_charges\": {\n      \"enabled\": false,\n      \"charges\": []\n    },\n    \"revenue_engine_coupon\": false,\n    \"gift_pricing\": 50,\n    \"gift_display_text\": \"\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"message\": \"cart meta already code exist\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5cdcd8cb-2768-4d39-a5bc-28ed3c1a0f40",
            "name": "updatePriceAdjustment | Update price adjustments",
            "request": {
              "name": "updatePriceAdjustment | Update price adjustments",
              "description": {
                "content": "Modify price adjustments for specific items in the cart. By providing the seller ID, sales channel ID, and price adjustment ID, seller can apply discounts or other adjustments to the prices of cart items, facilitating dynamic pricing strategies.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "price-adjustment",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"article_ids\": [\n    {\n      \"_id\": \"<string>\",\n      \"identifiers\": {\n        \"aliquaea6\": 44220606.23734391,\n        \"enim9\": \"et incididunt ipsum pariatur eiusmod\",\n        \"tempord\": false\n      },\n      \"seller_identifier\": \"<string>\",\n      \"size\": \"<string>\",\n      \"uid\": \"<string>\",\n      \"set\": {\n        \"nostrud_a\": \"officia\"\n      },\n      \"dimensions\": {\n        \"height\": \"<number>\",\n        \"width\": \"<number>\",\n        \"is_default\": \"<boolean>\",\n        \"unit\": \"<string>\",\n        \"length\": \"<number>\"\n      },\n      \"currency\": {\n        \"commodo_2a\": true,\n        \"adipisicing_891\": \"exercitation fugiat\",\n        \"fugiat3\": -65928632.0441522\n      },\n      \"esp_modified\": \"<boolean>\",\n      \"return_config\": {\n        \"returnable\": \"<boolean>\",\n        \"time\": \"<number>\",\n        \"unit\": \"<string>\"\n      },\n      \"code\": \"<string>\",\n      \"weight\": {\n        \"is_default\": \"<boolean>\",\n        \"shipping\": \"<integer>\",\n        \"unit\": \"<string>\"\n      },\n      \"raw_meta\": \"<string>\",\n      \"is_set\": \"<boolean>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"_custom_json\": {\n        \"amet92\": false,\n        \"reprehenderit__6e\": -9207187.073680818\n      }\n    },\n    {\n      \"_id\": \"<string>\",\n      \"identifiers\": {\n        \"dolor_a\": 51958041,\n        \"dolore464\": false\n      },\n      \"seller_identifier\": \"<string>\",\n      \"size\": \"<string>\",\n      \"uid\": \"<string>\",\n      \"set\": {\n        \"ad_6_\": \"Duis\"\n      },\n      \"dimensions\": {\n        \"height\": \"<number>\",\n        \"width\": \"<number>\",\n        \"is_default\": \"<boolean>\",\n        \"unit\": \"<string>\",\n        \"length\": \"<number>\"\n      },\n      \"currency\": {\n        \"aute3\": true,\n        \"exercitation_0\": -60749465.2901285,\n        \"Duisc53\": \"enim in ullamco Duis\",\n        \"dolore8\": 37490512.934553206\n      },\n      \"esp_modified\": \"<boolean>\",\n      \"return_config\": {\n        \"returnable\": \"<boolean>\",\n        \"time\": \"<number>\",\n        \"unit\": \"<string>\"\n      },\n      \"code\": \"<string>\",\n      \"weight\": {\n        \"is_default\": \"<boolean>\",\n        \"shipping\": \"<integer>\",\n        \"unit\": \"<string>\"\n      },\n      \"raw_meta\": \"<string>\",\n      \"is_set\": \"<boolean>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"_custom_json\": {\n        \"voluptate_2\": true,\n        \"laborum_5\": false\n      }\n    }\n  ],\n  \"article_level_distribution\": \"<boolean>\",\n  \"cart_id\": \"<string>\",\n  \"collection\": {\n    \"collected_by\": \"<string>\",\n    \"refund_by\": \"<string>\"\n  },\n  \"is_authenticated\": \"<boolean>\",\n  \"message\": \"<string>\",\n  \"type\": \"<string>\",\n  \"value\": \"<float>\",\n  \"modified_by\": \"<string>\",\n  \"apply_expiry\": \"<dateTime>\",\n  \"restrictions\": {\n    \"post_order\": {\n      \"fugiat3f4\": false\n    }\n  },\n  \"allowed_refund\": \"<boolean>\",\n  \"auto_remove\": \"<boolean>\",\n  \"meta\": {\n    \"sint4\": -4897266,\n    \"veniam00\": -91433105\n  },\n  \"distribution_logic\": {\n    \"distribution_level\": \"<string>\",\n    \"distribution\": {\n      \"type\": \"<string>\",\n      \"logic\": \"<string>\",\n      \"rule\": {\n        \"conditions\": {\n          \"reprehenderit_1\": 64509294\n        }\n      }\n    }\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "ed54bef1-7900-4e37-bb4c-f394ae5c599d",
                "name": "Price Adjustment Updated successfully",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "price-adjustment",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"cart_id\": \"fa45f5cbd3764a6297bfa79d6bedf71c\",\n  \"is_authenticated\": true,\n  \"article_ids\": [\n    {\n      \"article_id\": \"f322167ce70f4dca8f8ac0efdc496abe\",\n      \"value\": 100,\n      \"code\": \"abs120\",\n      \"meta\": {},\n      \"quantity\": 2,\n      \"min_price_threshold\": 50,\n      \"article_index\": 0\n    }\n  ],\n  \"type\": \"discount\",\n  \"message\": \"Fynd Campaign 100 Rs off\",\n  \"value\": 100,\n  \"article_level_distribution\": true,\n  \"allow_refund\": true,\n  \"meta\": {},\n  \"collection\": {\n    \"collected_by\": \"FYND\",\n    \"refund_by\": \"FYND\"\n  },\n  \"restrictions\": {\n    \"post_order\": {\n      \"cancellation_allowed\": false,\n      \"return_allowed\": false\n    }\n  },\n  \"auto_remove\": true\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"data\": {\n    \"id\": \"cc8154592ccb42c88b481ce4c21ab602\",\n    \"cart_id\": \"fa45f5cbd3764a6297bfa79d6bedf71c\",\n    \"is_authenticated\": true,\n    \"article_ids\": [\n      {\n        \"article_id\": \"f322167ce70f4dca8f8ac0efdc496abe\",\n        \"value\": 100,\n        \"code\": \"abs120\",\n        \"meta\": {},\n        \"quantity\": 2,\n        \"min_price_threshold\": 50,\n        \"article_index\": 0,\n        \"identifier\": \"cart:5mPyy88URXuh3Lo35uaTg\"\n      }\n    ],\n    \"type\": \"discount\",\n    \"message\": \"Fynd Campaign 100 Rs off\",\n    \"value\": 100,\n    \"article_level_distribution\": true,\n    \"allow_refund\": true,\n    \"meta\": {},\n    \"collection\": {\n      \"collected_by\": \"FYND\",\n      \"refund_by\": \"FYND\"\n    },\n    \"restrictions\": {\n      \"post_order\": {\n        \"cancellation_allowed\": false,\n        \"return_allowed\": false\n      }\n    },\n    \"auto_remove\": true\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "40feb09a-dfec-4534-a108-84bf7ff03f5c",
                "name": "Invalid price adjustment update",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "price-adjustment",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"cart_id\": \"fa45f5cbd3764a6297bfa79d6bedf71c\",\n  \"is_authenticated\": true,\n  \"article_ids\": [\n    {\n      \"article_id\": \"f322167ce70f4dca8f8ac0efdc496abe\",\n      \"value\": 100,\n      \"code\": \"abs120\",\n      \"meta\": {},\n      \"quantity\": 2,\n      \"min_price_threshold\": 50,\n      \"article_index\": 0\n    }\n  ],\n  \"type\": \"discount\",\n  \"message\": \"Fynd Campaign 100 Rs off\",\n  \"value\": 100,\n  \"article_level_distribution\": true,\n  \"allow_refund\": true,\n  \"meta\": {},\n  \"collection\": {\n    \"collected_by\": \"FYND\",\n    \"refund_by\": \"FYND\"\n  },\n  \"restrictions\": {\n    \"post_order\": {\n      \"cancellation_allowed\": false,\n      \"return_allowed\": false\n    }\n  },\n  \"auto_remove\": true\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"message\": \"Price adjustment code doesn't exist\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "8d33d39a-3975-4e67-98fd-ebe37c664558",
            "name": "removePriceAdjustment | Remove price adjustments",
            "request": {
              "name": "removePriceAdjustment | Remove price adjustments",
              "description": {
                "content": "Remove the applied price adjustments for specific items within the cart based on unique price adjustment ID.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "price-adjustment",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "6bd2d450-1b98-4845-8214-356f6bffd80c",
                "name": "Price Adjustment data Removed successfully",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "price-adjustment",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"Price Adjustment removed successfully\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "8d18d654-485e-4e09-929a-a15bc29f8b95",
                "name": "Invalid Price Adjustment data",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "price-adjustment",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"message\": \"Either Price Adjustment code doesn't exist or Price Adjustment code has been removed\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5766e999-257e-4bb5-acc1-114cb2efc90a",
            "name": "addPriceAdjustment | Create price adjustments",
            "request": {
              "name": "addPriceAdjustment | Create price adjustments",
              "description": {
                "content": "Create custom price adjustments for items in the cart, facilitating the application of discounts or promotions. Price adjustments can be tailored based on specific sales channel contexts, enhancing flexibility in pricing strategies.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "price-adjustment"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"article_ids\": [\n    {\n      \"_id\": \"<string>\",\n      \"identifiers\": {\n        \"eafc\": 44023679,\n        \"doloraa_\": 59419126.73734176\n      },\n      \"seller_identifier\": \"<string>\",\n      \"size\": \"<string>\",\n      \"uid\": \"<string>\",\n      \"set\": {\n        \"cillum6\": true,\n        \"nullaba\": -59314694,\n        \"ipsum_c1e\": -23424023.184422404\n      },\n      \"dimensions\": {\n        \"height\": \"<number>\",\n        \"width\": \"<number>\",\n        \"is_default\": \"<boolean>\",\n        \"unit\": \"<string>\",\n        \"length\": \"<number>\"\n      },\n      \"currency\": {\n        \"nostrud4_5\": -92350969,\n        \"cillum82\": \"voluptate nostrud\"\n      },\n      \"esp_modified\": \"<boolean>\",\n      \"return_config\": {\n        \"returnable\": \"<boolean>\",\n        \"time\": \"<number>\",\n        \"unit\": \"<string>\"\n      },\n      \"code\": \"<string>\",\n      \"weight\": {\n        \"is_default\": \"<boolean>\",\n        \"shipping\": \"<integer>\",\n        \"unit\": \"<string>\"\n      },\n      \"raw_meta\": \"<string>\",\n      \"is_set\": \"<boolean>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"_custom_json\": {\n        \"velit6f2\": \"pr\"\n      }\n    },\n    {\n      \"_id\": \"<string>\",\n      \"identifiers\": {\n        \"aute__a9\": 53397965.51027608\n      },\n      \"seller_identifier\": \"<string>\",\n      \"size\": \"<string>\",\n      \"uid\": \"<string>\",\n      \"set\": {\n        \"exercitation_16\": -24916161.87002234\n      },\n      \"dimensions\": {\n        \"height\": \"<number>\",\n        \"width\": \"<number>\",\n        \"is_default\": \"<boolean>\",\n        \"unit\": \"<string>\",\n        \"length\": \"<number>\"\n      },\n      \"currency\": {\n        \"fugiat_6\": -97073702.53680807,\n        \"dob\": 2498684.7240032107\n      },\n      \"esp_modified\": \"<boolean>\",\n      \"return_config\": {\n        \"returnable\": \"<boolean>\",\n        \"time\": \"<number>\",\n        \"unit\": \"<string>\"\n      },\n      \"code\": \"<string>\",\n      \"weight\": {\n        \"is_default\": \"<boolean>\",\n        \"shipping\": \"<integer>\",\n        \"unit\": \"<string>\"\n      },\n      \"raw_meta\": \"<string>\",\n      \"is_set\": \"<boolean>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"_custom_json\": {\n        \"et_79\": -50684093.9684746,\n        \"nulla_7d\": 81641047\n      }\n    }\n  ],\n  \"article_level_distribution\": \"<boolean>\",\n  \"cart_id\": \"<string>\",\n  \"collection\": {\n    \"collected_by\": \"<string>\",\n    \"refund_by\": \"<string>\"\n  },\n  \"is_authenticated\": \"<boolean>\",\n  \"message\": \"<string>\",\n  \"type\": \"<string>\",\n  \"value\": \"<float>\",\n  \"apply_expiry\": \"<dateTime>\",\n  \"restrictions\": {\n    \"post_order\": {\n      \"in_9d\": \"minim incididunt Lorem aute adipisicing\",\n      \"consectetur392\": 12417984,\n      \"ut_5\": false,\n      \"ad_6\": \"dolore ad ve\",\n      \"in_32\": \"officia ad in\"\n    }\n  },\n  \"created_by\": \"<string>\",\n  \"allowed_refund\": \"<boolean>\",\n  \"meta\": {\n    \"occaecat_de3\": false,\n    \"sint_e9\": -30646674,\n    \"labore1\": 30909750,\n    \"nostrud4\": \"laboris incididunt nostrud fugiat v\"\n  },\n  \"auto_remove\": \"<boolean>\",\n  \"distribution_logic\": {\n    \"distribution_level\": \"<string>\",\n    \"distribution\": {\n      \"type\": \"<string>\",\n      \"logic\": \"<string>\",\n      \"rule\": {\n        \"conditions\": {\n          \"labore_1f\": \"consectetur est in officia\",\n          \"consectetur__0\": true,\n          \"est_a\": true\n        }\n      }\n    }\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "27196e5e-4bf4-4cb5-adf0-839774977f1d",
                "name": "Price Adjustment Created successfully",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "price-adjustment"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"cart_id\": \"fa45f5cbd3764a6297bfa79d6bedf71c\",\n  \"is_authenticated\": true,\n  \"article_ids\": [\n    {\n      \"article_id\": \"f322167ce70f4dca8f8ac0efdc496abe\",\n      \"value\": 100,\n      \"code\": \"abs120\",\n      \"meta\": {},\n      \"quantity\": 2,\n      \"min_price_threshold\": 50,\n      \"article_index\": 0\n    }\n  ],\n  \"type\": \"discount\",\n  \"message\": \"Fynd Campaign 100 Rs off\",\n  \"value\": 100,\n  \"article_level_distribution\": true,\n  \"allow_refund\": true,\n  \"meta\": {},\n  \"collection\": {\n    \"collected_by\": \"FYND\",\n    \"refund_by\": \"FYND\"\n  },\n  \"restrictions\": {\n    \"post_order\": {\n      \"cancellation_allowed\": false,\n      \"return_allowed\": false\n    }\n  },\n  \"auto_remove\": true\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Created",
                "code": 201,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"data\": {\n    \"id\": \"cc8154592ccb42c88b481ce4c21ab602\",\n    \"cart_id\": \"fa45f5cbd3764a6297bfa79d6bedf71c\",\n    \"is_authenticated\": true,\n    \"article_ids\": [\n      {\n        \"article_id\": \"f322167ce70f4dca8f8ac0efdc496abe\",\n        \"value\": 100,\n        \"code\": \"abs120\",\n        \"meta\": {},\n        \"quantity\": 2,\n        \"min_price_threshold\": 50,\n        \"article_index\": 0\n      }\n    ],\n    \"type\": \"discount\",\n    \"message\": \"Fynd Campaign 100 Rs off\",\n    \"value\": 100,\n    \"article_level_distribution\": true,\n    \"allow_refund\": true,\n    \"meta\": {},\n    \"collection\": {\n      \"collected_by\": \"FYND\",\n      \"refund_by\": \"FYND\"\n    },\n    \"restrictions\": {\n      \"post_order\": {\n        \"cancellation_allowed\": false,\n        \"return_allowed\": false\n      }\n    },\n    \"auto_remove\": true\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "2be2b600-6d94-4993-bb05-4269a25cf3fe",
                "name": "Invalid price adjustment",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "price-adjustment"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"cart_id\": \"fa45f5cbd3764a6297bfa79d6bedf71c\",\n  \"is_authenticated\": true,\n  \"article_ids\": [\n    {\n      \"article_id\": \"f322167ce70f4dca8f8ac0efdc496abe\",\n      \"value\": 100,\n      \"code\": \"abs120\",\n      \"meta\": {},\n      \"quantity\": 2,\n      \"min_price_threshold\": 50,\n      \"article_index\": 0\n    }\n  ],\n  \"type\": \"discount\",\n  \"message\": \"Fynd Campaign 100 Rs off\",\n  \"value\": 100,\n  \"article_level_distribution\": true,\n  \"allow_refund\": true,\n  \"meta\": {},\n  \"collection\": {\n    \"collected_by\": \"FYND\",\n    \"refund_by\": \"FYND\"\n  },\n  \"restrictions\": {\n    \"post_order\": {\n      \"cancellation_allowed\": false,\n      \"return_allowed\": false\n    }\n  },\n  \"auto_remove\": true\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"message\": \"Unable to create price adjustment code\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "0b04e7ef-8462-41ef-af20-fc2a5e381cd5",
            "name": "getPriceAdjustments | Get a list of all price adjustments associated with a cart",
            "request": {
              "name": "getPriceAdjustments | Get a list of all price adjustments associated with a cart",
              "description": {
                "content": "This API helps to get price adjustments data associated to a particular cart",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "price-adjustment"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "cart_id",
                    "value": "<string>",
                    "description": "(Required) Cart id of user cart"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "3daca004-a2c2-4019-9375-cf81f22138a0",
                "name": "Price Adjustments List. See example below for details",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "price-adjustment"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "cart_id",
                        "value": "65c06fe589db42581e4be72e"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"data\": [\n    {\n      \"id\": \"cc8154592ccb42c88b481ce4c21ab602\",\n      \"cart_id\": \"fa45f5cbd3764a6297bfa79d6bedf71c\",\n      \"is_authenticated\": true,\n      \"article_ids\": [\n        {\n          \"article_id\": \"f322167ce70f4dca8f8ac0efdc496abe\",\n          \"value\": 100,\n          \"code\": \"abs120\",\n          \"meta\": {},\n          \"quantity\": 2,\n          \"min_price_threshold\": 50,\n          \"article_index\": 0\n        }\n      ],\n      \"type\": \"discount\",\n      \"message\": \"Fynd Campaign 100 Rs off\",\n      \"value\": 100,\n      \"article_level_distribution\": true,\n      \"allow_refund\": true,\n      \"meta\": {},\n      \"collection\": {\n        \"collected_by\": \"FYND\",\n        \"refund_by\": \"FYND\"\n      },\n      \"restrictions\": {\n        \"post_order\": {\n          \"cancellation_allowed\": false,\n          \"return_allowed\": false\n        }\n      },\n      \"auto_remove\": true\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d978c4db-c7be-4a88-ac66-f825e6edb431",
            "name": "fetchAndvalidateCartItems | Get and validate cart items",
            "request": {
              "name": "fetchAndvalidateCartItems | Get and validate cart items",
              "description": {
                "content": "Retrieve cart details for a provided list of cart items and validate its contents. This ensures accuracy and completeness in cart information, including item quantities, prices, discounts, and applicable taxes.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "cart",
                  "validate"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "disabled": false,
                  "description": "Ordering source header, to be used to identify source of order creation.",
                  "key": "x-ordering-source",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": "Location details for the cart checkout",
                  "key": "x-location-detail",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": "Currency code for transactions.",
                  "key": "x-currency-code",
                  "value": "INR"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"cart_items\": [\n    {\n      \"product_id\": \"<string>\",\n      \"size\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"size\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "3b2cb5eb-8c01-4fc9-84d5-bdd3fcba4e76",
                "name": "Cart details with breakup",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "cart",
                      "validate"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel application"
                      }
                    ]
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "Location details for the cart checkout",
                      "key": "x-location-detail",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "Currency code for transactions.",
                      "key": "x-currency-code",
                      "value": "INR"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"cart_items\": [\n    {\n      \"product_id\": \"803140\",\n      \"size\": \"S\"\n    },\n    {\n      \"product_id\": \"803140\",\n      \"size\": \"S\"\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"quantity\": 1,\n      \"identifiers\": {\n        \"user_id\": [],\n        \"brand_id\": [\n          9\n        ]\n      },\n      \"message\": \"\",\n      \"coupon_message\": \"\",\n      \"product\": {\n        \"type\": \"product\",\n        \"uid\": 803140,\n        \"name\": \"Green Solid T-Shirt\",\n        \"slug\": \"celio-green-solid-t-shirt-803140-dd9e2c\",\n        \"brand\": {\n          \"uid\": 44,\n          \"name\": \"celio\"\n        },\n        \"categories\": [\n          {\n            \"uid\": 192,\n            \"name\": \"T-Shirts\"\n          }\n        ],\n        \"images\": [\n          {\n            \"aspect_ratio\": \"16:25\",\n            \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/44_NEMIEL@GREENBRITISH/1_1548161273344.jpg\",\n            \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/44_NEMIEL@GREENBRITISH/1_1548161273344.jpg\"\n          }\n        ],\n        \"action\": {\n          \"type\": \"product\",\n          \"url\": \"https://api.addsale.com/platform/content/v1/products/celio-green-solid-t-shirt-803140-dd9e2c/\",\n          \"query\": {\n            \"product_slug\": [\n              \"celio-green-solid-t-shirt-803140-dd9e2c\"\n            ]\n          }\n        }\n      },\n      \"article\": {\n        \"type\": \"article\",\n        \"uid\": \"25_44_A7050_NEMIEL@GREENBRITISH_S\",\n        \"size\": \"S\",\n        \"seller\": {\n          \"uid\": 25,\n          \"name\": \"CELIO FUTURE FASHION PRIVATE LIMITED\"\n        },\n        \"store\": {\n          \"uid\": 1486,\n          \"name\": \"Forum Mall\"\n        },\n        \"quantity\": 1,\n        \"price\": {\n          \"base\": {\n            \"marked\": 1299,\n            \"effective\": 649.5,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"marked\": 1299,\n            \"effective\": 649.5,\n            \"currency_code\": \"INR\"\n          }\n        }\n      },\n      \"key\": \"803140_S\",\n      \"discount\": \"50% OFF\",\n      \"price\": {\n        \"base\": {\n          \"add_on\": 0,\n          \"marked\": 1299,\n          \"effective\": 649.5,\n          \"selling\": 649.5,\n          \"currency_code\": \"INR\"\n        },\n        \"converted\": {\n          \"add_on\": 0,\n          \"marked\": 1299,\n          \"effective\": 649.5,\n          \"selling\": 649.5,\n          \"currency_code\": \"INR\"\n        }\n      },\n      \"availability\": {\n        \"sizes\": [\n          \"L\",\n          \"XL\",\n          \"M\",\n          \"S\"\n        ],\n        \"other_store_quantity\": 0,\n        \"out_of_stock\": false,\n        \"deliverable\": true,\n        \"is_valid\": true,\n        \"available_sizes\": [\n          {\n            \"is_available\": true,\n            \"display\": \"L\",\n            \"value\": \"L\"\n          },\n          {\n            \"is_available\": true,\n            \"display\": \"XXL\",\n            \"value\": \"XXL\"\n          },\n          {\n            \"is_available\": true,\n            \"display\": \"XL\",\n            \"value\": \"XL\"\n          },\n          {\n            \"is_available\": true,\n            \"display\": \"M\",\n            \"value\": \"M\"\n          },\n          {\n            \"is_available\": true,\n            \"display\": \"S\",\n            \"value\": \"S\"\n          },\n          {\n            \"is_available\": false,\n            \"display\": \"30\",\n            \"value\": \"30\"\n          }\n        ]\n      },\n      \"bulk_offer\": {}\n    },\n    {\n      \"quantity\": 1,\n      \"identifiers\": {\n        \"user_id\": [],\n        \"brand_id\": [\n          9\n        ]\n      },\n      \"message\": \"Out of stock. Please remove item\",\n      \"coupon_message\": \"\",\n      \"product\": {\n        \"type\": \"product\",\n        \"uid\": 803140,\n        \"name\": \"Green Solid T-Shirt\",\n        \"slug\": \"celio-green-solid-t-shirt-803140-dd9e2c\",\n        \"brand\": {\n          \"uid\": 44,\n          \"name\": \"celio\"\n        },\n        \"categories\": [\n          {\n            \"uid\": 192,\n            \"name\": \"T-Shirts\"\n          }\n        ],\n        \"images\": [\n          {\n            \"aspect_ratio\": \"16:25\",\n            \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/44_NEMIEL@GREENBRITISH/1_1548161273344.jpg\",\n            \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/44_NEMIEL@GREENBRITISH/1_1548161273344.jpg\"\n          }\n        ],\n        \"action\": {\n          \"type\": \"product\",\n          \"url\": \"https://api.addsale.com/platform/content/v1/products/celio-green-solid-t-shirt-803140-dd9e2c/\",\n          \"query\": {\n            \"product_slug\": [\n              \"celio-green-solid-t-shirt-803140-dd9e2c\"\n            ]\n          }\n        }\n      },\n      \"article\": {},\n      \"key\": \"803140_S\",\n      \"discount\": \"\",\n      \"price\": {\n        \"base\": {\n          \"add_on\": 0,\n          \"marked\": 1299,\n          \"effective\": 1299,\n          \"selling\": 1299,\n          \"currency_code\": \"INR\"\n        },\n        \"converted\": {\n          \"add_on\": 0,\n          \"marked\": 1299,\n          \"effective\": 1299,\n          \"selling\": 1299,\n          \"currency_code\": \"INR\"\n        }\n      },\n      \"availability\": {\n        \"sizes\": [\n          \"L\",\n          \"XXL\",\n          \"XL\",\n          \"M\",\n          \"S\"\n        ],\n        \"other_store_quantity\": 0,\n        \"out_of_stock\": true,\n        \"deliverable\": false,\n        \"is_valid\": false,\n        \"available_sizes\": [\n          {\n            \"is_available\": true,\n            \"display\": \"L\",\n            \"value\": \"L\"\n          },\n          {\n            \"is_available\": true,\n            \"display\": \"XXL\",\n            \"value\": \"XXL\"\n          },\n          {\n            \"is_available\": true,\n            \"display\": \"XL\",\n            \"value\": \"XL\"\n          },\n          {\n            \"is_available\": true,\n            \"display\": \"M\",\n            \"value\": \"M\"\n          },\n          {\n            \"is_available\": true,\n            \"display\": \"S\",\n            \"value\": \"S\"\n          },\n          {\n            \"is_available\": false,\n            \"display\": \"30\",\n            \"value\": \"30\"\n          }\n        ]\n      },\n      \"bulk_offer\": {}\n    }\n  ],\n  \"is_valid\": false,\n  \"breakup_values\": {\n    \"display\": [\n      {\n        \"display\": \"MRP Total\",\n        \"key\": \"mrp_total\",\n        \"value\": 2598,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Discount\",\n        \"key\": \"discount\",\n        \"value\": -649,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Subtotal\",\n        \"key\": \"subtotal\",\n        \"value\": 1949,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Total\",\n        \"key\": \"total\",\n        \"value\": 1949,\n        \"currency_code\": \"INR\"\n      }\n    ],\n    \"raw\": {\n      \"cod_charge\": 0,\n      \"convenience_fee\": 0,\n      \"coupon\": 0,\n      \"delivery_charge\": 0,\n      \"discount\": -649.5,\n      \"fynd_cash\": 0,\n      \"gst_charges\": 170.11,\n      \"mrp_total\": 2598,\n      \"subtotal\": 1948.5,\n      \"total\": 1948.5,\n      \"vog\": 1778.39,\n      \"you_saved\": 0\n    }\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "8ca52bb1-2945-4964-9bdc-ba4c3a966a4d",
                "name": "Invalid Cart Items",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "cart",
                      "validate"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel application"
                      }
                    ]
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "Location details for the cart checkout",
                      "key": "x-location-detail",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "Currency code for transactions.",
                      "key": "x-currency-code",
                      "value": "INR"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"cart_items\": [\n    {\n      \"product_id\": \"803140\",\n      \"size\": \"S\"\n    },\n    {\n      \"product_id\": \"803140\",\n      \"size\": \"S\"\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Item id does not exists\",\n  \"error\": {\n    \"invalid_item_id\": [\n      \"1234\",\n      \"2345\"\n    ]\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e226dd03-bac2-4f01-a827-1da28af05429",
            "name": "checkCartServiceability | Check cart serviceability",
            "request": {
              "name": "checkCartServiceability | Check cart serviceability",
              "description": {
                "content": "Verify the serviceability of items in the cart at a specific pin code and ensure accurate delivery promises. System checks each item's availability and delivery feasibility, providing real-time information on serviceability and estimated delivery times.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "cart",
                  "serviceability"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "disabled": false,
                  "description": "Ordering source header, to be used to identify source of order creation.",
                  "key": "x-ordering-source",
                  "value": "<string>"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"cart_items\": [\n    {\n      \"product_id\": \"<string>\",\n      \"size\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"size\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"shipping_address\": {\n    \"country\": \"<string>\",\n    \"state\": \"<string>\",\n    \"city\": \"<string>\",\n    \"phone\": \"<integer>\",\n    \"area_code\": \"<string>\",\n    \"country_iso_code\": \"<string>\",\n    \"country_phone_code\": \"<string>\",\n    \"meta\": {\n      \"laborisfa9\": false\n    },\n    \"address_type\": \"<string>\",\n    \"area\": \"<string>\",\n    \"area_code_slug\": \"pincode\",\n    \"name\": \"<string>\",\n    \"landmark\": \"<string>\",\n    \"email\": \"<string>\",\n    \"country_code\": \"IND\",\n    \"pincode\": \"<integer>\",\n    \"address\": \"<string>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "ce355502-8783-4253-a992-b8ba96c59f45",
                "name": "Cart details with pincode validity information at item level",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "cart",
                      "serviceability"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"shipping_address\": {\n    \"name\": \"Test User\",\n    \"address\": \"Test adddress\",\n    \"area\": \"test\",\n    \"phone\": 999999999,\n    \"area_code\": \"400093\",\n    \"area_code_slug\": \"pincode\",\n    \"city\": \"Mumbai\",\n    \"state\": \"Maharastra\",\n    \"country\": \"India\",\n    \"email\": \"test@example.com\",\n    \"address_type\": \"office\"\n  },\n  \"cart_items\": [\n    {\n      \"product_id\": \"803140\",\n      \"size\": \"S\"\n    },\n    {\n      \"product_id\": \"803140\",\n      \"size\": \"S\"\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"quantity\": 1,\n      \"identifiers\": {\n        \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n      },\n      \"message\": \"\",\n      \"coupon_message\": \"\",\n      \"product\": {\n        \"type\": \"product\",\n        \"uid\": 803140,\n        \"name\": \"Green Solid T-Shirt\",\n        \"slug\": \"celio-green-solid-t-shirt-803140-dd9e2c\",\n        \"brand\": {\n          \"uid\": 44,\n          \"name\": \"celio\"\n        },\n        \"categories\": [\n          {\n            \"uid\": 192,\n            \"name\": \"T-Shirts\"\n          }\n        ],\n        \"images\": [\n          {\n            \"aspect_ratio\": \"16:25\",\n            \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/44_NEMIEL@GREENBRITISH/1_1548161273344.jpg\",\n            \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/44_NEMIEL@GREENBRITISH/1_1548161273344.jpg\"\n          }\n        ],\n        \"action\": {\n          \"type\": \"product\",\n          \"url\": \"https://api.addsale.com/platform/content/v1/products/celio-green-solid-t-shirt-803140-dd9e2c/\",\n          \"query\": {\n            \"product_slug\": [\n              \"celio-green-solid-t-shirt-803140-dd9e2c\"\n            ]\n          }\n        }\n      },\n      \"article\": {\n        \"type\": \"article\",\n        \"uid\": \"25_44_A7050_NEMIEL@GREENBRITISH_S\",\n        \"size\": \"S\",\n        \"seller\": {\n          \"uid\": 25,\n          \"name\": \"CELIO FUTURE FASHION PRIVATE LIMITED\"\n        },\n        \"store\": {\n          \"uid\": 1486,\n          \"name\": \"Forum Mall\"\n        },\n        \"quantity\": 1,\n        \"price\": {\n          \"base\": {\n            \"marked\": 1299,\n            \"effective\": 649.5,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"marked\": 1299,\n            \"effective\": 649.5,\n            \"currency_code\": \"INR\"\n          }\n        }\n      },\n      \"key\": \"803140_S\",\n      \"discount\": \"50% OFF\",\n      \"price\": {\n        \"base\": {\n          \"add_on\": 0,\n          \"marked\": 1299,\n          \"effective\": 649.5,\n          \"selling\": 649.5,\n          \"currency_code\": \"INR\"\n        },\n        \"converted\": {\n          \"add_on\": 0,\n          \"marked\": 1299,\n          \"effective\": 649.5,\n          \"selling\": 649.5,\n          \"currency_code\": \"INR\"\n        }\n      },\n      \"availability\": {\n        \"sizes\": [\n          \"L\",\n          \"XL\",\n          \"M\",\n          \"S\"\n        ],\n        \"other_store_quantity\": 0,\n        \"out_of_stock\": false,\n        \"deliverable\": true,\n        \"is_valid\": true,\n        \"delivery_promise\": {\n          \"timestamp\": {\n            \"min\": 1605306343,\n            \"max\": 1605468343\n          },\n          \"formatted\": {\n            \"min\": \"Sat, 14 Nov\",\n            \"max\": \"Mon, 16 Nov\"\n          }\n        },\n        \"available_sizes\": [\n          {\n            \"is_available\": true,\n            \"display\": \"L\",\n            \"value\": \"L\"\n          },\n          {\n            \"is_available\": true,\n            \"display\": \"XXL\",\n            \"value\": \"XXL\"\n          },\n          {\n            \"is_available\": true,\n            \"display\": \"XL\",\n            \"value\": \"XL\"\n          },\n          {\n            \"is_available\": true,\n            \"display\": \"M\",\n            \"value\": \"M\"\n          },\n          {\n            \"is_available\": true,\n            \"display\": \"S\",\n            \"value\": \"S\"\n          },\n          {\n            \"is_available\": false,\n            \"display\": \"30\",\n            \"value\": \"30\"\n          }\n        ]\n      },\n      \"bulk_offer\": {}\n    },\n    {\n      \"quantity\": 1,\n      \"identifiers\": {\n        \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n      },\n      \"message\": \"Out of stock. Please remove item\",\n      \"coupon_message\": \"\",\n      \"product\": {\n        \"type\": \"product\",\n        \"uid\": 803140,\n        \"name\": \"Green Solid T-Shirt\",\n        \"slug\": \"celio-green-solid-t-shirt-803140-dd9e2c\",\n        \"brand\": {\n          \"uid\": 44,\n          \"name\": \"celio\"\n        },\n        \"categories\": [\n          {\n            \"uid\": 192,\n            \"name\": \"T-Shirts\"\n          }\n        ],\n        \"images\": [\n          {\n            \"aspect_ratio\": \"16:25\",\n            \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/44_NEMIEL@GREENBRITISH/1_1548161273344.jpg\",\n            \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/44_NEMIEL@GREENBRITISH/1_1548161273344.jpg\"\n          }\n        ],\n        \"action\": {\n          \"type\": \"product\",\n          \"url\": \"https://api.addsale.com/platform/content/v1/products/celio-green-solid-t-shirt-803140-dd9e2c/\",\n          \"query\": {\n            \"product_slug\": [\n              \"celio-green-solid-t-shirt-803140-dd9e2c\"\n            ]\n          }\n        }\n      },\n      \"article\": {},\n      \"key\": \"803140_S\",\n      \"discount\": \"\",\n      \"price\": {\n        \"base\": {\n          \"add_on\": 0,\n          \"marked\": 1299,\n          \"effective\": 1299,\n          \"selling\": 1299,\n          \"currency_code\": \"INR\"\n        },\n        \"converted\": {\n          \"add_on\": 0,\n          \"marked\": 1299,\n          \"effective\": 1299,\n          \"selling\": 1299,\n          \"currency_code\": \"INR\"\n        }\n      },\n      \"availability\": {\n        \"sizes\": [\n          \"L\",\n          \"XXL\",\n          \"XL\",\n          \"M\",\n          \"S\"\n        ],\n        \"other_store_quantity\": 0,\n        \"out_of_stock\": true,\n        \"deliverable\": false,\n        \"is_valid\": false,\n        \"delivery_promise\": {\n          \"timestamp\": {\n            \"min\": 1605306343,\n            \"max\": 1605468343\n          },\n          \"formatted\": {\n            \"min\": \"Sat, 14 Nov\",\n            \"max\": \"Mon, 16 Nov\"\n          }\n        },\n        \"available_sizes\": [\n          {\n            \"is_available\": true,\n            \"display\": \"L\",\n            \"value\": \"L\"\n          },\n          {\n            \"is_available\": true,\n            \"display\": \"XXL\",\n            \"value\": \"XXL\"\n          },\n          {\n            \"is_available\": true,\n            \"display\": \"XL\",\n            \"value\": \"XL\"\n          },\n          {\n            \"is_available\": true,\n            \"display\": \"M\",\n            \"value\": \"M\"\n          },\n          {\n            \"is_available\": true,\n            \"display\": \"S\",\n            \"value\": \"S\"\n          },\n          {\n            \"is_available\": false,\n            \"display\": \"30\",\n            \"value\": \"30\"\n          }\n        ]\n      },\n      \"bulk_offer\": {}\n    }\n  ],\n  \"delivery_promise\": {\n    \"timestamp\": {\n      \"min\": 1605306343,\n      \"max\": 1605468343\n    },\n    \"formatted\": {\n      \"min\": \"Sat, 14 Nov\",\n      \"max\": \"Mon, 16 Nov\"\n    }\n  },\n  \"is_valid\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "7e549d2b-dbcc-46ef-9714-548cb66d3e59",
            "name": "checkoutCart | Headless Checkout",
            "request": {
              "name": "checkoutCart | Headless Checkout",
              "description": {
                "content": "The checkout cart initiates the order creation process based on the selected address and payment method. It revalidates the cart details to ensure safe and seamless order placement.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "cart",
                  "checkout"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "disabled": false,
                  "description": "Ordering source header, to be used to identify source of order creation.",
                  "key": "x-ordering-source",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": "It allows operations on cross-platform anonymous carts. When provided, the system retrieves the cart using only the cart_id, ignoring the user_id. Use this when interacting with an anonymous or guest cart across platforms.",
                  "key": "x-anonymous-cart",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": "Location details for the cart checkout",
                  "key": "x-location-detail",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": "Currency code for transactions. Defaults to INR if the location is India.",
                  "key": "x-currency-code",
                  "value": "INR"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"billing_address\": {\n    \"country\": \"<string>\",\n    \"state\": \"<string>\",\n    \"city\": \"<string>\",\n    \"phone\": \"<integer>\",\n    \"area_code\": \"<string>\",\n    \"country_iso_code\": \"<string>\",\n    \"country_phone_code\": \"<string>\",\n    \"meta\": {\n      \"velit_c62\": 46716979.09384686\n    },\n    \"address_type\": \"<string>\",\n    \"area\": \"<string>\",\n    \"area_code_slug\": \"pincode\",\n    \"name\": \"<string>\",\n    \"landmark\": \"<string>\",\n    \"email\": \"<string>\",\n    \"country_code\": \"IND\",\n    \"pincode\": \"<integer>\",\n    \"address\": \"<string>\"\n  },\n  \"cart_items\": [\n    {\n      \"amount_paid\": \"<float>\",\n      \"cashback_applied\": \"<float>\",\n      \"cod_charges\": \"<float>\",\n      \"coupon_effective_discount\": \"<float>\",\n      \"delivery_charges\": \"<float>\",\n      \"discount\": \"<float>\",\n      \"payment_methods\": [\n        {\n          \"amount\": \"<float>\",\n          \"mode\": \"<string>\",\n          \"name\": \"<string>\",\n          \"meta\": {\n            \"extra_meta\": {\n              \"aliqua6\": 21798349.96562496,\n              \"sint_09\": 54552795\n            },\n            \"order_id\": \"<string>\",\n            \"payment_id\": \"<string>\",\n            \"current_status\": \"<string>\",\n            \"payment_gateway\": \"<string>\",\n            \"payment_gateway_slug\": \"<string>\"\n          }\n        },\n        {\n          \"amount\": \"<float>\",\n          \"mode\": \"<string>\",\n          \"name\": \"<string>\",\n          \"meta\": {\n            \"extra_meta\": {\n              \"veniame5d\": true,\n              \"occaecat_f\": false\n            },\n            \"order_id\": \"<string>\",\n            \"payment_id\": \"<string>\",\n            \"current_status\": \"<string>\",\n            \"payment_gateway\": \"<string>\",\n            \"payment_gateway_slug\": \"<string>\"\n          }\n        }\n      ],\n      \"price_effective\": \"<float>\",\n      \"price_marked\": \"<float>\",\n      \"product_id\": \"<integer>\",\n      \"size\": \"<string>\",\n      \"quantity\": 1,\n      \"files\": [\n        {\n          \"key\": \"<string>\",\n          \"values\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"key\": \"<string>\",\n          \"values\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ],\n      \"meta\": {\n        \"primary_item\": \"<boolean>\",\n        \"group_id\": \"<string>\"\n      },\n      \"extra_meta\": {\n        \"nisi_ca\": -41245846.92459958\n      },\n      \"loyalty_discount\": 0,\n      \"employee_discount\": 0\n    },\n    {\n      \"amount_paid\": \"<float>\",\n      \"cashback_applied\": \"<float>\",\n      \"cod_charges\": \"<float>\",\n      \"coupon_effective_discount\": \"<float>\",\n      \"delivery_charges\": \"<float>\",\n      \"discount\": \"<float>\",\n      \"payment_methods\": [\n        {\n          \"amount\": \"<float>\",\n          \"mode\": \"<string>\",\n          \"name\": \"<string>\",\n          \"meta\": {\n            \"extra_meta\": {\n              \"veniam6fa\": \"eiusmod id occaecat \"\n            },\n            \"order_id\": \"<string>\",\n            \"payment_id\": \"<string>\",\n            \"current_status\": \"<string>\",\n            \"payment_gateway\": \"<string>\",\n            \"payment_gateway_slug\": \"<string>\"\n          }\n        },\n        {\n          \"amount\": \"<float>\",\n          \"mode\": \"<string>\",\n          \"name\": \"<string>\",\n          \"meta\": {\n            \"extra_meta\": {\n              \"sed602\": false\n            },\n            \"order_id\": \"<string>\",\n            \"payment_id\": \"<string>\",\n            \"current_status\": \"<string>\",\n            \"payment_gateway\": \"<string>\",\n            \"payment_gateway_slug\": \"<string>\"\n          }\n        }\n      ],\n      \"price_effective\": \"<float>\",\n      \"price_marked\": \"<float>\",\n      \"product_id\": \"<integer>\",\n      \"size\": \"<string>\",\n      \"quantity\": 1,\n      \"files\": [\n        {\n          \"key\": \"<string>\",\n          \"values\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"key\": \"<string>\",\n          \"values\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ],\n      \"meta\": {\n        \"primary_item\": \"<boolean>\",\n        \"group_id\": \"<string>\"\n      },\n      \"extra_meta\": {\n        \"cillum_08\": true,\n        \"fugiat_40\": 42459306,\n        \"nulla_1_\": true,\n        \"Duisf_d\": \"dolor nostrud\",\n        \"eu_db_\": true\n      },\n      \"loyalty_discount\": 0,\n      \"employee_discount\": 0\n    }\n  ],\n  \"cart_value\": \"<float>\",\n  \"cashback_applied\": \"<float>\",\n  \"cod_charges\": \"<float>\",\n  \"coupon_code\": \"<string>\",\n  \"coupon_value\": \"<float>\",\n  \"delivery_charges\": \"<float>\",\n  \"payment_methods\": [\n    {\n      \"amount\": \"<float>\",\n      \"mode\": \"<string>\",\n      \"name\": \"<string>\",\n      \"meta\": {\n        \"extra_meta\": {\n          \"sunt_96\": 74945731,\n          \"proident_09\": false\n        },\n        \"order_id\": \"<string>\",\n        \"payment_id\": \"<string>\",\n        \"current_status\": \"<string>\",\n        \"payment_gateway\": \"<string>\",\n        \"payment_gateway_slug\": \"<string>\"\n      }\n    },\n    {\n      \"amount\": \"<float>\",\n      \"mode\": \"<string>\",\n      \"name\": \"<string>\",\n      \"meta\": {\n        \"extra_meta\": {\n          \"nisi_6_0\": 24637149.122806072,\n          \"ipsum7e7\": \"Ut laborum non\",\n          \"aliquipf\": 42034996.92431629\n        },\n        \"order_id\": \"<string>\",\n        \"payment_id\": \"<string>\",\n        \"current_status\": \"<string>\",\n        \"payment_gateway\": \"<string>\",\n        \"payment_gateway_slug\": \"<string>\"\n      }\n    }\n  ],\n  \"payment_mode\": \"<string>\",\n  \"shipping_address\": {\n    \"country\": \"<string>\",\n    \"state\": \"<string>\",\n    \"city\": \"<string>\",\n    \"phone\": \"<integer>\",\n    \"area_code\": \"<string>\",\n    \"country_iso_code\": \"<string>\",\n    \"country_phone_code\": \"<string>\",\n    \"meta\": {\n      \"Duis_9_\": -19907809,\n      \"ullamco_41\": \"ut\"\n    },\n    \"address_type\": \"<string>\",\n    \"area\": \"<string>\",\n    \"area_code_slug\": \"pincode\",\n    \"name\": \"<string>\",\n    \"landmark\": \"<string>\",\n    \"email\": \"<string>\",\n    \"country_code\": \"IND\",\n    \"pincode\": \"<integer>\",\n    \"address\": \"<string>\"\n  },\n  \"loyalty_discount\": \"<float>\",\n  \"comment\": \"<string>\",\n  \"employee_discount\": {\n    \"sed_09b\": -62401744,\n    \"labore_d45\": 69085851.38878426\n  },\n  \"coupon\": \"<string>\",\n  \"gstin\": \"<string>\",\n  \"affiliate_order_id\": \"<string>\",\n  \"currency_code\": \"<string>\",\n  \"order_id\": \"<string>\",\n  \"files\": [\n    {\n      \"key\": \"<string>\",\n      \"values\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"key\": \"<string>\",\n      \"values\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "ac8ee348-9a88-42a4-bb2a-20bba76572e9",
                "name": "Checkout cart and create Fynd order id",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "cart",
                      "checkout"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company for which the cart checkout is being performed."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier for the sales channel application"
                      }
                    ]
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "It allows operations on cross-platform anonymous carts. When provided, the system retrieves the cart using only the cart_id, ignoring the user_id. Use this when interacting with an anonymous or guest cart across platforms.",
                      "key": "x-anonymous-cart",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "Location details for the cart checkout",
                      "key": "x-location-detail",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "Currency code for transactions. Defaults to INR if the location is India.",
                      "key": "x-currency-code",
                      "value": "INR"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"billing_address\": {\n    \"name\": \"Dummy Ann Chovey\",\n    \"address\": \"Test Lorem Ipsum\",\n    \"area\": \"Test Lorem Ipsum\",\n    \"phone\": 99999999,\n    \"area_code\": \"400050\",\n    \"area_code_slug\": \"pincode\",\n    \"email\": \"test@example.com\",\n    \"address_type\": \"home\",\n    \"city\": \"Mumbai\",\n    \"state\": \"Maharastra\",\n    \"country\": \"India\",\n    \"country_code\": \"IND\",\n    \"country_iso_code\": \"IND\",\n    \"country_phone_code\": \"91\",\n    \"meta\": {\n      \"data\": \"Lorem Ipsum\"\n    }\n  },\n  \"shipping_address\": {\n    \"name\": \"Dummy Ann Chovey\",\n    \"address\": \"Test Lorem Ipsum adddress\",\n    \"area\": \"Test Lorem Ipsum\",\n    \"phone\": 999999999,\n    \"area_code\": \"400050\",\n    \"area_code_slug\": \"pincode\",\n    \"email\": \"test@example.com\",\n    \"address_type\": \"office\",\n    \"city\": \"Mumbai\",\n    \"state\": \"Maharastra\",\n    \"country\": \"India\",\n    \"country_code\": \"IND\",\n    \"country_iso_code\": \"IND\",\n    \"country_phone_code\": \"91\",\n    \"meta\": {\n      \"data\": \"Lorem Ipsum\"\n    }\n  },\n  \"cart_items\": [\n    {\n      \"product_id\": 1077515,\n      \"size\": \"OS\",\n      \"amount_paid\": 934,\n      \"cashback_applied\": 25,\n      \"cod_charges\": 50,\n      \"coupon_effective_discount\": 100,\n      \"delivery_charges\": 60,\n      \"discount\": 101,\n      \"price_effective\": 1099,\n      \"price_marked\": 1200,\n      \"loyalty_discount\": 50,\n      \"employee_discount\": 100,\n      \"files\": [\n        {\n          \"key\": \"prescription\",\n          \"values\": [\n            \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1584955313/production/applications/app_000000000000000000000001/media/store/logo/lluozpswzotfrd2e4cz8.png\"\n          ]\n        }\n      ],\n      \"meta\": {\n        \"group_id\": \"1234\",\n        \"primary_item\": true\n      },\n      \"extra_meta\": {},\n      \"payment_methods\": [\n        {\n          \"mode\": \"PP\",\n          \"amount\": 123,\n          \"name\": \"prepaid\",\n          \"meta\": {\n            \"order_id\": \"order_pg_id\",\n            \"payment_id\": \"\",\n            \"current_status\": \"started\",\n            \"payment_gateway\": \"Razorpay\"\n          }\n        },\n        {\n          \"mode\": \"COD\",\n          \"name\": \"cod\",\n          \"amount\": 123,\n          \"meta\": {}\n        },\n        {\n          \"name\": \"gift_card\",\n          \"mode\": \"GFTCRD\",\n          \"amount\": 123,\n          \"meta\": {\n            \"key\": \"value\"\n          }\n        }\n      ]\n    },\n    {\n      \"product_id\": 876245,\n      \"size\": \"6\",\n      \"amount_paid\": 699,\n      \"cashback_applied\": 0,\n      \"cod_charges\": 0,\n      \"coupon_effective_discount\": 0,\n      \"delivery_charges\": 0,\n      \"discount\": 0,\n      \"price_effective\": 699,\n      \"price_marked\": 699,\n      \"loyalty_discount\": 0,\n      \"employee_discount\": 0,\n      \"files\": [\n        {\n          \"key\": \"prescription\",\n          \"values\": [\n            \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1584955313/production/applications/app_000000000000000000000001/media/store/logo/lluozpswzotfrd2e4cz8.png\"\n          ]\n        }\n      ],\n      \"meta\": {\n        \"group_id\": \"12345\"\n      },\n      \"extra_meta\": {},\n      \"payment_methods\": [\n        {\n          \"mode\": \"PP\",\n          \"amount\": 123,\n          \"name\": \"prepaid\",\n          \"meta\": {\n            \"order_id\": \"order_pg_id\",\n            \"payment_id\": \"\",\n            \"current_status\": \"started\",\n            \"payment_gateway\": \"Razorpay\"\n          }\n        },\n        {\n          \"mode\": \"COD\",\n          \"name\": \"cod\",\n          \"amount\": 123,\n          \"meta\": {}\n        },\n        {\n          \"name\": \"gift_card\",\n          \"mode\": \"GFTCRD\",\n          \"amount\": 123,\n          \"meta\": {\n            \"key\": \"value\"\n          }\n        }\n      ]\n    }\n  ],\n  \"cart_value\": 1633,\n  \"cashback_applied\": 25,\n  \"cod_charges\": 50,\n  \"coupon_code\": \"loremipsum001\",\n  \"coupon_value\": 100,\n  \"delivery_charges\": 60,\n  \"gstin\": \"\",\n  \"comment\": \"\",\n  \"payment_methods\": [\n    {\n      \"mode\": \"PP\",\n      \"amount\": 123,\n      \"name\": \"prepaid\",\n      \"meta\": {\n        \"order_id\": \"order_pg_id\",\n        \"payment_id\": \"\",\n        \"current_status\": \"started\",\n        \"payment_gateway\": \"Razorpay\"\n      }\n    },\n    {\n      \"mode\": \"COD\",\n      \"name\": \"cod\",\n      \"amount\": 123,\n      \"meta\": {}\n    },\n    {\n      \"name\": \"gift_card\",\n      \"mode\": \"GFTCRD\",\n      \"amount\": 123,\n      \"meta\": {\n        \"key\": \"value\"\n      }\n    }\n  ],\n  \"platform_order_id\": \"2006070000001\",\n  \"extra_meta\": {}\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"order_id\": \"FY5E182A9D0A5E405446\",\n  \"message\": \"Order initiation completed\",\n  \"order_ref_id\": \"5d64e3500bcad8693a821c0d\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "59274d19-171a-47e7-b16d-90cbbf489126",
                "name": "Invalid Cart Items or Invalid Calculation. Invalid cart calculation will trigger if difference of values is greater than ₹1.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "cart",
                      "checkout"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company for which the cart checkout is being performed."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier for the sales channel application"
                      }
                    ]
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "It allows operations on cross-platform anonymous carts. When provided, the system retrieves the cart using only the cart_id, ignoring the user_id. Use this when interacting with an anonymous or guest cart across platforms.",
                      "key": "x-anonymous-cart",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "Location details for the cart checkout",
                      "key": "x-location-detail",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "Currency code for transactions. Defaults to INR if the location is India.",
                      "key": "x-currency-code",
                      "value": "INR"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"billing_address\": {\n    \"name\": \"Dummy Ann Chovey\",\n    \"address\": \"Test Lorem Ipsum\",\n    \"area\": \"Test Lorem Ipsum\",\n    \"phone\": 99999999,\n    \"area_code\": \"400050\",\n    \"area_code_slug\": \"pincode\",\n    \"email\": \"test@example.com\",\n    \"address_type\": \"home\",\n    \"city\": \"Mumbai\",\n    \"state\": \"Maharastra\",\n    \"country\": \"India\",\n    \"country_code\": \"IND\",\n    \"country_iso_code\": \"IND\",\n    \"country_phone_code\": \"91\",\n    \"meta\": {\n      \"data\": \"Lorem Ipsum\"\n    }\n  },\n  \"shipping_address\": {\n    \"name\": \"Dummy Ann Chovey\",\n    \"address\": \"Test Lorem Ipsum adddress\",\n    \"area\": \"Test Lorem Ipsum\",\n    \"phone\": 999999999,\n    \"area_code\": \"400050\",\n    \"area_code_slug\": \"pincode\",\n    \"email\": \"test@example.com\",\n    \"address_type\": \"office\",\n    \"city\": \"Mumbai\",\n    \"state\": \"Maharastra\",\n    \"country\": \"India\",\n    \"country_code\": \"IND\",\n    \"country_iso_code\": \"IND\",\n    \"country_phone_code\": \"91\",\n    \"meta\": {\n      \"data\": \"Lorem Ipsum\"\n    }\n  },\n  \"cart_items\": [\n    {\n      \"product_id\": 1077515,\n      \"size\": \"OS\",\n      \"amount_paid\": 934,\n      \"cashback_applied\": 25,\n      \"cod_charges\": 50,\n      \"coupon_effective_discount\": 100,\n      \"delivery_charges\": 60,\n      \"discount\": 101,\n      \"price_effective\": 1099,\n      \"price_marked\": 1200,\n      \"loyalty_discount\": 50,\n      \"employee_discount\": 100,\n      \"files\": [\n        {\n          \"key\": \"prescription\",\n          \"values\": [\n            \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1584955313/production/applications/app_000000000000000000000001/media/store/logo/lluozpswzotfrd2e4cz8.png\"\n          ]\n        }\n      ],\n      \"meta\": {\n        \"group_id\": \"1234\",\n        \"primary_item\": true\n      },\n      \"extra_meta\": {},\n      \"payment_methods\": [\n        {\n          \"mode\": \"PP\",\n          \"amount\": 123,\n          \"name\": \"prepaid\",\n          \"meta\": {\n            \"order_id\": \"order_pg_id\",\n            \"payment_id\": \"\",\n            \"current_status\": \"started\",\n            \"payment_gateway\": \"Razorpay\"\n          }\n        },\n        {\n          \"mode\": \"COD\",\n          \"name\": \"cod\",\n          \"amount\": 123,\n          \"meta\": {}\n        },\n        {\n          \"name\": \"gift_card\",\n          \"mode\": \"GFTCRD\",\n          \"amount\": 123,\n          \"meta\": {\n            \"key\": \"value\"\n          }\n        }\n      ]\n    },\n    {\n      \"product_id\": 876245,\n      \"size\": \"6\",\n      \"amount_paid\": 699,\n      \"cashback_applied\": 0,\n      \"cod_charges\": 0,\n      \"coupon_effective_discount\": 0,\n      \"delivery_charges\": 0,\n      \"discount\": 0,\n      \"price_effective\": 699,\n      \"price_marked\": 699,\n      \"loyalty_discount\": 0,\n      \"employee_discount\": 0,\n      \"files\": [\n        {\n          \"key\": \"prescription\",\n          \"values\": [\n            \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1584955313/production/applications/app_000000000000000000000001/media/store/logo/lluozpswzotfrd2e4cz8.png\"\n          ]\n        }\n      ],\n      \"meta\": {\n        \"group_id\": \"12345\"\n      },\n      \"extra_meta\": {},\n      \"payment_methods\": [\n        {\n          \"mode\": \"PP\",\n          \"amount\": 123,\n          \"name\": \"prepaid\",\n          \"meta\": {\n            \"order_id\": \"order_pg_id\",\n            \"payment_id\": \"\",\n            \"current_status\": \"started\",\n            \"payment_gateway\": \"Razorpay\"\n          }\n        },\n        {\n          \"mode\": \"COD\",\n          \"name\": \"cod\",\n          \"amount\": 123,\n          \"meta\": {}\n        },\n        {\n          \"name\": \"gift_card\",\n          \"mode\": \"GFTCRD\",\n          \"amount\": 123,\n          \"meta\": {\n            \"key\": \"value\"\n          }\n        }\n      ]\n    }\n  ],\n  \"cart_value\": 1633,\n  \"cashback_applied\": 25,\n  \"cod_charges\": 50,\n  \"coupon_code\": \"loremipsum001\",\n  \"coupon_value\": 100,\n  \"delivery_charges\": 60,\n  \"gstin\": \"\",\n  \"comment\": \"\",\n  \"payment_methods\": [\n    {\n      \"mode\": \"PP\",\n      \"amount\": 123,\n      \"name\": \"prepaid\",\n      \"meta\": {\n        \"order_id\": \"order_pg_id\",\n        \"payment_id\": \"\",\n        \"current_status\": \"started\",\n        \"payment_gateway\": \"Razorpay\"\n      }\n    },\n    {\n      \"mode\": \"COD\",\n      \"name\": \"cod\",\n      \"amount\": 123,\n      \"meta\": {}\n    },\n    {\n      \"name\": \"gift_card\",\n      \"mode\": \"GFTCRD\",\n      \"amount\": 123,\n      \"meta\": {\n        \"key\": \"value\"\n      }\n    }\n  ],\n  \"platform_order_id\": \"2006070000001\",\n  \"extra_meta\": {}\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"message\": \"Values at cart and items are mismatched\",\n  \"errors\": {\n    \"cashback_applied\": \"cashback_applied mismatched by 10.0 in cart\",\n    \"cod_charges\": \"cod_charges mismatched by 20.0 in cart\",\n    \"coupon_effective_discount\": \"coupon_effective_discount mismatched by 20.0 in cart\",\n    \"delivery_charges\": \"delivery_charges mismatched by 20.0 in cart\",\n    \"amount_paid\": \"amount_paid mismatched by 12582.0 in cart\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "bc14bb81-3ac6-455d-9893-82822056f869",
            "name": "getAbandonedCart | Get abandoned carts",
            "request": {
              "name": "getAbandonedCart | Get abandoned carts",
              "description": {
                "content": "Retrieve the list of abandoned carts that have been active for the specified period of time and have not yet been archived for the specific sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "abandoned",
                  "carts"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "0"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10"
                  },
                  {
                    "disabled": false,
                    "key": "from_date",
                    "value": "<dateTime>"
                  },
                  {
                    "disabled": false,
                    "key": "to_date",
                    "value": "<dateTime>"
                  },
                  {
                    "disabled": false,
                    "key": "anonymous_cart",
                    "value": "<boolean>"
                  },
                  {
                    "disabled": false,
                    "key": "last_id",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "sort_on",
                    "value": "<string>"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "f054472a-d4bf-4c9b-a792-2c0d87564207",
                "name": "Abandoned Cart List for sent page_size and page_no",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "abandoned",
                      "carts"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "0"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "from_date",
                        "value": "<dateTime>"
                      },
                      {
                        "key": "to_date",
                        "value": "<dateTime>"
                      },
                      {
                        "key": "anonymous_cart",
                        "value": "<boolean>"
                      },
                      {
                        "key": "last_id",
                        "value": "<string>"
                      },
                      {
                        "key": "sort_on",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Cart fetched successfully !!\",\n  \"success\": true,\n  \"result\": {},\n  \"items\": [\n    {\n      \"_id\": \"62bbe2c4b79692d559ac1f16\",\n      \"uid\": 19986,\n      \"user_id\": \"600693a01faf8695d70a15df\",\n      \"is_default\": true,\n      \"app_id\": \"5d64e3500bcad8693a821c0d\",\n      \"articles\": [\n        {\n          \"service_item_meta\": {\n            \"product_group_tags\": null,\n            \"products\": null\n          },\n          \"parent_item_identifiers\": {\n            \"identifier\": null,\n            \"parent_item_size\": null,\n            \"parent_item_id\": null\n          },\n          \"item_id\": 7500426,\n          \"item_size\": \"SET1\",\n          \"article_id\": \"5f37d9b71cb7c10001b90ee2\",\n          \"quantity\": 2,\n          \"price_marked\": 1000,\n          \"price_effective\": 1,\n          \"currency_code\": \"INR\",\n          \"store_id\": 10183,\n          \"company_id\": 61,\n          \"article_assignment\": {\n            \"level\": \"multi-companies\",\n            \"strategy\": \"optimal\"\n          },\n          \"brand_uid\": 85,\n          \"l3_categories\": [\n            466\n          ],\n          \"discount\": 99.9,\n          \"coupon\": {\n            \"amount\": 0,\n            \"currency_code\": \"INR\",\n            \"article_count\": 0\n          },\n          \"referral_credits\": {\n            \"amount\": 0,\n            \"currency_code\": \"FC\"\n          },\n          \"cashback\": {\n            \"amount\": 0,\n            \"currency_code\": \"FC\"\n          },\n          \"bulk_coupon\": {\n            \"margin\": 0,\n            \"discount\": 0,\n            \"code\": null\n          },\n          \"promotion\": [\n            {\n              \"promo_id\": \"62bbf355beda57df173122fa\",\n              \"amount\": 1,\n              \"article_quantity\": 2,\n              \"mrp_promotion\": false,\n              \"promotion_type\": \"amount\",\n              \"discount_rules\": [\n                {\n                  \"type\": \"amount\",\n                  \"value\": 125\n                }\n              ]\n            }\n          ],\n          \"identifiers\": {\n            \"identifier\": \"pEF2t4GGTKaieox5rsRibw\"\n          },\n          \"meta\": {},\n          \"extra_meta\": {},\n          \"payment_methods\": []\n        }\n      ],\n      \"cart_value\": 1,\n      \"discount\": 0,\n      \"delivery_charges\": {\n        \"amount\": 1,\n        \"currency_code\": \"INR\"\n      },\n      \"coupon\": {\n        \"amount\": 0,\n        \"currency_code\": \"INR\",\n        \"code\": null,\n        \"type\": \"cart\",\n        \"uid\": \"\",\n        \"id\": null\n      },\n      \"promotion\": {\n        \"amount\": 2,\n        \"currency_code\": \"INR\",\n        \"mode\": \"promotion\",\n        \"promotions\": [\n          {\n            \"id\": \"62bbf355beda57df173122fa\",\n            \"mrp_promo\": false,\n            \"promo_group\": \"product\"\n          }\n        ]\n      },\n      \"fynd_credits\": {\n        \"amount\": 0,\n        \"currency_code\": \"FC\",\n        \"auto_applied\": true\n      },\n      \"cod_charges\": {\n        \"amount\": 0,\n        \"currency_code\": \"INR\"\n      },\n      \"cashback\": {\n        \"amount\": 0,\n        \"currency_code\": \"FC\",\n        \"uid\": \"\"\n      },\n      \"payments\": {},\n      \"is_archive\": false,\n      \"created_on\": \"2022-06-28T14:25:15.578Z\",\n      \"last_modified\": \"2022-06-29T13:52:03.313Z\",\n      \"expire_at\": \"2023-06-24T13:52:03.313Z\",\n      \"fc_index_map\": [\n        0,\n        0\n      ],\n      \"checkout_mode\": \"self\",\n      \"meta\": {\n        \"shipping_address_id\": \"62b161cb3ad0eed3e48ec6a9\",\n        \"billing_address_id\": \"62b161cb3ad0eed3e48ec6a9\"\n      },\n      \"comment\": \"\",\n      \"bulk_coupon_discount\": 0,\n      \"pick_up_customer_details\": {},\n      \"is_active\": true,\n      \"shipments\": [],\n      \"payment_methods\": [],\n      \"buy_now\": false\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"has_next\": false,\n    \"item_total\": 28,\n    \"size\": 20,\n    \"page\": 2,\n    \"current\": 2,\n    \"last_id\": \"62d4ff76d6aec8db897de407\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "6515b895-23f3-4f7a-a037-3f0459a10a4d",
            "name": "getAbandonedCartDetails | Get abandoned cart details",
            "request": {
              "name": "getAbandonedCartDetails | Get abandoned cart details",
              "description": {
                "content": "Retrieves abandoned cart details linked to a specific customer using a unique cart ID. It offers an overview of the items, quantities, prices, and other relevant information associated with the cart.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "abandoned",
                  "cart",
                  "detail"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "i",
                    "value": "<boolean>"
                  },
                  {
                    "disabled": false,
                    "key": "b",
                    "value": "<boolean>"
                  },
                  {
                    "disabled": false,
                    "key": "c",
                    "value": "<boolean>"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "ec1358d5-2895-40fd-8119-b2f567d20124",
                "name": "Success. Returns a Cart object. Check the example shown below or refer `CartDetailResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "abandoned",
                      "cart",
                      "detail"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "i",
                        "value": "<boolean>"
                      },
                      {
                        "key": "b",
                        "value": "<boolean>"
                      },
                      {
                        "key": "c",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"bulk_offer\": {},\n      \"discount\": \"67% OFF\",\n      \"identifiers\": {\n        \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n      },\n      \"article\": {\n        \"type\": \"article\",\n        \"uid\": \"604_902_SSTC60401_636BLUE_1\",\n        \"size\": \"1\",\n        \"seller\": {\n          \"uid\": 604,\n          \"name\": \"SHRI SHANTINATH TRADING COMPANY\"\n        },\n        \"store\": {\n          \"uid\": 4579,\n          \"name\": \"Gandhi Nagar\"\n        },\n        \"quantity\": 108,\n        \"price\": {\n          \"base\": {\n            \"marked\": 2999,\n            \"effective\": 999,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"marked\": 2999,\n            \"effective\": 999,\n            \"currency_code\": \"INR\"\n          }\n        }\n      },\n      \"coupon_message\": \"\",\n      \"key\": \"707569_1\",\n      \"availability\": {\n        \"sizes\": [\n          \"1\",\n          \"8\",\n          \"7\",\n          \"2\",\n          \"9\",\n          \"5\",\n          \"3\",\n          \"6\"\n        ],\n        \"other_store_quantity\": 107,\n        \"out_of_stock\": false,\n        \"deliverable\": true,\n        \"is_valid\": true\n      },\n      \"product\": {\n        \"type\": \"product\",\n        \"uid\": 707569,\n        \"name\": \"Blue and Gold Printed Ethnic Set\",\n        \"slug\": \"aj-dezines-blue-and-gold-printed-ethnic-set-707569-bff01a\",\n        \"brand\": {\n          \"uid\": 902,\n          \"name\": \"\"\n        },\n        \"categories\": [\n          {\n            \"uid\": 525,\n            \"name\": \"\"\n          }\n        ],\n        \"images\": [\n          {\n            \"aspect_ratio\": \"16:25\",\n            \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/902_636BLUE/1_1540301094877.jpg\",\n            \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/902_636BLUE/1_1540301094877.jpg\"\n          }\n        ],\n        \"action\": {\n          \"type\": \"product\",\n          \"url\": \"https://api.addsale.com/v1/products/aj-dezines-blue-and-gold-printed-ethnic-set-707569-bff01a/\",\n          \"query\": {\n            \"product_slug\": [\n              \"aj-dezines-blue-and-gold-printed-ethnic-set-707569-bff01a\"\n            ]\n          }\n        }\n      },\n      \"price\": {\n        \"base\": {\n          \"add_on\": 999,\n          \"marked\": 2999,\n          \"effective\": 999,\n          \"selling\": 999,\n          \"currency_code\": \"INR\"\n        },\n        \"converted\": {\n          \"add_on\": 999,\n          \"marked\": 2999,\n          \"effective\": 999,\n          \"selling\": 999,\n          \"currency_code\": \"INR\"\n        }\n      },\n      \"message\": \"\",\n      \"quantity\": 1\n    }\n  ],\n  \"buy_now\": false,\n  \"cart_id\": 54,\n  \"uid\": \"54\",\n  \"breakup_values\": {\n    \"raw\": {\n      \"cod_charge\": 0,\n      \"convenience_fee\": 0,\n      \"coupon\": 0,\n      \"delivery_charge\": 0,\n      \"discount\": -2000,\n      \"fynd_cash\": 0,\n      \"gst_charges\": 47.57,\n      \"mrp_total\": 2999,\n      \"subtotal\": 999,\n      \"total\": 999,\n      \"vog\": 951.43,\n      \"you_saved\": 0\n    },\n    \"coupon\": {\n      \"type\": \"cash\",\n      \"code\": \"\",\n      \"uid\": \"21755\",\n      \"value\": 0,\n      \"is_applied\": false,\n      \"message\": \"Sorry! Invalid Coupon\"\n    },\n    \"display\": [\n      {\n        \"display\": \"MRP Total\",\n        \"key\": \"mrp_total\",\n        \"value\": 2999,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Discount\",\n        \"key\": \"discount\",\n        \"value\": -2000,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Subtotal\",\n        \"key\": \"subtotal\",\n        \"value\": 999,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Total\",\n        \"key\": \"total\",\n        \"value\": 999,\n        \"currency_code\": \"INR\"\n      }\n    ],\n    \"loyalty_points\": {\n      \"total\": 0,\n      \"applicable\": 0,\n      \"is_applied\": false,\n      \"description\": \"Your cashback, referrals, and refund amount get credited to Fynd Cash which can be redeemed while placing an order.\",\n      \"points\": 0,\n      \"amount\": 0,\n      \"earn_points\": 0,\n      \"earn_points_amount\": 0\n    }\n  },\n  \"delivery_charge_info\": \"\",\n  \"coupon_text\": \"View all offers\",\n  \"gstin\": \"\",\n  \"checkout_mode\": \"self\",\n  \"restrict_checkout\": false,\n  \"is_valid\": true,\n  \"custom_cart_meta\": {\n    \"test\": \"test\"\n  },\n  \"free_gift_selection_available\": false,\n  \"last_modified\": \"2022-06-28T00:00:00.000Z\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b15df015-a942-49fa-b99c-de97652f7646",
            "name": "addItems | Add items to cart",
            "request": {
              "name": "addItems | Add items to cart",
              "description": {
                "content": "Add product items to the customer's existing shopping cart. If there is no existing cart associated with the customer, it creates a new one and adds the items to it.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "abandoned",
                  "carts",
                  ":cart_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "b",
                    "value": "<boolean>"
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "cart_id",
                    "description": "(Required) Current Cart id of user cart"
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"new_cart\": \"<boolean>\",\n  \"items\": [\n    {\n      \"quantity\": \"<integer>\",\n      \"item_size\": \"<string>\",\n      \"seller_id\": \"<integer>\",\n      \"parent_item_identifiers\": [\n        {\n          \"laboris331\": \"<string>\",\n          \"veniam_1b7\": \"<string>\",\n          \"dolore_339\": \"<string>\",\n          \"anim_a\": \"<string>\",\n          \"laborum3\": \"<string>\"\n        },\n        {\n          \"et6\": \"<string>\",\n          \"sint9\": \"<string>\",\n          \"sunt_5\": \"<string>\"\n        }\n      ],\n      \"product_group_tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"article_id\": \"<string>\",\n      \"article_assignment\": {\n        \"etee\": true\n      },\n      \"store_id\": \"<integer>\",\n      \"display\": \"<string>\",\n      \"item_id\": \"<integer>\",\n      \"extra_meta\": {\n        \"commodo7e\": \"aliquip\",\n        \"eiusmodd79\": false\n      },\n      \"_custom_json\": {\n        \"cupidatat3\": \"quis tempor qui\",\n        \"cillumc\": 37529094.76410794,\n        \"Excepteur_99\": -61407800.07020932\n      },\n      \"force_new_line_item\": \"<boolean>\",\n      \"meta\": {\n        \"in5\": 12744894.385724947,\n        \"ullamco8b\": false,\n        \"quis_5d\": true,\n        \"minim_f4\": \"ea dolore sed \"\n      },\n      \"pos\": \"<boolean>\",\n      \"seller_identifier\": \"<string>\",\n      \"fulfillment_option_slug\": \"<string>\",\n      \"pickup_store_id\": \"<integer>\"\n    },\n    {\n      \"quantity\": \"<integer>\",\n      \"item_size\": \"<string>\",\n      \"seller_id\": \"<integer>\",\n      \"parent_item_identifiers\": [\n        {\n          \"dolore_4e\": \"<string>\",\n          \"ad2f5\": \"<string>\",\n          \"esse5_b\": \"<string>\"\n        },\n        {\n          \"deseruntc\": \"<string>\"\n        }\n      ],\n      \"product_group_tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"article_id\": \"<string>\",\n      \"article_assignment\": {\n        \"officia1\": false\n      },\n      \"store_id\": \"<integer>\",\n      \"display\": \"<string>\",\n      \"item_id\": \"<integer>\",\n      \"extra_meta\": {\n        \"ad_\": -37239637\n      },\n      \"_custom_json\": {\n        \"non31\": \"pariatur Duis\",\n        \"commodo_b2_\": \"exercitation cillum\",\n        \"nisi5c5\": 66947538\n      },\n      \"force_new_line_item\": \"<boolean>\",\n      \"meta\": {\n        \"quis_5b7\": false,\n        \"id_2b\": -26591857.431738436\n      },\n      \"pos\": \"<boolean>\",\n      \"seller_identifier\": \"<string>\",\n      \"fulfillment_option_slug\": \"<string>\",\n      \"pickup_store_id\": \"<integer>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "84eb8c9c-60f6-4385-b079-e6319f1f607f",
                "name": "Success. Returns a cart object as shown below. Refer `AddCartDetailResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "abandoned",
                      "carts",
                      ":cart_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "b",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "cart_id",
                        "description": "(Required) Current Cart id of user cart"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"items\": [\n    {\n      \"item_id\": 778937,\n      \"item_size\": \"OS\",\n      \"quantity\": 1,\n      \"article_assignment\": {\n        \"level\": \"multi-companies\",\n        \"strategy\": \"optimal\"\n      },\n      \"seller_id\": 686,\n      \"store_id\": 5059,\n      \"extra_meta\": {},\n      \"_custom_json\": {}\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Product has been added to your cart\",\n  \"success\": true,\n  \"cart\": {\n    \"breakup_values\": {\n      \"display\": [\n        {\n          \"display\": \"MRP Total\",\n          \"key\": \"mrp_total\",\n          \"value\": 17486,\n          \"currency_code\": \"INR\"\n        },\n        {\n          \"display\": \"Discount\",\n          \"key\": \"discount\",\n          \"value\": -3540,\n          \"currency_code\": \"INR\"\n        },\n        {\n          \"display\": \"Subtotal\",\n          \"key\": \"subtotal\",\n          \"value\": 13946,\n          \"currency_code\": \"INR\"\n        },\n        {\n          \"display\": \"Total\",\n          \"key\": \"total\",\n          \"value\": 13946,\n          \"currency_code\": \"INR\"\n        }\n      ],\n      \"raw\": {\n        \"cod_charge\": 0,\n        \"convenience_fee\": 0,\n        \"coupon\": 0,\n        \"delivery_charge\": 0,\n        \"discount\": -3540,\n        \"fynd_cash\": 0,\n        \"gst_charges\": 1529.96,\n        \"mrp_total\": 17486,\n        \"subtotal\": 13946,\n        \"total\": 13946,\n        \"vog\": 12416.04,\n        \"you_saved\": 0\n      },\n      \"loyalty_points\": {\n        \"total\": 0,\n        \"applicable\": 0,\n        \"is_applied\": false,\n        \"description\": \"Your cashback, referrals, and refund amount get credited to Fynd Cash which can be redeemed while placing an order.\",\n        \"points\": 0,\n        \"amount\": 0,\n        \"earn_points\": 0,\n        \"earn_points_amount\": 0\n      },\n      \"coupon\": {\n        \"type\": \"cash\",\n        \"code\": \"\",\n        \"uid\": \"25_44_A7050_NEMIEL@GREENBRITISH_S\",\n        \"value\": 0,\n        \"is_applied\": false,\n        \"message\": \"Sorry! Invalid Coupon\"\n      }\n    },\n    \"items\": [\n      {\n        \"key\": \"751083_10\",\n        \"identifiers\": {\n          \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n        },\n        \"parent_item_identifiers\": {\n          \"identifier\": \"ZASFF\",\n          \"parent_item_id\": 7501190,\n          \"parent_item_size\": \"OS\"\n        },\n        \"article\": {\n          \"type\": \"article\",\n          \"uid\": \"612_9_SE61201_19100302_10\",\n          \"size\": \"10\",\n          \"seller\": {\n            \"uid\": 612,\n            \"name\": \"SSR ENTERPRISE\"\n          },\n          \"store\": {\n            \"uid\": 4431,\n            \"name\": \"Motilal Nagar 1, Goregaon\"\n          },\n          \"quantity\": 4,\n          \"price\": {\n            \"base\": {\n              \"marked\": 3999,\n              \"effective\": 2399,\n              \"currency_code\": \"INR\"\n            },\n            \"converted\": {\n              \"marked\": 3999,\n              \"effective\": 2399,\n              \"currency_code\": \"INR\"\n            }\n          }\n        },\n        \"price\": {\n          \"base\": {\n            \"add_on\": 4798,\n            \"marked\": 7998,\n            \"effective\": 4798,\n            \"selling\": 4798,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"add_on\": 4798,\n            \"marked\": 7998,\n            \"effective\": 4798,\n            \"selling\": 4798,\n            \"currency_code\": \"INR\"\n          }\n        },\n        \"availability\": {\n          \"sizes\": [\n            \"10\"\n          ],\n          \"other_store_quantity\": 2,\n          \"out_of_stock\": false,\n          \"deliverable\": true,\n          \"is_valid\": true\n        },\n        \"product\": {\n          \"type\": \"product\",\n          \"uid\": 751083,\n          \"name\": \"Carson 2\",\n          \"slug\": \"puma-carson-2-751083-6ad98d\",\n          \"brand\": {\n            \"uid\": 9,\n            \"name\": \"Puma\"\n          },\n          \"categories\": [\n            {\n              \"uid\": 165,\n              \"name\": \"Outdoor Sports Shoes\"\n            }\n          ],\n          \"images\": [\n            {\n              \"aspect_ratio\": \"16:25\",\n              \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/9_19100302/1_1542807042296.jpg\",\n              \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/9_19100302/1_1542807042296.jpg\"\n            }\n          ],\n          \"action\": {\n            \"type\": \"product\",\n            \"url\": \"https://api.addsale.com/platform/content/v1/products/puma-carson-2-751083-6ad98d/\",\n            \"query\": {\n              \"product_slug\": [\n                \"puma-carson-2-751083-6ad98d\"\n              ]\n            }\n          }\n        },\n        \"coupon_message\": \"\",\n        \"quantity\": 2,\n        \"message\": \"\",\n        \"bulk_offer\": {},\n        \"discount\": \"41% OFF\"\n      },\n      {\n        \"key\": \"246228_\",\n        \"identifiers\": {\n          \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n        },\n        \"article\": {\n          \"type\": \"article\",\n          \"uid\": \"46_235_TM62_M11029ONDSXNS_S\",\n          \"size\": \"S\",\n          \"seller\": {\n            \"uid\": 46,\n            \"name\": \"RELIANCE BRANDS LIMITED\"\n          },\n          \"store\": {\n            \"uid\": 4550,\n            \"name\": \"VR Mall\"\n          },\n          \"quantity\": 1,\n          \"price\": {\n            \"base\": {\n              \"marked\": 4490,\n              \"effective\": 4490,\n              \"currency_code\": \"INR\"\n            },\n            \"converted\": {\n              \"marked\": 4490,\n              \"effective\": 4490,\n              \"currency_code\": \"INR\"\n            }\n          }\n        },\n        \"price\": {\n          \"base\": {\n            \"add_on\": 4490,\n            \"marked\": 4490,\n            \"effective\": 4490,\n            \"selling\": 4490,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"add_on\": 4490,\n            \"marked\": 4490,\n            \"effective\": 4490,\n            \"selling\": 4490,\n            \"currency_code\": \"INR\"\n          }\n        },\n        \"availability\": {\n          \"sizes\": [\n            \"L\",\n            \"M\",\n            \"S\",\n            \"XL\",\n            \"XXL\"\n          ],\n          \"other_store_quantity\": 0,\n          \"out_of_stock\": false,\n          \"deliverable\": true,\n          \"is_valid\": true\n        },\n        \"product\": {\n          \"type\": \"product\",\n          \"uid\": 246228,\n          \"name\": \"Blue Solid T-Shirt\",\n          \"slug\": \"superdry-blue-solid-t-shirt-2\",\n          \"brand\": {\n            \"uid\": 235,\n            \"name\": \"Superdry\"\n          },\n          \"categories\": [\n            {\n              \"uid\": 192,\n              \"name\": \"T-Shirts\"\n            }\n          ],\n          \"images\": [\n            {\n              \"aspect_ratio\": \"16:25\",\n              \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/235_M11029ONDSXNS/1.jpg\",\n              \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/235_M11029ONDSXNS/1.jpg\"\n            }\n          ],\n          \"action\": {\n            \"type\": \"product\",\n            \"url\": \"https://api.addsale.com/platform/content/v1/products/superdry-blue-solid-t-shirt-2/\",\n            \"query\": {\n              \"product_slug\": [\n                \"superdry-blue-solid-t-shirt-2\"\n              ]\n            }\n          }\n        },\n        \"coupon_message\": \"\",\n        \"quantity\": 1,\n        \"message\": \"\",\n        \"bulk_offer\": {},\n        \"discount\": \"\"\n      },\n      {\n        \"key\": \"443175_s\",\n        \"identifiers\": {\n          \"identifier\": \"gIq0E94RSMueSdDRAk_Txg\"\n        },\n        \"article\": {\n          \"type\": \"article\",\n          \"uid\": \"162_207_1271_LJ03LBLUDN88_S\",\n          \"size\": \"S\",\n          \"seller\": {\n            \"uid\": 162,\n            \"name\": \"GO FASHION INDIA PRIVATE LIMITED\"\n          },\n          \"store\": {\n            \"uid\": 5784,\n            \"name\": \"Vega City mall\"\n          },\n          \"quantity\": 3,\n          \"price\": {\n            \"base\": {\n              \"marked\": 1599,\n              \"effective\": 1599,\n              \"currency_code\": \"INR\"\n            },\n            \"converted\": {\n              \"marked\": 1599,\n              \"effective\": 1599,\n              \"currency_code\": \"INR\"\n            }\n          }\n        },\n        \"price\": {\n          \"base\": {\n            \"add_on\": 1599,\n            \"marked\": 1599,\n            \"effective\": 1599,\n            \"selling\": 1599,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"add_on\": 1599,\n            \"marked\": 1599,\n            \"effective\": 1599,\n            \"selling\": 1599,\n            \"currency_code\": \"INR\"\n          }\n        },\n        \"availability\": {\n          \"sizes\": [\n            \"XL\",\n            \"M\",\n            \"L\",\n            \"S\"\n          ],\n          \"other_store_quantity\": 8,\n          \"out_of_stock\": false,\n          \"deliverable\": true,\n          \"is_valid\": true\n        },\n        \"product\": {\n          \"type\": \"product\",\n          \"uid\": 443175,\n          \"name\": \"Light Blue Denim Jeggings\",\n          \"slug\": \"go-colors-light-blue-denim-jeggings-443175-3c688c\",\n          \"brand\": {\n            \"uid\": 207,\n            \"name\": \"Go Colors\"\n          },\n          \"categories\": [\n            {\n              \"uid\": 267,\n              \"name\": \"Jeggings\"\n            }\n          ],\n          \"images\": [\n            {\n              \"aspect_ratio\": \"16:25\",\n              \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/207_LJ03LBLUDN88/1_1512382513548.jpg\",\n              \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/207_LJ03LBLUDN88/1_1512382513548.jpg\"\n            }\n          ],\n          \"action\": {\n            \"type\": \"product\",\n            \"url\": \"https://api.addsale.com/platform/content/v1/products/go-colors-light-blue-denim-jeggings-443175-3c688c/\",\n            \"query\": {\n              \"product_slug\": [\n                \"go-colors-light-blue-denim-jeggings-443175-3c688c\"\n              ]\n            }\n          }\n        },\n        \"coupon_message\": \"\",\n        \"quantity\": 1,\n        \"message\": \"\",\n        \"bulk_offer\": {},\n        \"discount\": \"\"\n      },\n      {\n        \"key\": \"778937_OS\",\n        \"identifiers\": {\n          \"identifier\": \"gIq0E94RSMueSdDRAk_Txg\"\n        },\n        \"article\": {\n          \"type\": \"article\",\n          \"uid\": \"686_963_IC68601_PWUPC01977_OS\",\n          \"size\": \"OS\",\n          \"seller\": {\n            \"uid\": 686,\n            \"name\": \"INDUS CORPORATION\"\n          },\n          \"store\": {\n            \"uid\": 5059,\n            \"name\": \"Vidyaranyapura Main Road\"\n          },\n          \"quantity\": 3,\n          \"price\": {\n            \"base\": {\n              \"marked\": 3399,\n              \"effective\": 3059,\n              \"currency_code\": \"INR\"\n            },\n            \"converted\": {\n              \"marked\": 3399,\n              \"effective\": 3059,\n              \"currency_code\": \"INR\"\n            }\n          }\n        },\n        \"price\": {\n          \"base\": {\n            \"add_on\": 3059,\n            \"marked\": 3399,\n            \"effective\": 3059,\n            \"selling\": 3059,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"add_on\": 3059,\n            \"marked\": 3399,\n            \"effective\": 3059,\n            \"selling\": 3059,\n            \"currency_code\": \"INR\"\n          }\n        },\n        \"availability\": {\n          \"sizes\": [\n            \"OS\"\n          ],\n          \"other_store_quantity\": 2,\n          \"out_of_stock\": false,\n          \"deliverable\": true,\n          \"is_valid\": true\n        },\n        \"product\": {\n          \"type\": \"product\",\n          \"uid\": 778937,\n          \"name\": \"Colourful Carnival Bouncer\",\n          \"slug\": \"fisher-price-colourful-carnival-bouncer-778937-fafa1f\",\n          \"brand\": {\n            \"uid\": 963,\n            \"name\": \"Fisher-Price\"\n          },\n          \"categories\": [\n            {\n              \"uid\": 576,\n              \"name\": \"Cradles\"\n            }\n          ],\n          \"images\": [\n            {\n              \"aspect_ratio\": \"16:25\",\n              \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/963_PWUPC01977/1_1545308400588.jpg\",\n              \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/963_PWUPC01977/1_1545308400588.jpg\"\n            }\n          ],\n          \"action\": {\n            \"type\": \"product\",\n            \"url\": \"https://api.addsale.com/platform/content/v1/products/fisher-price-colourful-carnival-bouncer-778937-fafa1f/\",\n            \"query\": {\n              \"product_slug\": [\n                \"fisher-price-colourful-carnival-bouncer-778937-fafa1f\"\n              ]\n            }\n          }\n        },\n        \"coupon_message\": \"\",\n        \"quantity\": 1,\n        \"message\": \"\",\n        \"bulk_offer\": {},\n        \"discount\": \"11% OFF\"\n      }\n    ],\n    \"delivery_charge_info\": \"\",\n    \"coupon_text\": \"View all offers\",\n    \"buy_now\": false,\n    \"cart_id\": 7927,\n    \"uid\": \"7927\",\n    \"gstin\": \"\",\n    \"checkout_mode\": \"self\",\n    \"last_modified\": \"2023-03-03T00:00:00.000Z\",\n    \"restrict_checkout\": false,\n    \"is_valid\": true\n  },\n  \"result\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "26d5143d-179c-4e22-8868-3b6dfd6ac69d",
            "name": "updateCart | Update cart items",
            "request": {
              "name": "updateCart | Update cart items",
              "description": {
                "content": "Customers can modify added product attributes such as quantity and size, as well as remove items from the cart.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "abandoned",
                  "carts",
                  ":cart_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "b",
                    "value": "<boolean>"
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "cart_id",
                    "description": "(Required) Current Cart id of user cart"
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"operation\": \"<string>\",\n  \"items\": [\n    {\n      \"identifiers\": {\n        \"identifier\": \"<string>\"\n      },\n      \"quantity\": \"<integer>\",\n      \"item_size\": \"<string>\",\n      \"parent_item_identifiers\": {\n        \"reprehenderit_d\": -47221637\n      },\n      \"meta\": {\n        \"sed__8a\": \"aliqua minim sunt\"\n      },\n      \"extra_meta\": {\n        \"cillum6c\": true\n      },\n      \"_custom_json\": {\n        \"adipisicingeb\": \"reprehenderit ipsum\",\n        \"ut47\": -2853848.9441793114,\n        \"autedc\": -802033.3114054203\n      },\n      \"force_new_line_item\": \"<boolean>\",\n      \"item_id\": \"<integer>\",\n      \"item_index\": \"<integer>\",\n      \"article_id\": \"<string>\",\n      \"fulfillment_option_slug\": \"<string>\",\n      \"pickup_store_id\": \"<integer>\"\n    },\n    {\n      \"identifiers\": {\n        \"identifier\": \"<string>\"\n      },\n      \"quantity\": \"<integer>\",\n      \"item_size\": \"<string>\",\n      \"parent_item_identifiers\": {\n        \"qui_29\": 64407103.81939873,\n        \"dolorc\": \"ut esse tempor culpa deserunt\"\n      },\n      \"meta\": {\n        \"in8\": \"nostrud sunt \"\n      },\n      \"extra_meta\": {\n        \"laboris4ef\": \"sed dolor fugiat\"\n      },\n      \"_custom_json\": {\n        \"nisiae\": -17327596,\n        \"ea9b2\": 62947718\n      },\n      \"force_new_line_item\": \"<boolean>\",\n      \"item_id\": \"<integer>\",\n      \"item_index\": \"<integer>\",\n      \"article_id\": \"<string>\",\n      \"fulfillment_option_slug\": \"<string>\",\n      \"pickup_store_id\": \"<integer>\"\n    }\n  ],\n  \"free_gift_items\": [\n    {\n      \"promotion_id\": \"<string>\",\n      \"item_id\": \"<string>\",\n      \"item_size\": \"<string>\"\n    },\n    {\n      \"promotion_id\": \"<string>\",\n      \"item_id\": \"<string>\",\n      \"item_size\": \"<string>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "f496353f-1c4b-4c5e-b172-24bf2c33c8ae",
                "name": "Success. Updates and returns a cart object as shown below. Refer `UpdateCartDetailResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "abandoned",
                      "carts",
                      ":cart_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "b",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "cart_id",
                        "description": "(Required) Current Cart id of user cart"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"operation\": \"update_item\",\n  \"items\": [\n    {\n      \"item_id\": 778937,\n      \"identifiers\": {},\n      \"item_size\": \"OS\",\n      \"quantity\": 2,\n      \"article_id\": \"778937_OS\",\n      \"item_index\": 3,\n      \"extra_meta\": {},\n      \"_custom_json\": {}\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"cart\": {\n    \"breakup_values\": {\n      \"raw\": {\n        \"cod_charge\": 0,\n        \"convenience_fee\": 0,\n        \"coupon\": 0,\n        \"delivery_charge\": 0,\n        \"discount\": -202000,\n        \"fynd_cash\": 0,\n        \"gst_charges\": 4804.71,\n        \"mrp_total\": 302899,\n        \"subtotal\": 100899,\n        \"total\": 100899,\n        \"vog\": 96094.29,\n        \"you_saved\": 0\n      },\n      \"coupon\": {\n        \"type\": \"cash\",\n        \"code\": \"\",\n        \"uid\": \"\",\n        \"value\": 0,\n        \"is_applied\": false,\n        \"message\": \"Sorry! Invalid Coupon\"\n      },\n      \"display\": [\n        {\n          \"display\": \"MRP Total\",\n          \"key\": \"mrp_total\",\n          \"value\": 302899,\n          \"currency_code\": \"INR\"\n        },\n        {\n          \"display\": \"Discount\",\n          \"key\": \"discount\",\n          \"value\": -202000,\n          \"currency_code\": \"INR\"\n        },\n        {\n          \"display\": \"Subtotal\",\n          \"key\": \"subtotal\",\n          \"value\": 100899,\n          \"currency_code\": \"INR\"\n        },\n        {\n          \"display\": \"Total\",\n          \"key\": \"total\",\n          \"value\": 100899,\n          \"currency_code\": \"INR\"\n        }\n      ],\n      \"loyalty_points\": {\n        \"total\": 0,\n        \"applicable\": 0,\n        \"is_applied\": false,\n        \"description\": \"Your cashback, referrals, and refund amount get credited to Fynd Cash which can be redeemed while placing an order.\",\n        \"points\": 0,\n        \"amount\": 0,\n        \"earn_points\": 0,\n        \"earn_points_amount\": 0\n      }\n    },\n    \"items\": [\n      {\n        \"bulk_offer\": {},\n        \"identifiers\": {\n          \"identifier\": \"gIq0E94RSMueSdDRAk_Txg\"\n        },\n        \"discount\": \"67% OFF\",\n        \"parent_item_identifiers\": {\n          \"identifier\": \"ZASFF\",\n          \"parent_item_id\": 7501190,\n          \"parent_item_size\": \"OS\"\n        },\n        \"article\": {\n          \"type\": \"article\",\n          \"uid\": \"604_902_SSTC60401_636BLUE_1\",\n          \"size\": \"1\",\n          \"seller\": {\n            \"uid\": 604,\n            \"name\": \"SHRI SHANTINATH TRADING COMPANY\"\n          },\n          \"store\": {\n            \"uid\": 4579,\n            \"name\": \"Gandhi Nagar\"\n          },\n          \"quantity\": 108,\n          \"price\": {\n            \"base\": {\n              \"marked\": 2999,\n              \"effective\": 999,\n              \"currency_code\": \"INR\"\n            },\n            \"converted\": {\n              \"marked\": 2999,\n              \"effective\": 999,\n              \"currency_code\": \"INR\"\n            }\n          }\n        },\n        \"coupon_message\": \"\",\n        \"key\": \"707569_1\",\n        \"availability\": {\n          \"sizes\": [\n            \"1\",\n            \"8\",\n            \"7\",\n            \"2\",\n            \"9\",\n            \"5\",\n            \"3\",\n            \"6\"\n          ],\n          \"other_store_quantity\": 7,\n          \"out_of_stock\": false,\n          \"deliverable\": true,\n          \"is_valid\": true\n        },\n        \"product\": {\n          \"type\": \"product\",\n          \"uid\": 707569,\n          \"name\": \"Blue and Gold Printed Ethnic Set\",\n          \"slug\": \"aj-dezines-blue-and-gold-printed-ethnic-set-707569-bff01a\",\n          \"brand\": {\n            \"uid\": 902,\n            \"name\": \"\"\n          },\n          \"categories\": [\n            {\n              \"uid\": 525,\n              \"name\": \"\"\n            }\n          ],\n          \"images\": [\n            {\n              \"aspect_ratio\": \"16:25\",\n              \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/902_636BLUE/1_1540301094877.jpg\",\n              \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/902_636BLUE/1_1540301094877.jpg\"\n            }\n          ],\n          \"action\": {\n            \"type\": \"product\",\n            \"url\": \"https://api.addsale.com/v1/products/aj-dezines-blue-and-gold-printed-ethnic-set-707569-bff01a/\",\n            \"query\": {\n              \"product_slug\": [\n                \"aj-dezines-blue-and-gold-printed-ethnic-set-707569-bff01a\"\n              ]\n            }\n          }\n        },\n        \"price\": {\n          \"base\": {\n            \"add_on\": 100899,\n            \"marked\": 302899,\n            \"effective\": 100899,\n            \"selling\": 100899,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"add_on\": 100899,\n            \"marked\": 302899,\n            \"effective\": 100899,\n            \"selling\": 100899,\n            \"currency_code\": \"INR\"\n          }\n        },\n        \"message\": \"\",\n        \"quantity\": 101\n      }\n    ],\n    \"delivery_charge_info\": \"\",\n    \"coupon_text\": \"View all offers\",\n    \"buy_now\": false,\n    \"cart_id\": 54,\n    \"uid\": \"54\",\n    \"gstin\": \"\",\n    \"checkout_mode\": \"self\",\n    \"restrict_checkout\": false,\n    \"is_valid\": true,\n    \"last_modified\": \"2023-03-03T00:00:00.000Z\"\n  },\n  \"result\": {\n    \"707569_90\": {\n      \"success\": true,\n      \"message\": \"Nothing updated\"\n    }\n  },\n  \"message\": \"Nothing updated\",\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "ba484f19-18db-4790-90ae-6c1300967f57",
            "name": "getCouponCodeExists | Check coupon code exists",
            "request": {
              "name": "getCouponCodeExists | Check coupon code exists",
              "description": {
                "content": "Validates the presence of a coupon code for the specified sales channel to verify whether the provided code already exists or not.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "coupon_code_exists"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "code",
                    "value": "<string>"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "30ee959d-60a7-45fc-99db-182312e45803",
                "name": "Valid response with existing coupon code count",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "coupon_code_exists"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "code",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"count\": 1\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "2279e553-2f7e-48ee-9162-8c503f98be13",
                "name": "Missing required param",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "coupon_code_exists"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "code",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"code is required query param\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "db574f0e-0818-498a-8a9e-977e56cae431",
            "name": "getPromotionCodeExists | Check promotion code exists",
            "request": {
              "name": "getPromotionCodeExists | Check promotion code exists",
              "description": {
                "content": "Validates the presence of a promotion code for the specified sales channel to verify whether the provided code already exists or not.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "promotion_code_exists"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "code",
                    "value": "<string>"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "c71f501a-11b2-4ea4-9ef6-7b0ff3160b10",
                "name": "Valid response with existing promotion code count",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "promotion_code_exists"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "code",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"count\": 1\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "18a73bd1-fa7b-4ce5-aa6b-86de65f3f11e",
                "name": "Missing required param",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "promotion_code_exists"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "code",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"code is required query param\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "34fced92-2958-408b-9b0d-b25cb5ff56c5",
            "name": "overrideCart | Update cart checkout",
            "request": {
              "name": "overrideCart | Update cart checkout",
              "description": {
                "content": "Overrides the cart's checkout process with a new provided cart items. It provides flexibility in customizing checkout flows to meet specific business requirements, enhancing the user experience and optimizing order processing workflows.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "checkout",
                  "over-ride"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "disabled": false,
                  "description": "Ordering source header, to be used to identify source of order creation.",
                  "key": "x-ordering-source",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": "Location details for the cart checkout",
                  "key": "x-location-detail",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": "Currency code for transactions. Defaults to INR if the location is India.",
                  "key": "x-currency-code",
                  "value": "INR"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"aggregator\": \"<string>\",\n  \"cart_id\": \"<string>\",\n  \"cart_items\": [\n    {\n      \"amount_paid\": \"<float>\",\n      \"discount\": \"<float>\",\n      \"item_id\": \"<integer>\",\n      \"price_effective\": \"<float>\",\n      \"price_marked\": \"<float>\",\n      \"size\": \"<string>\",\n      \"seller_identifier\": \"<string>\",\n      \"quantity\": 1,\n      \"promo_list\": [\n        {\n          \"promo_amount\": \"<string>\",\n          \"promo_id\": \"<string>\",\n          \"promo_desc\": \"<string>\",\n          \"rwrd_tndr\": \"<string>\",\n          \"item_list\": [\n            \"<object>\",\n            \"<object>\"\n          ],\n          \"parent_promo_id\": \"<string>\"\n        },\n        {\n          \"promo_amount\": \"<string>\",\n          \"promo_id\": \"<string>\",\n          \"promo_desc\": \"<string>\",\n          \"rwrd_tndr\": \"<string>\",\n          \"item_list\": [\n            \"<object>\",\n            \"<object>\"\n          ],\n          \"parent_promo_id\": \"<string>\"\n        }\n      ],\n      \"extra_meta\": {\n        \"dolor_1\": \"non officia ad consequat\",\n        \"nostrud_5c\": true\n      }\n    },\n    {\n      \"amount_paid\": \"<float>\",\n      \"discount\": \"<float>\",\n      \"item_id\": \"<integer>\",\n      \"price_effective\": \"<float>\",\n      \"price_marked\": \"<float>\",\n      \"size\": \"<string>\",\n      \"seller_identifier\": \"<string>\",\n      \"quantity\": 1,\n      \"promo_list\": [\n        {\n          \"promo_amount\": \"<string>\",\n          \"promo_id\": \"<string>\",\n          \"promo_desc\": \"<string>\",\n          \"rwrd_tndr\": \"<string>\",\n          \"item_list\": [\n            \"<object>\",\n            \"<object>\"\n          ],\n          \"parent_promo_id\": \"<string>\"\n        },\n        {\n          \"promo_amount\": \"<string>\",\n          \"promo_id\": \"<string>\",\n          \"promo_desc\": \"<string>\",\n          \"rwrd_tndr\": \"<string>\",\n          \"item_list\": [\n            \"<object>\",\n            \"<object>\"\n          ],\n          \"parent_promo_id\": \"<string>\"\n        }\n      ],\n      \"extra_meta\": {\n        \"eu_73\": false,\n        \"dolor6\": true,\n        \"exercitation_ae\": false\n      }\n    }\n  ],\n  \"currency_code\": \"<string>\",\n  \"merchant_code\": \"<string>\",\n  \"order_type\": \"<string>\",\n  \"payment_identifier\": \"<string>\",\n  \"payment_mode\": \"<string>\",\n  \"billing_address\": {\n    \"country\": \"<string>\",\n    \"state\": \"<string>\",\n    \"city\": \"<string>\",\n    \"phone\": \"<integer>\",\n    \"area_code\": \"<string>\",\n    \"country_iso_code\": \"<string>\",\n    \"country_phone_code\": \"<string>\",\n    \"meta\": {\n      \"culpa_02\": -8804931.445312604,\n      \"adipisicing_0\": \"ea nostrud enim dolore\",\n      \"eu_1\": -23379592\n    },\n    \"address_type\": \"<string>\",\n    \"area\": \"<string>\",\n    \"area_code_slug\": \"pincode\",\n    \"name\": \"<string>\",\n    \"landmark\": \"<string>\",\n    \"email\": \"<string>\",\n    \"country_code\": \"IND\",\n    \"pincode\": \"<integer>\",\n    \"address\": \"<string>\"\n  },\n  \"callback_url\": \"<string>\",\n  \"ordering_store\": null,\n  \"device_id\": \"<string>\",\n  \"shipping_address\": {\n    \"country\": \"<string>\",\n    \"state\": \"<string>\",\n    \"city\": \"<string>\",\n    \"phone\": \"<integer>\",\n    \"area_code\": \"<string>\",\n    \"country_iso_code\": \"<string>\",\n    \"country_phone_code\": \"<string>\",\n    \"meta\": {\n      \"amete\": -55849581,\n      \"exercitationc\": -8044818.277078971\n    },\n    \"address_type\": \"<string>\",\n    \"area\": \"<string>\",\n    \"area_code_slug\": \"pincode\",\n    \"name\": \"<string>\",\n    \"landmark\": \"<string>\",\n    \"email\": \"<string>\",\n    \"country_code\": \"IND\",\n    \"pincode\": \"<integer>\",\n    \"address\": \"<string>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "89ee04be-5ee5-4259-b579-3d7c91a48e25",
                "name": "Checkout cart and create Fynd order id",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "checkout",
                      "over-ride"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel application"
                      }
                    ]
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "Location details for the cart checkout",
                      "key": "x-location-detail",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "Currency code for transactions. Defaults to INR if the location is India.",
                      "key": "x-currency-code",
                      "value": "INR"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"billing_address\": {\n    \"name\": \"Dummy Ann Chovey\",\n    \"address\": \"Test Lorem Ipsum\",\n    \"area\": \"Test Lorem Ipsum\",\n    \"phone\": 99999999,\n    \"area_code\": \"400050\",\n    \"area_code_slug\": \"pincode\",\n    \"email\": \"test@example.com\",\n    \"address_type\": \"home\",\n    \"city\": \"Mumbai\",\n    \"state\": \"Maharastra\",\n    \"country\": \"India\",\n    \"country_code\": \"IND\",\n    \"meta\": {\n      \"data\": \"Lorem Ipsum\"\n    }\n  },\n  \"shipping_address\": {\n    \"name\": \"Dummy Ann Chovey\",\n    \"address\": \"Test Lorem Ipsum adddress\",\n    \"area\": \"Test Lorem Ipsum\",\n    \"phone\": 99999999,\n    \"area_code\": \"400050\",\n    \"area_code_slug\": \"pincode\",\n    \"email\": \"test@example.com\",\n    \"address_type\": \"office\",\n    \"city\": \"Mumbai\",\n    \"state\": \"Maharastra\",\n    \"country\": \"India\",\n    \"country_code\": \"IND\",\n    \"meta\": {\n      \"data\": \"Lorem Ipsum\"\n    }\n  },\n  \"cart_id\": \"63007e85f7df71d5a89758cf\",\n  \"cart_items\": [\n    {\n      \"item_id\": 7502730,\n      \"size\": \"OS\",\n      \"quantity\": 1,\n      \"promo_list\": [\n        {\n          \"rwrd_tndr\": \"\",\n          \"promo_desc\": \"New price peritem 90\",\n          \"promo_id\": \"31792\",\n          \"promo_amount\": \"100\",\n          \"item_list\": []\n        },\n        {\n          \"rwrd_tndr\": \"\",\n          \"promo_desc\": \"Level Promotion\",\n          \"promo_id\": \"119440\",\n          \"parent_promo_id\": \"1243523-1\",\n          \"promo_amount\": \"50\",\n          \"item_list\": []\n        },\n        {\n          \"rwrd_tndr\": \"\",\n          \"promo_desc\": \"Bill Value 500\",\n          \"promo_id\": \"120665\",\n          \"parent_promo_id\": \"1243523-1\",\n          \"promo_amount\": \"50\",\n          \"item_list\": []\n        }\n      ],\n      \"discount\": 200,\n      \"amount_paid\": 200,\n      \"price_effective\": 200,\n      \"price_marked\": 400,\n      \"seller_identifier\": \"62524316\",\n      \"extra_meta\": {}\n    }\n  ],\n  \"merchant_code\": \"JIOPP\",\n  \"callback_url\": \"https://jio.xxxx0.de/cart/order-status\",\n  \"aggregator\": \"Jio\",\n  \"payment_mode\": \"JIOPP\",\n  \"payment_identifier\": \"JIOPP\",\n  \"ordering_store_id\": 3484,\n  \"order_type\": \"PickAtStore\",\n  \"currency_code\": \"INR\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": \"true\",\n  \"cart\": {\n    \"success\": true,\n    \"delivery_charges\": 0,\n    \"store_code\": \"\",\n    \"order_id\": \"FY630DDF8601EF037743\",\n    \"cod_message\": \"COD available\",\n    \"delivery_slots\": [\n      {\n        \"date\": \"Fri, 09 Nov\",\n        \"delivery_slot\": [\n          {\n            \"delivery_slot_timing\": \"By 9:00 PM\",\n            \"default\": true,\n            \"delivery_slot_id\": 1\n          }\n        ]\n      }\n    ],\n    \"user_type\": \"FYND Store user\",\n    \"cod_available\": true,\n    \"cod_charges\": 0,\n    \"store_emp_list\": [],\n    \"delivery_charge_order_value\": 1500,\n    \"breakup_values\": {\n      \"loyalty_points\": {\n        \"total\": 0,\n        \"applicable\": 0,\n        \"is_applied\": false,\n        \"description\": \"Your cashback, loyalty points, and refund amount get credited to Fynd Cash which can be redeemed while placing an order.\",\n        \"message\": \"No Fynd Cash Applied\",\n        \"points\": 0,\n        \"amount\": 0,\n        \"earn_points\": 0,\n        \"earn_points_amount\": 0\n      },\n      \"coupon\": {\n        \"type\": \"cash\",\n        \"code\": \"\",\n        \"uid\": \"\",\n        \"value\": 0,\n        \"is_applied\": false,\n        \"message\": \"Coupon not applicable with loyalty point\"\n      },\n      \"display\": [\n        {\n          \"display\": \"MRP Total\",\n          \"key\": \"mrp_total\",\n          \"original\": 400,\n          \"attr\": \"mrp_total\",\n          \"value\": 400,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\",\n          \"message\": []\n        },\n        {\n          \"display\": \"Discount\",\n          \"key\": \"discount\",\n          \"original\": -200,\n          \"attr\": \"discount\",\n          \"value\": -200,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\",\n          \"message\": []\n        },\n        {\n          \"display\": \"Subtotal\",\n          \"key\": \"subtotal\",\n          \"original\": 200,\n          \"attr\": \"subtotal\",\n          \"value\": 200,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\",\n          \"message\": []\n        },\n        {\n          \"display\": \"Total\",\n          \"key\": \"total\",\n          \"original\": 200,\n          \"attr\": \"total\",\n          \"value\": 200,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\",\n          \"message\": []\n        }\n      ],\n      \"raw\": {\n        \"sub_total\": 200,\n        \"subtotal\": 200,\n        \"coupon\": 0,\n        \"promotion\": 0,\n        \"delivery_charge\": 0,\n        \"you_saved\": 0,\n        \"fynd_cash\": 0,\n        \"cod_charge\": 0,\n        \"total\": 200,\n        \"gst_charges\": 9.52,\n        \"vog\": 190.48,\n        \"convenience_fee\": 0,\n        \"mrp_total\": 400,\n        \"discount\": -200\n      }\n    },\n    \"items\": [\n      {\n        \"message\": \"\",\n        \"quantity\": 1,\n        \"is_set\": false,\n        \"delivery_promise\": {\n          \"timestamp\": {\n            \"min\": 1646257339,\n            \"max\": 1646689339\n          },\n          \"formatted\": {\n            \"min\": \"03 Mar, Thursday\",\n            \"max\": \"08 Mar, Tuesday\"\n          }\n        },\n        \"identifiers\": {\n          \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n        },\n        \"moq\": {\n          \"maximum\": 4,\n          \"minimum\": 1\n        },\n        \"coupon_message\": \"\",\n        \"product\": {\n          \"type\": \"product\",\n          \"uid\": 7502730,\n          \"name\": \"SLIM FIT JEANS\",\n          \"slug\": \"slim-fit-jeans1\",\n          \"brand\": {\n            \"uid\": 29,\n            \"name\": \"lacoste\"\n          },\n          \"categories\": [\n            {\n              \"uid\": 3602,\n              \"name\": \"Dresses\"\n            }\n          ],\n          \"attributes\": {\n            \"net-quantity\": \"17\",\n            \"occasion\": \"Beach Wear\",\n            \"gender\": \"Men\",\n            \"pattern\": \"Animal\",\n            \"brand-size\": \"UK46\",\n            \"style-type\": \"A-line Dresses\",\n            \"season-year\": \"2018\",\n            \"secondary-color\": \"Black\",\n            \"jiomart-allowed-size\": \"Free Size\",\n            \"fabric\": \"Chambray\",\n            \"wash-care\": \"Hand Wash Cold Separately\",\n            \"size-group\": \"Regular\",\n            \"brand-color\": \"Black\",\n            \"color-shade\": \"Bright\",\n            \"multi-brick\": \"Ethnic Bottoms\",\n            \"product-name\": \"Bodycon Dress\",\n            \"multi-segment\": \"Men\",\n            \"primary-color\": \"Navy\",\n            \"multi-vertical\": \"Western Wear\",\n            \"component-count\": \"100\",\n            \"manufactured-by\": \"RIL\",\n            \"year-of-packaging\": \"2017\",\n            \"product-code-x-catalog-option-color\": \"1\",\n            \"technique\": \"Sanganeri\",\n            \"waist-in-inches\": \"30\",\n            \"chest-size-in-inches\": \"12\",\n            \"shoulder-size-in-inches\": \"12\",\n            \"sleeve-length\": \"Half\",\n            \"neckline\": \"Collar\",\n            \"brand_name\": \"lacoste\"\n          },\n          \"images\": [\n            {\n              \"aspect_ratio\": \"16:25\",\n              \"url\": \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/original/LYa1_YA3_-console.png\",\n              \"secure_url\": \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/original/LYa1_YA3_-console.png\"\n            }\n          ],\n          \"action\": {\n            \"type\": \"product\",\n            \"url\": \"https://api.fyndx0.de/platform/content/v1/products/slim-fit-jeans1/\",\n            \"query\": {\n              \"product_slug\": [\n                \"slim-fit-jeans1\"\n              ]\n            }\n          },\n          \"item_code\": \"JEANS1232\",\n          \"_custom_json\": {}\n        },\n        \"key\": \"7502730_OS\",\n        \"price\": {\n          \"base\": {\n            \"add_on\": 100,\n            \"marked\": 400,\n            \"effective\": 200,\n            \"selling\": 200,\n            \"currency_code\": \"INR\",\n            \"currency_symbol\": \"₹\"\n          },\n          \"converted\": {\n            \"add_on\": 100,\n            \"marked\": 400,\n            \"effective\": 200,\n            \"selling\": 200,\n            \"currency_code\": \"INR\",\n            \"currency_symbol\": \"₹\"\n          }\n        },\n        \"price_per_unit\": {\n          \"base\": {\n            \"marked\": 400,\n            \"effective\": 200,\n            \"selling_price\": 200,\n            \"currency_code\": \"INR\",\n            \"currency_symbol\": \"₹\"\n          },\n          \"converted\": {\n            \"marked\": 400,\n            \"effective\": 200,\n            \"selling_price\": 200,\n            \"currency_code\": \"INR\",\n            \"currency_symbol\": \"₹\"\n          }\n        },\n        \"max_quantity\": {\n          \"item\": null,\n          \"item_store\": 10,\n          \"item_seller\": null\n        },\n        \"article\": {\n          \"type\": \"article\",\n          \"uid\": \"62e3ca42a2348dd4cb4cd693\",\n          \"size\": \"OS\",\n          \"seller\": {\n            \"uid\": 1527,\n            \"name\": \"SPEED-A-WAY PVT. LTD.\"\n          },\n          \"store\": {\n            \"uid\": 3484,\n            \"name\": \"Location 1\"\n          },\n          \"quantity\": 19,\n          \"price\": {\n            \"base\": {\n              \"marked\": 400,\n              \"effective\": 200,\n              \"selling\": 200,\n              \"currency_code\": \"INR\",\n              \"currency_symbol\": \"₹\"\n            },\n            \"converted\": {\n              \"marked\": 400,\n              \"effective\": 200,\n              \"selling\": 200,\n              \"currency_code\": \"INR\",\n              \"currency_symbol\": \"INR\"\n            }\n          },\n          \"extra_meta\": {}\n        },\n        \"bulk_offer\": {},\n        \"discount\": \"50% OFF\",\n        \"promotions_applied\": [],\n        \"availability\": {\n          \"sizes\": [\n            \"OS\"\n          ],\n          \"other_store_quantity\": 1,\n          \"out_of_stock\": false,\n          \"deliverable\": true,\n          \"is_valid\": true,\n          \"available_sizes\": [\n            {\n              \"is_available\": true,\n              \"display\": \"OS\",\n              \"value\": \"OS\"\n            }\n          ]\n        },\n        \"promo_meta\": {}\n      }\n    ],\n    \"delivery_charge_info\": \"\",\n    \"notification\": {},\n    \"message\": \"\",\n    \"delivery_promise\": {\n      \"timestamp\": {\n        \"min\": 1646257339,\n        \"max\": 1646689339\n      },\n      \"formatted\": {\n        \"min\": \"03 Mar, Thursday\",\n        \"max\": \"08 Mar, Tuesday\"\n      }\n    },\n    \"coupon_text\": \"View all offers\",\n    \"cart_id\": 21755,\n    \"id\": \"63007e85f7df71d5a89758cf\",\n    \"uid\": \"21755\",\n    \"gstin\": \"\",\n    \"comment\": \"\",\n    \"checkout_mode\": \"self\",\n    \"payment_selection_lock\": {\n      \"enabled\": true,\n      \"default_options\": \"JIOPP\",\n      \"payment_identifier\": \"JIOPP\"\n    },\n    \"restrict_checkout\": false,\n    \"is_valid\": true,\n    \"currency\": {\n      \"code\": \"INR\",\n      \"symbol\": \"₹\"\n    },\n    \"last_modified\": \"2023-03-03T00:00:00.000Z\"\n  },\n  \"message\": \"\",\n  \"data\": {\n    \"transactionRefNumber\": \"FY630DDF8601EF037743\",\n    \"base64_html\": \"PGh0bWw+PGhlYWQ+PG1ldGEgbmFtZT0ndmlld3BvcnQnIGNvbnRlbnQ9J3dpZHRoPWRldmljZS13aWR0aCwgaW5pdGlhbC1zY2FsZT0xICwgbWF4aW11bS1zY2FsZT0xLCB1c2VyLXNjYWxhYmxlPW5vJz48c2NyaXB0IHR5cGU9J3RleHQvamF2YXNjcmlwdCc+ZnVuY3Rpb24gZm9ybVN1Ym1pdCgpe2RvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdwYXltZW50Jykuc3VibWl0KCk7fTwvc2NyaXB0PjwvaGVhZD48Ym9keSBvbmxvYWQ9J2phdmFzY3JpcHQ6Zm9ybVN1Ym1pdCgpOyc+PGZvcm0gbmFtZT0ncGF5bWVudCcgaWQ9J3BheW1lbnQnIG1ldGhvZD0nUE9TVCcgYWN0aW9uPSdodHRwczovL3J0c3Mtc2l0Lmppb2Nvbm5lY3QuY29tL2ppb3BheXBnL3YxL3BheW1lbnQtb3B0aW9ucyc+PGltZyBzcmM9J2h0dHBzOi8vcnRzcy1zaXQuamlvY29ubmVjdC5jb20vdXBsb2FkL215amlvY29yZXN0YXRpY2ZpbGVzL2ltYWdlcy9sb2FkZXIuZ2lmJyB3aWR0aD0nMjUlJyBoZWlnaHQ9J2F1dG8nIHN0eWxlPSdkaXNwbGF5OiBibG9jazsgbWFyZ2luLXRvcDogMTIwcHg7bWFyZ2luLWxlZnQ6IGF1dG87IG1hcmdpbi1yaWdodDogYXV0bzsgbWFyZ2luLWJvdHRvbToxMHB4OycvPjxkaXYgc3R5bGU9J3RleHQtYWxpZ246IGNlbnRlcic+PHAgc3R5bGU9J2Rpc3BsYXk6IGlubGluZS1ibG9jazt2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlO2ZvbnQtc2l6ZToxNnB4Jz5SZWRpcmVjdGluZyB0byBwYXltZW50IGdhdGV3YXkuIFBsZWFzZSBkbyBub3QgY2xpY2sgb24gcmVmcmVzaCBvciBiYWNrIGJ1dHRvbi4gPC9wPjwvZGl2PjxpbnB1dCB0eXBlPSdoaWRkZW4nIG5hbWU9J3BhcmFtMScgdmFsdWU9J2Q5OTBlYWFlZDI3ODRmNWNiMDVmMjI0M2Y2Y2IzNDNjJy8+PGlucHV0IHR5cGU9J3N1Ym1pdCcgdmFsdWU9Jycgc3R5bGU9J2Rpc3BsYXk6IG5vbmU7Jy8+PC9mb3JtPjwvYm9keT48L2h0bWw+\",\n    \"render_url\": \"https://api.xxxx0.de/platform/payment/v2/external/payments/html/render\",\n    \"payment_confirm\": \"https://api.xxxx0.de/service/application/payment/v1.0/payment/confirm/\"\n  },\n  \"callback_url\": \"https://jio.xxxx0.de/cart/order-status\",\n  \"payment_confirm_url\": \"https://api.xxxx0.de/service/application/payment/v1.0/payment/confirm/\",\n  \"order_id\": \"FY630DDF8601EF037743\",\n  \"app_intercept_url\": \"https://jio.xxxx0.de/cart/order-status\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "4e2297ae-7daf-421d-994d-1f7cdc294ec9",
            "name": "getCartShareLink | Share cart link",
            "request": {
              "name": "getCartShareLink | Share cart link",
              "description": {
                "content": "Generate a unique shareable link for the customer's cart for a specific sales channel. This link enables easy sharing of the cart contents with other users, facilitating collaborative shopping experiences.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "share-cart"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"id\": \"<string>\",\n  \"meta\": {\n    \"ex85\": true,\n    \"Excepteur7\": 95484402.64972156,\n    \"ex7_f\": \"qui Ut occaecat mollit nostrud\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "c8db4744-ac92-4142-938e-c518712186d7",
                "name": "Returns a URL to share and a token as shown below.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "share-cart"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"id\": \"<cart_id>\",\n  \"meta\": {\n    \"selected_staff\": \"5d0e058878c5444245dc686c\",\n    \"ordering_store\": 656\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"token\": \"ZweG1XyX\",\n  \"share_url\": \"https://uniket-testing.addsale.link/shared-cart/ZweG1XyX\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "90e20efc-0b36-40f6-a67a-5f355f2db986",
            "name": "getCartSharedItems | List shared cart items",
            "request": {
              "name": "getCartSharedItems | List shared cart items",
              "description": {
                "content": "Retrieve the cart items from the shared cart link based on unique token.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "share-cart",
                  ":token"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "token",
                    "description": "(Required) Token of the shared short link"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "b9bfadfd-c03c-44ed-a050-4137f3ee8306",
                "name": "Success. Returns a Cart object as per the valid token. Refer `SharedCartResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "share-cart",
                      ":token"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "token",
                        "description": "(Required) Token of the shared short link"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"cart\": {\n    \"shared_cart_details\": {\n      \"token\": \"BQ9jySQ9\",\n      \"user\": {\n        \"user_id\": \"23109086\",\n        \"is_anonymous\": false\n      },\n      \"meta\": {\n        \"selected_staff\": \"\",\n        \"ordering_store\": null\n      },\n      \"selected_staff\": \"\",\n      \"ordering_store\": null,\n      \"source\": {},\n      \"created_on\": \"2019-12-18T14:00:07.165Z\"\n    },\n    \"items\": [\n      {\n        \"key\": \"791651_6\",\n        \"identifiers\": {\n          \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n        },\n        \"discount\": \"\",\n        \"bulk_offer\": {},\n        \"coupon_message\": \"\",\n        \"article\": {\n          \"type\": \"article\",\n          \"uid\": \"304_1054_9036_R1005753_6\",\n          \"size\": \"6\",\n          \"seller\": {\n            \"uid\": 304,\n            \"name\": \"LEAYAN GLOBAL PVT. LTD.\"\n          },\n          \"store\": {\n            \"uid\": 5322,\n            \"name\": \"Vaisali Nagar\"\n          },\n          \"quantity\": 1,\n          \"price\": {\n            \"base\": {\n              \"marked\": 2095,\n              \"effective\": 2095,\n              \"currency_code\": \"INR\"\n            },\n            \"converted\": {\n              \"marked\": 2095,\n              \"effective\": 2095,\n              \"currency_code\": \"INR\"\n            }\n          }\n        },\n        \"product\": {\n          \"type\": \"product\",\n          \"uid\": 791651,\n          \"name\": \"Black Running Shoes\",\n          \"slug\": \"furo-black-running-shoes-791651-f8bcc3\",\n          \"brand\": {\n            \"uid\": 1054,\n            \"name\": \"Furo\"\n          },\n          \"categories\": [\n            {\n              \"uid\": 160,\n              \"name\": \"Running Shoes\"\n            }\n          ],\n          \"images\": [\n            {\n              \"aspect_ratio\": \"16:25\",\n              \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/1054_R1005753/1_1546490507364.jpg\",\n              \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/1054_R1005753/1_1546490507364.jpg\"\n            }\n          ],\n          \"action\": {\n            \"type\": \"product\",\n            \"url\": \"https://api.addsale.com/platform/content/v1/products/furo-black-running-shoes-791651-f8bcc3/\",\n            \"query\": {\n              \"product_slug\": [\n                \"furo-black-running-shoes-791651-f8bcc3\"\n              ]\n            }\n          }\n        },\n        \"message\": \"\",\n        \"quantity\": 1,\n        \"availability\": {\n          \"sizes\": [\n            \"7\",\n            \"8\",\n            \"9\",\n            \"10\",\n            \"6\"\n          ],\n          \"other_store_quantity\": 12,\n          \"out_of_stock\": false,\n          \"deliverable\": true,\n          \"is_valid\": true\n        },\n        \"price\": {\n          \"base\": {\n            \"add_on\": 2095,\n            \"marked\": 2095,\n            \"effective\": 2095,\n            \"selling\": 2095,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"add_on\": 2095,\n            \"marked\": 2095,\n            \"effective\": 2095,\n            \"selling\": 2095,\n            \"currency_code\": \"INR\"\n          }\n        }\n      },\n      {\n        \"key\": \"791651_7\",\n        \"identifiers\": {\n          \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n        },\n        \"discount\": \"\",\n        \"bulk_offer\": {},\n        \"coupon_message\": \"\",\n        \"article\": {\n          \"type\": \"article\",\n          \"uid\": \"304_1054_9036_R1005753_7\",\n          \"size\": \"7\",\n          \"seller\": {\n            \"uid\": 304,\n            \"name\": \"LEAYAN GLOBAL PVT. LTD.\"\n          },\n          \"store\": {\n            \"uid\": 5322,\n            \"name\": \"Vaisali Nagar\"\n          },\n          \"quantity\": 2,\n          \"price\": {\n            \"base\": {\n              \"marked\": 2095,\n              \"effective\": 2095,\n              \"currency_code\": \"INR\"\n            },\n            \"converted\": {\n              \"marked\": 2095,\n              \"effective\": 2095,\n              \"currency_code\": \"INR\"\n            }\n          }\n        },\n        \"product\": {\n          \"type\": \"product\",\n          \"uid\": 791651,\n          \"name\": \"Black Running Shoes\",\n          \"slug\": \"furo-black-running-shoes-791651-f8bcc3\",\n          \"brand\": {\n            \"uid\": 1054,\n            \"name\": \"Furo\"\n          },\n          \"categories\": [\n            {\n              \"uid\": 160,\n              \"name\": \"Running Shoes\"\n            }\n          ],\n          \"images\": [\n            {\n              \"aspect_ratio\": \"16:25\",\n              \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/1054_R1005753/1_1546490507364.jpg\",\n              \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/1054_R1005753/1_1546490507364.jpg\"\n            }\n          ],\n          \"action\": {\n            \"type\": \"product\",\n            \"url\": \"https://api.addsale.com/platform/content/v1/products/furo-black-running-shoes-791651-f8bcc3/\",\n            \"query\": {\n              \"product_slug\": [\n                \"furo-black-running-shoes-791651-f8bcc3\"\n              ]\n            }\n          }\n        },\n        \"message\": \"\",\n        \"quantity\": 2,\n        \"availability\": {\n          \"sizes\": [\n            \"7\",\n            \"8\",\n            \"9\",\n            \"10\",\n            \"6\"\n          ],\n          \"other_store_quantity\": 7,\n          \"out_of_stock\": false,\n          \"deliverable\": true,\n          \"is_valid\": true\n        },\n        \"price\": {\n          \"base\": {\n            \"add_on\": 4190,\n            \"marked\": 4190,\n            \"effective\": 4190,\n            \"selling\": 4190,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"add_on\": 4190,\n            \"marked\": 4190,\n            \"effective\": 4190,\n            \"selling\": 4190,\n            \"currency_code\": \"INR\"\n          }\n        }\n      }\n    ],\n    \"cart_id\": 13055,\n    \"uid\": \"13055\",\n    \"breakup_values\": {\n      \"raw\": {\n        \"cod_charge\": 0,\n        \"convenience_fee\": 0,\n        \"coupon\": 0,\n        \"delivery_charge\": 0,\n        \"discount\": 0,\n        \"fynd_cash\": 0,\n        \"gst_charges\": 958.73,\n        \"mrp_total\": 6285,\n        \"subtotal\": 6285,\n        \"total\": 6285,\n        \"vog\": 5326.27,\n        \"you_saved\": 0\n      },\n      \"loyalty_points\": {\n        \"total\": 0,\n        \"applicable\": 0,\n        \"is_applied\": false,\n        \"description\": \"Your cashback, referrals, and refund amount get credited to Fynd Cash which can be redeemed while placing an order.\",\n        \"points\": 0,\n        \"amount\": 0,\n        \"earn_points\": 0,\n        \"earn_points_amount\": 0\n      },\n      \"coupon\": {\n        \"type\": \"cash\",\n        \"code\": \"\",\n        \"uid\": \"\",\n        \"value\": 0,\n        \"is_applied\": false,\n        \"message\": \"Sorry! Invalid coupon\"\n      },\n      \"display\": [\n        {\n          \"display\": \"MRP Total\",\n          \"key\": \"mrp_total\",\n          \"value\": 6285,\n          \"currency_code\": \"INR\"\n        },\n        {\n          \"display\": \"Subtotal\",\n          \"key\": \"subtotal\",\n          \"value\": 6285,\n          \"currency_code\": \"INR\"\n        },\n        {\n          \"display\": \"Total\",\n          \"key\": \"total\",\n          \"value\": 6285,\n          \"currency_code\": \"INR\"\n        }\n      ]\n    },\n    \"delivery_charge_info\": \"\",\n    \"coupon_text\": \"View all offers\",\n    \"gstin\": \"\",\n    \"comment\": \"\",\n    \"checkout_mode\": \"self\",\n    \"payment_selection_lock\": {\n      \"enabled\": false,\n      \"default_options\": \"COD\",\n      \"payment_identifier\": \"JIOPP\"\n    },\n    \"restrict_checkout\": false,\n    \"is_valid\": true,\n    \"last_modified\": \"2023-03-03T00:00:00.000Z\"\n  },\n  \"error\": \"\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "ea02a0b6-a8ca-4e5c-8318-f9e2f9b2fe31",
                "name": "No cart found for the token sent",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "share-cart",
                      ":token"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "token",
                        "description": "(Required) Token of the shared short link"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"cart\": {},\n  \"error\": \"Invalid or Expired token\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "2c84922f-be53-48d5-b9a4-a822a53bc2c5",
            "name": "updateCartWithSharedItems | Update shared cart items",
            "request": {
              "name": "updateCartWithSharedItems | Update shared cart items",
              "description": {
                "content": "Customer can either merge or replace shared cart items with existing cart.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "share-cart",
                  ":token",
                  ":action"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "cart_id",
                    "value": "<string>"
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "token",
                    "description": "(Required) Token of the shared short link"
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "action",
                    "description": "(Required) Operation to perform on the existing cart merge or replace."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null
            },
            "response": [
              {
                "id": "6eddf1b2-101f-4641-8d2e-6a434c6cebd1",
                "name": "Success. Returns a merged or replaced cart as per the valid token. Refer `SharedCartResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "share-cart",
                      ":token",
                      ":action"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "cart_id",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "token",
                        "description": "(Required) Token of the shared short link"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "action",
                        "description": "(Required) Operation to perform on the existing cart merge or replace."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"cart\": {\n    \"shared_cart_details\": {\n      \"token\": \"BQ9jySQ9\",\n      \"user\": {\n        \"user_id\": \"23109086\",\n        \"is_anonymous\": false\n      },\n      \"meta\": {\n        \"selected_staff\": \"\",\n        \"ordering_store\": null\n      },\n      \"selected_staff\": \"\",\n      \"ordering_store\": null,\n      \"source\": {},\n      \"created_on\": \"2019-12-18T14:00:07.165Z\"\n    },\n    \"items\": [\n      {\n        \"key\": \"791651_6\",\n        \"identifiers\": {\n          \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n        },\n        \"discount\": \"\",\n        \"bulk_offer\": {},\n        \"coupon_message\": \"\",\n        \"article\": {\n          \"type\": \"article\",\n          \"uid\": \"304_1054_9036_R1005753_6\",\n          \"size\": \"6\",\n          \"seller\": {\n            \"uid\": 304,\n            \"name\": \"LEAYAN GLOBAL PVT. LTD.\"\n          },\n          \"store\": {\n            \"uid\": 5322,\n            \"name\": \"Vaisali Nagar\"\n          },\n          \"quantity\": 1,\n          \"price\": {\n            \"base\": {\n              \"marked\": 2095,\n              \"effective\": 2095,\n              \"currency_code\": \"INR\"\n            },\n            \"converted\": {\n              \"marked\": 2095,\n              \"effective\": 2095,\n              \"currency_code\": \"INR\"\n            }\n          }\n        },\n        \"product\": {\n          \"type\": \"product\",\n          \"uid\": 791651,\n          \"name\": \"Black Running Shoes\",\n          \"slug\": \"furo-black-running-shoes-791651-f8bcc3\",\n          \"brand\": {\n            \"uid\": 1054,\n            \"name\": \"Furo\"\n          },\n          \"categories\": [\n            {\n              \"uid\": 160,\n              \"name\": \"Running Shoes\"\n            }\n          ],\n          \"images\": [\n            {\n              \"aspect_ratio\": \"16:25\",\n              \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/1054_R1005753/1_1546490507364.jpg\",\n              \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/1054_R1005753/1_1546490507364.jpg\"\n            }\n          ],\n          \"action\": {\n            \"type\": \"product\",\n            \"url\": \"https://api.addsale.com/platform/content/v1/products/furo-black-running-shoes-791651-f8bcc3/\",\n            \"query\": {\n              \"product_slug\": [\n                \"furo-black-running-shoes-791651-f8bcc3\"\n              ]\n            }\n          }\n        },\n        \"message\": \"\",\n        \"quantity\": 1,\n        \"availability\": {\n          \"sizes\": [\n            \"7\",\n            \"8\",\n            \"9\",\n            \"10\",\n            \"6\"\n          ],\n          \"other_store_quantity\": 12,\n          \"out_of_stock\": false,\n          \"deliverable\": true,\n          \"is_valid\": true\n        },\n        \"price\": {\n          \"base\": {\n            \"add_on\": 2095,\n            \"marked\": 2095,\n            \"effective\": 2095,\n            \"selling\": 2095,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"add_on\": 2095,\n            \"marked\": 2095,\n            \"effective\": 2095,\n            \"selling\": 2095,\n            \"currency_code\": \"INR\"\n          }\n        }\n      },\n      {\n        \"key\": \"791651_7\",\n        \"identifiers\": {\n          \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n        },\n        \"discount\": \"\",\n        \"bulk_offer\": {},\n        \"coupon_message\": \"\",\n        \"article\": {\n          \"type\": \"article\",\n          \"uid\": \"304_1054_9036_R1005753_7\",\n          \"size\": \"7\",\n          \"seller\": {\n            \"uid\": 304,\n            \"name\": \"LEAYAN GLOBAL PVT. LTD.\"\n          },\n          \"store\": {\n            \"uid\": 5322,\n            \"name\": \"Vaisali Nagar\"\n          },\n          \"quantity\": 2,\n          \"price\": {\n            \"base\": {\n              \"marked\": 2095,\n              \"effective\": 2095,\n              \"currency_code\": \"INR\"\n            },\n            \"converted\": {\n              \"marked\": 2095,\n              \"effective\": 2095,\n              \"currency_code\": \"INR\"\n            }\n          }\n        },\n        \"product\": {\n          \"type\": \"product\",\n          \"uid\": 791651,\n          \"name\": \"Black Running Shoes\",\n          \"slug\": \"furo-black-running-shoes-791651-f8bcc3\",\n          \"brand\": {\n            \"uid\": 1054,\n            \"name\": \"Furo\"\n          },\n          \"categories\": [\n            {\n              \"uid\": 160,\n              \"name\": \"Running Shoes\"\n            }\n          ],\n          \"images\": [\n            {\n              \"aspect_ratio\": \"16:25\",\n              \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/1054_R1005753/1_1546490507364.jpg\",\n              \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/1054_R1005753/1_1546490507364.jpg\"\n            }\n          ],\n          \"action\": {\n            \"type\": \"product\",\n            \"url\": \"https://api.addsale.com/platform/content/v1/products/furo-black-running-shoes-791651-f8bcc3/\",\n            \"query\": {\n              \"product_slug\": [\n                \"furo-black-running-shoes-791651-f8bcc3\"\n              ]\n            }\n          }\n        },\n        \"message\": \"\",\n        \"quantity\": 2,\n        \"availability\": {\n          \"sizes\": [\n            \"7\",\n            \"8\",\n            \"9\",\n            \"10\",\n            \"6\"\n          ],\n          \"other_store_quantity\": 7,\n          \"out_of_stock\": false,\n          \"deliverable\": true,\n          \"is_valid\": true\n        },\n        \"price\": {\n          \"base\": {\n            \"add_on\": 4190,\n            \"marked\": 4190,\n            \"effective\": 4190,\n            \"selling\": 4190,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"add_on\": 4190,\n            \"marked\": 4190,\n            \"effective\": 4190,\n            \"selling\": 4190,\n            \"currency_code\": \"INR\"\n          }\n        }\n      }\n    ],\n    \"cart_id\": 13055,\n    \"uid\": \"13055\",\n    \"breakup_values\": {\n      \"raw\": {\n        \"cod_charge\": 0,\n        \"convenience_fee\": 0,\n        \"coupon\": 0,\n        \"delivery_charge\": 0,\n        \"discount\": 0,\n        \"fynd_cash\": 0,\n        \"gst_charges\": 958.73,\n        \"mrp_total\": 6285,\n        \"subtotal\": 6285,\n        \"total\": 6285,\n        \"vog\": 5326.27,\n        \"you_saved\": 0\n      },\n      \"loyalty_points\": {\n        \"total\": 0,\n        \"applicable\": 0,\n        \"is_applied\": false,\n        \"description\": \"Your cashback, referrals, and refund amount get credited to Fynd Cash which can be redeemed while placing an order.\",\n        \"points\": 0,\n        \"amount\": 0,\n        \"earn_points\": 0,\n        \"earn_points_amount\": 0\n      },\n      \"coupon\": {\n        \"type\": \"cash\",\n        \"code\": \"\",\n        \"uid\": \"\",\n        \"value\": 0,\n        \"is_applied\": false,\n        \"message\": \"Sorry! Invalid coupon\"\n      },\n      \"display\": [\n        {\n          \"display\": \"MRP Total\",\n          \"key\": \"mrp_total\",\n          \"value\": 6285,\n          \"currency_code\": \"INR\"\n        },\n        {\n          \"display\": \"Subtotal\",\n          \"key\": \"subtotal\",\n          \"value\": 6285,\n          \"currency_code\": \"INR\"\n        },\n        {\n          \"display\": \"Total\",\n          \"key\": \"total\",\n          \"value\": 6285,\n          \"currency_code\": \"INR\"\n        }\n      ]\n    },\n    \"delivery_charge_info\": \"\",\n    \"coupon_text\": \"View all offers\",\n    \"gstin\": \"\",\n    \"comment\": \"\",\n    \"checkout_mode\": \"self\",\n    \"payment_selection_lock\": {\n      \"enabled\": false,\n      \"default_options\": \"COD\",\n      \"payment_identifier\": \"JIOPP\"\n    },\n    \"restrict_checkout\": false,\n    \"is_valid\": true,\n    \"last_modified\": \"2023-03-03T00:00:00.000Z\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "36854a5b-fd51-43cf-a6d6-73361de64ba1",
            "name": "getCartList | List of carts",
            "request": {
              "name": "getCartList | List of carts",
              "description": {
                "content": "Retrieve the list of active carts associated with a specific customer.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "cart-list"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "from_date",
                    "value": "<dateTime>"
                  },
                  {
                    "disabled": false,
                    "key": "to_date",
                    "value": "<dateTime>"
                  },
                  {
                    "disabled": false,
                    "key": "filter_on",
                    "value": "<string>"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "4941744b-7a42-4ba6-a6f3-6f8ccf5723ed",
                "name": "Platform user cart list",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "cart-list"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "from_date",
                        "value": "<dateTime>"
                      },
                      {
                        "key": "to_date",
                        "value": "<dateTime>"
                      },
                      {
                        "key": "filter_on",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"data\": [\n    {\n      \"pick_up_customer_details\": {\n        \"mobile\": 8888888888,\n        \"email\": \"test@example.com\"\n      },\n      \"created_on\": \"1675780233\",\n      \"cart_value\": 1999,\n      \"cart_id\": \"63e213d45e4206d94485935f\",\n      \"item_counts\": 1,\n      \"user_id\": \"63d0bfa35b92b61cf50cfe29\"\n    },\n    {\n      \"pick_up_customer_details\": {},\n      \"created_on\": \"1675779508\",\n      \"cart_value\": 5997,\n      \"cart_id\": \"63e210d03437dfb6c731062a\",\n      \"item_counts\": 3,\n      \"user_id\": \"63693036ef136d40c32c0ac8\"\n    }\n  ],\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "261c0dcd-0951-40a0-a3ac-d29baf16380c",
            "name": "updateCartUser | Update user of a cart",
            "request": {
              "name": "updateCartUser | Update user of a cart",
              "description": {
                "content": "Modify the cart user to a new valid customer for the provided customer ID.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "update-user"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"user_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "5cafddb6-c1b0-4df0-9343-dbc9b9f76f15",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "update-user"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"user_id\": \"123456778\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"User verified successfully\",\n  \"success\": true,\n  \"cart\": {\n    \"breakup_values\": {\n      \"display\": [\n        {\n          \"display\": \"MRP Total\",\n          \"key\": \"mrp_total\",\n          \"original\": 5997,\n          \"attr\": \"mrp_total\",\n          \"value\": 5997,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\",\n          \"message\": []\n        },\n        {\n          \"display\": \"Subtotal\",\n          \"key\": \"subtotal\",\n          \"original\": 5997,\n          \"attr\": \"subtotal\",\n          \"value\": 5997,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\",\n          \"message\": []\n        },\n        {\n          \"display\": \"Total\",\n          \"key\": \"total\",\n          \"original\": 5997,\n          \"attr\": \"total\",\n          \"value\": 5997,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\",\n          \"message\": []\n        }\n      ],\n      \"loyalty_points\": {\n        \"total\": 0,\n        \"applicable\": 0,\n        \"is_applied\": false,\n        \"description\": \"Your cashback, loyalty points, and refund amount get credited to Fynd Cash which can be redeemed while placing an order.\",\n        \"message\": \"No Fynd Cash Applied\",\n        \"points\": 0,\n        \"amount\": 0,\n        \"earn_points\": 0,\n        \"earn_points_amount\": 0\n      },\n      \"coupon\": {\n        \"type\": \"cash\",\n        \"code\": \"\",\n        \"uid\": \"\",\n        \"value\": 0,\n        \"is_applied\": false,\n        \"message\": \"Sorry! Invalid coupon\"\n      },\n      \"raw\": {\n        \"sub_total\": 5997,\n        \"subtotal\": 5997,\n        \"coupon\": 0,\n        \"promotion\": 0,\n        \"delivery_charge\": 0,\n        \"you_saved\": 0,\n        \"fynd_cash\": 0,\n        \"cod_charge\": 0,\n        \"total\": 5997,\n        \"gst_charges\": 0,\n        \"vog\": 0,\n        \"convenience_fee\": 0,\n        \"mrp_total\": 5997,\n        \"discount\": 0\n      }\n    },\n    \"items\": [\n      {\n        \"quantity\": 3,\n        \"discount\": \"\",\n        \"bulk_offer\": {},\n        \"is_set\": false,\n        \"key\": \"803158_M\",\n        \"max_quantity\": {\n          \"item\": null,\n          \"item_store\": 10,\n          \"item_seller\": null\n        },\n        \"price_per_unit\": {\n          \"base\": {\n            \"marked\": 1999,\n            \"effective\": 1999,\n            \"selling_price\": 1999,\n            \"currency_code\": \"INR\",\n            \"currency_symbol\": \"₹\"\n          },\n          \"converted\": {\n            \"marked\": 1999,\n            \"effective\": 1999,\n            \"selling_price\": 1999,\n            \"currency_code\": \"INR\",\n            \"currency_symbol\": \"₹\"\n          }\n        },\n        \"promotions_applied\": [],\n        \"message\": \"\",\n        \"identifiers\": {\n          \"identifier\": \"gIq0E94RSMueSdDRAk_Txg\"\n        },\n        \"delivery_promise\": null,\n        \"price\": {\n          \"base\": {\n            \"add_on\": 5997,\n            \"marked\": 5997,\n            \"effective\": 5997,\n            \"selling\": 5997,\n            \"currency_code\": \"INR\",\n            \"currency_symbol\": \"₹\"\n          },\n          \"converted\": {\n            \"add_on\": 5997,\n            \"marked\": 5997,\n            \"effective\": 5997,\n            \"selling\": 5997,\n            \"currency_code\": \"INR\",\n            \"currency_symbol\": \"₹\"\n          }\n        },\n        \"product\": {\n          \"type\": \"product\",\n          \"uid\": 803158,\n          \"name\": \"Pink Solid Casual Shirt\",\n          \"slug\": \"pink-solid-casual-shirt-vpvlt-00h3rv\",\n          \"brand\": {\n            \"uid\": 44,\n            \"name\": \"\"\n          },\n          \"categories\": [\n            {\n              \"uid\": 133,\n              \"name\": \"Casual Shirts\"\n            }\n          ],\n          \"attributes\": {\n            \"item_code\": \"NAPINPOINT@PRUNE\",\n            \"color\": \"Pink\",\n            \"gender\": \"Men\",\n            \"occasion\": \"Casual\",\n            \"season\": \"SS19\",\n            \"material\": \"100% Cotton\",\n            \"pattern\": \"Solid\",\n            \"product_fit\": \"Slim\",\n            \"sleeve_length\": \"Long\",\n            \"neck_type\": \"Classic Collar\",\n            \"care_instructions\": \"Machine Wash\",\n            \"primary_color\": \"Pink\",\n            \"primary-material\": \"Cotton\",\n            \"currency\": \"INR\",\n            \"media\": [\n              {\n                \"url\": \"https://hdn-1.fynd.com/media/pictures/tagged_items/original/44_NAPINPOINT@PRUNE/1_1548161273342.jpg\",\n                \"type\": \"image\"\n              },\n              {\n                \"url\": \"https://hdn-1.fynd.com/media/pictures/tagged_items/original/44_NAPINPOINT@PRUNE/2_1548161273342.jpg\",\n                \"type\": \"image\"\n              },\n              {\n                \"url\": \"https://hdn-1.fynd.com/media/pictures/tagged_items/original/44_NAPINPOINT@PRUNE/3_1548161273342.jpg\",\n                \"type\": \"image\"\n              },\n              {\n                \"url\": \"https://hdn-1.fynd.com/media/pictures/tagged_items/original/44_NAPINPOINT@PRUNE/4_1548161273342.jpg\",\n                \"type\": \"image\"\n              },\n              {\n                \"url\": \"https://hdn-1.fynd.com/media/pictures/tagged_items/original/44_NAPINPOINT@PRUNE/5_1548161273342.jpg\",\n                \"type\": \"image\"\n              }\n            ],\n            \"name\": \"Pink Solid Casual Shirt\",\n            \"brand_name\": \"celio\",\n            \"primary_color_hex\": \"FA7DC9\"\n          },\n          \"images\": [\n            {\n              \"aspect_ratio\": \"16:25\",\n              \"url\": \"https://hdn-1.fynd.com/media/pictures/tagged_items/original/44_NAPINPOINT@PRUNE/1_1548161273342.jpg\",\n              \"secure_url\": \"https://hdn-1.fynd.com/media/pictures/tagged_items/original/44_NAPINPOINT@PRUNE/1_1548161273342.jpg\"\n            },\n            {\n              \"aspect_ratio\": \"16:25\",\n              \"url\": \"https://hdn-1.fynd.com/media/pictures/tagged_items/original/44_NAPINPOINT@PRUNE/2_1548161273342.jpg\",\n              \"secure_url\": \"https://hdn-1.fynd.com/media/pictures/tagged_items/original/44_NAPINPOINT@PRUNE/2_1548161273342.jpg\"\n            },\n            {\n              \"aspect_ratio\": \"16:25\",\n              \"url\": \"https://hdn-1.fynd.com/media/pictures/tagged_items/original/44_NAPINPOINT@PRUNE/3_1548161273342.jpg\",\n              \"secure_url\": \"https://hdn-1.fynd.com/media/pictures/tagged_items/original/44_NAPINPOINT@PRUNE/3_1548161273342.jpg\"\n            },\n            {\n              \"aspect_ratio\": \"16:25\",\n              \"url\": \"https://hdn-1.fynd.com/media/pictures/tagged_items/original/44_NAPINPOINT@PRUNE/4_1548161273342.jpg\",\n              \"secure_url\": \"https://hdn-1.fynd.com/media/pictures/tagged_items/original/44_NAPINPOINT@PRUNE/4_1548161273342.jpg\"\n            },\n            {\n              \"aspect_ratio\": \"16:25\",\n              \"url\": \"https://hdn-1.fynd.com/media/pictures/tagged_items/original/44_NAPINPOINT@PRUNE/5_1548161273342.jpg\",\n              \"secure_url\": \"https://hdn-1.fynd.com/media/pictures/tagged_items/original/44_NAPINPOINT@PRUNE/5_1548161273342.jpg\"\n            }\n          ],\n          \"action\": {\n            \"type\": \"product\",\n            \"url\": \"https://api.fyndx1.de/platform/content/v1/products/pink-solid-casual-shirt-vpvlt-00h3rv/\",\n            \"query\": {\n              \"product_slug\": [\n                \"pink-solid-casual-shirt-vpvlt-00h3rv\"\n              ]\n            }\n          },\n          \"item_code\": \"NAPINPOINT@PRUNE\",\n          \"_custom_json\": {}\n        },\n        \"coupon_message\": \"\",\n        \"parent_item_identifiers\": {\n          \"identifier\": null,\n          \"parent_item_size\": null,\n          \"parent_item_id\": null\n        },\n        \"availability\": {\n          \"sizes\": [\n            \"M\",\n            \"XL\",\n            \"XXL\"\n          ],\n          \"other_store_quantity\": 0,\n          \"out_of_stock\": false,\n          \"deliverable\": true,\n          \"is_valid\": true,\n          \"available_sizes\": [\n            {\n              \"is_available\": true,\n              \"display\": \"XL\",\n              \"value\": \"XL\"\n            },\n            {\n              \"is_available\": true,\n              \"display\": \"XXL\",\n              \"value\": \"XXL\"\n            },\n            {\n              \"is_available\": true,\n              \"display\": \"M\",\n              \"value\": \"M\"\n            },\n            {\n              \"is_available\": false,\n              \"display\": \"L\",\n              \"value\": \"L\"\n            },\n            {\n              \"is_available\": false,\n              \"display\": \"S\",\n              \"value\": \"S\"\n            }\n          ]\n        },\n        \"promo_meta\": {},\n        \"article\": {\n          \"type\": \"article\",\n          \"uid\": \"5e6344616272810001dd0269\",\n          \"size\": \"M\",\n          \"product_group_tags\": null,\n          \"seller\": {\n            \"uid\": 743,\n            \"name\": \"SUN LIFE STYLES\"\n          },\n          \"store\": {\n            \"uid\": 9957,\n            \"name\": \"JAYANAGAR, Karnataka\"\n          },\n          \"quantity\": 3,\n          \"price\": {\n            \"base\": {\n              \"marked\": 1999,\n              \"effective\": 1999,\n              \"selling\": 1999,\n              \"currency_code\": \"INR\",\n              \"currency_symbol\": \"₹\"\n            },\n            \"converted\": {\n              \"marked\": 1999,\n              \"effective\": 1999,\n              \"selling\": 1999,\n              \"currency_code\": \"INR\",\n              \"currency_symbol\": \"INR\"\n            }\n          },\n          \"extra_meta\": {}\n        },\n        \"moq\": {}\n      }\n    ],\n    \"cart_id\": 436470,\n    \"id\": \"63e210d03437dfb6c731062a\",\n    \"uid\": \"436470\",\n    \"buy_now\": false,\n    \"gstin\": \"\",\n    \"comment\": \"\",\n    \"checkout_mode\": \"self\",\n    \"restrict_checkout\": false,\n    \"is_valid\": true,\n    \"currency\": {\n      \"code\": \"INR\",\n      \"symbol\": \"₹\"\n    },\n    \"last_modified\": \"2023-03-03T00:00:00.000Z\"\n  },\n  \"user\": {\n    \"uid\": \"63693036ef136d40c32c0ac8\",\n    \"_id\": \"63693036ef136d40c32c0ac8\",\n    \"first_name\": \"Neel\",\n    \"last_name\": \"Gajjar\",\n    \"email\": \"test@example.com\",\n    \"mobile\": \"8888888888\",\n    \"gender\": \"male\",\n    \"created_at\": \"1667838020\",\n    \"modified_on\": \"1668514790\",\n    \"external_id\": \"\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "0bcf889b-85e6-4f75-aef3-7e46de7d5621",
            "name": "getCart | Get a cart",
            "request": {
              "name": "getCart | Get a cart",
              "description": {
                "content": "Retrieve details of a cart linked to a specific customer using either the customer's ID or a unique cart ID. It offers an overview of the items, quantities, prices, and other relevant information associated with the cart.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "detail"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>",
                    "description": "The unique identifier of the cart"
                  },
                  {
                    "disabled": false,
                    "key": "user_id",
                    "value": "<string>",
                    "description": "Option to fetch cart for the provided user_id."
                  },
                  {
                    "disabled": false,
                    "key": "order_type",
                    "value": "<string>",
                    "description": "The order type of shipment HomeDelivery - If the customer wants the order home-delivered PickAtStore - If the customer wants the handover of an order at the store itself."
                  },
                  {
                    "disabled": false,
                    "key": "i",
                    "value": "<boolean>",
                    "description": "This is a boolean value. Select `true` to retrieve all the items added in the cart."
                  },
                  {
                    "disabled": false,
                    "key": "b",
                    "value": "<boolean>",
                    "description": "This is a boolean value. Select `true` to retrieve the price breakup of cart items."
                  },
                  {
                    "disabled": false,
                    "key": "assign_card_id",
                    "value": "<integer>",
                    "description": "Token of user's debit or credit card"
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>",
                    "description": "This is a boolen value. Select `true` to set/initialize buy now cart"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "disabled": false,
                  "description": "Ordering source header, to be used to identify source of order creation.",
                  "key": "x-ordering-source",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": "Anonymous cart header used to perform operations on cross-platform anonymous cart. When enabled, the system fetches the cart only based on cart_id instead of user_id.",
                  "key": "x-anonymous-cart",
                  "value": "<string>"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "ae912362-3fda-4876-9dce-27038fda62b7",
                "name": "Success. Returns a Cart object. Check the example shown below or refer `CartDetailResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "detail"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "user_id",
                        "value": "<string>"
                      },
                      {
                        "key": "order_type",
                        "value": "<string>"
                      },
                      {
                        "key": "i",
                        "value": "<boolean>"
                      },
                      {
                        "key": "b",
                        "value": "<boolean>"
                      },
                      {
                        "key": "assign_card_id",
                        "value": "<integer>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "Anonymous cart header used to perform operations on cross-platform anonymous cart. When enabled, the system fetches the cart only based on cart_id instead of user_id.",
                      "key": "x-anonymous-cart",
                      "value": "<string>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"bulk_offer\": {},\n      \"identifiers\": {\n        \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n      },\n      \"discount\": \"67% OFF\",\n      \"article\": {\n        \"type\": \"article\",\n        \"tags\": [],\n        \"uid\": \"604_902_SSTC60401_636BLUE_1\",\n        \"size\": \"1\",\n        \"seller\": {\n          \"uid\": 604,\n          \"name\": \"SHRI SHANTINATH TRADING COMPANY\"\n        },\n        \"store\": {\n          \"uid\": 4579,\n          \"name\": \"Gandhi Nagar\"\n        },\n        \"quantity\": 108,\n        \"price\": {\n          \"base\": {\n            \"marked\": 2999,\n            \"effective\": 999,\n            \"currency_code\": \"INR\",\n            \"final_price\": 999,\n            \"discount\": 0\n          },\n          \"converted\": {\n            \"marked\": 2999,\n            \"effective\": 999,\n            \"currency_code\": \"INR\",\n            \"final_price\": 999,\n            \"discount\": 0\n          }\n        },\n        \"fulfillment_option\": {\n          \"name\": \"Standard Delivery\",\n          \"slug\": \"standard-delivery\",\n          \"type\": \"HomeDelivery\",\n          \"is_default\": true\n        },\n        \"pickup_store_detail\": {\n          \"name\": \"test\",\n          \"address\": \"test\",\n          \"pincode\": \"400601\",\n          \"distance\": 10,\n          \"store_hours\": [\n            {\n              \"day\": \"monday\",\n              \"opening\": {\n                \"hour\": 2,\n                \"minute\": 0\n              },\n              \"closing\": {\n                \"hour\": 8,\n                \"minute\": 0\n              },\n              \"open\": true\n            },\n            {\n              \"day\": \"tuesday\",\n              \"opening\": {\n                \"hour\": 2,\n                \"minute\": 0\n              },\n              \"closing\": {\n                \"hour\": 8,\n                \"minute\": 0\n              },\n              \"open\": true\n            }\n          ]\n        }\n      },\n      \"coupon_message\": \"\",\n      \"key\": \"707569_1\",\n      \"availability\": {\n        \"sizes\": [\n          \"1\",\n          \"8\",\n          \"7\",\n          \"2\",\n          \"9\",\n          \"5\",\n          \"3\",\n          \"6\"\n        ],\n        \"other_store_quantity\": 107,\n        \"out_of_stock\": false,\n        \"deliverable\": true,\n        \"is_valid\": true\n      },\n      \"product\": {\n        \"type\": \"product\",\n        \"uid\": 707569,\n        \"name\": \"Blue and Gold Printed Ethnic Set\",\n        \"slug\": \"aj-dezines-blue-and-gold-printed-ethnic-set-707569-bff01a\",\n        \"brand\": {\n          \"uid\": 902,\n          \"name\": \"\"\n        },\n        \"categories\": [\n          {\n            \"uid\": 525,\n            \"name\": \"\"\n          }\n        ],\n        \"images\": [\n          {\n            \"aspect_ratio\": \"16:25\",\n            \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/902_636BLUE/1_1540301094877.jpg\",\n            \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/902_636BLUE/1_1540301094877.jpg\"\n          }\n        ],\n        \"action\": {\n          \"type\": \"product\",\n          \"url\": \"https://api.addsale.com/v1/products/aj-dezines-blue-and-gold-printed-ethnic-set-707569-bff01a/\",\n          \"query\": {\n            \"product_slug\": [\n              \"aj-dezines-blue-and-gold-printed-ethnic-set-707569-bff01a\"\n            ]\n          }\n        }\n      },\n      \"price\": {\n        \"base\": {\n          \"add_on\": 999,\n          \"marked\": 2999,\n          \"effective\": 999,\n          \"selling\": 999,\n          \"currency_code\": \"INR\"\n        },\n        \"converted\": {\n          \"add_on\": 999,\n          \"marked\": 2999,\n          \"effective\": 999,\n          \"selling\": 999,\n          \"currency_code\": \"INR\"\n        }\n      },\n      \"message\": \"\",\n      \"quantity\": 1\n    }\n  ],\n  \"buy_now\": false,\n  \"cart_id\": 54,\n  \"uid\": \"54\",\n  \"breakup_values\": {\n    \"raw\": {\n      \"cod_charge\": 0,\n      \"convenience_fee\": 0,\n      \"coupon\": 0,\n      \"delivery_charge\": 0,\n      \"discount\": -2000,\n      \"fynd_cash\": 0,\n      \"gst_charges\": 47.57,\n      \"mrp_total\": 2999,\n      \"subtotal\": 999,\n      \"total\": 999,\n      \"vog\": 951.43,\n      \"you_saved\": 0\n    },\n    \"coupon\": {\n      \"type\": \"cash\",\n      \"code\": \"\",\n      \"uid\": \"304_1054_9036_R1005753_6\",\n      \"value\": 0,\n      \"is_applied\": false,\n      \"message\": \"Sorry! Invalid Coupon\"\n    },\n    \"display\": [\n      {\n        \"display\": \"MRP Total\",\n        \"key\": \"mrp_total\",\n        \"value\": 2999,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Discount\",\n        \"key\": \"discount\",\n        \"value\": -2000,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Subtotal\",\n        \"key\": \"subtotal\",\n        \"value\": 999,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Total\",\n        \"key\": \"total\",\n        \"value\": 999,\n        \"currency_code\": \"INR\"\n      }\n    ],\n    \"loyalty_points\": {\n      \"total\": 0,\n      \"applicable\": 0,\n      \"is_applied\": false,\n      \"description\": \"Your cashback, referrals, and refund amount get credited to Fynd Cash which can be redeemed while placing an order.\",\n      \"points\": 0,\n      \"amount\": 0,\n      \"earn_points\": 0,\n      \"earn_points_amount\": 0\n    }\n  },\n  \"delivery_charge_info\": \"\",\n  \"coupon_text\": \"View all offers\",\n  \"gstin\": \"\",\n  \"checkout_mode\": \"self\",\n  \"restrict_checkout\": false,\n  \"is_valid\": true,\n  \"last_modified\": \"2023-03-03T00:00:00.000Z\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "efdcd43b-bc24-4f92-bfbd-fc652daf384b",
                "name": "Invalid User error",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "detail"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "user_id",
                        "value": "<string>"
                      },
                      {
                        "key": "order_type",
                        "value": "<string>"
                      },
                      {
                        "key": "i",
                        "value": "<boolean>"
                      },
                      {
                        "key": "b",
                        "value": "<boolean>"
                      },
                      {
                        "key": "assign_card_id",
                        "value": "<integer>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "Anonymous cart header used to perform operations on cross-platform anonymous cart. When enabled, the system fetches the cart only based on cart_id instead of user_id.",
                      "key": "x-anonymous-cart",
                      "value": "<string>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"is_valid\": false,\n  \"message\": \"Please enter a valid application user id.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e1baba95-e3ea-437c-82dd-ebab8033c4c3",
            "name": "platformAddItems | Add items to cart",
            "request": {
              "name": "platformAddItems | Add items to cart",
              "description": {
                "content": "Adds product items to a customer's shopping cart. If the customer does not have an existing cart, a new one is created automatically. - The `new_cart` flag forces creation of a new cart even if one already exists. - The `default_cart` flag determines whether the item is added to the user's default storefront-visible cart. If `true`, the item is added to the user's default cart that is accessible via the storefront. If `false`, an existing active cart is fetched if available; otherwise, a new hidden cart is created.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "detail"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "i",
                    "value": "<boolean>",
                    "description": "This is a boolean value. Select `true` to retrieve all the items added in the cart."
                  },
                  {
                    "disabled": false,
                    "key": "b",
                    "value": "<boolean>",
                    "description": "This is a boolean value. Select `true` to retrieve the price breakup of cart items."
                  },
                  {
                    "disabled": false,
                    "key": "include_cart_calculation",
                    "value": "<boolean>",
                    "description": "Set to `false` to skip recalculating and fetching the updated cart after the edit. Defaults to `true`."
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>",
                    "description": "This is a boolen value. Select `true` to set/initialize buy now cart"
                  },
                  {
                    "disabled": false,
                    "key": "order_type",
                    "value": "<string>",
                    "description": "The order type of shipment HomeDelivery - If the customer wants the order home-delivered PickAtStore - If the customer wants the handover of an order at the store itself."
                  },
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>",
                    "description": "The unique identifier of the cart"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "disabled": false,
                  "description": "Ordering source header, to be used to identify source of order creation.",
                  "key": "x-ordering-source",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": "Anonymous cart header used to perform operations on cross-platform anonymous cart. When enabled, the system fetches the cart only based on cart_id instead of user_id.",
                  "key": "x-anonymous-cart",
                  "value": "<string>"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"user_id\": \"<string>\",\n  \"new_cart\": \"<boolean>\",\n  \"default_cart\": \"<boolean>\",\n  \"items\": [\n    {\n      \"quantity\": \"<integer>\",\n      \"item_size\": \"<string>\",\n      \"seller_id\": \"<integer>\",\n      \"parent_item_identifiers\": [\n        {\n          \"irure3\": \"<string>\"\n        },\n        {\n          \"officia_06a\": \"<string>\"\n        }\n      ],\n      \"product_group_tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"article_id\": \"<string>\",\n      \"article_assignment\": {\n        \"cupidatat82a\": 22364971.226391405\n      },\n      \"store_id\": \"<integer>\",\n      \"display\": \"<string>\",\n      \"item_id\": \"<integer>\",\n      \"extra_meta\": {\n        \"aliqua170\": 47679228.066274375,\n        \"pariatur_0f\": -87232196.96275017\n      },\n      \"_custom_json\": {\n        \"laborisa_\": true\n      },\n      \"force_new_line_item\": \"<boolean>\",\n      \"meta\": {\n        \"nisi_1\": \"voluptate nulla aliquip sunt minim\",\n        \"dolore_4\": false,\n        \"minim_86\": -21176199,\n        \"Ut_f3\": \"officia do dolor quis\"\n      },\n      \"pos\": \"<boolean>\",\n      \"seller_identifier\": \"<string>\",\n      \"fulfillment_option_slug\": \"<string>\",\n      \"pickup_store_id\": \"<integer>\"\n    },\n    {\n      \"quantity\": \"<integer>\",\n      \"item_size\": \"<string>\",\n      \"seller_id\": \"<integer>\",\n      \"parent_item_identifiers\": [\n        {\n          \"magna9\": \"<string>\",\n          \"quis_d\": \"<string>\",\n          \"officia_1e\": \"<string>\",\n          \"consectetur__\": \"<string>\"\n        },\n        {\n          \"mollit_5e7\": \"<string>\"\n        }\n      ],\n      \"product_group_tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"article_id\": \"<string>\",\n      \"article_assignment\": {\n        \"irure_99\": 98339070.38062435,\n        \"elit_5\": -20309455,\n        \"Excepteur9\": false\n      },\n      \"store_id\": \"<integer>\",\n      \"display\": \"<string>\",\n      \"item_id\": \"<integer>\",\n      \"extra_meta\": {\n        \"Duis_6\": -32334300.693967506,\n        \"etd4a\": \"amet\"\n      },\n      \"_custom_json\": {\n        \"laborisc\": 96513510,\n        \"nulla8\": -56097695.277770534\n      },\n      \"force_new_line_item\": \"<boolean>\",\n      \"meta\": {\n        \"anim4\": -55797534,\n        \"dolor_7\": \"in deserunt\"\n      },\n      \"pos\": \"<boolean>\",\n      \"seller_identifier\": \"<string>\",\n      \"fulfillment_option_slug\": \"<string>\",\n      \"pickup_store_id\": \"<integer>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "ad058dec-d392-4c9e-b0c1-ed1a84c58e44",
                "name": "Success. Returns a cart object as shown below. Refer `AddCartDetailResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "detail"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "i",
                        "value": "<boolean>"
                      },
                      {
                        "key": "b",
                        "value": "<boolean>"
                      },
                      {
                        "key": "include_cart_calculation",
                        "value": "<boolean>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      },
                      {
                        "key": "order_type",
                        "value": "<string>"
                      },
                      {
                        "key": "id",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "Anonymous cart header used to perform operations on cross-platform anonymous cart. When enabled, the system fetches the cart only based on cart_id instead of user_id.",
                      "key": "x-anonymous-cart",
                      "value": "<string>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"items\": [\n    {\n      \"item_id\": 778937,\n      \"item_size\": \"OS\",\n      \"quantity\": 1,\n      \"article_assignment\": {\n        \"level\": \"multi-companies\",\n        \"strategy\": \"optimal\"\n      },\n      \"seller_id\": 686,\n      \"store_id\": 5059,\n      \"fulfillment_option_slug\": \"standard-delivery\",\n      \"pickup_store_id\": 1,\n      \"extra_meta\": {},\n      \"force_new_line_item\": true,\n      \"_custom_json\": {}\n    }\n  ],\n  \"new_cart\": true,\n  \"default_cart\": false,\n  \"user_id\": \"8b526f521bb14a2593a8b9e3ce8c76b3\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Product has been added to your cart\",\n  \"success\": true,\n  \"cart\": {\n    \"breakup_values\": {\n      \"display\": [\n        {\n          \"display\": \"MRP Total\",\n          \"key\": \"mrp_total\",\n          \"value\": 17486,\n          \"currency_code\": \"INR\"\n        },\n        {\n          \"display\": \"Discount\",\n          \"key\": \"discount\",\n          \"value\": -3540,\n          \"currency_code\": \"INR\"\n        },\n        {\n          \"display\": \"Subtotal\",\n          \"key\": \"subtotal\",\n          \"value\": 13946,\n          \"currency_code\": \"INR\"\n        },\n        {\n          \"display\": \"Total\",\n          \"key\": \"total\",\n          \"value\": 13946,\n          \"currency_code\": \"INR\"\n        }\n      ],\n      \"raw\": {\n        \"cod_charge\": 0,\n        \"convenience_fee\": 0,\n        \"coupon\": 0,\n        \"delivery_charge\": 0,\n        \"discount\": -3540,\n        \"fynd_cash\": 0,\n        \"gst_charges\": 1529.96,\n        \"mrp_total\": 17486,\n        \"subtotal\": 13946,\n        \"total\": 13946,\n        \"vog\": 12416.04,\n        \"you_saved\": 0\n      },\n      \"loyalty_points\": {\n        \"total\": 0,\n        \"applicable\": 0,\n        \"is_applied\": false,\n        \"description\": \"Your cashback, referrals, and refund amount get credited to Fynd Cash which can be redeemed while placing an order.\",\n        \"points\": 0,\n        \"amount\": 0,\n        \"earn_points\": 0,\n        \"earn_points_amount\": 0\n      },\n      \"coupon\": {\n        \"type\": \"cash\",\n        \"code\": \"\",\n        \"uid\": \"\",\n        \"value\": 0,\n        \"is_applied\": false,\n        \"message\": \"Sorry! Invalid Coupon\"\n      }\n    },\n    \"items\": [\n      {\n        \"key\": \"751083_10\",\n        \"identifiers\": {\n          \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n        },\n        \"parent_item_identifiers\": {\n          \"identifier\": \"ZASFF\",\n          \"parent_item_id\": 7501190,\n          \"parent_item_size\": \"OS\"\n        },\n        \"article\": {\n          \"type\": \"article\",\n          \"uid\": \"612_9_SE61201_19100302_10\",\n          \"size\": \"10\",\n          \"seller\": {\n            \"uid\": 612,\n            \"name\": \"SSR ENTERPRISE\"\n          },\n          \"store\": {\n            \"uid\": 4431,\n            \"name\": \"Motilal Nagar 1, Goregaon\"\n          },\n          \"quantity\": 4,\n          \"price\": {\n            \"base\": {\n              \"marked\": 3999,\n              \"effective\": 2399,\n              \"currency_code\": \"INR\"\n            },\n            \"converted\": {\n              \"marked\": 3999,\n              \"effective\": 2399,\n              \"currency_code\": \"INR\"\n            }\n          }\n        },\n        \"price\": {\n          \"base\": {\n            \"add_on\": 4798,\n            \"marked\": 7998,\n            \"effective\": 4798,\n            \"selling\": 4798,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"add_on\": 4798,\n            \"marked\": 7998,\n            \"effective\": 4798,\n            \"selling\": 4798,\n            \"currency_code\": \"INR\"\n          }\n        },\n        \"availability\": {\n          \"sizes\": [\n            \"10\"\n          ],\n          \"other_store_quantity\": 2,\n          \"out_of_stock\": false,\n          \"deliverable\": true,\n          \"is_valid\": true\n        },\n        \"product\": {\n          \"type\": \"product\",\n          \"uid\": 751083,\n          \"name\": \"Carson 2\",\n          \"slug\": \"puma-carson-2-751083-6ad98d\",\n          \"brand\": {\n            \"uid\": 9,\n            \"name\": \"Puma\"\n          },\n          \"categories\": [\n            {\n              \"uid\": 165,\n              \"name\": \"Outdoor Sports Shoes\"\n            }\n          ],\n          \"images\": [\n            {\n              \"aspect_ratio\": \"16:25\",\n              \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/9_19100302/1_1542807042296.jpg\",\n              \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/9_19100302/1_1542807042296.jpg\"\n            }\n          ],\n          \"action\": {\n            \"type\": \"page\",\n            \"page\": {\n              \"type\": \"product\",\n              \"params\": {\n                \"slug\": [\n                  \"puma-carson-2-751083-6ad98d\"\n                ]\n              }\n            },\n            \"url\": \"https://api.addsale.com/platform/content/v1/products/puma-carson-2-751083-6ad98d/\",\n            \"query\": {\n              \"product_slug\": [\n                \"puma-carson-2-751083-6ad98d\"\n              ]\n            }\n          }\n        },\n        \"coupon_message\": \"\",\n        \"quantity\": 2,\n        \"message\": \"\",\n        \"bulk_offer\": {},\n        \"discount\": \"41% OFF\"\n      },\n      {\n        \"key\": \"246228_S\",\n        \"identifiers\": {\n          \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n        },\n        \"article\": {\n          \"type\": \"article\",\n          \"uid\": \"46_235_TM62_M11029ONDSXNS_S\",\n          \"size\": \"S\",\n          \"seller\": {\n            \"uid\": 46,\n            \"name\": \"RELIANCE BRANDS LIMITED\"\n          },\n          \"store\": {\n            \"uid\": 4550,\n            \"name\": \"VR Mall\"\n          },\n          \"quantity\": 1,\n          \"price\": {\n            \"base\": {\n              \"marked\": 4490,\n              \"effective\": 4490,\n              \"currency_code\": \"INR\"\n            },\n            \"converted\": {\n              \"marked\": 4490,\n              \"effective\": 4490,\n              \"currency_code\": \"INR\"\n            }\n          }\n        },\n        \"price\": {\n          \"base\": {\n            \"add_on\": 4490,\n            \"marked\": 4490,\n            \"effective\": 4490,\n            \"selling\": 4490,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"add_on\": 4490,\n            \"marked\": 4490,\n            \"effective\": 4490,\n            \"selling\": 4490,\n            \"currency_code\": \"INR\"\n          }\n        },\n        \"availability\": {\n          \"sizes\": [\n            \"L\",\n            \"M\",\n            \"S\",\n            \"XL\",\n            \"XXL\"\n          ],\n          \"other_store_quantity\": 0,\n          \"out_of_stock\": false,\n          \"deliverable\": true,\n          \"is_valid\": true\n        },\n        \"product\": {\n          \"type\": \"product\",\n          \"uid\": 246228,\n          \"name\": \"Blue Solid T-Shirt\",\n          \"slug\": \"superdry-blue-solid-t-shirt-2\",\n          \"brand\": {\n            \"uid\": 235,\n            \"name\": \"Superdry\"\n          },\n          \"categories\": [\n            {\n              \"uid\": 192,\n              \"name\": \"T-Shirts\"\n            }\n          ],\n          \"images\": [\n            {\n              \"aspect_ratio\": \"16:25\",\n              \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/235_M11029ONDSXNS/1.jpg\",\n              \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/235_M11029ONDSXNS/1.jpg\"\n            }\n          ],\n          \"action\": {\n            \"type\": \"product\",\n            \"url\": \"https://api.addsale.com/platform/content/v1/products/superdry-blue-solid-t-shirt-2/\",\n            \"query\": {\n              \"product_slug\": [\n                \"superdry-blue-solid-t-shirt-2\"\n              ]\n            }\n          }\n        },\n        \"coupon_message\": \"\",\n        \"quantity\": 1,\n        \"message\": \"\",\n        \"bulk_offer\": {},\n        \"discount\": \"\"\n      },\n      {\n        \"key\": \"443175_S\",\n        \"identifiers\": {\n          \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n        },\n        \"article\": {\n          \"type\": \"article\",\n          \"uid\": \"162_207_1271_LJ03LBLUDN88_S\",\n          \"size\": \"S\",\n          \"seller\": {\n            \"uid\": 162,\n            \"name\": \"GO FASHION INDIA PRIVATE LIMITED\"\n          },\n          \"store\": {\n            \"uid\": 5784,\n            \"name\": \"Vega City mall\"\n          },\n          \"quantity\": 3,\n          \"price\": {\n            \"base\": {\n              \"marked\": 1599,\n              \"effective\": 1599,\n              \"currency_code\": \"INR\"\n            },\n            \"converted\": {\n              \"marked\": 1599,\n              \"effective\": 1599,\n              \"currency_code\": \"INR\"\n            }\n          }\n        },\n        \"price\": {\n          \"base\": {\n            \"add_on\": 1599,\n            \"marked\": 1599,\n            \"effective\": 1599,\n            \"selling\": 1599,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"add_on\": 1599,\n            \"marked\": 1599,\n            \"effective\": 1599,\n            \"selling\": 1599,\n            \"currency_code\": \"INR\"\n          }\n        },\n        \"availability\": {\n          \"sizes\": [\n            \"XL\",\n            \"M\",\n            \"L\",\n            \"S\"\n          ],\n          \"other_store_quantity\": 8,\n          \"out_of_stock\": false,\n          \"deliverable\": true,\n          \"is_valid\": true\n        },\n        \"product\": {\n          \"type\": \"product\",\n          \"uid\": 443175,\n          \"name\": \"Light Blue Denim Jeggings\",\n          \"slug\": \"go-colors-light-blue-denim-jeggings-443175-3c688c\",\n          \"brand\": {\n            \"uid\": 207,\n            \"name\": \"Go Colors\"\n          },\n          \"categories\": [\n            {\n              \"uid\": 267,\n              \"name\": \"Jeggings\"\n            }\n          ],\n          \"images\": [\n            {\n              \"aspect_ratio\": \"16:25\",\n              \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/207_LJ03LBLUDN88/1_1512382513548.jpg\",\n              \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/207_LJ03LBLUDN88/1_1512382513548.jpg\"\n            }\n          ],\n          \"action\": {\n            \"type\": \"product\",\n            \"url\": \"https://api.addsale.com/platform/content/v1/products/go-colors-light-blue-denim-jeggings-443175-3c688c/\",\n            \"query\": {\n              \"product_slug\": [\n                \"go-colors-light-blue-denim-jeggings-443175-3c688c\"\n              ]\n            }\n          }\n        },\n        \"coupon_message\": \"\",\n        \"quantity\": 1,\n        \"message\": \"\",\n        \"bulk_offer\": {},\n        \"discount\": \"\"\n      },\n      {\n        \"key\": \"778937_OS\",\n        \"identifiers\": {\n          \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n        },\n        \"article\": {\n          \"type\": \"article\",\n          \"uid\": \"686_963_IC68601_PWUPC01977_OS\",\n          \"size\": \"OS\",\n          \"seller\": {\n            \"uid\": 686,\n            \"name\": \"INDUS CORPORATION\"\n          },\n          \"store\": {\n            \"uid\": 5059,\n            \"name\": \"Vidyaranyapura Main Road\"\n          },\n          \"quantity\": 3,\n          \"price\": {\n            \"base\": {\n              \"marked\": 3399,\n              \"effective\": 3059,\n              \"currency_code\": \"INR\"\n            },\n            \"converted\": {\n              \"marked\": 3399,\n              \"effective\": 3059,\n              \"currency_code\": \"INR\"\n            }\n          }\n        },\n        \"price\": {\n          \"base\": {\n            \"add_on\": 3059,\n            \"marked\": 3399,\n            \"effective\": 3059,\n            \"selling\": 3059,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"add_on\": 3059,\n            \"marked\": 3399,\n            \"effective\": 3059,\n            \"selling\": 3059,\n            \"currency_code\": \"INR\"\n          }\n        },\n        \"availability\": {\n          \"sizes\": [\n            \"OS\"\n          ],\n          \"other_store_quantity\": 2,\n          \"out_of_stock\": false,\n          \"deliverable\": true,\n          \"is_valid\": true\n        },\n        \"product\": {\n          \"type\": \"product\",\n          \"uid\": 778937,\n          \"name\": \"Colourful Carnival Bouncer\",\n          \"slug\": \"fisher-price-colourful-carnival-bouncer-778937-fafa1f\",\n          \"brand\": {\n            \"uid\": 963,\n            \"name\": \"Fisher-Price\"\n          },\n          \"categories\": [\n            {\n              \"uid\": 576,\n              \"name\": \"Cradles\"\n            }\n          ],\n          \"images\": [\n            {\n              \"aspect_ratio\": \"16:25\",\n              \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/963_PWUPC01977/1_1545308400588.jpg\",\n              \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/963_PWUPC01977/1_1545308400588.jpg\"\n            }\n          ],\n          \"action\": {\n            \"type\": \"product\",\n            \"url\": \"https://api.addsale.com/platform/content/v1/products/fisher-price-colourful-carnival-bouncer-778937-fafa1f/\",\n            \"query\": {\n              \"product_slug\": [\n                \"fisher-price-colourful-carnival-bouncer-778937-fafa1f\"\n              ]\n            }\n          }\n        },\n        \"coupon_message\": \"\",\n        \"quantity\": 1,\n        \"message\": \"\",\n        \"bulk_offer\": {},\n        \"discount\": \"11% OFF\"\n      }\n    ],\n    \"delivery_charge_info\": \"\",\n    \"coupon_text\": \"View all offers\",\n    \"buy_now\": false,\n    \"cart_id\": 7927,\n    \"uid\": \"7927\",\n    \"gstin\": \"\",\n    \"checkout_mode\": \"self\",\n    \"last_modified\": \"2023-03-03T00:00:00.000Z\",\n    \"restrict_checkout\": false,\n    \"is_valid\": true\n  },\n  \"result\": {},\n  \"items\": [\n    {\n      \"item_id\": 778937,\n      \"size\": \"OS\",\n      \"store_id\": 5059,\n      \"success\": true,\n      \"message\": \"Product has been added to your cart\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "ee1d61ba-9fe1-45b4-af1a-16b9541c8dc6",
            "name": "platformUpdateCart | Update cart items",
            "request": {
              "name": "platformUpdateCart | Update cart items",
              "description": {
                "content": "Customers can modify added product attributes such as quantity and size, as well as remove items from the cart.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "detail"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>",
                    "description": "The unique identifier of the cart"
                  },
                  {
                    "disabled": false,
                    "key": "i",
                    "value": "<boolean>",
                    "description": "This is a boolean value. Select `true` to retrieve all the items added in the cart."
                  },
                  {
                    "disabled": false,
                    "key": "order_type",
                    "value": "<string>",
                    "description": "The order type of shipment HomeDelivery - If the customer wants the order home-delivered PickAtStore - If the customer wants the handover of an order at the store itself."
                  },
                  {
                    "disabled": false,
                    "key": "b",
                    "value": "<boolean>",
                    "description": "This is a boolean value. Select `true` to retrieve the price breakup of cart items."
                  },
                  {
                    "disabled": false,
                    "key": "include_cart_calculation",
                    "value": "<boolean>",
                    "description": "Set to `false` to skip recalculating and fetching the updated cart after the edit. Defaults to `true`."
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>",
                    "description": "This is a boolen value. Select `true` to set/initialize buy now cart"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "disabled": false,
                  "description": "Ordering source header, to be used to identify source of order creation.",
                  "key": "x-ordering-source",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": "Anonymous cart header used to perform operations on cross-platform anonymous cart. When enabled, the system fetches the cart only based on cart_id instead of user_id.",
                  "key": "x-anonymous-cart",
                  "value": "<string>"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"operation\": \"<string>\",\n  \"user_id\": \"<string>\",\n  \"items\": [\n    {\n      \"identifiers\": {\n        \"identifier\": \"<string>\"\n      },\n      \"quantity\": \"<integer>\",\n      \"item_size\": \"<string>\",\n      \"parent_item_identifiers\": {\n        \"eiusmodc\": true\n      },\n      \"meta\": {\n        \"mollit09\": \"amet of\"\n      },\n      \"extra_meta\": {\n        \"aute_b5\": true,\n        \"occaecat95f\": 79200621,\n        \"ea_e\": 91625153\n      },\n      \"_custom_json\": {\n        \"esse__8\": true\n      },\n      \"force_new_line_item\": \"<boolean>\",\n      \"item_id\": \"<integer>\",\n      \"item_index\": \"<integer>\",\n      \"article_id\": \"<string>\",\n      \"fulfillment_option_slug\": \"<string>\",\n      \"pickup_store_id\": \"<integer>\"\n    },\n    {\n      \"identifiers\": {\n        \"identifier\": \"<string>\"\n      },\n      \"quantity\": \"<integer>\",\n      \"item_size\": \"<string>\",\n      \"parent_item_identifiers\": {\n        \"adipisicingeb\": \"aliqua pariatur cupidatat\"\n      },\n      \"meta\": {\n        \"ex_ea\": \"nulla pariatur incididunt sed\",\n        \"commodoe2\": 24713820\n      },\n      \"extra_meta\": {\n        \"laboris_9_\": 94481730,\n        \"officia_51\": true\n      },\n      \"_custom_json\": {\n        \"velit2eb\": 30865880\n      },\n      \"force_new_line_item\": \"<boolean>\",\n      \"item_id\": \"<integer>\",\n      \"item_index\": \"<integer>\",\n      \"article_id\": \"<string>\",\n      \"fulfillment_option_slug\": \"<string>\",\n      \"pickup_store_id\": \"<integer>\"\n    }\n  ],\n  \"free_gift_items\": [\n    {\n      \"promotion_id\": \"<string>\",\n      \"item_id\": \"<string>\",\n      \"item_size\": \"<string>\"\n    },\n    {\n      \"promotion_id\": \"<string>\",\n      \"item_id\": \"<string>\",\n      \"item_size\": \"<string>\"\n    }\n  ],\n  \"free_gift_items_operation\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "96927944-e1a0-4afb-8359-efeb53ef238d",
                "name": "Success. Updates and returns a cart object as shown below. Refer `UpdateCartDetailResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "detail"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "i",
                        "value": "<boolean>"
                      },
                      {
                        "key": "order_type",
                        "value": "<string>"
                      },
                      {
                        "key": "b",
                        "value": "<boolean>"
                      },
                      {
                        "key": "include_cart_calculation",
                        "value": "<boolean>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "Anonymous cart header used to perform operations on cross-platform anonymous cart. When enabled, the system fetches the cart only based on cart_id instead of user_id.",
                      "key": "x-anonymous-cart",
                      "value": "<string>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"user_id\": \"8b526f521bb14a2593a8b9e3ce8c76b3\",\n  \"operation\": \"update_item\",\n  \"items\": [\n    {\n      \"item_id\": 778937,\n      \"identifiers\": {\n        \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n      },\n      \"item_size\": \"OS\",\n      \"quantity\": 2,\n      \"article_id\": \"778937_OS\",\n      \"item_index\": 3,\n      \"fulfillment_option_slug\": \"standard-delivery\",\n      \"pickup_store_id\": 1,\n      \"extra_meta\": {},\n      \"force_new_line_item\": true,\n      \"_custom_json\": {}\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"cart\": {\n    \"breakup_values\": {\n      \"raw\": {\n        \"cod_charge\": 0,\n        \"convenience_fee\": 0,\n        \"coupon\": 0,\n        \"delivery_charge\": 0,\n        \"discount\": -202000,\n        \"fynd_cash\": 0,\n        \"gst_charges\": 4804.71,\n        \"mrp_total\": 302899,\n        \"subtotal\": 100899,\n        \"total\": 100899,\n        \"vog\": 96094.29,\n        \"you_saved\": 0\n      },\n      \"coupon\": {\n        \"type\": \"cash\",\n        \"code\": \"\",\n        \"uid\": \"\",\n        \"value\": 0,\n        \"is_applied\": false,\n        \"message\": \"Sorry! Invalid Coupon\"\n      },\n      \"display\": [\n        {\n          \"display\": \"MRP Total\",\n          \"key\": \"mrp_total\",\n          \"value\": 302899,\n          \"currency_code\": \"INR\"\n        },\n        {\n          \"display\": \"Discount\",\n          \"key\": \"discount\",\n          \"value\": -202000,\n          \"currency_code\": \"INR\"\n        },\n        {\n          \"display\": \"Subtotal\",\n          \"key\": \"subtotal\",\n          \"value\": 100899,\n          \"currency_code\": \"INR\"\n        },\n        {\n          \"display\": \"Total\",\n          \"key\": \"total\",\n          \"value\": 100899,\n          \"currency_code\": \"INR\"\n        }\n      ],\n      \"loyalty_points\": {\n        \"total\": 0,\n        \"applicable\": 0,\n        \"is_applied\": false,\n        \"description\": \"Your cashback, referrals, and refund amount get credited to Fynd Cash which can be redeemed while placing an order.\",\n        \"points\": 0,\n        \"amount\": 0,\n        \"earn_points\": 0,\n        \"earn_points_amount\": 0\n      }\n    },\n    \"items\": [\n      {\n        \"bulk_offer\": {},\n        \"identifiers\": {\n          \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n        },\n        \"discount\": \"67% OFF\",\n        \"parent_item_identifiers\": {\n          \"identifier\": \"ZASFF\",\n          \"parent_item_id\": 7501190,\n          \"parent_item_size\": \"OS\"\n        },\n        \"article\": {\n          \"type\": \"article\",\n          \"uid\": \"604_902_SSTC60401_636BLUE_1\",\n          \"size\": \"1\",\n          \"seller\": {\n            \"uid\": 604,\n            \"name\": \"SHRI SHANTINATH TRADING COMPANY\"\n          },\n          \"store\": {\n            \"uid\": 4579,\n            \"name\": \"Gandhi Nagar\"\n          },\n          \"quantity\": 108,\n          \"price\": {\n            \"base\": {\n              \"marked\": 2999,\n              \"effective\": 999,\n              \"currency_code\": \"INR\"\n            },\n            \"converted\": {\n              \"marked\": 2999,\n              \"effective\": 999,\n              \"currency_code\": \"INR\"\n            }\n          }\n        },\n        \"coupon_message\": \"\",\n        \"key\": \"707569_1\",\n        \"availability\": {\n          \"sizes\": [\n            \"1\",\n            \"8\",\n            \"7\",\n            \"2\",\n            \"9\",\n            \"5\",\n            \"3\",\n            \"6\"\n          ],\n          \"other_store_quantity\": 7,\n          \"out_of_stock\": false,\n          \"deliverable\": true,\n          \"is_valid\": true\n        },\n        \"product\": {\n          \"type\": \"product\",\n          \"uid\": 707569,\n          \"name\": \"Blue and Gold Printed Ethnic Set\",\n          \"slug\": \"aj-dezines-blue-and-gold-printed-ethnic-set-707569-bff01a\",\n          \"brand\": {\n            \"uid\": 902,\n            \"name\": \"\"\n          },\n          \"categories\": [\n            {\n              \"uid\": 525,\n              \"name\": \"\"\n            }\n          ],\n          \"images\": [\n            {\n              \"aspect_ratio\": \"16:25\",\n              \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/902_636BLUE/1_1540301094877.jpg\",\n              \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/902_636BLUE/1_1540301094877.jpg\"\n            }\n          ],\n          \"action\": {\n            \"type\": \"product\",\n            \"url\": \"https://api.addsale.com/v1/products/aj-dezines-blue-and-gold-printed-ethnic-set-707569-bff01a/\",\n            \"query\": {\n              \"product_slug\": [\n                \"aj-dezines-blue-and-gold-printed-ethnic-set-707569-bff01a\"\n              ]\n            }\n          }\n        },\n        \"price\": {\n          \"base\": {\n            \"add_on\": 100899,\n            \"marked\": 302899,\n            \"effective\": 100899,\n            \"selling\": 100899,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"add_on\": 100899,\n            \"marked\": 302899,\n            \"effective\": 100899,\n            \"selling\": 100899,\n            \"currency_code\": \"INR\"\n          }\n        },\n        \"message\": \"\",\n        \"quantity\": 101\n      }\n    ],\n    \"delivery_charge_info\": \"\",\n    \"coupon_text\": \"View all offers\",\n    \"buy_now\": false,\n    \"cart_id\": 54,\n    \"uid\": \"54\",\n    \"gstin\": \"\",\n    \"checkout_mode\": \"self\",\n    \"restrict_checkout\": false,\n    \"is_valid\": true,\n    \"last_modified\": \"2023-03-03T00:00:00.000Z\"\n  },\n  \"result\": {\n    \"707569_90\": {\n      \"success\": true,\n      \"message\": \"Nothing updated\"\n    }\n  },\n  \"items\": [\n    {\n      \"item_id\": 707569,\n      \"size\": 90,\n      \"store_id\": 4579,\n      \"success\": true,\n      \"message\": \"Nothing updated\"\n    }\n  ],\n  \"message\": \"Nothing updated\",\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "f8585184-75eb-4c64-a6a7-b0933fa255af",
            "name": "updateCartBreakup | Update cart breakup values",
            "request": {
              "name": "updateCartBreakup | Update cart breakup values",
              "description": {
                "content": "Updates the cart breakup based on the enabled features and user preferences. This endpoint allows customers to modify how their cart totals are calculated — including options such as applying store credits, loyalty points, discounts, and other promotional benefits. The API recalculates and returns the updated breakup reflecting the selected configurations in real-time.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "detail"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>",
                    "description": "Unique identifier of the cart for which the breakup needs to be updated."
                  },
                  {
                    "disabled": false,
                    "key": "i",
                    "value": "<boolean>",
                    "description": "Set to `true` to include all items currently added to the cart in the response."
                  },
                  {
                    "disabled": false,
                    "key": "b",
                    "value": "<boolean>",
                    "description": "Set to `true` to include the detailed price breakup of each cart item in the response."
                  },
                  {
                    "disabled": false,
                    "key": "include_cart_calculation",
                    "value": "<boolean>",
                    "description": "Set to `false` to skip recalculating and fetching the updated cart after the edit. Defaults to `true`."
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>",
                    "description": "Set to `true` to initialize a \"Buy Now\" cart flow, enabling direct checkout for a single item."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "disabled": false,
                  "description": "Identifier for the ordering source (e.g., web, mobile app, POS). Used to determine the origin of the order request and apply source-specific rules.",
                  "key": "x-ordering-source",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": "Anonymous cart header used to perform operations on cross-platform anonymous cart. When enabled, the system fetches the cart only based on cart_id instead of user_id.",
                  "key": "x-anonymous-cart",
                  "value": "<string>"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PATCH",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"store_credit\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "9c2bb091-f0c0-4bf3-9856-3edca6264c65",
                "name": "Success. Updates and returns a cart object as shown below. Refer `CartDetailResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "detail"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "i",
                        "value": "<boolean>"
                      },
                      {
                        "key": "b",
                        "value": "<boolean>"
                      },
                      {
                        "key": "include_cart_calculation",
                        "value": "<boolean>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company associated with the current cart."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel (e.g., website, app) for which the cart belongs."
                      }
                    ]
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Identifier for the ordering source (e.g., web, mobile app, POS). Used to determine the origin of the order request and apply source-specific rules.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "Anonymous cart header used to perform operations on cross-platform anonymous cart. When enabled, the system fetches the cart only based on cart_id instead of user_id.",
                      "key": "x-anonymous-cart",
                      "value": "<string>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"store_credit\": true\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"bulk_offer\": {},\n      \"identifiers\": {\n        \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n      },\n      \"discount\": \"67% OFF\",\n      \"article\": {\n        \"type\": \"article\",\n        \"tags\": [],\n        \"uid\": \"604_902_SSTC60401_636BLUE_1\",\n        \"size\": \"1\",\n        \"seller\": {\n          \"uid\": 604,\n          \"name\": \"SHRI SHANTINATH TRADING COMPANY\"\n        },\n        \"store\": {\n          \"uid\": 4579,\n          \"name\": \"Gandhi Nagar\"\n        },\n        \"quantity\": 108,\n        \"price\": {\n          \"base\": {\n            \"marked\": 2999,\n            \"effective\": 999,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"marked\": 2999,\n            \"effective\": 999,\n            \"currency_code\": \"INR\"\n          }\n        },\n        \"fulfillment_option\": {\n          \"name\": \"Standard Delivery\",\n          \"slug\": \"standard-delivery\",\n          \"type\": \"HomeDelivery\",\n          \"is_default\": true\n        },\n        \"pickup_store_detail\": {\n          \"name\": \"test\",\n          \"address\": \"test\",\n          \"pincode\": \"400601\",\n          \"distance\": 10,\n          \"store_hours\": [\n            {\n              \"day\": \"monday\",\n              \"opening\": {\n                \"hour\": 2,\n                \"minute\": 0\n              },\n              \"closing\": {\n                \"hour\": 8,\n                \"minute\": 0\n              },\n              \"open\": true\n            },\n            {\n              \"day\": \"tuesday\",\n              \"opening\": {\n                \"hour\": 2,\n                \"minute\": 0\n              },\n              \"closing\": {\n                \"hour\": 8,\n                \"minute\": 0\n              },\n              \"open\": true\n            }\n          ]\n        }\n      },\n      \"coupon_message\": \"\",\n      \"key\": \"707569_1\",\n      \"availability\": {\n        \"sizes\": [\n          \"1\",\n          \"8\",\n          \"7\",\n          \"2\",\n          \"9\",\n          \"5\",\n          \"3\",\n          \"6\"\n        ],\n        \"other_store_quantity\": 107,\n        \"out_of_stock\": false,\n        \"deliverable\": true,\n        \"is_valid\": true\n      },\n      \"product\": {\n        \"type\": \"product\",\n        \"uid\": 707569,\n        \"name\": \"Blue and Gold Printed Ethnic Set\",\n        \"slug\": \"aj-dezines-blue-and-gold-printed-ethnic-set-707569-bff01a\",\n        \"brand\": {\n          \"uid\": 902,\n          \"name\": \"\"\n        },\n        \"categories\": [\n          {\n            \"uid\": 525,\n            \"name\": \"\"\n          }\n        ],\n        \"images\": [\n          {\n            \"aspect_ratio\": \"16:25\",\n            \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/902_636BLUE/1_1540301094877.jpg\",\n            \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/902_636BLUE/1_1540301094877.jpg\"\n          }\n        ],\n        \"action\": {\n          \"type\": \"product\",\n          \"url\": \"https://api.addsale.com/v1/products/aj-dezines-blue-and-gold-printed-ethnic-set-707569-bff01a/\",\n          \"query\": {\n            \"product_slug\": [\n              \"aj-dezines-blue-and-gold-printed-ethnic-set-707569-bff01a\"\n            ]\n          }\n        }\n      },\n      \"price\": {\n        \"base\": {\n          \"add_on\": 999,\n          \"marked\": 2999,\n          \"effective\": 999,\n          \"selling\": 999,\n          \"currency_code\": \"INR\"\n        },\n        \"converted\": {\n          \"add_on\": 999,\n          \"marked\": 2999,\n          \"effective\": 999,\n          \"selling\": 999,\n          \"currency_code\": \"INR\"\n        }\n      },\n      \"message\": \"\",\n      \"quantity\": 1\n    }\n  ],\n  \"buy_now\": false,\n  \"cart_id\": 54,\n  \"uid\": \"54\",\n  \"breakup_values\": {\n    \"raw\": {\n      \"cod_charge\": 0,\n      \"convenience_fee\": 0,\n      \"coupon\": 0,\n      \"delivery_charge\": 0,\n      \"discount\": -2000,\n      \"fynd_cash\": 0,\n      \"gst_charges\": 47.57,\n      \"mrp_total\": 2999,\n      \"subtotal\": 999,\n      \"total\": 999,\n      \"vog\": 951.43,\n      \"you_saved\": 0\n    },\n    \"coupon\": {\n      \"type\": \"cash\",\n      \"code\": \"\",\n      \"uid\": \"304_1054_9036_R1005753_6\",\n      \"value\": 0,\n      \"is_applied\": false,\n      \"message\": \"Sorry! Invalid Coupon\"\n    },\n    \"display\": [\n      {\n        \"display\": \"MRP Total\",\n        \"key\": \"mrp_total\",\n        \"value\": 2999,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Discount\",\n        \"key\": \"discount\",\n        \"value\": -2000,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Subtotal\",\n        \"key\": \"subtotal\",\n        \"value\": 999,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Total\",\n        \"key\": \"total\",\n        \"value\": 999,\n        \"currency_code\": \"INR\"\n      }\n    ],\n    \"loyalty_points\": {\n      \"total\": 0,\n      \"applicable\": 0,\n      \"is_applied\": false,\n      \"description\": \"Your cashback, referrals, and refund amount get credited to Fynd Cash which can be redeemed while placing an order.\",\n      \"points\": 0,\n      \"amount\": 0,\n      \"earn_points\": 0,\n      \"earn_points_amount\": 0\n    }\n  },\n  \"delivery_charge_info\": \"\",\n  \"coupon_text\": \"View all offers\",\n  \"gstin\": \"\",\n  \"checkout_mode\": \"self\",\n  \"restrict_checkout\": false,\n  \"is_valid\": true,\n  \"last_modified\": \"2023-03-03T00:00:00.000Z\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "646737d0-51a6-40a8-bd8e-6c5f3a032101",
                "name": "Invalid User error",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "detail"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "i",
                        "value": "<boolean>"
                      },
                      {
                        "key": "b",
                        "value": "<boolean>"
                      },
                      {
                        "key": "include_cart_calculation",
                        "value": "<boolean>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company associated with the current cart."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel (e.g., website, app) for which the cart belongs."
                      }
                    ]
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Identifier for the ordering source (e.g., web, mobile app, POS). Used to determine the origin of the order request and apply source-specific rules.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "Anonymous cart header used to perform operations on cross-platform anonymous cart. When enabled, the system fetches the cart only based on cart_id instead of user_id.",
                      "key": "x-anonymous-cart",
                      "value": "<string>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"store_credit\": true\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"is_valid\": false,\n  \"message\": \"Please enter a valid application user id.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "a640a525-813c-45e5-a2d3-1e8a7adf8214",
            "name": "deleteCart | Delete a cart",
            "request": {
              "name": "deleteCart | Delete a cart",
              "description": {
                "content": "Delete all items from the user's cart and resets it to its initial state, providing a clean slate for new selections.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "cart_archive"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>",
                    "description": "The unique identifier of the cart."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"cart_id_list\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "a2a5c1a1-73c9-4266-925c-56b72f30f0e1",
                "name": "Success. Returns whether the cart has been deleted or not.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "cart_archive"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"cart_id_list\": [\n    \"6136e0f9c9ac7b00075b57db\",\n    \"617a87cc976a9a6cbef12c34\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"cart archived\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e8fd0e8c-a077-489d-a707-6a6fe5dd1a78",
            "name": "getItemCount | Get a cart items count",
            "request": {
              "name": "getItemCount | Get a cart items count",
              "description": {
                "content": "Retrieve the total count of items currently present in the customer's cart.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "basic"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>",
                    "description": "The unique identifier of the cart."
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>",
                    "description": "Boolean value to get buy_now cart."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "27524b86-f417-47af-bf46-f3989be553b1",
                "name": "Success. Returns the total count of items in a user's cart.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "basic"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"user_cart_items_count\": 0\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "ac256d33-6a13-4ac2-be19-67baf3f76209",
            "name": "getAppCoupons | List of coupons",
            "request": {
              "name": "getAppCoupons | List of coupons",
              "description": {
                "content": "Retrieve a list of all available coupons that customer can apply to their carts. It provides details about each coupon, including its code, discount amount, and applicable conditions.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "platform-pos-coupon"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>"
                  },
                  {
                    "disabled": false,
                    "key": "slug",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "store_id",
                    "value": "<string>"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "e8b09e48-943b-42ab-99ff-f14656f7aa3b",
                "name": "Success. Returns a coupon object which has a list of all the eligible coupons. Refer `GetCouponResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "platform-pos-coupon"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      },
                      {
                        "key": "slug",
                        "value": "<string>"
                      },
                      {
                        "key": "store_id",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"available_coupon_list\": [\n    {\n      \"coupon_value\": 500,\n      \"minimum_cart_value\": 0,\n      \"coupon_code\": \"RAJA500\",\n      \"title\": \"RAJA500 | Fynd coupon\",\n      \"sub_title\": \"NA\",\n      \"message\": \"TEST500\",\n      \"max_discount_value\": 500,\n      \"uid\": 17921,\n      \"is_applicable\": true,\n      \"is_applied\": false,\n      \"expires_on\": \"28 Aug, 19\",\n      \"rule\": [\n        {\n          \"discounted_price\": 90\n        }\n      ]\n    },\n    {\n      \"coupon_value\": 2250,\n      \"minimum_cart_value\": 0,\n      \"coupon_code\": \"PRISMC22250111\",\n      \"title\": \"celio 2 time coupn to kalim hsp\",\n      \"sub_title\": \"celio 2 time coupn to kalim hsp\",\n      \"message\": \"celio 2 time coupn to kalim hsp\",\n      \"max_discount_value\": 2250,\n      \"uid\": 17743,\n      \"is_applicable\": true,\n      \"is_applied\": false,\n      \"expires_on\": \"24 Jan, 20\",\n      \"rule\": [\n        {\n          \"discounted_price\": 90\n        }\n      ]\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"total\": 0,\n    \"has_previous\": false,\n    \"has_next\": false,\n    \"total_item_count\": 0\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "27ea8ed8-2c4e-4b16-96c9-d7dbf326ade0",
            "name": "applyCoupon | Apply coupon",
            "request": {
              "name": "applyCoupon | Apply coupon",
              "description": {
                "content": "Apply a coupon code to the customer's cart to trigger discounts on eligible items",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "platform-pos-coupon"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "i",
                    "value": "<boolean>"
                  },
                  {
                    "disabled": false,
                    "key": "b",
                    "value": "<boolean>"
                  },
                  {
                    "disabled": false,
                    "key": "p",
                    "value": "<boolean>"
                  },
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "disabled": false,
                  "description": "Ordering source header, to be used to identify source of order creation.",
                  "key": "x-ordering-source",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": "Anonymous cart header used to perform operations on cross-platform anonymous cart. When enabled, the system fetches the cart only based on cart_id instead of user_id.",
                  "key": "x-anonymous-cart",
                  "value": "<string>"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"coupon_code\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "53a2d564-b5f7-4e8f-bd5b-35df5a763558",
                "name": "Success. Returns coupons applied to the cart along with item details and price breakup. Refer `CartDetailResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "platform-pos-coupon"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "i",
                        "value": "<boolean>"
                      },
                      {
                        "key": "b",
                        "value": "<boolean>"
                      },
                      {
                        "key": "p",
                        "value": "<boolean>"
                      },
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "Anonymous cart header used to perform operations on cross-platform anonymous cart. When enabled, the system fetches the cart only based on cart_id instead of user_id.",
                      "key": "x-anonymous-cart",
                      "value": "<string>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"coupon_code\": \"armr499\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Created",
                "code": 201,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"breakup_values\": {\n    \"raw\": {\n      \"cod_charge\": 0,\n      \"convenience_fee\": 0,\n      \"coupon\": -2250,\n      \"delivery_charge\": 0,\n      \"discount\": -7240.2163,\n      \"fynd_cash\": 0,\n      \"gst_charges\": 2139.08,\n      \"mrp_total\": 26983,\n      \"subtotal\": 19742.7837,\n      \"total\": 17492.7837,\n      \"vog\": 15353.7,\n      \"you_saved\": 0\n    },\n    \"coupon\": {\n      \"type\": \"cash\",\n      \"code\": \"PRISMC22250111\",\n      \"uid\": \"17743\",\n      \"value\": 2250,\n      \"is_applied\": true,\n      \"message\": \"coupn applied\"\n    },\n    \"loyalty_points\": {\n      \"total\": 0,\n      \"applicable\": 0,\n      \"is_applied\": false,\n      \"description\": \"Your cashback, referrals, and refund amount get credited to Fynd Cash which can be redeemed while placing an order.\",\n      \"points\": 0,\n      \"amount\": 0,\n      \"earn_points\": 0,\n      \"earn_points_amount\": 0\n    },\n    \"display\": [\n      {\n        \"display\": \"MRP Total\",\n        \"key\": \"mrp_total\",\n        \"value\": 26983,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Discount\",\n        \"key\": \"discount\",\n        \"value\": -7240,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Subtotal\",\n        \"key\": \"subtotal\",\n        \"value\": 19743,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Coupon\",\n        \"key\": \"coupon\",\n        \"value\": -2250,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Total\",\n        \"key\": \"total\",\n        \"value\": 17493,\n        \"currency_code\": \"INR\"\n      }\n    ]\n  },\n  \"items\": [\n    {\n      \"identifiers\": {},\n      \"availability\": {\n        \"identifiers\": {\n          \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n        },\n        \"sizes\": [\n          \"10\"\n        ],\n        \"other_store_quantity\": 0,\n        \"out_of_stock\": false,\n        \"deliverable\": true,\n        \"is_valid\": true\n      },\n      \"product\": {\n        \"type\": \"product\",\n        \"uid\": 751083,\n        \"name\": \"Carson 2\",\n        \"slug\": \"puma-carson-2-751083-6ad98d\",\n        \"brand\": {\n          \"uid\": 9,\n          \"name\": \"Puma\"\n        },\n        \"categories\": [\n          {\n            \"uid\": 165,\n            \"name\": \"Outdoor Sports Shoes\"\n          }\n        ],\n        \"images\": [\n          {\n            \"aspect_ratio\": \"16:25\",\n            \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/9_19100302/1_1542807042296.jpg\",\n            \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/9_19100302/1_1542807042296.jpg\"\n          }\n        ],\n        \"action\": {\n          \"type\": \"product\",\n          \"url\": \"https://api.addsale.com/platform/content/v1/products/puma-carson-2-751083-6ad98d/\",\n          \"query\": {\n            \"product_slug\": [\n              \"puma-carson-2-751083-6ad98d\"\n            ]\n          }\n        }\n      },\n      \"quantity\": 4,\n      \"discount\": \"41% OFF\",\n      \"price\": {\n        \"base\": {\n          \"add_on\": 9596,\n          \"marked\": 15996,\n          \"effective\": 9596,\n          \"selling\": 9596,\n          \"currency_code\": \"INR\"\n        },\n        \"converted\": {\n          \"add_on\": 9596,\n          \"marked\": 15996,\n          \"effective\": 9596,\n          \"selling\": 9596,\n          \"currency_code\": \"INR\"\n        }\n      },\n      \"message\": \"\",\n      \"bulk_offer\": {},\n      \"key\": \"751083_10\",\n      \"coupon_message\": \"\",\n      \"article\": {\n        \"type\": \"article\",\n        \"uid\": \"612_9_SE61201_19100302_10\",\n        \"size\": \"10\",\n        \"seller\": {\n          \"uid\": 612,\n          \"name\": \"SSR ENTERPRISE\"\n        },\n        \"store\": {\n          \"uid\": 4431,\n          \"name\": \"Motilal Nagar 1, Goregaon\"\n        },\n        \"quantity\": 4,\n        \"price\": {\n          \"base\": {\n            \"marked\": 3999,\n            \"effective\": 2399,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"marked\": 3999,\n            \"effective\": 2399,\n            \"currency_code\": \"INR\"\n          }\n        }\n      }\n    },\n    {\n      \"identifiers\": {},\n      \"availability\": {\n        \"sizes\": [\n          \"L\",\n          \"M\",\n          \"S\",\n          \"XL\",\n          \"XXL\"\n        ],\n        \"other_store_quantity\": 0,\n        \"out_of_stock\": false,\n        \"deliverable\": true,\n        \"is_valid\": true\n      },\n      \"product\": {\n        \"type\": \"product\",\n        \"uid\": 246228,\n        \"name\": \"Blue Solid T-Shirt\",\n        \"slug\": \"superdry-blue-solid-t-shirt-2\",\n        \"brand\": {\n          \"uid\": 235,\n          \"name\": \"Superdry\"\n        },\n        \"categories\": [\n          {\n            \"uid\": 192,\n            \"name\": \"T-Shirts\"\n          }\n        ],\n        \"images\": [\n          {\n            \"aspect_ratio\": \"16:25\",\n            \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/235_M11029ONDSXNS/1.jpg\",\n            \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/235_M11029ONDSXNS/1.jpg\"\n          }\n        ],\n        \"action\": {\n          \"type\": \"product\",\n          \"url\": \"https://api.addsale.com/platform/content/v1/products/superdry-blue-solid-t-shirt-2/\",\n          \"query\": {\n            \"product_slug\": [\n              \"superdry-blue-solid-t-shirt-2\"\n            ]\n          }\n        }\n      },\n      \"quantity\": 1,\n      \"discount\": \"\",\n      \"price\": {\n        \"base\": {\n          \"add_on\": 4490,\n          \"marked\": 4490,\n          \"effective\": 4490,\n          \"selling\": 4490,\n          \"currency_code\": \"INR\"\n        },\n        \"converted\": {\n          \"add_on\": 4490,\n          \"marked\": 4490,\n          \"effective\": 4490,\n          \"selling\": 4490,\n          \"currency_code\": \"INR\"\n        }\n      },\n      \"message\": \"\",\n      \"bulk_offer\": {},\n      \"key\": \"246228_S\",\n      \"coupon_message\": \"\",\n      \"article\": {\n        \"type\": \"article\",\n        \"uid\": \"46_235_TM62_M11029ONDSXNS_S\",\n        \"size\": \"S\",\n        \"seller\": {\n          \"uid\": 46,\n          \"name\": \"RELIANCE BRANDS LIMITED\"\n        },\n        \"store\": {\n          \"uid\": 4550,\n          \"name\": \"VR Mall\"\n        },\n        \"quantity\": 1,\n        \"price\": {\n          \"base\": {\n            \"marked\": 4490,\n            \"effective\": 4490,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"marked\": 4490,\n            \"effective\": 4490,\n            \"currency_code\": \"INR\"\n          }\n        }\n      }\n    },\n    {\n      \"identifiers\": {},\n      \"availability\": {\n        \"sizes\": [\n          \"XL\",\n          \"M\",\n          \"L\",\n          \"S\"\n        ],\n        \"other_store_quantity\": 8,\n        \"out_of_stock\": false,\n        \"deliverable\": true,\n        \"is_valid\": true\n      },\n      \"product\": {\n        \"type\": \"product\",\n        \"uid\": 443175,\n        \"name\": \"Light Blue Denim Jeggings\",\n        \"slug\": \"go-colors-light-blue-denim-jeggings-443175-3c688c\",\n        \"brand\": {\n          \"uid\": 207,\n          \"name\": \"Go Colors\"\n        },\n        \"categories\": [\n          {\n            \"uid\": 267,\n            \"name\": \"Jeggings\"\n          }\n        ],\n        \"images\": [\n          {\n            \"aspect_ratio\": \"16:25\",\n            \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/207_LJ03LBLUDN88/1_1512382513548.jpg\",\n            \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/207_LJ03LBLUDN88/1_1512382513548.jpg\"\n          }\n        ],\n        \"action\": {\n          \"type\": \"product\",\n          \"url\": \"https://api.addsale.com/platform/content/v1/products/go-colors-light-blue-denim-jeggings-443175-3c688c/\",\n          \"query\": {\n            \"product_slug\": [\n              \"go-colors-light-blue-denim-jeggings-443175-3c688c\"\n            ]\n          }\n        }\n      },\n      \"quantity\": 1,\n      \"discount\": \"\",\n      \"price\": {\n        \"base\": {\n          \"add_on\": 1599,\n          \"marked\": 1599,\n          \"effective\": 1599,\n          \"selling\": 1599,\n          \"currency_code\": \"INR\"\n        },\n        \"converted\": {\n          \"add_on\": 1599,\n          \"marked\": 1599,\n          \"effective\": 1599,\n          \"selling\": 1599,\n          \"currency_code\": \"INR\"\n        }\n      },\n      \"message\": \"\",\n      \"bulk_offer\": {},\n      \"key\": \"443175_S\",\n      \"coupon_message\": \"\",\n      \"article\": {\n        \"type\": \"article\",\n        \"uid\": \"162_207_1271_LJ03LBLUDN88_S\",\n        \"size\": \"S\",\n        \"seller\": {\n          \"uid\": 162,\n          \"name\": \"GO FASHION INDIA PRIVATE LIMITED\"\n        },\n        \"store\": {\n          \"uid\": 5784,\n          \"name\": \"Vega City mall\"\n        },\n        \"quantity\": 3,\n        \"price\": {\n          \"base\": {\n            \"marked\": 1599,\n            \"effective\": 1599,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"marked\": 1599,\n            \"effective\": 1599,\n            \"currency_code\": \"INR\"\n          }\n        }\n      }\n    },\n    {\n      \"identifiers\": {},\n      \"availability\": {\n        \"sizes\": [\n          \"OS\"\n        ],\n        \"other_store_quantity\": 12,\n        \"out_of_stock\": false,\n        \"deliverable\": true,\n        \"is_valid\": true\n      },\n      \"product\": {\n        \"type\": \"product\",\n        \"uid\": 842716,\n        \"name\": \"Blue Backpack\",\n        \"slug\": \"istorm-blue-backpack-842716-951b5a\",\n        \"brand\": {\n          \"uid\": 1177,\n          \"name\": \"iStorm\"\n        },\n        \"categories\": [\n          {\n            \"uid\": 198,\n            \"name\": \"Backpacks\"\n          }\n        ],\n        \"images\": [\n          {\n            \"aspect_ratio\": \"16:25\",\n            \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/1177_IS483/1_1551353288247.jpg\",\n            \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/1177_IS483/1_1551353288247.jpg\"\n          }\n        ],\n        \"action\": {\n          \"type\": \"product\",\n          \"url\": \"https://api.addsale.com/platform/content/v1/products/istorm-blue-backpack-842716-951b5a/\",\n          \"query\": {\n            \"product_slug\": [\n              \"istorm-blue-backpack-842716-951b5a\"\n            ]\n          }\n        }\n      },\n      \"quantity\": 1,\n      \"discount\": \"34% OFF\",\n      \"price\": {\n        \"base\": {\n          \"add_on\": 998.7837,\n          \"marked\": 1499,\n          \"effective\": 998.7837,\n          \"selling\": 998.7837,\n          \"currency_code\": \"INR\"\n        },\n        \"converted\": {\n          \"add_on\": 998.7837,\n          \"marked\": 1499,\n          \"effective\": 998.7837,\n          \"selling\": 998.7837,\n          \"currency_code\": \"INR\"\n        }\n      },\n      \"message\": \"\",\n      \"bulk_offer\": {},\n      \"key\": \"842716_OS\",\n      \"coupon_message\": \"\",\n      \"article\": {\n        \"type\": \"article\",\n        \"uid\": \"638_1177_CRSL63802_IS483_OS\",\n        \"size\": \"OS\",\n        \"seller\": {\n          \"uid\": 638,\n          \"name\": \"COUNFREEDISE RETAIL SERVICES LTD\"\n        },\n        \"store\": {\n          \"uid\": 4630,\n          \"name\": \"Bhiwandi\"\n        },\n        \"quantity\": 4,\n        \"price\": {\n          \"base\": {\n            \"marked\": 1499,\n            \"effective\": 998.7837,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"marked\": 1499,\n            \"effective\": 998.7837,\n            \"currency_code\": \"INR\"\n          }\n        }\n      }\n    },\n    {\n      \"identifiers\": {},\n      \"availability\": {\n        \"sizes\": [\n          \"OS\"\n        ],\n        \"other_store_quantity\": 2,\n        \"out_of_stock\": false,\n        \"deliverable\": true,\n        \"is_valid\": true\n      },\n      \"product\": {\n        \"type\": \"product\",\n        \"uid\": 778937,\n        \"name\": \"Colourful Carnival Bouncer\",\n        \"slug\": \"fisher-price-colourful-carnival-bouncer-778937-fafa1f\",\n        \"brand\": {\n          \"uid\": 963,\n          \"name\": \"Fisher-Price\"\n        },\n        \"categories\": [\n          {\n            \"uid\": 576,\n            \"name\": \"Cradles\"\n          }\n        ],\n        \"images\": [\n          {\n            \"aspect_ratio\": \"16:25\",\n            \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/963_PWUPC01977/1_1545308400588.jpg\",\n            \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/963_PWUPC01977/1_1545308400588.jpg\"\n          }\n        ],\n        \"action\": {\n          \"type\": \"product\",\n          \"url\": \"https://api.addsale.com/platform/content/v1/products/fisher-price-colourful-carnival-bouncer-778937-fafa1f/\",\n          \"query\": {\n            \"product_slug\": [\n              \"fisher-price-colourful-carnival-bouncer-778937-fafa1f\"\n            ]\n          }\n        }\n      },\n      \"quantity\": 1,\n      \"discount\": \"11% OFF\",\n      \"price\": {\n        \"base\": {\n          \"add_on\": 3059,\n          \"marked\": 3399,\n          \"effective\": 3059,\n          \"selling\": 3059,\n          \"currency_code\": \"INR\"\n        },\n        \"converted\": {\n          \"add_on\": 3059,\n          \"marked\": 3399,\n          \"effective\": 3059,\n          \"selling\": 3059,\n          \"currency_code\": \"INR\"\n        }\n      },\n      \"message\": \"\",\n      \"bulk_offer\": {},\n      \"key\": \"778937_OS\",\n      \"coupon_message\": \"\",\n      \"article\": {\n        \"type\": \"article\",\n        \"uid\": \"686_963_IC68601_PWUPC01977_OS\",\n        \"size\": \"OS\",\n        \"seller\": {\n          \"uid\": 686,\n          \"name\": \"INDUS CORPORATION\"\n        },\n        \"store\": {\n          \"uid\": 5059,\n          \"name\": \"Vidyaranyapura Main Road\"\n        },\n        \"quantity\": 3,\n        \"price\": {\n          \"base\": {\n            \"marked\": 3399,\n            \"effective\": 3059,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"marked\": 3399,\n            \"effective\": 3059,\n            \"currency_code\": \"INR\"\n          }\n        }\n      }\n    }\n  ],\n  \"delivery_charge_info\": \"\",\n  \"coupon_text\": \"View all offers\",\n  \"buy_now\": false,\n  \"cart_id\": 7927,\n  \"uid\": \"7927\",\n  \"gstin\": \"\",\n  \"checkout_mode\": \"self\",\n  \"last_modified\": \"2023-03-03T00:00:00.000Z\",\n  \"restrict_checkout\": false,\n  \"is_valid\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "19a257a6-52df-4aa4-984e-80f77db42920",
            "name": "removeCoupon | Remove coupon",
            "request": {
              "name": "removeCoupon | Remove coupon",
              "description": {
                "content": "Remove an applied coupon from the customer's cart, thereby removing the associated discount from the cart total.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "platform-pos-coupon"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "uid",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "disabled": false,
                  "description": "Ordering source header, to be used to identify source of order creation.",
                  "key": "x-ordering-source",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": "Anonymous cart header used to perform operations on cross-platform anonymous cart. When enabled, the system fetches the cart only based on cart_id instead of user_id.",
                  "key": "x-anonymous-cart",
                  "value": "<string>"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "4a96df4b-da4a-4da7-837b-e161f082b5ed",
                "name": "Success. Returns coupons removed from the cart along with item details and price breakup. Refer `CartDetailResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "platform-pos-coupon"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "uid",
                        "value": "<string>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "Anonymous cart header used to perform operations on cross-platform anonymous cart. When enabled, the system fetches the cart only based on cart_id instead of user_id.",
                      "key": "x-anonymous-cart",
                      "value": "<string>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"breakup_values\": {\n    \"raw\": {\n      \"cod_charge\": 0,\n      \"convenience_fee\": 0,\n      \"coupon\": 0,\n      \"delivery_charge\": 0,\n      \"discount\": 0,\n      \"fynd_cash\": 0,\n      \"gst_charges\": 342.75,\n      \"mrp_total\": 3199,\n      \"subtotal\": 3199,\n      \"total\": 3199,\n      \"vog\": 2856.25,\n      \"you_saved\": 0\n    },\n    \"coupon\": {\n      \"type\": \"cash\",\n      \"code\": \"prismc22250111\",\n      \"uid\": \"17743\",\n      \"value\": 0,\n      \"is_applied\": false,\n      \"message\": \"Coupon successfully removed\"\n    },\n    \"display\": [\n      {\n        \"display\": \"MRP Total\",\n        \"key\": \"mrp_total\",\n        \"value\": 3199,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Subtotal\",\n        \"key\": \"subtotal\",\n        \"value\": 3199,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Total\",\n        \"key\": \"total\",\n        \"value\": 3199,\n        \"currency_code\": \"INR\"\n      }\n    ],\n    \"loyalty_points\": {\n      \"total\": 0,\n      \"applicable\": 0,\n      \"is_applied\": false,\n      \"description\": \"Your cashback, referrals, and refund amount get credited to Fynd Cash which can be redeemed while placing an order.\",\n      \"points\": 0,\n      \"amount\": 0,\n      \"earn_points\": 0,\n      \"earn_points_amount\": 0\n    }\n  },\n  \"items\": [\n    {\n      \"message\": \"\",\n      \"identifiers\": {\n        \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n      },\n      \"availability\": {\n        \"sizes\": [\n          \"M\",\n          \"S\",\n          \"L\",\n          \"XXL\",\n          \"XL\"\n        ],\n        \"other_store_quantity\": 10,\n        \"out_of_stock\": false,\n        \"deliverable\": true,\n        \"is_valid\": true\n      },\n      \"bulk_offer\": {},\n      \"key\": \"857596_S\",\n      \"quantity\": 1,\n      \"price\": {\n        \"base\": {\n          \"add_on\": 3199,\n          \"marked\": 3199,\n          \"effective\": 3199,\n          \"selling\": 3199,\n          \"currency_code\": \"INR\"\n        },\n        \"converted\": {\n          \"add_on\": 3199,\n          \"marked\": 3199,\n          \"effective\": 3199,\n          \"selling\": 3199,\n          \"currency_code\": \"INR\"\n        }\n      },\n      \"discount\": \"\",\n      \"coupon_message\": \"\",\n      \"product\": {\n        \"type\": \"product\",\n        \"uid\": 857596,\n        \"name\": \"Pink Solid Hoodie\",\n        \"slug\": \"883-police-pink-solid-hoodie-857596-111bdc\",\n        \"brand\": {\n          \"uid\": 610,\n          \"name\": \"883 Police\"\n        },\n        \"categories\": [\n          {\n            \"uid\": 144,\n            \"name\": \"Hoodies\"\n          }\n        ],\n        \"images\": [\n          {\n            \"aspect_ratio\": \"16:25\",\n            \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/610_LETTER19APINK/1_1553062658148.jpg\",\n            \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/610_LETTER19APINK/1_1553062658148.jpg\"\n          }\n        ],\n        \"action\": {\n          \"type\": \"product\",\n          \"url\": \"https://api.addsale.com/platform/content/v1/products/883-police-pink-solid-hoodie-857596-111bdc/\",\n          \"query\": {\n            \"product_slug\": [\n              \"883-police-pink-solid-hoodie-857596-111bdc\"\n            ]\n          }\n        }\n      },\n      \"article\": {\n        \"type\": \"article\",\n        \"uid\": \"381_610_IGPL01_LETTER19APINK_S\",\n        \"size\": \"S\",\n        \"seller\": {\n          \"uid\": 381,\n          \"name\": \"INTERSOURCE GARMENTS PVT LTD\"\n        },\n        \"store\": {\n          \"uid\": 3009,\n          \"name\": \"Kormangala\"\n        },\n        \"quantity\": 11,\n        \"price\": {\n          \"base\": {\n            \"marked\": 3199,\n            \"effective\": 3199,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"marked\": 3199,\n            \"effective\": 3199,\n            \"currency_code\": \"INR\"\n          }\n        }\n      }\n    }\n  ],\n  \"delivery_charge_info\": \"\",\n  \"coupon_text\": \"View all offers\",\n  \"buy_now\": false,\n  \"cart_id\": 7477,\n  \"uid\": \"7477\",\n  \"gstin\": \"\",\n  \"checkout_mode\": \"self\",\n  \"last_modified\": \"2023-02-02T00:00:00.000Z\",\n  \"restrict_checkout\": false,\n  \"is_valid\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "091b4cb9-902d-45e7-b62e-c8d495778f7f",
            "name": "getAddresses | Get a list of addresses for a customer",
            "request": {
              "name": "getAddresses | Get a list of addresses for a customer",
              "description": {
                "content": "Retrieves a list of all addresses saved by the customer, simplifying the checkout process by offering pre-saved address options for delivery.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "address"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "cart_id",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>"
                  },
                  {
                    "disabled": false,
                    "key": "mobile_no",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "checkout_mode",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "tags",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "is_default",
                    "value": "<boolean>"
                  },
                  {
                    "disabled": false,
                    "key": "user_id",
                    "value": "<string>"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "4db35954-3d32-4de3-9117-5825aa4889e0",
                "name": "Success. Returns an Address object containing a list of address saved in the account. Refer `PlatformGetAddressesDetails` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "address"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "cart_id",
                        "value": "<string>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      },
                      {
                        "key": "mobile_no",
                        "value": "<string>"
                      },
                      {
                        "key": "checkout_mode",
                        "value": "<string>"
                      },
                      {
                        "key": "tags",
                        "value": "<string>"
                      },
                      {
                        "key": "is_default",
                        "value": "<boolean>"
                      },
                      {
                        "key": "user_id",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"pii_masking\": false,\n  \"validation_config\": {\n    \"user_address_count\": 5,\n    \"address_max_limit\": 20\n  },\n  \"address\": [\n    {\n      \"landmark\": \"\",\n      \"area_code\": \"8b526f521bb14a2593a8b9e3ce8c76b3\",\n      \"id\": \"8b526f521bb14a2593a8b9e3ce8c76b3\",\n      \"state\": \"Maharashtra\",\n      \"meta\": {},\n      \"user_id\": \"8b526f521bb14a2593a8b9e3ce8c76b3\",\n      \"created_by_user_id\": \"8b526f521bb14a2593a8b9e3ce8c76b3\",\n      \"country_code\": \"+91\",\n      \"state_code\": \"MH\",\n      \"country_phone_code\": \"91\",\n      \"country_iso_code\": \"IN\",\n      \"phone\": \"8888888888\",\n      \"geo_location\": {},\n      \"country\": \"India\",\n      \"is_default_address\": true,\n      \"is_active\": true,\n      \"city\": \"Mumbai\",\n      \"pincode\": 400093,\n      \"checkout_mode\": \"self\",\n      \"address_type\": \"home\",\n      \"tags\": [],\n      \"area\": \"Sector 127\",\n      \"name\": \"abc\",\n      \"email\": \"ankur@gofynd1.com\",\n      \"address\": \"Megatron2\",\n      \"_custom_json\": {}\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "eb9c2cf1-a6cf-4b94-a59d-f797f82d6473",
                "name": "Invalid User error",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "address"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "cart_id",
                        "value": "<string>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      },
                      {
                        "key": "mobile_no",
                        "value": "<string>"
                      },
                      {
                        "key": "checkout_mode",
                        "value": "<string>"
                      },
                      {
                        "key": "tags",
                        "value": "<string>"
                      },
                      {
                        "key": "is_default",
                        "value": "<boolean>"
                      },
                      {
                        "key": "user_id",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"is_valid\": false,\n  \"message\": \"Please enter a valid application user id.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "02ced460-a32b-47fb-be87-9fdbed39740c",
            "name": "addAddress | Creates a new address for a customer",
            "request": {
              "name": "addAddress | Creates a new address for a customer",
              "description": {
                "content": "Customers can add a new address to their cart to save details such as name, email, contact information, and address.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "address"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"phone\": \"<string>\",\n  \"id\": \"<string>\",\n  \"area_code_slug\": \"<string>\",\n  \"country_code\": \"<string>\",\n  \"geo_location\": {\n    \"longitude\": 0,\n    \"latitude\": 0\n  },\n  \"country\": \"<string>\",\n  \"state\": \"<string>\",\n  \"is_default_address\": \"<boolean>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"created_by_user_id\": \"<string>\",\n  \"landmark\": \"<string>\",\n  \"email\": \"<string>\",\n  \"area_code\": \"<string>\",\n  \"checkout_mode\": \"<string>\",\n  \"meta\": {\n    \"ipsum81_\": \"minim veniam dolore\",\n    \"dolord2\": true\n  },\n  \"is_active\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"google_map_point\": {\n    \"nisi_e02\": false\n  },\n  \"cart_id\": \"<string>\",\n  \"city\": \"<string>\",\n  \"sector\": \"<string>\",\n  \"state_code\": \"<string>\",\n  \"area\": \"<string>\",\n  \"user_id\": \"<string>\",\n  \"address_type\": \"<string>\",\n  \"address\": \"<string>\",\n  \"country_phone_code\": \"<string>\",\n  \"country_iso_code\": \"<string>\",\n  \"_custom_json\": {\n    \"tempor_3\": \"sed sunt incididunt\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "df3423cc-695e-49bf-8b60-d3eed043b16e",
                "name": "Success. Returns the address ID, a flag whether the address is set as default, and a success message. Refer `SaveAddressDetails` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "address"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"user_id\": \"8b526f521bb14a2593a8b9e3ce8c76b3\",\n  \"checkout_mode\": \"other\",\n  \"is_default_address\": true,\n  \"landmark\": \"\",\n  \"area\": \"Sector 127\",\n  \"phone\": \"8888888888\",\n  \"pincode\": 400093,\n  \"state_code\": \"MH\",\n  \"email\": \"ankur@gofynd1.com\",\n  \"address_type\": \"home\",\n  \"name\": \"abc\",\n  \"address\": \"Megatron2\",\n  \"store_name\": \"store123\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"651ffabb556007fa462c9c06\",\n  \"is_default_address\": true,\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "d8e9bd5b-9970-451a-ab6a-5a5b4f652041",
                "name": "Invalid User error",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "address"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"user_id\": \"8b526f521bb14a2593a8b9e3ce8c76b3\",\n  \"checkout_mode\": \"other\",\n  \"is_default_address\": true,\n  \"landmark\": \"\",\n  \"area\": \"Sector 127\",\n  \"phone\": \"8888888888\",\n  \"pincode\": 400093,\n  \"state_code\": \"MH\",\n  \"email\": \"ankur@gofynd1.com\",\n  \"address_type\": \"home\",\n  \"name\": \"abc\",\n  \"address\": \"Megatron2\",\n  \"store_name\": \"store123\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"is_valid\": false,\n  \"message\": \"Please enter a valid application user id.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "0f70d6e8-7010-4810-988a-7f7180da1174",
                "name": "Maximum limit for user addresses has been exceeded.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "address"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"user_id\": \"8b526f521bb14a2593a8b9e3ce8c76b3\",\n  \"checkout_mode\": \"other\",\n  \"is_default_address\": true,\n  \"landmark\": \"\",\n  \"area\": \"Sector 127\",\n  \"phone\": \"8888888888\",\n  \"pincode\": 400093,\n  \"state_code\": \"MH\",\n  \"email\": \"ankur@gofynd1.com\",\n  \"address_type\": \"home\",\n  \"name\": \"abc\",\n  \"address\": \"Megatron2\",\n  \"store_name\": \"store123\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                "code": 422,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"You have reached the limit of 20 addresses. Please edit or delete an existing address to add a new one.\",\n  \"field\": \"user_address_limit\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "ae493288-b917-4b26-af9d-a4d8acd49b42",
            "name": "getAddressById | Get details for a single customer address",
            "request": {
              "name": "getAddressById | Get details for a single customer address",
              "description": {
                "content": "Retrieve a specific customer address stored in the system by providing its unique identifier. This API provides detailed information about the address, including the recipient's name, address, city, postal code, and other relevant details.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "address",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "cart_id",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>"
                  },
                  {
                    "disabled": false,
                    "key": "mobile_no",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "checkout_mode",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "tags",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "is_default",
                    "value": "<boolean>"
                  },
                  {
                    "disabled": false,
                    "key": "user_id",
                    "value": "<string>"
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "66b8263f-4bcc-4658-8501-bf9ac483eb77",
                "name": "Success. Returns an PlatformAddress object containing a list of address saved in the account. Refer `PlatformAddress` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "address",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "cart_id",
                        "value": "<string>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      },
                      {
                        "key": "mobile_no",
                        "value": "<string>"
                      },
                      {
                        "key": "checkout_mode",
                        "value": "<string>"
                      },
                      {
                        "key": "tags",
                        "value": "<string>"
                      },
                      {
                        "key": "is_default",
                        "value": "<boolean>"
                      },
                      {
                        "key": "user_id",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"landmark\": \"\",\n  \"area_code\": \"410218\",\n  \"state\": \"Maharashtra\",\n  \"meta\": {},\n  \"user_id\": \"8b526f521bb14a2593a8b9e3ce8c76b3\",\n  \"created_by_user_id\": \"8b526f521bb14a2593a8b9e3ce8c76b3\",\n  \"country_code\": \"IND\",\n  \"state_code\": \"MH\",\n  \"phone\": \"8888888888\",\n  \"geo_location\": {},\n  \"country\": \"India\",\n  \"is_default_address\": true,\n  \"is_active\": true,\n  \"city\": \"Mumbai\",\n  \"pincode\": 400093,\n  \"checkout_mode\": \"self\",\n  \"address_type\": \"home\",\n  \"uid\": 1145,\n  \"tags\": [],\n  \"area\": \"Sector 127\",\n  \"name\": \"abc\",\n  \"address_id\": 1145,\n  \"email\": \"ankur@gofynd1.com\",\n  \"address\": \"Megatron2\",\n  \"store_name\": \"store123\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "7e13359b-9d28-4b40-a16a-faf7a6b0d003",
                "name": "Invalid User error",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "address",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "cart_id",
                        "value": "<string>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      },
                      {
                        "key": "mobile_no",
                        "value": "<string>"
                      },
                      {
                        "key": "checkout_mode",
                        "value": "<string>"
                      },
                      {
                        "key": "tags",
                        "value": "<string>"
                      },
                      {
                        "key": "is_default",
                        "value": "<boolean>"
                      },
                      {
                        "key": "user_id",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"is_valid\": false,\n  \"message\": \"Please enter a valid application user id.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "a6e8db56-7c23-4034-8529-d0f30af7a641",
            "name": "updateAddress | Updates an existing customer address",
            "request": {
              "name": "updateAddress | Updates an existing customer address",
              "description": {
                "content": "Update the user address",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "address",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) ID allotted to the selected address"
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"phone\": \"<string>\",\n  \"id\": \"<string>\",\n  \"area_code_slug\": \"<string>\",\n  \"country_code\": \"<string>\",\n  \"geo_location\": {\n    \"longitude\": 0,\n    \"latitude\": 0\n  },\n  \"country\": \"<string>\",\n  \"state\": \"<string>\",\n  \"is_default_address\": \"<boolean>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"created_by_user_id\": \"<string>\",\n  \"landmark\": \"<string>\",\n  \"email\": \"<string>\",\n  \"area_code\": \"<string>\",\n  \"checkout_mode\": \"<string>\",\n  \"meta\": {\n    \"occaecatb6f\": -53004663\n  },\n  \"is_active\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"google_map_point\": {\n    \"do94\": -71872045.45045339\n  },\n  \"cart_id\": \"<string>\",\n  \"city\": \"<string>\",\n  \"sector\": \"<string>\",\n  \"state_code\": \"<string>\",\n  \"area\": \"<string>\",\n  \"user_id\": \"<string>\",\n  \"address_type\": \"<string>\",\n  \"address\": \"<string>\",\n  \"country_phone_code\": \"<string>\",\n  \"country_iso_code\": \"<string>\",\n  \"_custom_json\": {\n    \"mollit39\": -89643792.8177369\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "ad7a91e6-a843-4f9e-b8df-8854cab7b9ce",
                "name": "Success. Returns the address ID and a message indicating a successful address updation.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "address",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) ID allotted to the selected address"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"user_id\": \"8b526f521bb14a2593a8b9e3ce8c76b3\",\n  \"is_default_address\": true,\n  \"checkout_mode\": \"other\",\n  \"landmark\": \"\",\n  \"area\": \"Sector 128\",\n  \"phone\": \"8888888888\",\n  \"pincode\": 400072,\n  \"state_code\": \"MH\",\n  \"email\": \"test@example.com\",\n  \"address_type\": \"home\",\n  \"name\": \"abc\",\n  \"address_id\": 1145,\n  \"address\": \"Megatron3\",\n  \"store_name\": \"store123\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Created",
                "code": 201,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"is_updated\": true,\n  \"id\": \"651ffabb556007fa462c9c06\",\n  \"is_default_address\": true,\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "ed61c9a7-1010-4283-adca-26b0ee7d7f73",
                "name": "Invalid User error",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "address",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) ID allotted to the selected address"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"user_id\": \"8b526f521bb14a2593a8b9e3ce8c76b3\",\n  \"is_default_address\": true,\n  \"checkout_mode\": \"other\",\n  \"landmark\": \"\",\n  \"area\": \"Sector 128\",\n  \"phone\": \"8888888888\",\n  \"pincode\": 400072,\n  \"state_code\": \"MH\",\n  \"email\": \"test@example.com\",\n  \"address_type\": \"home\",\n  \"name\": \"abc\",\n  \"address_id\": 1145,\n  \"address\": \"Megatron3\",\n  \"store_name\": \"store123\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"is_valid\": false,\n  \"message\": \"Please enter a valid application user id.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "85d24f60-84da-4071-990c-011a7e7b8284",
            "name": "removeAddress | Removes an address from a customer's address list",
            "request": {
              "name": "removeAddress | Removes an address from a customer's address list",
              "description": {
                "content": "Remove an existing customer address from the system.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "address",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "user_id",
                    "value": "<string>",
                    "description": "Option to delete address for the provided user_id."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) ID allotted to the selected address"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "44170381-3c43-483f-bd7d-81fa78bec5d5",
                "name": "Returns a Status object indicating the success or failure of address deletion.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "address",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "user_id",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) ID allotted to the selected address"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Created",
                "code": 201,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"651ffabb556007fa462c9c06\",\n  \"is_deleted\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "336aa324-191c-4dcc-b887-4c059f32c0fa",
                "name": "Invalid User error",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "address",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "user_id",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) ID allotted to the selected address"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"is_valid\": false,\n  \"message\": \"Please enter a valid application user id.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "116a0b85-fca9-423a-915c-edbcdff2f887",
            "name": "selectAddress | Select customer address for order processing",
            "request": {
              "name": "selectAddress | Select customer address for order processing",
              "description": {
                "content": "Select an address from the saved customer addresses and validates the availability of items in the cart. Additionally, it verifies and updates the delivery promise based on the selected address.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "select-address"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "cart_id",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>"
                  },
                  {
                    "disabled": false,
                    "key": "i",
                    "value": "<boolean>"
                  },
                  {
                    "disabled": false,
                    "key": "b",
                    "value": "<boolean>"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "disabled": false,
                  "description": "Ordering source header, to be used to identify source of order creation.",
                  "key": "x-ordering-source",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": "Anonymous cart header used to perform operations on cross-platform anonymous cart. When enabled, the system fetches the cart only based on cart_id instead of user_id.",
                  "key": "x-anonymous-cart",
                  "value": "<string>"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"cart_id\": \"<string>\",\n  \"billing_address_id\": \"<string>\",\n  \"checkout_mode\": \"<string>\",\n  \"id\": \"<string>\",\n  \"user_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "8b101c5d-a790-4efa-95b5-542b0b53b67f",
                "name": "Success. Returns a Cart object as shown below. Refer `CartDetailResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "select-address"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "cart_id",
                        "value": "<string>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      },
                      {
                        "key": "i",
                        "value": "<boolean>"
                      },
                      {
                        "key": "b",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "Anonymous cart header used to perform operations on cross-platform anonymous cart. When enabled, the system fetches the cart only based on cart_id instead of user_id.",
                      "key": "x-anonymous-cart",
                      "value": "<string>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"id\": \"651ffabb556007fa462c9c06\",\n  \"billing_address_id\": \"651ffabb556007fa462c9c06\",\n  \"cart_id\": \"651ffabb556007fa462c9c06\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Created",
                "code": 201,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"is_valid\": true,\n  \"buy_now\": false,\n  \"breakup_values\": {\n    \"raw\": {\n      \"cod_charge\": 0,\n      \"convenience_fee\": 0,\n      \"coupon\": -2250,\n      \"delivery_charge\": 0,\n      \"discount\": 0,\n      \"fynd_cash\": 0,\n      \"gst_charges\": 315.86,\n      \"mrp_total\": 5198,\n      \"subtotal\": 5198,\n      \"total\": 2948,\n      \"vog\": 2632.15,\n      \"you_saved\": 0\n    },\n    \"display\": [\n      {\n        \"display\": \"MRP Total\",\n        \"key\": \"mrp_total\",\n        \"value\": 5198,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Subtotal\",\n        \"key\": \"subtotal\",\n        \"value\": 5198,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Coupon\",\n        \"key\": \"coupon\",\n        \"value\": -2250,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Total\",\n        \"key\": \"total\",\n        \"value\": 2948,\n        \"currency_code\": \"INR\"\n      }\n    ],\n    \"coupon\": {\n      \"type\": \"cash\",\n      \"code\": \"PRISMC22250111\",\n      \"uid\": \"17743\",\n      \"value\": 2250,\n      \"is_applied\": true,\n      \"message\": \"coupn applied\"\n    },\n    \"loyalty_points\": {\n      \"total\": 0,\n      \"applicable\": 0,\n      \"is_applied\": false,\n      \"description\": \"Your cashback, referrals, and refund amount get credited to Fynd Cash which can be redeemed while placing an order.\",\n      \"points\": 0,\n      \"amount\": 0,\n      \"earn_points\": 0,\n      \"earn_points_amount\": 0\n    }\n  },\n  \"items\": [\n    {\n      \"message\": \"\",\n      \"identifiers\": {\n        \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n      },\n      \"quantity\": 1,\n      \"availability\": {\n        \"sizes\": [\n          \"M\",\n          \"S\",\n          \"L\",\n          \"XXL\",\n          \"XL\"\n        ],\n        \"other_store_quantity\": 10,\n        \"out_of_stock\": false,\n        \"deliverable\": true,\n        \"is_valid\": true\n      },\n      \"coupon_message\": \"PRISMC22250111 coupon applied\",\n      \"price\": {\n        \"base\": {\n          \"add_on\": 3199,\n          \"marked\": 3199,\n          \"effective\": 3199,\n          \"selling\": 3199,\n          \"currency_code\": \"INR\"\n        },\n        \"converted\": {\n          \"add_on\": 3199,\n          \"marked\": 3199,\n          \"effective\": 3199,\n          \"selling\": 3199,\n          \"currency_code\": \"INR\"\n        }\n      },\n      \"bulk_offer\": {},\n      \"article\": {\n        \"type\": \"article\",\n        \"uid\": \"381_610_IGPL01_LETTER19APINK_S\",\n        \"size\": \"S\",\n        \"seller\": {\n          \"uid\": 381,\n          \"name\": \"INTERSOURCE GARMENTS PVT LTD\"\n        },\n        \"store\": {\n          \"uid\": 3009,\n          \"name\": \"Kormangala\"\n        },\n        \"quantity\": 11,\n        \"price\": {\n          \"base\": {\n            \"marked\": 3199,\n            \"effective\": 3199,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"marked\": 3199,\n            \"effective\": 3199,\n            \"currency_code\": \"INR\"\n          }\n        }\n      },\n      \"product\": {\n        \"type\": \"product\",\n        \"uid\": 857596,\n        \"name\": \"Pink Solid Hoodie\",\n        \"slug\": \"883-police-pink-solid-hoodie-857596-111bdc\",\n        \"brand\": {\n          \"uid\": 610,\n          \"name\": \"883 Police\"\n        },\n        \"categories\": [\n          {\n            \"uid\": 144,\n            \"name\": \"Hoodies\"\n          }\n        ],\n        \"images\": [\n          {\n            \"aspect_ratio\": \"16:25\",\n            \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/610_LETTER19APINK/1_1553062658148.jpg\",\n            \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/610_LETTER19APINK/1_1553062658148.jpg\"\n          }\n        ],\n        \"action\": {\n          \"type\": \"product\",\n          \"url\": \"https://api.addsale.com/platform/content/v1/products/883-police-pink-solid-hoodie-857596-111bdc/\",\n          \"query\": {\n            \"product_slug\": [\n              \"883-police-pink-solid-hoodie-857596-111bdc\"\n            ]\n          }\n        }\n      },\n      \"key\": \"857596_S\",\n      \"discount\": \"\"\n    },\n    {\n      \"message\": \"\",\n      \"identifiers\": {\n        \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n      },\n      \"quantity\": 1,\n      \"availability\": {\n        \"sizes\": [\n          \"L\",\n          \"XL\",\n          \"XXL\"\n        ],\n        \"other_store_quantity\": 1,\n        \"out_of_stock\": false,\n        \"deliverable\": true,\n        \"is_valid\": true\n      },\n      \"coupon_message\": \"PRISMC22250111 coupon applied\",\n      \"price\": {\n        \"base\": {\n          \"add_on\": 1999,\n          \"marked\": 1999,\n          \"effective\": 1999,\n          \"selling\": 1999,\n          \"currency_code\": \"INR\"\n        },\n        \"converted\": {\n          \"add_on\": 1999,\n          \"marked\": 1999,\n          \"effective\": 1999,\n          \"selling\": 1999,\n          \"currency_code\": \"INR\"\n        }\n      },\n      \"bulk_offer\": {},\n      \"article\": {\n        \"type\": \"article\",\n        \"uid\": \"381_610_IGPL01_SPIRAL19ANAVY_L\",\n        \"size\": \"L\",\n        \"seller\": {\n          \"uid\": 381,\n          \"name\": \"INTERSOURCE GARMENTS PVT LTD\"\n        },\n        \"store\": {\n          \"uid\": 3009,\n          \"name\": \"Kormangala\"\n        },\n        \"quantity\": 2,\n        \"price\": {\n          \"base\": {\n            \"marked\": 1999,\n            \"effective\": 1999,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"marked\": 1999,\n            \"effective\": 1999,\n            \"currency_code\": \"INR\"\n          }\n        }\n      },\n      \"product\": {\n        \"type\": \"product\",\n        \"uid\": 820312,\n        \"name\": \"Navy Blue Melange Shorts\",\n        \"slug\": \"883-police-navy-blue-melange-shorts-820312-4943a8\",\n        \"brand\": {\n          \"uid\": 610,\n          \"name\": \"883 Police\"\n        },\n        \"categories\": [\n          {\n            \"uid\": 193,\n            \"name\": \"Shorts\"\n          }\n        ],\n        \"images\": [\n          {\n            \"aspect_ratio\": \"16:25\",\n            \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/610_SPIRAL19ANAVY/1_1549105947281.jpg\",\n            \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/610_SPIRAL19ANAVY/1_1549105947281.jpg\"\n          }\n        ],\n        \"action\": {\n          \"type\": \"product\",\n          \"url\": \"https://api.addsale.com/platform/content/v1/products/883-police-navy-blue-melange-shorts-820312-4943a8/\",\n          \"query\": {\n            \"product_slug\": [\n              \"883-police-navy-blue-melange-shorts-820312-4943a8\"\n            ]\n          }\n        }\n      },\n      \"key\": \"820312_L\",\n      \"discount\": \"\"\n    }\n  ],\n  \"delivery_charge_info\": \"\",\n  \"coupon_text\": \"View all offers\",\n  \"uid\": \"7477\",\n  \"gstin\": \"\",\n  \"checkout_mode\": \"self\",\n  \"last_modified\": \"2023-02-02T00:00:00.000Z\",\n  \"restrict_checkout\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "af30d994-298b-4e41-9860-eb22488443e9",
                "name": "User, Address or PIN code error",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "select-address"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "cart_id",
                        "value": "<string>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      },
                      {
                        "key": "i",
                        "value": "<boolean>"
                      },
                      {
                        "key": "b",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "Anonymous cart header used to perform operations on cross-platform anonymous cart. When enabled, the system fetches the cart only based on cart_id instead of user_id.",
                      "key": "x-anonymous-cart",
                      "value": "<string>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"id\": \"651ffabb556007fa462c9c06\",\n  \"billing_address_id\": \"651ffabb556007fa462c9c06\",\n  \"cart_id\": \"651ffabb556007fa462c9c06\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"status\": \"ERROR\",\n  \"message\": \"ADDRESS_NOT_FOUND\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "accb783e-6055-4bfd-a92f-219ee0600d9d",
            "name": "getShipments | Get shipments details",
            "request": {
              "name": "getShipments | Get shipments details",
              "description": {
                "content": "Use this API to get shipment details, expected delivery date, items and price breakup of the shipment.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "shipment"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "pick_at_store_uid",
                    "value": "<integer>"
                  },
                  {
                    "disabled": false,
                    "key": "ordering_store_id",
                    "value": "<integer>"
                  },
                  {
                    "disabled": false,
                    "key": "i",
                    "value": "<boolean>",
                    "description": "This is a boolean value. Select `true` to retrieve all the items added in the cart."
                  },
                  {
                    "disabled": false,
                    "key": "p",
                    "value": "<boolean>",
                    "description": "This is a boolean value. Select `true` for getting a payment option in response."
                  },
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>",
                    "description": "The unique identifier of the cart"
                  },
                  {
                    "disabled": false,
                    "key": "address_id",
                    "value": "<string>",
                    "description": "ID allotted to the selected address"
                  },
                  {
                    "disabled": false,
                    "key": "area_code",
                    "value": "<string>",
                    "description": "The PIN Code of the destination address, e.g. 400059"
                  },
                  {
                    "disabled": false,
                    "key": "order_type",
                    "value": "<string>",
                    "description": "The order type of shipment HomeDelivery - If the customer wants the order home-delivered PickAtStore - If the customer wants the handover of an order at the store itself."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "7a108d5e-493c-4d31-8c3d-44efe34eea09",
                "name": "Success. Returns delivery promise along with shipment details and price breakup. Refer `PlatformCartShipmentsResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "shipment"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "pick_at_store_uid",
                        "value": "<integer>"
                      },
                      {
                        "key": "ordering_store_id",
                        "value": "<integer>"
                      },
                      {
                        "key": "i",
                        "value": "<boolean>"
                      },
                      {
                        "key": "p",
                        "value": "<boolean>"
                      },
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "address_id",
                        "value": "<string>"
                      },
                      {
                        "key": "area_code",
                        "value": "<string>"
                      },
                      {
                        "key": "order_type",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [],\n  \"cart_id\": 7501,\n  \"uid\": \"7501\",\n  \"success\": true,\n  \"error_message\": \"Note: Your order delivery will be delayed by 7-10 Days\",\n  \"payment_options\": {\n    \"payment_option\": [\n      {\n        \"name\": \"COD\",\n        \"display_name\": \"Cash on Delivery\",\n        \"display_priority\": 1,\n        \"payment_mode_id\": 11,\n        \"logo\": \"https://d2co8r51m5ca2d.cloudfront.net/payments_assets/cod.png\",\n        \"logo_url\": {\n          \"small\": \"https://d2co8r51m5ca2d.cloudfront.net/payments_assets/cod.png\",\n          \"large\": \"https://d2co8r51m5ca2d.cloudfront.net/payments_assets/cod.png\"\n        },\n        \"list\": []\n      },\n      {\n        \"name\": \"CARD\",\n        \"display_priority\": 2,\n        \"payment_mode_id\": 2,\n        \"display_name\": \"Card\",\n        \"list\": []\n      },\n      {\n        \"name\": \"NB\",\n        \"display_priority\": 3,\n        \"payment_mode_id\": 3,\n        \"display_name\": \"Net Banking\",\n        \"list\": [\n          {\n            \"aggregator_name\": \"Razorpay\",\n            \"bank_name\": \"ICICI Bank\",\n            \"bank_code\": \"ICIC\",\n            \"url\": \"https://d2co8r51m5ca2d.cloudfront.net/payments_assets/NB_ICICI.png\",\n            \"logo_url\": {\n              \"small\": \"https://d2co8r51m5ca2d.cloudfront.net/payments_assets/NB_ICICI.png\",\n              \"large\": \"https://d2co8r51m5ca2d.cloudfront.net/payments_assets/NB_ICICI.png\"\n            },\n            \"merchant_code\": \"NB_ICICI\",\n            \"display_priority\": 1\n          }\n        ]\n      },\n      {\n        \"name\": \"WL\",\n        \"display_priority\": 4,\n        \"payment_mode_id\": 4,\n        \"display_name\": \"Wallet\",\n        \"list\": [\n          {\n            \"wallet_name\": \"Paytm\",\n            \"wallet_code\": \"paytm\",\n            \"wallet_id\": 4,\n            \"merchant_code\": \"PAYTM\",\n            \"logo_url\": {\n              \"small\": \"https://d2co8r51m5ca2d.cloudfront.net/payments_assets/paytm_logo_small.png\",\n              \"large\": \"https://d2co8r51m5ca2d.cloudfront.net/payments_assets/paytm_logo_large.png\"\n            },\n            \"aggregator_name\": \"Juspay\",\n            \"display_priority\": 1\n          }\n        ]\n      },\n      {\n        \"name\": \"UPI\",\n        \"display_priority\": 9,\n        \"payment_mode_id\": 6,\n        \"display_name\": \"UPI\",\n        \"list\": [\n          {\n            \"aggregator_name\": \"UPI_Razorpay\",\n            \"name\": \"UPI\",\n            \"display_name\": \"BHIM UPI\",\n            \"code\": \"UPI\",\n            \"logo_url\": {\n              \"small\": \"https://d2co8r51m5ca2d.cloudfront.net/payments_assets/upi_100x78.png\",\n              \"large\": \"https://d2co8r51m5ca2d.cloudfront.net/payments_assets/upi_150x100.png\"\n            },\n            \"merchant_code\": \"UPI\",\n            \"timeout\": 240,\n            \"retry_count\": 0,\n            \"fynd_vpa\": \"shopsense.rzp@hdfcbank\",\n            \"intent_flow\": true,\n            \"intent_app_error_list\": [\n              \"com.csam.icici.bank.imobile\",\n              \"in.org.npci.upiapp\",\n              \"com.whatsapp\"\n            ]\n          }\n        ]\n      },\n      {\n        \"name\": \"PL\",\n        \"display_priority\": 11,\n        \"payment_mode_id\": 1,\n        \"display_name\": \"Pay Later\",\n        \"list\": [\n          {\n            \"aggregator_name\": \"Simpl\",\n            \"name\": \"Simpl\",\n            \"code\": \"simpl\",\n            \"merchant_code\": \"SIMPL\",\n            \"logo\": \"https://d2co8r51m5ca2d.cloudfront.net/payments_assets/simpl_logo.png\",\n            \"logo_url\": {\n              \"small\": \"https://d2co8r51m5ca2d.cloudfront.net/payments_assets/simpl_logo.png\",\n              \"large\": \"https://d2co8r51m5ca2d.cloudfront.net/payments_assets/simpl_logo.png\"\n            }\n          }\n        ]\n      }\n    ],\n    \"payment_flows\": {\n      \"Simpl\": {\n        \"data\": {\n          \"gateway\": {\n            \"route\": \"simpl\",\n            \"entity\": \"sdk\",\n            \"is_customer_validation_required\": true,\n            \"cust_validation_url\": \"https://api.addsale.com/gringotts/api/v1/validate-customer/\",\n            \"sdk\": {\n              \"config\": {\n                \"redirect\": false,\n                \"callback_url\": null,\n                \"action_url\": \"https://api.addsale.com/avis/api/v1/payments/charge-gringotts-transaction/\"\n              },\n              \"data\": {\n                \"user_phone\": \"8888888888\",\n                \"user_email\": \"test@example.com\"\n              }\n            },\n            \"return_url\": null\n          }\n        },\n        \"api_link\": \"\",\n        \"payment_flow\": \"sdk\"\n      },\n      \"Juspay\": {\n        \"data\": {},\n        \"api_link\": \"https://sandbox.juspay.in/txns\",\n        \"payment_flow\": \"api\"\n      },\n      \"Razorpay\": {\n        \"data\": {},\n        \"api_link\": \"\",\n        \"payment_flow\": \"sdk\"\n      },\n      \"UPI_Razorpay\": {\n        \"data\": {},\n        \"api_link\": \"https://api.addsale.com/gringotts/api/v1/external/payment-initialisation/\",\n        \"payment_flow\": \"api\"\n      },\n      \"Fynd\": {\n        \"data\": {},\n        \"api_link\": \"\",\n        \"payment_flow\": \"api\"\n      }\n    },\n    \"default\": {}\n  },\n  \"user_type\": \"Store User\",\n  \"cod_charges\": 0,\n  \"order_id\": null,\n  \"cod_available\": true,\n  \"cod_message\": \"No additional COD charges applicable\",\n  \"delivery_charges\": 0,\n  \"delivery_charge_order_value\": 0,\n  \"delivery_slots\": [\n    {\n      \"date\": \"Sat, 24 Aug\",\n      \"delivery_slot\": [\n        {\n          \"delivery_slot_timing\": \"By 9:00 PM\",\n          \"default\": true,\n          \"delivery_slot_id\": 1\n        }\n      ]\n    }\n  ],\n  \"store_code\": \"\",\n  \"store_emps\": [],\n  \"breakup_values\": {\n    \"loyalty_points\": {\n      \"total\": 0,\n      \"applicable\": 0,\n      \"is_applied\": false,\n      \"description\": \"Your cashback, referrals, and refund amount get credited to Fynd Cash which can be redeemed while placing an order.\",\n      \"points\": 0,\n      \"amount\": 0,\n      \"earn_points\": 0,\n      \"earn_points_amount\": 0\n    },\n    \"coupon\": {\n      \"type\": \"cash\",\n      \"code\": \"\",\n      \"uid\": \"304_1054_9036_R1005753_7\",\n      \"value\": 0,\n      \"is_applied\": false,\n      \"message\": \"Sorry! Invalid Coupon\"\n    },\n    \"raw\": {\n      \"cod_charge\": 0,\n      \"convenience_fee\": 0,\n      \"coupon\": 0,\n      \"delivery_charge\": 0,\n      \"discount\": 0,\n      \"fynd_cash\": 0,\n      \"gst_charges\": 214.18,\n      \"mrp_total\": 1999,\n      \"subtotal\": 1999,\n      \"total\": 1999,\n      \"vog\": 1784.82,\n      \"you_saved\": 0\n    },\n    \"display\": [\n      {\n        \"display\": \"MRP Total\",\n        \"key\": \"mrp_total\",\n        \"value\": 1999,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Subtotal\",\n        \"key\": \"subtotal\",\n        \"value\": 1999,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Total\",\n        \"key\": \"total\",\n        \"value\": 1999,\n        \"currency_code\": \"INR\"\n      }\n    ]\n  },\n  \"shipments\": [\n    {\n      \"fulfillment_id\": 3009,\n      \"shipment_type\": \"single_shipment\",\n      \"fulfillment_type\": \"store\",\n      \"dp_id\": \"29\",\n      \"dp_options\": {\n        \"4\": {\n          \"f_priority\": 4,\n          \"r_priority\": 5,\n          \"is_cod\": true,\n          \"is_prepaid\": true,\n          \"is_reverse\": true\n        },\n        \"7\": {\n          \"f_priority\": 3,\n          \"r_priority\": 4,\n          \"is_cod\": true,\n          \"is_prepaid\": true,\n          \"is_reverse\": true\n        },\n        \"29\": {\n          \"f_priority\": 1,\n          \"r_priority\": 2,\n          \"is_cod\": true,\n          \"is_prepaid\": true,\n          \"is_reverse\": true\n        }\n      },\n      \"promise\": {\n        \"timestamp\": {\n          \"min\": 1566678108,\n          \"max\": 1567023708\n        },\n        \"formatted\": {\n          \"min\": \"Aug 24\",\n          \"max\": \"Aug 28\"\n        },\n        \"iso\": {\n          \"min\": \"2019-08-25T00:35:08.000Z\",\n          \"max\": \"2019-08-29T07:55:08.000Z\"\n        }\n      },\n      \"box_type\": \"Small Courier bag\",\n      \"shipments\": 1,\n      \"items\": [\n        {\n          \"quantity\": 1,\n          \"identifiers\": {\n            \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n          },\n          \"product\": {\n            \"type\": \"product\",\n            \"uid\": 820312,\n            \"name\": \"Navy Blue Melange Shorts\",\n            \"slug\": \"883-police-navy-blue-melange-shorts-820312-4943a8\",\n            \"brand\": {\n              \"uid\": 610,\n              \"name\": \"883 Police\"\n            },\n            \"categories\": [\n              {\n                \"uid\": 193,\n                \"name\": \"Shorts\"\n              }\n            ],\n            \"images\": [\n              {\n                \"aspect_ratio\": \"16:25\",\n                \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/610_SPIRAL19ANAVY/1_1549105947281.jpg\",\n                \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/610_SPIRAL19ANAVY/1_1549105947281.jpg\"\n              }\n            ],\n            \"action\": {\n              \"type\": \"product\",\n              \"url\": \"https://api.addsale.com/platform/content/v1/products/883-police-navy-blue-melange-shorts-820312-4943a8/\",\n              \"query\": {\n                \"product_slug\": [\n                  \"883-police-navy-blue-melange-shorts-820312-4943a8\"\n                ]\n              }\n            }\n          },\n          \"discount\": \"\",\n          \"bulk_offer\": {},\n          \"key\": \"820312_L\",\n          \"price\": {\n            \"base\": {\n              \"add_on\": 1999,\n              \"marked\": 1999,\n              \"effective\": 1999,\n              \"selling\": 1999,\n              \"currency_code\": \"INR\"\n            },\n            \"converted\": {\n              \"add_on\": 1999,\n              \"marked\": 1999,\n              \"effective\": 1999,\n              \"selling\": 1999,\n              \"currency_code\": \"INR\"\n            }\n          },\n          \"article\": {\n            \"type\": \"article\",\n            \"tags\": [],\n            \"uid\": \"381_610_IGPL01_SPIRAL19ANAVY_L\",\n            \"size\": \"L\",\n            \"seller\": {\n              \"uid\": 381,\n              \"name\": \"INTERSOURCE GARMENTS PVT LTD\"\n            },\n            \"store\": {\n              \"uid\": 3009,\n              \"name\": \"Kormangala\"\n            },\n            \"quantity\": 2,\n            \"price\": {\n              \"base\": {\n                \"marked\": 1999,\n                \"effective\": 1999,\n                \"currency_code\": \"INR\"\n              },\n              \"converted\": {\n                \"marked\": 1999,\n                \"effective\": 1999,\n                \"currency_code\": \"INR\"\n              }\n            }\n          },\n          \"availability\": {\n            \"sizes\": [\n              \"L\",\n              \"XL\",\n              \"XXL\"\n            ],\n            \"other_store_quantity\": 1,\n            \"out_of_stock\": false,\n            \"deliverable\": true,\n            \"is_valid\": true\n          },\n          \"coupon_message\": \"\",\n          \"message\": \"\"\n        }\n      ]\n    }\n  ],\n  \"delivery_charge_info\": \"\",\n  \"coupon_text\": \"View all offers\",\n  \"gstin\": \"\",\n  \"checkout_mode\": \"self\",\n  \"last_modified\": \"2023-03-03T00:00:00.000Z\",\n  \"restrict_checkout\": false,\n  \"is_valid\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "3f5bf6e5-a63d-44be-b5e3-7ffafa197055",
            "name": "updateShipments | Update shipments",
            "request": {
              "name": "updateShipments | Update shipments",
              "description": {
                "content": "Update the quantity or delivery type of the shipments. Customers can switch the order type from Home Delivery to Pick At Store and vice versa.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "shipment"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "i",
                    "value": "<boolean>",
                    "description": "This is a boolean value. Select `true` to retrieve all the items added in the cart."
                  },
                  {
                    "disabled": false,
                    "key": "p",
                    "value": "<boolean>",
                    "description": "This is a boolean value. Select `true` for getting a payment option in response."
                  },
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>",
                    "description": "The unique identifier of the cart"
                  },
                  {
                    "disabled": false,
                    "key": "address_id",
                    "value": "<string>",
                    "description": "ID allotted to an address"
                  },
                  {
                    "disabled": false,
                    "key": "area_code",
                    "value": "<string>",
                    "description": "The PIN Code of the destination address, e.g. 400059"
                  },
                  {
                    "disabled": false,
                    "key": "order_type",
                    "value": "<string>",
                    "description": "The order type of shipment HomeDelivery - If the customer wants the order home-delivered PickAtStore - If the customer wants the handover of an order at the store itself."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"shipments\": [\n    {\n      \"article_uid\": \"<string>\",\n      \"shipment_type\": \"<string>\",\n      \"quantity\": \"<integer>\",\n      \"item_index\": \"<integer>\"\n    },\n    {\n      \"article_uid\": \"<string>\",\n      \"shipment_type\": \"<string>\",\n      \"quantity\": \"<integer>\",\n      \"item_index\": \"<integer>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "92254dce-7c58-49f4-8c22-bffeacc153b7",
                "name": "Success. Returns delivery promise along with shipment details and price breakup. Refer `PlatformCartShipmentsResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "shipment"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "i",
                        "value": "<boolean>"
                      },
                      {
                        "key": "p",
                        "value": "<boolean>"
                      },
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "address_id",
                        "value": "<string>"
                      },
                      {
                        "key": "area_code",
                        "value": "<string>"
                      },
                      {
                        "key": "order_type",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"shipments\": [\n    {\n      \"quantity\": 2,\n      \"article_uid\": \"5f8192fe40c13b0001876aff\",\n      \"shipment_type\": \"PickAtStore\",\n      \"item_index\": 0\n    },\n    {\n      \"quantity\": 2,\n      \"article_uid\": \"5f8192fe40c13b00018768c2\",\n      \"shipment_type\": \"HomeDelivery\",\n      \"item_index\": 1\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [],\n  \"cart_id\": 7501,\n  \"uid\": \"7501\",\n  \"success\": true,\n  \"error_message\": \"Note: Your order delivery will be delayed by 7-10 Days\",\n  \"payment_options\": {\n    \"payment_option\": [\n      {\n        \"name\": \"COD\",\n        \"display_name\": \"Cash on Delivery\",\n        \"display_priority\": 1,\n        \"payment_mode_id\": 11,\n        \"logo\": \"https://d2co8r51m5ca2d.cloudfront.net/payments_assets/cod.png\",\n        \"logo_url\": {\n          \"small\": \"https://d2co8r51m5ca2d.cloudfront.net/payments_assets/cod.png\",\n          \"large\": \"https://d2co8r51m5ca2d.cloudfront.net/payments_assets/cod.png\"\n        },\n        \"list\": []\n      },\n      {\n        \"name\": \"CARD\",\n        \"display_priority\": 2,\n        \"payment_mode_id\": 2,\n        \"display_name\": \"Card\",\n        \"list\": []\n      },\n      {\n        \"name\": \"NB\",\n        \"display_priority\": 3,\n        \"payment_mode_id\": 3,\n        \"display_name\": \"Net Banking\",\n        \"list\": [\n          {\n            \"aggregator_name\": \"Razorpay\",\n            \"bank_name\": \"ICICI Bank\",\n            \"bank_code\": \"ICIC\",\n            \"url\": \"https://d2co8r51m5ca2d.cloudfront.net/payments_assets/NB_ICICI.png\",\n            \"logo_url\": {\n              \"small\": \"https://d2co8r51m5ca2d.cloudfront.net/payments_assets/NB_ICICI.png\",\n              \"large\": \"https://d2co8r51m5ca2d.cloudfront.net/payments_assets/NB_ICICI.png\"\n            },\n            \"merchant_code\": \"NB_ICICI\",\n            \"display_priority\": 1\n          }\n        ]\n      },\n      {\n        \"name\": \"WL\",\n        \"display_priority\": 4,\n        \"payment_mode_id\": 4,\n        \"display_name\": \"Wallet\",\n        \"list\": [\n          {\n            \"wallet_name\": \"Paytm\",\n            \"wallet_code\": \"paytm\",\n            \"wallet_id\": 4,\n            \"merchant_code\": \"PAYTM\",\n            \"logo_url\": {\n              \"small\": \"https://d2co8r51m5ca2d.cloudfront.net/payments_assets/paytm_logo_small.png\",\n              \"large\": \"https://d2co8r51m5ca2d.cloudfront.net/payments_assets/paytm_logo_large.png\"\n            },\n            \"aggregator_name\": \"Juspay\",\n            \"display_priority\": 1\n          }\n        ]\n      },\n      {\n        \"name\": \"UPI\",\n        \"display_priority\": 9,\n        \"payment_mode_id\": 6,\n        \"display_name\": \"UPI\",\n        \"list\": [\n          {\n            \"aggregator_name\": \"UPI_Razorpay\",\n            \"name\": \"UPI\",\n            \"display_name\": \"BHIM UPI\",\n            \"code\": \"UPI\",\n            \"logo_url\": {\n              \"small\": \"https://d2co8r51m5ca2d.cloudfront.net/payments_assets/upi_100x78.png\",\n              \"large\": \"https://d2co8r51m5ca2d.cloudfront.net/payments_assets/upi_150x100.png\"\n            },\n            \"merchant_code\": \"UPI\",\n            \"timeout\": 240,\n            \"retry_count\": 0,\n            \"fynd_vpa\": \"shopsense.rzp@hdfcbank\",\n            \"intent_flow\": true,\n            \"intent_app_error_list\": [\n              \"com.csam.icici.bank.imobile\",\n              \"in.org.npci.upiapp\",\n              \"com.whatsapp\"\n            ]\n          }\n        ]\n      },\n      {\n        \"name\": \"PL\",\n        \"display_priority\": 11,\n        \"payment_mode_id\": 1,\n        \"display_name\": \"Pay Later\",\n        \"list\": [\n          {\n            \"aggregator_name\": \"Simpl\",\n            \"name\": \"Simpl\",\n            \"code\": \"simpl\",\n            \"merchant_code\": \"SIMPL\",\n            \"logo\": \"https://d2co8r51m5ca2d.cloudfront.net/payments_assets/simpl_logo.png\",\n            \"logo_url\": {\n              \"small\": \"https://d2co8r51m5ca2d.cloudfront.net/payments_assets/simpl_logo.png\",\n              \"large\": \"https://d2co8r51m5ca2d.cloudfront.net/payments_assets/simpl_logo.png\"\n            }\n          }\n        ]\n      }\n    ],\n    \"payment_flows\": {\n      \"Simpl\": {\n        \"data\": {\n          \"gateway\": {\n            \"route\": \"simpl\",\n            \"entity\": \"sdk\",\n            \"is_customer_validation_required\": true,\n            \"cust_validation_url\": \"https://api.addsale.com/gringotts/api/v1/validate-customer/\",\n            \"sdk\": {\n              \"config\": {\n                \"redirect\": false,\n                \"callback_url\": null,\n                \"action_url\": \"https://api.addsale.com/avis/api/v1/payments/charge-gringotts-transaction/\"\n              },\n              \"data\": {\n                \"user_phone\": \"8888888888\",\n                \"user_email\": \"test@example.com\"\n              }\n            },\n            \"return_url\": null\n          }\n        },\n        \"api_link\": \"\",\n        \"payment_flow\": \"sdk\"\n      },\n      \"Juspay\": {\n        \"data\": {},\n        \"api_link\": \"https://sandbox.juspay.in/txns\",\n        \"payment_flow\": \"api\"\n      },\n      \"Razorpay\": {\n        \"data\": {},\n        \"api_link\": \"\",\n        \"payment_flow\": \"sdk\"\n      },\n      \"UPI_Razorpay\": {\n        \"data\": {},\n        \"api_link\": \"https://api.addsale.com/gringotts/api/v1/external/payment-initialisation/\",\n        \"payment_flow\": \"api\"\n      },\n      \"Fynd\": {\n        \"data\": {},\n        \"api_link\": \"\",\n        \"payment_flow\": \"api\"\n      }\n    },\n    \"default\": {}\n  },\n  \"user_type\": \"Store User\",\n  \"cod_charges\": 0,\n  \"order_id\": null,\n  \"cod_available\": true,\n  \"cod_message\": \"No additional COD charges applicable\",\n  \"delivery_charges\": 0,\n  \"delivery_charge_order_value\": 0,\n  \"delivery_slots\": [\n    {\n      \"date\": \"Sat, 24 Aug\",\n      \"delivery_slot\": [\n        {\n          \"delivery_slot_timing\": \"By 9:00 PM\",\n          \"default\": true,\n          \"delivery_slot_id\": 1\n        }\n      ]\n    }\n  ],\n  \"store_code\": \"\",\n  \"store_emps\": [],\n  \"breakup_values\": {\n    \"loyalty_points\": {\n      \"total\": 0,\n      \"applicable\": 0,\n      \"is_applied\": false,\n      \"description\": \"Your cashback, referrals, and refund amount get credited to Fynd Cash which can be redeemed while placing an order.\",\n      \"points\": 0,\n      \"amount\": 0,\n      \"earn_points\": 0,\n      \"earn_points_amount\": 0\n    },\n    \"coupon\": {\n      \"type\": \"cash\",\n      \"code\": \"\",\n      \"uid\": \"304_1054_9036_R1005753_6\",\n      \"value\": 0,\n      \"is_applied\": false,\n      \"message\": \"Sorry! Invalid Coupon\"\n    },\n    \"raw\": {\n      \"cod_charge\": 0,\n      \"convenience_fee\": 0,\n      \"coupon\": 0,\n      \"delivery_charge\": 0,\n      \"discount\": 0,\n      \"fynd_cash\": 0,\n      \"gst_charges\": 214.18,\n      \"mrp_total\": 1999,\n      \"subtotal\": 1999,\n      \"total\": 1999,\n      \"vog\": 1784.82,\n      \"you_saved\": 0\n    },\n    \"display\": [\n      {\n        \"display\": \"MRP Total\",\n        \"key\": \"mrp_total\",\n        \"value\": 1999,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Subtotal\",\n        \"key\": \"subtotal\",\n        \"value\": 1999,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Total\",\n        \"key\": \"total\",\n        \"value\": 1999,\n        \"currency_code\": \"INR\"\n      }\n    ]\n  },\n  \"shipments\": [\n    {\n      \"fulfillment_id\": 3009,\n      \"shipment_type\": \"single_shipment\",\n      \"fulfillment_type\": \"store\",\n      \"dp_id\": \"29\",\n      \"order_type\": \"PickAtStore\",\n      \"dp_options\": {\n        \"4\": {\n          \"f_priority\": 4,\n          \"r_priority\": 5,\n          \"is_cod\": true,\n          \"is_prepaid\": true,\n          \"is_reverse\": true\n        },\n        \"7\": {\n          \"f_priority\": 3,\n          \"r_priority\": 4,\n          \"is_cod\": true,\n          \"is_prepaid\": true,\n          \"is_reverse\": true\n        },\n        \"29\": {\n          \"f_priority\": 1,\n          \"r_priority\": 2,\n          \"is_cod\": true,\n          \"is_prepaid\": true,\n          \"is_reverse\": true\n        }\n      },\n      \"promise\": {\n        \"timestamp\": {\n          \"min\": 1566678108,\n          \"max\": 1567023708\n        },\n        \"formatted\": {\n          \"min\": \"Aug 24\",\n          \"max\": \"Aug 28\"\n        },\n        \"iso\": {\n          \"min\": \"2019-08-25T00:35:08.000Z\",\n          \"max\": \"2019-08-29T07:55:08.000Z\"\n        }\n      },\n      \"box_type\": \"Small Courier bag\",\n      \"shipments\": 1,\n      \"items\": [\n        {\n          \"quantity\": 1,\n          \"identifiers\": {\n            \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n          },\n          \"product\": {\n            \"type\": \"product\",\n            \"uid\": 820312,\n            \"name\": \"Navy Blue Melange Shorts\",\n            \"slug\": \"883-police-navy-blue-melange-shorts-820312-4943a8\",\n            \"brand\": {\n              \"uid\": 610,\n              \"name\": \"883 Police\"\n            },\n            \"categories\": [\n              {\n                \"uid\": 193,\n                \"name\": \"Shorts\"\n              }\n            ],\n            \"images\": [\n              {\n                \"aspect_ratio\": \"16:25\",\n                \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/610_SPIRAL19ANAVY/1_1549105947281.jpg\",\n                \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/610_SPIRAL19ANAVY/1_1549105947281.jpg\"\n              }\n            ],\n            \"action\": {\n              \"type\": \"product\",\n              \"url\": \"https://api.addsale.com/platform/content/v1/products/883-police-navy-blue-melange-shorts-820312-4943a8/\",\n              \"query\": {\n                \"product_slug\": [\n                  \"883-police-navy-blue-melange-shorts-820312-4943a8\"\n                ]\n              }\n            }\n          },\n          \"discount\": \"\",\n          \"bulk_offer\": {},\n          \"key\": \"820312_L\",\n          \"price\": {\n            \"base\": {\n              \"add_on\": 1999,\n              \"marked\": 1999,\n              \"effective\": 1999,\n              \"selling\": 1999,\n              \"currency_code\": \"INR\"\n            },\n            \"converted\": {\n              \"add_on\": 1999,\n              \"marked\": 1999,\n              \"effective\": 1999,\n              \"selling\": 1999,\n              \"currency_code\": \"INR\"\n            }\n          },\n          \"article\": {\n            \"type\": \"article\",\n            \"uid\": \"381_610_IGPL01_SPIRAL19ANAVY_L\",\n            \"size\": \"L\",\n            \"seller\": {\n              \"uid\": 381,\n              \"name\": \"INTERSOURCE GARMENTS PVT LTD\"\n            },\n            \"store\": {\n              \"uid\": 3009,\n              \"name\": \"Kormangala\"\n            },\n            \"quantity\": 2,\n            \"price\": {\n              \"base\": {\n                \"marked\": 1999,\n                \"effective\": 1999,\n                \"currency_code\": \"INR\"\n              },\n              \"converted\": {\n                \"marked\": 1999,\n                \"effective\": 1999,\n                \"currency_code\": \"INR\"\n              }\n            }\n          },\n          \"availability\": {\n            \"sizes\": [\n              \"L\",\n              \"XL\",\n              \"XXL\"\n            ],\n            \"other_store_quantity\": 1,\n            \"out_of_stock\": false,\n            \"deliverable\": true,\n            \"is_valid\": true\n          },\n          \"coupon_message\": \"\",\n          \"message\": \"\"\n        }\n      ]\n    }\n  ],\n  \"delivery_charge_info\": \"\",\n  \"coupon_text\": \"View all offers\",\n  \"gstin\": \"\",\n  \"checkout_mode\": \"self\",\n  \"last_modified\": \"2023-03-03T00:00:00.000Z\",\n  \"restrict_checkout\": false,\n  \"is_valid\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b562014d-4e10-484f-8c41-337b5d6ecf58",
            "name": "updateCartMeta | Update cart metadata",
            "request": {
              "name": "updateCartMeta | Update cart metadata",
              "description": {
                "content": "Add or modify metadata associated with a cart, which includes customer preferences, delivery instructions, or any special requirements related to the cart items.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "meta"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"gstin\": \"<string>\",\n  \"pick_up_customer_details\": {\n    \"tempor_5\": \"sint irure aute\"\n  },\n  \"alternate_pickup_person\": {\n    \"enabled\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"email\": \"<email>\",\n    \"phone\": \"<string>\",\n    \"country_phone_code\": \"<string>\"\n  },\n  \"checkout_mode\": \"<string>\",\n  \"gift_details\": {\n    \"Loremb87\": -77815449.66991083,\n    \"nostrud_59_\": \"esse exercitation amet fugiat\"\n  },\n  \"pan_no\": \"<string>\",\n  \"comment\": \"<string>\",\n  \"staff_user_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "37c0fb9a-d708-46ef-baf7-7817719bcef6",
                "name": "Returns a message indicating the success of cart meta updation as shown below.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "meta"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"checkout_mode\": \"self\",\n  \"gstin\": \"27AAPFU0939F1ZV\",\n  \"comment\": \"Leave it with neighbour\",\n  \"pan_no\": \"AAPFU0939F\",\n  \"gift_details\": {\n    \"63c52cf23b300449784fdf4d\": {\n      \"is_gift_applied\": true,\n      \"gift_message\": \"\"\n    }\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"cart meta updated\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "8d92199f-f88e-4992-ac18-f8f7990a7363",
                "name": "Missing required Field",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "meta"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"checkout_mode\": \"self\",\n  \"gstin\": \"27AAPFU0939F1ZV\",\n  \"comment\": \"Leave it with neighbour\",\n  \"pan_no\": \"AAPFU0939F\",\n  \"gift_details\": {\n    \"63c52cf23b300449784fdf4d\": {\n      \"is_gift_applied\": true,\n      \"gift_message\": \"\"\n    }\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"errors\": [\n    \"Field may not be null.\"\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "3e3bbd99-3102-4cc8-a661-bcb55e3511f1",
            "name": "getAvailableDeliveryModes | Get delivery modes",
            "request": {
              "name": "getAvailableDeliveryModes | Get delivery modes",
              "description": {
                "content": "Retrieve a list of delivery modes (home delivery/store pickup) along with a list of available pickup stores for a given cart at a specified PIN Code.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "available-delivery-mode"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "area_code",
                    "value": "<string>",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "83294035-3510-407b-81a3-7c0d6d78ecb6",
                "name": "Success. Returns the available delivery mode available for a given PIN Code, along with the UID of all the eligible pickup stores.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "available-delivery-mode"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "area_code",
                        "value": "<string>"
                      },
                      {
                        "key": "id",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"available_modes\": [\n    \"HomeDelivery\",\n    \"PickAtStore\"\n  ],\n  \"pickup_stores\": [\n    1\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "24d2217e-52ec-48d7-8336-aa236e4c1728",
            "name": "getStoreAddressByUid | Get Store Address",
            "request": {
              "name": "getStoreAddressByUid | Get Store Address",
              "description": {
                "content": "Retrieve store details by entering the unique identifier of the pickup stores. Store details include the seller's name, contact information such as email address or phone number and business address.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "store-address"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "store_uid",
                    "value": "<integer>",
                    "description": "(Required) "
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "fba69abb-a896-4842-8dbf-f35fd4216b6a",
                "name": "Success. Returns available store information with its address as shown below.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "store-address"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "store_uid",
                        "value": "<integer>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"name\": \"Tennille Urse\",\n      \"phone\": \"8888888888\",\n      \"email\": \"test@example.com\",\n      \"address_type\": \"store\",\n      \"address\": \"NO\",\n      \"area\": \"\",\n      \"pincode\": 400072,\n      \"area_code\": \"400072\",\n      \"area_code_slug\": \"pincode\",\n      \"landmark\": \"\",\n      \"country\": \"INDIA\",\n      \"city\": \"MUMBAI\",\n      \"state\": \"MAHA\",\n      \"store_code\": \"6462b3cd-9d64-4da9-a764-b0e6a52cf5e8\",\n      \"uid\": 20,\n      \"store_manager_name\": \"Salma\",\n      \"geo_location\": {\n        \"longitude\": 1,\n        \"latitude\": 1\n      }\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "714cc229-3f56-4842-8bf7-2662bb2edc31",
            "name": "selectPaymentMode | Select payment mode",
            "request": {
              "name": "selectPaymentMode | Select payment mode",
              "description": {
                "content": "Customers can select a preferred payment mode from available options during the cart checkout process to securely and efficiently complete their transaction.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "payment"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>"
                  },
                  {
                    "disabled": false,
                    "key": "order_type",
                    "value": "<string>"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "disabled": false,
                  "description": "Ordering source header, to be used to identify source of order creation.",
                  "key": "x-ordering-source",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": "Anonymous cart header used to perform operations on cross-platform anonymous cart. When enabled, the system fetches the cart only based on cart_id instead of user_id.",
                  "key": "x-anonymous-cart",
                  "value": "<string>"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"address_id\": \"<string>\",\n  \"payment_mode\": \"<string>\",\n  \"aggregator_name\": \"<string>\",\n  \"merchant_code\": \"<string>\",\n  \"payment_identifier\": \"<string>\",\n  \"id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "188d784b-90d5-4157-8af8-0d652f95d216",
                "name": "Success. Returns a Cart object as shown below. Refer `CartDetailResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "payment"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      },
                      {
                        "key": "order_type",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "Anonymous cart header used to perform operations on cross-platform anonymous cart. When enabled, the system fetches the cart only based on cart_id instead of user_id.",
                      "key": "x-anonymous-cart",
                      "value": "<string>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"payment_mode\": \"NB\",\n  \"payment_identifier\": \"ICIC\",\n  \"aggregator_name\": \"Razorpay\",\n  \"merchant_code\": \"NB_ICICI\",\n  \"address_id\": \"8b526f521bb14a2593a8b9e3ce8c76b3\",\n  \"id\": \"8b526f521bb14a2593a8b9e3ce8c76b3\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"error_message\": \"Note: Your order delivery will be delayed by 7-10 Days\",\n  \"user_type\": \"Store User\",\n  \"cod_charges\": 0,\n  \"order_id\": null,\n  \"cod_available\": true,\n  \"cod_message\": \"No additional COD charges applicable\",\n  \"delivery_charges\": 0,\n  \"delivery_charge_order_value\": 0,\n  \"store_code\": \"\",\n  \"store_emps\": [],\n  \"breakup_values\": {\n    \"raw\": {\n      \"cod_charge\": 0,\n      \"convenience_fee\": 0,\n      \"coupon\": -2250,\n      \"delivery_charge\": 0,\n      \"discount\": 0,\n      \"fynd_cash\": 0,\n      \"gst_charges\": 315.86,\n      \"mrp_total\": 5198,\n      \"subtotal\": 5198,\n      \"total\": 2948,\n      \"vog\": 2632.15,\n      \"you_saved\": 0\n    },\n    \"display\": [\n      {\n        \"display\": \"MRP Total\",\n        \"key\": \"mrp_total\",\n        \"value\": 5198,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Subtotal\",\n        \"key\": \"subtotal\",\n        \"value\": 5198,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Coupon\",\n        \"key\": \"coupon\",\n        \"value\": -2250,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Total\",\n        \"key\": \"total\",\n        \"value\": 2948,\n        \"currency_code\": \"INR\"\n      }\n    ],\n    \"coupon\": {\n      \"type\": \"cash\",\n      \"code\": \"PRISMC22250111\",\n      \"uid\": \"17743\",\n      \"value\": 2250,\n      \"is_applied\": true,\n      \"message\": \"coupn applied\"\n    },\n    \"loyalty_points\": {\n      \"total\": 0,\n      \"applicable\": 0,\n      \"is_applied\": false,\n      \"description\": \"Your cashback, referrals, and refund amount get credited to Fynd Cash which can be redeemed while placing an order.\",\n      \"points\": 0,\n      \"amount\": 0,\n      \"earn_points\": 0,\n      \"earn_points_amount\": 0\n    }\n  },\n  \"items\": [\n    {\n      \"message\": \"\",\n      \"identifiers\": {\n        \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n      },\n      \"quantity\": 1,\n      \"availability\": {\n        \"sizes\": [\n          \"M\",\n          \"S\",\n          \"L\",\n          \"XXL\",\n          \"XL\"\n        ],\n        \"other_store_quantity\": 10,\n        \"out_of_stock\": false,\n        \"deliverable\": true,\n        \"is_valid\": true\n      },\n      \"coupon_message\": \"PRISMC22250111 coupon applied\",\n      \"price\": {\n        \"base\": {\n          \"add_on\": 3199,\n          \"marked\": 3199,\n          \"effective\": 3199,\n          \"selling\": 3199,\n          \"currency_code\": \"INR\"\n        },\n        \"converted\": {\n          \"add_on\": 3199,\n          \"marked\": 3199,\n          \"effective\": 3199,\n          \"selling\": 3199,\n          \"currency_code\": \"INR\"\n        }\n      },\n      \"bulk_offer\": {},\n      \"article\": {\n        \"type\": \"article\",\n        \"uid\": \"381_610_IGPL01_LETTER19APINK_S\",\n        \"size\": \"S\",\n        \"seller\": {\n          \"uid\": 381,\n          \"name\": \"INTERSOURCE GARMENTS PVT LTD\"\n        },\n        \"store\": {\n          \"uid\": 3009,\n          \"name\": \"Kormangala\"\n        },\n        \"quantity\": 11,\n        \"price\": {\n          \"base\": {\n            \"marked\": 3199,\n            \"effective\": 3199,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"marked\": 3199,\n            \"effective\": 3199,\n            \"currency_code\": \"INR\"\n          }\n        }\n      },\n      \"product\": {\n        \"type\": \"product\",\n        \"uid\": 857596,\n        \"name\": \"Pink Solid Hoodie\",\n        \"slug\": \"883-police-pink-solid-hoodie-857596-111bdc\",\n        \"brand\": {\n          \"uid\": 610,\n          \"name\": \"883 Police\"\n        },\n        \"categories\": [\n          {\n            \"uid\": 144,\n            \"name\": \"Hoodies\"\n          }\n        ],\n        \"images\": [\n          {\n            \"aspect_ratio\": \"16:25\",\n            \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/610_LETTER19APINK/1_1553062658148.jpg\",\n            \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/610_LETTER19APINK/1_1553062658148.jpg\"\n          }\n        ],\n        \"action\": {\n          \"type\": \"product\",\n          \"url\": \"https://api.addsale.com/platform/content/v1/products/883-police-pink-solid-hoodie-857596-111bdc/\",\n          \"query\": {\n            \"product_slug\": [\n              \"883-police-pink-solid-hoodie-857596-111bdc\"\n            ]\n          }\n        }\n      },\n      \"key\": \"857596_S\",\n      \"discount\": \"\"\n    },\n    {\n      \"message\": \"\",\n      \"identifiers\": {\n        \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n      },\n      \"quantity\": 1,\n      \"availability\": {\n        \"sizes\": [\n          \"L\",\n          \"XL\",\n          \"XXL\"\n        ],\n        \"other_store_quantity\": 1,\n        \"out_of_stock\": false,\n        \"deliverable\": true,\n        \"is_valid\": true\n      },\n      \"coupon_message\": \"PRISMC22250111 coupon applied\",\n      \"price\": {\n        \"base\": {\n          \"add_on\": 1999,\n          \"marked\": 1999,\n          \"effective\": 1999,\n          \"selling\": 1999,\n          \"currency_code\": \"INR\"\n        },\n        \"converted\": {\n          \"add_on\": 1999,\n          \"marked\": 1999,\n          \"effective\": 1999,\n          \"selling\": 1999,\n          \"currency_code\": \"INR\"\n        }\n      },\n      \"bulk_offer\": {},\n      \"article\": {\n        \"type\": \"article\",\n        \"uid\": \"381_610_IGPL01_SPIRAL19ANAVY_L\",\n        \"size\": \"L\",\n        \"seller\": {\n          \"uid\": 381,\n          \"name\": \"INTERSOURCE GARMENTS PVT LTD\"\n        },\n        \"store\": {\n          \"uid\": 3009,\n          \"name\": \"Kormangala\"\n        },\n        \"quantity\": 2,\n        \"price\": {\n          \"base\": {\n            \"marked\": 1999,\n            \"effective\": 1999,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"marked\": 1999,\n            \"effective\": 1999,\n            \"currency_code\": \"INR\"\n          }\n        }\n      },\n      \"product\": {\n        \"type\": \"product\",\n        \"uid\": 820312,\n        \"name\": \"Navy Blue Melange Shorts\",\n        \"slug\": \"883-police-navy-blue-melange-shorts-820312-4943a8\",\n        \"brand\": {\n          \"uid\": 610,\n          \"name\": \"883 Police\"\n        },\n        \"categories\": [\n          {\n            \"uid\": 193,\n            \"name\": \"Shorts\"\n          }\n        ],\n        \"images\": [\n          {\n            \"aspect_ratio\": \"16:25\",\n            \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/610_SPIRAL19ANAVY/1_1549105947281.jpg\",\n            \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/610_SPIRAL19ANAVY/1_1549105947281.jpg\"\n          }\n        ],\n        \"action\": {\n          \"type\": \"product\",\n          \"url\": \"https://api.addsale.com/platform/content/v1/products/883-police-navy-blue-melange-shorts-820312-4943a8/\",\n          \"query\": {\n            \"product_slug\": [\n              \"883-police-navy-blue-melange-shorts-820312-4943a8\"\n            ]\n          }\n        }\n      },\n      \"key\": \"820312_L\",\n      \"discount\": \"\"\n    }\n  ],\n  \"delivery_charge_info\": \"\",\n  \"coupon_text\": \"View all offers\",\n  \"buy_now\": false,\n  \"cart_id\": 7477,\n  \"uid\": \"7477\",\n  \"gstin\": \"\",\n  \"checkout_mode\": \"self\",\n  \"last_modified\": \"2023-02-02T00:00:00.000Z\",\n  \"restrict_checkout\": false,\n  \"is_valid\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "fdd61f55-7293-47ce-b4c6-ff6193821752",
            "name": "validateCouponForPayment | Validate applied coupon",
            "request": {
              "name": "validateCouponForPayment | Validate applied coupon",
              "description": {
                "content": "Validates the applicability of a coupon code for the selected payment mode for the existing cart. This ensures the coupon's validity before proceeding with the payment process, enhancing user experience and preventing potential errors during transactions.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "payment",
                  "validate",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>"
                  },
                  {
                    "disabled": false,
                    "key": "address_id",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "payment_mode",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "payment_identifier",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "aggregator_name",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "merchant_code",
                    "value": "<string>"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "disabled": false,
                  "description": "Ordering source header, to be used to identify source of order creation.",
                  "key": "x-ordering-source",
                  "value": "<string>"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "0a104169-9866-4cd0-bc5e-2c0882900434",
                "name": "Success. Returns a success message and the coupon validity. Refer `PaymentCouponValidate` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "payment",
                      "validate",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      },
                      {
                        "key": "address_id",
                        "value": "<string>"
                      },
                      {
                        "key": "payment_mode",
                        "value": "<string>"
                      },
                      {
                        "key": "payment_identifier",
                        "value": "<string>"
                      },
                      {
                        "key": "aggregator_name",
                        "value": "<string>"
                      },
                      {
                        "key": "merchant_code",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"\",\n  \"coupon_validity\": {\n    \"valid\": true,\n    \"discount\": 499.5,\n    \"code\": \"testpayment\",\n    \"display_message_en\": \"\",\n    \"title\": \"Coupon value will change.\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "c3bf3b9a-521a-485e-9e7c-016f8e5fe7b9",
            "name": "platformCheckoutCartV2 | Checkout cart",
            "request": {
              "name": "platformCheckoutCartV2 | Checkout cart",
              "description": {
                "content": "The checkout cart initiates the order creation process based on the items in the user’s cart, their selected address, and chosen payment methods. It also supports multiple payment method options and revalidates the cart details to ensure a secure and seamless order placement.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "checkout"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>",
                    "description": "Unique identifier of the cart"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "disabled": false,
                  "description": "Ordering source header, to be used to identify source of order creation",
                  "key": "x-ordering-source",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": "It allows operations on cross-platform anonymous carts. When provided, the system retrieves the cart using only the cart_id, ignoring the user_id. Use this when interacting with an anonymous or guest cart across platforms.",
                  "key": "x-anonymous-cart",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": "Location information for the cart",
                  "key": "x-location-detail",
                  "value": "<json>"
                },
                {
                  "disabled": false,
                  "description": "Currency code for the transaction. Defaults to INR if the order location is India.",
                  "key": "x-currency-code",
                  "value": "INR"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"id\": \"<string>\",\n  \"order_type\": \"<string>\",\n  \"payment_methods\": [\n    {\n      \"amount\": \"<float>\",\n      \"collect_by\": \"<string>\",\n      \"mode\": \"<string>\",\n      \"name\": \"<string>\",\n      \"refund_by\": \"<string>\",\n      \"meta\": {},\n      \"transaction_data\": {}\n    },\n    {\n      \"amount\": \"<float>\",\n      \"collect_by\": \"<string>\",\n      \"mode\": \"<string>\",\n      \"name\": \"<string>\",\n      \"refund_by\": \"<string>\",\n      \"meta\": {},\n      \"transaction_data\": {}\n    }\n  ],\n  \"address_id\": \"<string>\",\n  \"payment_identifier\": \"<string>\",\n  \"payment_params\": {\n    \"fugiat_18\": false\n  },\n  \"custom_meta\": [\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ],\n  \"payment_auto_confirm\": \"<boolean>\",\n  \"pos\": \"<boolean>\",\n  \"billing_address_id\": \"<string>\",\n  \"merchant_code\": \"<string>\",\n  \"aggregator\": \"<string>\",\n  \"pick_at_store_uid\": null,\n  \"device_id\": \"<string>\",\n  \"delivery_address\": {\n    \"ad4\": false,\n    \"nisi1cf\": \"dolor aliquip esse nisi\"\n  },\n  \"payment_mode\": \"<string>\",\n  \"checkout_mode\": \"<string>\",\n  \"customer_details\": {\n    \"mobile\": \"<string>\",\n    \"name\": \"<string>\",\n    \"email\": \"<string>\"\n  },\n  \"meta\": {\n    \"nostrud_6\": 97660181\n  },\n  \"staff\": {\n    \"_id\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"user\": \"<string>\",\n    \"employee_code\": \"<string>\"\n  },\n  \"employee_code\": \"<string>\",\n  \"billing_address\": {\n    \"ea_8b\": 97042254,\n    \"dolore5fc\": true\n  },\n  \"callback_url\": null,\n  \"user_id\": \"<string>\",\n  \"extra_meta\": {\n    \"ad_f\": false\n  },\n  \"files\": [\n    {\n      \"key\": \"<string>\",\n      \"values\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"key\": \"<string>\",\n      \"values\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ],\n  \"ordering_store\": \"<integer>\",\n  \"iin\": \"<string>\",\n  \"network\": \"<string>\",\n  \"type\": \"<string>\",\n  \"card_id\": \"<string>\",\n  \"success_callback_url\": \"<string>\",\n  \"failure_callback_url\": \"<string>\",\n  \"order_tags\": [\n    {\n      \"display_text\": \"<string>\",\n      \"slug\": \"<string>\"\n    },\n    {\n      \"display_text\": \"<string>\",\n      \"slug\": \"<string>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "e4b05922-2407-4064-838f-86fb41de73fe",
                "name": "Success. Returns the status of cart checkout. Refer `CartCheckoutDetailsSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "checkout"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier for the sales channel application"
                      }
                    ]
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "It allows operations on cross-platform anonymous carts. When provided, the system retrieves the cart using only the cart_id, ignoring the user_id. Use this when interacting with an anonymous or guest cart across platforms.",
                      "key": "x-anonymous-cart",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "Location information for the cart",
                      "key": "x-location-detail",
                      "value": "<json>"
                    },
                    {
                      "disabled": false,
                      "description": "Currency code for the transaction. Defaults to INR if the order location is India.",
                      "key": "x-currency-code",
                      "value": "INR"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"order_type\": \"HomeDelivery\",\n  \"address_id\": \"69943ccfccac2da4f3cbc098\",\n  \"billing_address_id\": \"69943ccfccac2da4f3cbc098\",\n  \"aggregator\": \"COD\",\n  \"checkout_mode\": \"other\",\n  \"id\": \"699be4c6837db6b49e82253c\",\n  \"callback_url\": \"https://powerpartner.fynd.io/cart/order-status\",\n  \"payment_mode\": \"COD\",\n  \"payment_methods\": [\n    {\n      \"mode\": \"COD\",\n      \"name\": \"COD\",\n      \"payment\": \"required\",\n      \"payment_meta\": {\n        \"payment_gateway\": \"COD\",\n        \"payment_identifier\": \"COD\"\n      }\n    }\n  ],\n  \"failure_callback_url\": \"https://powerpartner.fynd.io/cart/checkout?address_id=69943ccfccac2da4f3cbc098&cart_id=699450bdfee7389e61447954&billing_address_id=69943ccfccac2da4f3cbc098&reviewed=true&aggregator_name=Fynd&payment_mode=COD&payment_identifier=11&failed=true\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"app_intercept_url\": \"https://partner.fynd.io/cart/order-status\",\n  \"data\": {\n    \"order_id\": \"FY699BE52A54D8BB1234\"\n  },\n  \"cart\": {\n    \"coupon_text\": \"View all offers\",\n    \"id\": \"699be4c6837db6b49e82253c\",\n    \"delivery_promise\": {\n      \"timestamp\": {\n        \"max\": 1771997226,\n        \"min\": 1771997226\n      },\n      \"iso\": {\n        \"max\": \"2026-02-25T05:27:06Z\",\n        \"min\": \"2026-02-25T05:27:06Z\"\n      },\n      \"formatted\": {\n        \"max\": \"Wed, 25 Feb\",\n        \"min\": \"Wed, 25 Feb\"\n      }\n    },\n    \"payment_selection_lock\": {\n      \"enabled\": false,\n      \"default_options\": \"cod\",\n      \"payment_identifier\": \"cod\"\n    },\n    \"delivery_charge_info\": \"\",\n    \"order_id\": \"FY699BE52A54D8BB1234\",\n    \"message\": \"\",\n    \"uid\": 130190216,\n    \"checkout_mode\": \"self\",\n    \"currency\": {\n      \"symbol\": \"₹\",\n      \"code\": \"INR\"\n    },\n    \"gstin\": null,\n    \"alternate_pickup_person\": {},\n    \"common_config\": {\n      \"delivery_charges_config\": {\n        \"enabled\": false,\n        \"charges\": []\n      }\n    },\n    \"buy_now\": false,\n    \"success\": true,\n    \"free_gift_selection_available\": false,\n    \"is_valid\": true,\n    \"breakup_values\": {\n      \"display\": [\n        {\n          \"currency_symbol\": \"₹\",\n          \"display\": \"Total MRP\",\n          \"message\": [],\n          \"currency_code\": \"INR\",\n          \"value\": 800,\n          \"key\": \"mrp_total\",\n          \"attr\": \"mrp_total\",\n          \"original\": 800\n        },\n        {\n          \"currency_symbol\": \"₹\",\n          \"display\": \"Discount\",\n          \"message\": [],\n          \"currency_code\": \"INR\",\n          \"value\": -50,\n          \"key\": \"discount\",\n          \"attr\": \"discount\",\n          \"original\": -50\n        },\n        {\n          \"currency_symbol\": \"₹\",\n          \"display\": \"Subtotal\",\n          \"message\": [],\n          \"currency_code\": \"INR\",\n          \"value\": 750,\n          \"key\": \"subtotal\",\n          \"attr\": \"subtotal\",\n          \"original\": 750\n        },\n        {\n          \"currency_symbol\": \"₹\",\n          \"display\": \"Total\",\n          \"message\": [],\n          \"currency_code\": \"INR\",\n          \"value\": 750,\n          \"key\": \"total\",\n          \"attr\": \"total\",\n          \"original\": 750\n        }\n      ]\n    },\n    \"pan_no\": null,\n    \"items\": [\n      {\n        \"identifiers\": {\n          \"identifier\": \"oZFUcsfQ6GrUMCLOCqUiw\"\n        },\n        \"message\": \"\",\n        \"item_type\": \"standard\",\n        \"product_ean_id\": null,\n        \"max_quantity\": {\n          \"item_store\": 984,\n          \"item_seller\": null,\n          \"item\": null\n        },\n        \"availability\": {\n          \"available_sizes\": [\n            {\n              \"display\": \"10\",\n              \"is_available\": true,\n              \"value\": \"10\"\n            }\n          ],\n          \"deliverable\": true,\n          \"sizes\": [\n            \"10\"\n          ],\n          \"other_store_quantity\": 984,\n          \"out_of_stock\": false,\n          \"is_valid\": true\n        },\n        \"moq\": {\n          \"minimum\": 1\n        },\n        \"promotions_applied\": [],\n        \"parent_item_identifiers\": {\n          \"identifier\": null,\n          \"parent_item_size\": null,\n          \"parent_item_id\": null\n        },\n        \"article\": {\n          \"store\": {\n            \"store_code\": \"HS-d4590\",\n            \"code\": \"HS-d4590\",\n            \"uid\": 84676,\n            \"name\": \"PowerPartner\"\n          },\n          \"seller_identifier\": \"M3CY6DB1_PO\",\n          \"fulfillment_option\": {\n            \"slug\": \"standard-delivery\",\n            \"is_default\": true,\n            \"type\": \"HomeDelivery\",\n            \"name\": \"Standard Delivery\"\n          },\n          \"pickup_store_detail\": {},\n          \"_custom_json\": {},\n          \"force_new_line_item\": false,\n          \"gift_card\": {\n            \"gift_price\": 0,\n            \"display_text\": \"\",\n            \"is_gift_applied\": false\n          },\n          \"meta\": {},\n          \"size\": \"10\",\n          \"extra_meta\": {},\n          \"seller\": {\n            \"uid\": 8845,\n            \"name\": \"PowerPartner\"\n          },\n          \"quantity\": 984,\n          \"tags\": [],\n          \"identifier\": {\n            \"sku_code\": \"M3CY6DB1_PO\"\n          },\n          \"price\": {\n            \"base\": {\n              \"currency_symbol\": \"₹\",\n              \"selling\": 750,\n              \"marked\": 800,\n              \"currency_code\": \"INR\",\n              \"effective\": 750\n            },\n            \"converted\": {\n              \"currency_symbol\": \"₹\",\n              \"selling\": 750,\n              \"marked\": 800,\n              \"currency_code\": \"INR\",\n              \"effective\": 750\n            }\n          },\n          \"mto_quantity\": 0,\n          \"is_gift_visible\": false,\n          \"cart_item_meta\": {},\n          \"item_index\": 0,\n          \"uid\": \"6731ec20db98ddc20e9a27e1\",\n          \"type\": \"article\",\n          \"product_group_tags\": null\n        },\n        \"product\": {\n          \"brand\": {\n            \"uid\": 5989,\n            \"name\": \"Generic\"\n          },\n          \"categories\": [\n            {\n              \"uid\": 436,\n              \"name\": \"Others level 3\"\n            }\n          ],\n          \"images\": [\n            {\n              \"url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/liberty/IMPACT_N.BLUE/0/R5yANs8iyg-610A1610.jpg\",\n              \"aspect_ratio\": \"16:25\",\n              \"secure_url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/liberty/IMPACT_N.BLUE/0/R5yANs8iyg-610A1610.jpg\"\n            },\n            {\n              \"url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/liberty/IMPACT_N.BLUE/1/sHShGjRL7D-610A1613.jpg\",\n              \"aspect_ratio\": \"16:25\",\n              \"secure_url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/liberty/IMPACT_N.BLUE/1/sHShGjRL7D-610A1613.jpg\"\n            },\n            {\n              \"url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/liberty/IMPACT_N.BLUE/2/OdTItZ8rvw-610A1615.jpg\",\n              \"aspect_ratio\": \"16:25\",\n              \"secure_url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/liberty/IMPACT_N.BLUE/2/OdTItZ8rvw-610A1615.jpg\"\n            },\n            {\n              \"url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/liberty/IMPACT_N.BLUE/3/DVzqS9blW4-610A1616.jpg\",\n              \"aspect_ratio\": \"16:25\",\n              \"secure_url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/liberty/IMPACT_N.BLUE/3/DVzqS9blW4-610A1616.jpg\"\n            }\n          ],\n          \"item_code\": \"m3cy6db1_PO\",\n          \"action\": {\n            \"url\": \"https://api.fynd.com/platform/content/v1/products/m3cy6db1_po-12829383/\",\n            \"page\": {\n              \"params\": {\n                \"slug\": [\n                  \"m3cy6db1_po-12829383\"\n                ]\n              },\n              \"type\": \"product\"\n            },\n            \"query\": {\n              \"product_slug\": [\n                \"m3cy6db1_po-12829383\"\n              ]\n            },\n            \"type\": \"page\"\n          },\n          \"slug\": \"m3cy6db1_po-12829383\",\n          \"_custom_json\": {},\n          \"teaser_tag\": {},\n          \"attributes\": {\n            \"brand_name\": \"Generic\"\n          },\n          \"uid\": 12829383,\n          \"type\": \"product\",\n          \"tags\": [],\n          \"name\": \"m3cy6db1_PO\"\n        },\n        \"price_per_unit\": {\n          \"base\": {\n            \"selling_price\": 750,\n            \"currency_symbol\": \"₹\",\n            \"marked\": 800,\n            \"currency_code\": \"INR\",\n            \"effective\": 750\n          },\n          \"converted\": {\n            \"selling_price\": 750,\n            \"currency_symbol\": \"₹\",\n            \"marked\": 800,\n            \"currency_code\": \"INR\",\n            \"effective\": 750\n          }\n        },\n        \"delivery_promise\": {\n          \"timestamp\": {\n            \"max\": 1771997226,\n            \"min\": 1771997226\n          },\n          \"iso\": {\n            \"max\": \"2026-02-25T05:27:06Z\",\n            \"min\": \"2026-02-25T05:27:06Z\"\n          },\n          \"formatted\": {\n            \"max\": \"Wed, 25 Feb\",\n            \"min\": \"Wed, 25 Feb\"\n          }\n        },\n        \"quantity\": 1,\n        \"bulk_offer\": {},\n        \"charges\": [],\n        \"coupon\": {},\n        \"price\": {\n          \"base\": {\n            \"final_price\": 750,\n            \"currency_symbol\": \"₹\",\n            \"selling\": 750,\n            \"marked\": 800,\n            \"currency_code\": \"INR\",\n            \"effective\": 750,\n            \"discount\": 0,\n            \"add_on\": 750\n          },\n          \"converted\": {\n            \"final_price\": 750,\n            \"currency_symbol\": \"₹\",\n            \"selling\": 750,\n            \"marked\": 800,\n            \"currency_code\": \"INR\",\n            \"effective\": 750,\n            \"discount\": 0,\n            \"add_on\": 750\n          }\n        },\n        \"discount\": \"6% OFF\",\n        \"custom_order\": {\n          \"is_custom_order\": false,\n          \"manufacturing_time\": 0,\n          \"manufacturing_time_unit\": \"days\"\n        },\n        \"key\": \"12829383_10_standard-delivery\",\n        \"is_set\": false,\n        \"coupon_message\": \"\",\n        \"promo_meta\": {}\n      }\n    ],\n    \"restrict_checkout\": false,\n    \"cart_id\": 130190216,\n    \"pan_config\": {\n      \"cod_threshold_amount\": 0,\n      \"online_threshold_amount\": 0\n    },\n    \"comment\": \"\",\n    \"applied_promo_details\": [],\n    \"delivery_charge_order_value\": 0,\n    \"last_modified\": \"Mon, 23 Feb 2026 05:27:06 GMT\",\n    \"custom_cart_meta\": {}\n  },\n  \"callback_url\": \"https://powerpartner.fynd.io/cart/order-status\",\n  \"payment_confirm_url\": \"https://api.fynd.com/service/webhooks/payment/v1.0/confirm/\",\n  \"order_id\": \"FY699BE52A54D8BB6741\",\n  \"message\": \"\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "d5173134-d3ed-4500-91e5-29998d378bf8",
                "name": "Invalid payment method error",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "checkout"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier for the sales channel application"
                      }
                    ]
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "It allows operations on cross-platform anonymous carts. When provided, the system retrieves the cart using only the cart_id, ignoring the user_id. Use this when interacting with an anonymous or guest cart across platforms.",
                      "key": "x-anonymous-cart",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "Location information for the cart",
                      "key": "x-location-detail",
                      "value": "<json>"
                    },
                    {
                      "disabled": false,
                      "description": "Currency code for the transaction. Defaults to INR if the order location is India.",
                      "key": "x-currency-code",
                      "value": "INR"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"order_type\": \"HomeDelivery\",\n  \"address_id\": \"69943ccfccac2da4f3cbc098\",\n  \"billing_address_id\": \"69943ccfccac2da4f3cbc098\",\n  \"aggregator\": \"COD\",\n  \"checkout_mode\": \"other\",\n  \"id\": \"699be4c6837db6b49e82253c\",\n  \"callback_url\": \"https://powerpartner.fynd.io/cart/order-status\",\n  \"payment_mode\": \"COD\",\n  \"payment_methods\": [\n    {\n      \"mode\": \"COD\",\n      \"name\": \"COD\",\n      \"payment\": \"required\",\n      \"payment_meta\": {\n        \"payment_gateway\": \"COD\",\n        \"payment_identifier\": \"COD\"\n      }\n    }\n  ],\n  \"failure_callback_url\": \"https://powerpartner.fynd.io/cart/checkout?address_id=69943ccfccac2da4f3cbc098&cart_id=699450bdfee7389e61447954&billing_address_id=69943ccfccac2da4f3cbc098&reviewed=true&aggregator_name=Fynd&payment_mode=COD&payment_identifier=11&failed=true\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"is_valid\": false,\n  \"message\": \"Please enter a valid payment amount.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "41397526-bba6-43b1-b361-57dbde1f82b1",
            "name": "selectPaymentModeV2 | Select payment mode (latest)",
            "request": {
              "name": "selectPaymentModeV2 | Select payment mode (latest)",
              "description": {
                "content": "Selection of payment mode that supports multiple MOP(mode of payment).",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "payment"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>"
                  },
                  {
                    "disabled": false,
                    "key": "order_type",
                    "value": "<string>"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "disabled": false,
                  "description": "Ordering source header, to be used to identify source of order creation.",
                  "key": "x-ordering-source",
                  "value": "<string>"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"address_id\": \"<string>\",\n  \"payment_mode\": \"<string>\",\n  \"aggregator_name\": \"<string>\",\n  \"merchant_code\": \"<string>\",\n  \"payment_identifier\": \"<string>\",\n  \"id\": \"<string>\",\n  \"payment_methods\": [\n    {\n      \"amount\": \"<float>\",\n      \"collect_by\": \"<string>\",\n      \"mode\": \"<string>\",\n      \"name\": \"<string>\",\n      \"refund_by\": \"<string>\",\n      \"meta\": {},\n      \"transaction_data\": {}\n    },\n    {\n      \"amount\": \"<float>\",\n      \"collect_by\": \"<string>\",\n      \"mode\": \"<string>\",\n      \"name\": \"<string>\",\n      \"refund_by\": \"<string>\",\n      \"meta\": {},\n      \"transaction_data\": {}\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "e020cdec-9ea9-41ae-ac22-66a736ceda39",
                "name": "Success. Returns a Cart object as shown below. Refer `CartDetailResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "payment"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      },
                      {
                        "key": "order_type",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"id\": \"6449021c177c336e338fb38b\",\n  \"address_id\": \"63e49dcd54c4c21b15909711\",\n  \"payment_methods\": [\n    {\n      \"name\": \"COD\",\n      \"payment\": \"required\",\n      \"mode\": \"COD\",\n      \"payment_meta\": {\n        \"merchant_code\": \"COD\",\n        \"payment_identifier\": \"COD\",\n        \"type\": \"aggregator\",\n        \"payment_gateway\": \"Fynd\"\n      }\n    },\n    {\n      \"mode\": \"CREDIT_NOTE\",\n      \"name\": \"CREDIT_NOTE\",\n      \"payment\": \"blocked\",\n      \"amount\": 100,\n      \"payment_meta\": {\n        \"merchant_code\": \"CREDIT_NOTE\",\n        \"payment_gateway\": \"DayTrader\",\n        \"payment_identifier\": \"CREDIT_NOTE\",\n        \"type\": \"Extension\"\n      }\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"error_message\": \"Note: Your order delivery will be delayed by 7-10 Days\",\n  \"user_type\": \"Store User\",\n  \"cod_charges\": 0,\n  \"order_id\": null,\n  \"cod_available\": true,\n  \"cod_message\": \"No additional COD charges applicable\",\n  \"delivery_charges\": 0,\n  \"delivery_charge_order_value\": 0,\n  \"store_code\": \"\",\n  \"store_emps\": [],\n  \"breakup_values\": {\n    \"raw\": {\n      \"cod_charge\": 0,\n      \"convenience_fee\": 0,\n      \"coupon\": -2250,\n      \"delivery_charge\": 0,\n      \"discount\": 0,\n      \"fynd_cash\": 0,\n      \"gst_charges\": 315.86,\n      \"mrp_total\": 5198,\n      \"subtotal\": 5198,\n      \"total\": 2948,\n      \"vog\": 2632.15,\n      \"you_saved\": 0\n    },\n    \"display\": [\n      {\n        \"display\": \"MRP Total\",\n        \"key\": \"mrp_total\",\n        \"value\": 5198,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Subtotal\",\n        \"key\": \"subtotal\",\n        \"value\": 5198,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Coupon\",\n        \"key\": \"coupon\",\n        \"value\": -2250,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Total\",\n        \"key\": \"total\",\n        \"value\": 2948,\n        \"currency_code\": \"INR\"\n      }\n    ],\n    \"coupon\": {\n      \"type\": \"cash\",\n      \"code\": \"PRISMC22250111\",\n      \"uid\": \"17743\",\n      \"value\": 2250,\n      \"is_applied\": true,\n      \"message\": \"coupn applied\"\n    },\n    \"loyalty_points\": {\n      \"total\": 0,\n      \"applicable\": 0,\n      \"is_applied\": false,\n      \"description\": \"Your cashback, referrals, and refund amount get credited to Fynd Cash which can be redeemed while placing an order.\",\n      \"points\": 0,\n      \"amount\": 0,\n      \"earn_points\": 0,\n      \"earn_points_amount\": 0\n    }\n  },\n  \"items\": [\n    {\n      \"message\": \"\",\n      \"identifiers\": {\n        \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n      },\n      \"quantity\": 1,\n      \"availability\": {\n        \"sizes\": [\n          \"M\",\n          \"S\",\n          \"L\",\n          \"XXL\",\n          \"XL\"\n        ],\n        \"other_store_quantity\": 10,\n        \"out_of_stock\": false,\n        \"deliverable\": true,\n        \"is_valid\": true\n      },\n      \"coupon_message\": \"PRISMC22250111 coupon applied\",\n      \"price\": {\n        \"base\": {\n          \"add_on\": 3199,\n          \"marked\": 3199,\n          \"effective\": 3199,\n          \"selling\": 3199,\n          \"currency_code\": \"INR\"\n        },\n        \"converted\": {\n          \"add_on\": 3199,\n          \"marked\": 3199,\n          \"effective\": 3199,\n          \"selling\": 3199,\n          \"currency_code\": \"INR\"\n        }\n      },\n      \"bulk_offer\": {},\n      \"article\": {\n        \"type\": \"article\",\n        \"uid\": \"381_610_IGPL01_LETTER19APINK_S\",\n        \"size\": \"S\",\n        \"seller\": {\n          \"uid\": 381,\n          \"name\": \"INTERSOURCE GARMENTS PVT LTD\"\n        },\n        \"store\": {\n          \"uid\": 3009,\n          \"name\": \"Kormangala\"\n        },\n        \"quantity\": 11,\n        \"price\": {\n          \"base\": {\n            \"marked\": 3199,\n            \"effective\": 3199,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"marked\": 3199,\n            \"effective\": 3199,\n            \"currency_code\": \"INR\"\n          }\n        }\n      },\n      \"product\": {\n        \"type\": \"product\",\n        \"uid\": 857596,\n        \"name\": \"Pink Solid Hoodie\",\n        \"slug\": \"883-police-pink-solid-hoodie-857596-111bdc\",\n        \"brand\": {\n          \"uid\": 610,\n          \"name\": \"883 Police\"\n        },\n        \"categories\": [\n          {\n            \"uid\": 144,\n            \"name\": \"Hoodies\"\n          }\n        ],\n        \"images\": [\n          {\n            \"aspect_ratio\": \"16:25\",\n            \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/610_LETTER19APINK/1_1553062658148.jpg\",\n            \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/610_LETTER19APINK/1_1553062658148.jpg\"\n          }\n        ],\n        \"action\": {\n          \"type\": \"product\",\n          \"url\": \"https://api.addsale.com/platform/content/v1/products/883-police-pink-solid-hoodie-857596-111bdc/\",\n          \"query\": {\n            \"product_slug\": [\n              \"883-police-pink-solid-hoodie-857596-111bdc\"\n            ]\n          }\n        }\n      },\n      \"key\": \"857596_S\",\n      \"discount\": \"\"\n    },\n    {\n      \"message\": \"\",\n      \"identifiers\": {\n        \"identifier\": \"5mPyy88URXuh3Lo35uaTg\"\n      },\n      \"quantity\": 1,\n      \"availability\": {\n        \"sizes\": [\n          \"L\",\n          \"XL\",\n          \"XXL\"\n        ],\n        \"other_store_quantity\": 1,\n        \"out_of_stock\": false,\n        \"deliverable\": true,\n        \"is_valid\": true\n      },\n      \"coupon_message\": \"PRISMC22250111 coupon applied\",\n      \"price\": {\n        \"base\": {\n          \"add_on\": 1999,\n          \"marked\": 1999,\n          \"effective\": 1999,\n          \"selling\": 1999,\n          \"currency_code\": \"INR\"\n        },\n        \"converted\": {\n          \"add_on\": 1999,\n          \"marked\": 1999,\n          \"effective\": 1999,\n          \"selling\": 1999,\n          \"currency_code\": \"INR\"\n        }\n      },\n      \"bulk_offer\": {},\n      \"article\": {\n        \"type\": \"article\",\n        \"uid\": \"381_610_IGPL01_SPIRAL19ANAVY_L\",\n        \"size\": \"L\",\n        \"seller\": {\n          \"uid\": 381,\n          \"name\": \"INTERSOURCE GARMENTS PVT LTD\"\n        },\n        \"store\": {\n          \"uid\": 3009,\n          \"name\": \"Kormangala\"\n        },\n        \"quantity\": 2,\n        \"price\": {\n          \"base\": {\n            \"marked\": 1999,\n            \"effective\": 1999,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"marked\": 1999,\n            \"effective\": 1999,\n            \"currency_code\": \"INR\"\n          }\n        }\n      },\n      \"product\": {\n        \"type\": \"product\",\n        \"uid\": 820312,\n        \"name\": \"Navy Blue Melange Shorts\",\n        \"slug\": \"883-police-navy-blue-melange-shorts-820312-4943a8\",\n        \"brand\": {\n          \"uid\": 610,\n          \"name\": \"883 Police\"\n        },\n        \"categories\": [\n          {\n            \"uid\": 193,\n            \"name\": \"Shorts\"\n          }\n        ],\n        \"images\": [\n          {\n            \"aspect_ratio\": \"16:25\",\n            \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/610_SPIRAL19ANAVY/1_1549105947281.jpg\",\n            \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/610_SPIRAL19ANAVY/1_1549105947281.jpg\"\n          }\n        ],\n        \"action\": {\n          \"type\": \"product\",\n          \"url\": \"https://api.addsale.com/platform/content/v1/products/883-police-navy-blue-melange-shorts-820312-4943a8/\",\n          \"query\": {\n            \"product_slug\": [\n              \"883-police-navy-blue-melange-shorts-820312-4943a8\"\n            ]\n          }\n        }\n      },\n      \"key\": \"820312_L\",\n      \"discount\": \"\"\n    }\n  ],\n  \"delivery_charge_info\": \"\",\n  \"coupon_text\": \"View all offers\",\n  \"buy_now\": false,\n  \"cart_id\": 7477,\n  \"uid\": \"7477\",\n  \"gstin\": \"\",\n  \"checkout_mode\": \"self\",\n  \"last_modified\": \"2023-02-02T00:00:00.000Z\",\n  \"restrict_checkout\": false,\n  \"is_valid\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "5d51a40e-ce7c-4f75-ae9f-062ca689ffa0",
                "name": "Invalid payment method error",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "payment"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      },
                      {
                        "key": "order_type",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"id\": \"6449021c177c336e338fb38b\",\n  \"address_id\": \"63e49dcd54c4c21b15909711\",\n  \"payment_methods\": [\n    {\n      \"name\": \"COD\",\n      \"payment\": \"required\",\n      \"mode\": \"COD\",\n      \"payment_meta\": {\n        \"merchant_code\": \"COD\",\n        \"payment_identifier\": \"COD\",\n        \"type\": \"aggregator\",\n        \"payment_gateway\": \"Fynd\"\n      }\n    },\n    {\n      \"mode\": \"CREDIT_NOTE\",\n      \"name\": \"CREDIT_NOTE\",\n      \"payment\": \"blocked\",\n      \"amount\": 100,\n      \"payment_meta\": {\n        \"merchant_code\": \"CREDIT_NOTE\",\n        \"payment_gateway\": \"DayTrader\",\n        \"payment_identifier\": \"CREDIT_NOTE\",\n        \"type\": \"Extension\"\n      }\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"is_valid\": false,\n  \"message\": \"Please enter a valid payment amount.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "4829dcbe-a957-4c64-8930-f12194b8e279",
            "name": "applyLoyaltyPoints | Redeem loyalty points.",
            "request": {
              "name": "applyLoyaltyPoints | Redeem loyalty points.",
              "description": {
                "content": "Users can redeem their accumulated loyalty points and apply them to the items in their cart, thereby availing discounts on their current purchases.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "redeem"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>",
                    "description": "The unique identifier of the cart."
                  },
                  {
                    "disabled": false,
                    "key": "i",
                    "value": "<boolean>",
                    "description": "Select `true` to retrieve all the items added in the cart."
                  },
                  {
                    "disabled": false,
                    "key": "b",
                    "value": "<boolean>",
                    "description": "Select `true` to retrieve the price breakup of cart items."
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>",
                    "description": "This is boolean to get buy_now cart."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "disabled": false,
                  "description": "Ordering source header, to be used to identify source of order creation.",
                  "key": "x-ordering-source",
                  "value": "<string>"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"redeem_points\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "a477b829-eae8-4b39-ab09-4c1022fc9927",
                "name": "Success. Returns a Cart object. Check the example shown below or refer `CartDetailResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "redeem"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "i",
                        "value": "<boolean>"
                      },
                      {
                        "key": "b",
                        "value": "<boolean>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"redeem_points\": true\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"bulk_offer\": {},\n      \"identifiers\": {},\n      \"discount\": \"67% OFF\",\n      \"article\": {\n        \"type\": \"article\",\n        \"uid\": \"604_902_SSTC60401_636BLUE_1\",\n        \"size\": \"1\",\n        \"seller\": {\n          \"uid\": 604,\n          \"name\": \"SHRI SHANTINATH TRADING COMPANY\"\n        },\n        \"store\": {\n          \"uid\": 4579,\n          \"name\": \"Gandhi Nagar\"\n        },\n        \"quantity\": 108,\n        \"price\": {\n          \"base\": {\n            \"marked\": 2999,\n            \"effective\": 999,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"marked\": 2999,\n            \"effective\": 999,\n            \"currency_code\": \"INR\"\n          }\n        }\n      },\n      \"charges\": [\n        {\n          \"type\": \"convenience fee\",\n          \"name\": \"convenience fee\",\n          \"code\": \"convenience fee\",\n          \"amount\": {\n            \"value\": 10,\n            \"currency\": \"INR\"\n          },\n          \"meta\": {\n            \"price_adjustment_id\": \"64c22d66fe278c0796bd8e4d\",\n            \"article_level_distribution\": true\n          }\n        }\n      ],\n      \"coupon_message\": \"\",\n      \"key\": \"707569_1\",\n      \"availability\": {\n        \"sizes\": [\n          \"1\",\n          \"8\",\n          \"7\",\n          \"2\",\n          \"9\",\n          \"5\",\n          \"3\",\n          \"6\"\n        ],\n        \"other_store_quantity\": 107,\n        \"out_of_stock\": false,\n        \"deliverable\": true,\n        \"is_valid\": true\n      },\n      \"product\": {\n        \"type\": \"product\",\n        \"uid\": 707569,\n        \"name\": \"Blue and Gold Printed Ethnic Set\",\n        \"slug\": \"aj-dezines-blue-and-gold-printed-ethnic-set-707569-bff01a\",\n        \"brand\": {\n          \"uid\": 902,\n          \"name\": \"\"\n        },\n        \"categories\": [\n          {\n            \"uid\": 525,\n            \"name\": \"\"\n          }\n        ],\n        \"images\": [\n          {\n            \"aspect_ratio\": \"16:25\",\n            \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/902_636BLUE/1_1540301094877.jpg\",\n            \"secure_url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/original/902_636BLUE/1_1540301094877.jpg\"\n          }\n        ],\n        \"action\": {\n          \"type\": \"product\",\n          \"url\": \"https://api.addsale.com/v1/products/aj-dezines-blue-and-gold-printed-ethnic-set-707569-bff01a/\",\n          \"query\": {\n            \"product_slug\": [\n              \"aj-dezines-blue-and-gold-printed-ethnic-set-707569-bff01a\"\n            ]\n          }\n        }\n      },\n      \"price\": {\n        \"base\": {\n          \"add_on\": 999,\n          \"marked\": 2999,\n          \"effective\": 999,\n          \"selling\": 999,\n          \"currency_code\": \"INR\"\n        },\n        \"converted\": {\n          \"add_on\": 999,\n          \"marked\": 2999,\n          \"effective\": 999,\n          \"selling\": 999,\n          \"currency_code\": \"INR\"\n        }\n      },\n      \"message\": \"\",\n      \"quantity\": 1\n    }\n  ],\n  \"buy_now\": false,\n  \"cart_id\": 54,\n  \"uid\": \"54\",\n  \"breakup_values\": {\n    \"raw\": {\n      \"cod_charge\": 0,\n      \"convenience_fee\": 0,\n      \"coupon\": 0,\n      \"delivery_charge\": 0,\n      \"discount\": -2000,\n      \"fynd_cash\": 0,\n      \"gst_charges\": 47.57,\n      \"store_credit\": 0,\n      \"mrp_total\": 2999,\n      \"mop_total\": 0,\n      \"total_charge\": 10,\n      \"subtotal\": 999,\n      \"total\": 999,\n      \"vog\": 951.43,\n      \"you_saved\": 0\n    },\n    \"coupon\": {\n      \"type\": \"cash\",\n      \"code\": \"\",\n      \"uid\": \"\",\n      \"value\": 0,\n      \"is_applied\": false,\n      \"message\": \"Sorry! Invalid Coupon\"\n    },\n    \"display\": [\n      {\n        \"display\": \"MRP Total\",\n        \"key\": \"mrp_total\",\n        \"value\": 2999,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Store Credit\",\n        \"key\": \"store_credit\",\n        \"value\": 0,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Discount\",\n        \"key\": \"discount\",\n        \"value\": -2000,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Subtotal\",\n        \"key\": \"subtotal\",\n        \"value\": 999,\n        \"currency_code\": \"INR\"\n      },\n      {\n        \"display\": \"Total\",\n        \"key\": \"total\",\n        \"value\": 999,\n        \"currency_code\": \"INR\"\n      }\n    ],\n    \"loyalty_points\": {\n      \"total\": 0,\n      \"applicable\": 0,\n      \"is_applied\": false,\n      \"description\": \"Your cashback, referrals, and refund amount get credited to Fynd Cash which can be redeemed while placing an order.\",\n      \"points\": 0,\n      \"amount\": 0,\n      \"earn_points\": 0,\n      \"earn_points_amount\": 0\n    }\n  },\n  \"delivery_charge_info\": \"\",\n  \"coupon_text\": \"View all offers\",\n  \"gstin\": \"\",\n  \"checkout_mode\": \"self\",\n  \"restrict_checkout\": false,\n  \"is_valid\": true,\n  \"last_modified\": \"2020-03-09T00:00:00.000Z\",\n  \"custom_cart_meta\": {\n    \"test\": \"test\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "8c6eeaa3-f048-45f8-ad59-caba4605a1b2",
            "name": "getOffers | List of offers",
            "request": {
              "name": "getOffers | List of offers",
              "description": {
                "content": "Retrieve a list of all created offers for specific sales channel. It also supports efficient text search and pagination functionalities, ensuring optimized offers listing for streamlined navigation and management.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "offers"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "Current page no as per pagination"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10",
                    "description": "Offers max records fetched in single request"
                  },
                  {
                    "disabled": false,
                    "key": "search",
                    "value": "<string>",
                    "description": "Filter by offer name"
                  },
                  {
                    "disabled": false,
                    "key": "mode",
                    "value": "<string>",
                    "description": "Filter by offer mode"
                  },
                  {
                    "disabled": false,
                    "key": "type",
                    "value": "<string>",
                    "description": "Filter by offer type"
                  },
                  {
                    "disabled": false,
                    "key": "promo_group",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "exclude_contract_offers",
                    "value": "<boolean>",
                    "description": "Filter non contract offers"
                  },
                  {
                    "disabled": false,
                    "key": "offer_id",
                    "value": "<string>",
                    "description": "Filter by offer id"
                  },
                  {
                    "disabled": false,
                    "key": "created_by",
                    "value": "<string>",
                    "description": "Filter by offer created by user id"
                  },
                  {
                    "disabled": false,
                    "key": "reviewed_by",
                    "value": "<string>",
                    "description": "Filter by offer reviewer user id"
                  },
                  {
                    "disabled": false,
                    "key": "approved_start_time",
                    "value": "<dateTime>",
                    "description": "Filter offer by start time date range when status is in approved state"
                  },
                  {
                    "disabled": false,
                    "key": "approved_end_time",
                    "value": "<dateTime>",
                    "description": "Filter offer by end time date range when status is in approved state"
                  },
                  {
                    "disabled": false,
                    "key": "status",
                    "value": "<string>",
                    "description": "Filter your offers effortlessly by status, such as draft, review and more"
                  },
                  {
                    "disabled": false,
                    "key": "code",
                    "value": "<string>",
                    "description": "Filter by offer code in case of coupons"
                  },
                  {
                    "disabled": false,
                    "key": "is_public",
                    "value": "<boolean>",
                    "description": "Filter offers which are public"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "227959a9-2150-4716-806f-99f5eeaf429d",
                "name": "Offer List for requested filters, page_size and page_no",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "offers"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "search",
                        "value": "<string>"
                      },
                      {
                        "key": "mode",
                        "value": "<string>"
                      },
                      {
                        "key": "type",
                        "value": "<string>"
                      },
                      {
                        "key": "promo_group",
                        "value": "<string>"
                      },
                      {
                        "key": "exclude_contract_offers",
                        "value": "<boolean>"
                      },
                      {
                        "key": "offer_id",
                        "value": "<string>"
                      },
                      {
                        "key": "created_by",
                        "value": "<string>"
                      },
                      {
                        "key": "reviewed_by",
                        "value": "<string>"
                      },
                      {
                        "key": "approved_start_time",
                        "value": "<dateTime>"
                      },
                      {
                        "key": "approved_end_time",
                        "value": "<dateTime>"
                      },
                      {
                        "key": "status",
                        "value": "<string>"
                      },
                      {
                        "key": "code",
                        "value": "<string>"
                      },
                      {
                        "key": "is_public",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"_id\": \"68df6337f55b3b2cdd063832\",\n      \"published\": false,\n      \"status\": \"draft\",\n      \"display_meta\": {\n        \"offer_text\": null,\n        \"offer_label\": \"\",\n        \"description\": null,\n        \"name\": \"test\"\n      },\n      \"author\": {\n        \"modified_by\": \"666e3c9eb8b2c4a35b2fa062\",\n        \"rejected_by\": null,\n        \"approved_by\": null,\n        \"created_by\": \"666e3c9eb8b2c4a35b2fa062\"\n      },\n      \"date_meta\": {\n        \"rejected_on\": null,\n        \"created_on\": \"2025-10-03T05:46:31.351Z\",\n        \"approved_on\": null,\n        \"modified_on\": \"2025-10-03T05:46:31.351Z\"\n      },\n      \"_schedule\": {\n        \"end\": null,\n        \"next_schedule\": [\n          {\n            \"start\": \"2025-10-03T05:46:31.350Z\",\n            \"end\": null\n          }\n        ],\n        \"start\": null,\n        \"cron\": null,\n        \"duration\": 0\n      },\n      \"mode\": \"promotion\"\n    },\n    {\n      \"_id\": \"68deff69f55b3b2cdd063831\",\n      \"type\": \"percentage\",\n      \"display_meta\": {\n        \"description\": \"promo\\n<style data-id=\\\"tinymce-storefront-style\\\"> \\n                    blockquote, iframe, .twitter-tweet{\\n                        display: flex;\\n                        margin-left: auto !important;\\n                        margin-right: auto !important;\\n                        max-width: 100%;\\n                    }\\n                    img{\\n                        max-width: 100%;\\n                        height: auto;\\n                    }\\n                    .warning-banner{\\n                        visibility: hidden\\n                    }\\n                <span id=\\\"mce_marker\\\" data-mce-type=\\\"bookmark\\\" data-mce-fragment=\\\"1\\\"></span></style>\\n<style data-id=\\\"tinymce-storefront-style\\\"> \\n                    blockquote, iframe, .twitter-tweet{\\n                        display: flex;\\n                        margin-left: auto !important;\\n                        margin-right: auto !important;\\n                        max-width: 100%;\\n                    }\\n                    img{\\n                        max-width: 100%;\\n                        height: auto;\\n                    }\\n                    .warning-banner{\\n                        visibility: hidden\\n                    }\\n                </style>\",\n        \"offer_text\": \"promo\",\n        \"is_display\": true,\n        \"is_public\": true,\n        \"offer_label\": \"promo\",\n        \"name\": \"promo\"\n      },\n      \"author\": {\n        \"modified_by\": \"666e3c9eb8b2c4a35b2fa062\",\n        \"rejected_by\": null,\n        \"approved_by\": \"666e3c9eb8b2c4a35b2fa062\",\n        \"created_by\": \"666e3c9eb8b2c4a35b2fa062\"\n      },\n      \"date_meta\": {\n        \"created_on\": \"2025-10-02T22:40:41.725Z\",\n        \"modified_on\": \"2025-10-02T22:40:41.725Z\",\n        \"approved_on\": \"2025-10-02T22:40:41.725Z\",\n        \"rejected_on\": null\n      },\n      \"_schedule\": {\n        \"end\": \"2025-10-03T18:30:00.000Z\",\n        \"next_schedule\": [\n          {\n            \"start\": \"2025-10-02T22:27:59.000Z\",\n            \"end\": \"2025-10-03T18:30:00.000Z\"\n          }\n        ],\n        \"start\": \"2025-10-02T22:27:59.000Z\",\n        \"cron\": null,\n        \"duration\": 0\n      },\n      \"mode\": \"promotion\",\n      \"published\": true,\n      \"status\": \"approved\"\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"has_next\": true,\n    \"size\": 10,\n    \"current\": 1,\n    \"item_total\": 30\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e5589561-c50c-43eb-899b-d003cacc9754",
            "name": "createOffer | Create an offer",
            "request": {
              "name": "createOffer | Create an offer",
              "description": {
                "content": "Creates a new offer based on the selected offer type. Sellers can choose from multiple supported offer types, including percentage value, fixed amount value, bundled discount, buy X get Y items, and more, along with customizable offer criteria to meet specific business requirements.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "offers"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"mode\": \"<string>\",\n  \"type\": \"<string>\",\n  \"status\": \"<string>\",\n  \"published\": \"<boolean>\",\n  \"display_meta\": {\n    \"description\": \"<string>\",\n    \"name\": \"<string>\",\n    \"is_display\": true,\n    \"is_public\": true,\n    \"offer_text\": \"<string>\",\n    \"offer_label\": \"<string>\",\n    \"reason\": \"<string>\"\n  },\n  \"_id\": \"<string>\",\n  \"auto_apply\": \"<boolean>\",\n  \"application_id\": \"<string>\",\n  \"company_id\": \"<string>\",\n  \"discount_rules\": [\n    {\n      \"discount_type\": \"<string>\",\n      \"buy_condition\": \"<string>\",\n      \"item_criteria\": {\n        \"category_id\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"collection_id\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"all_items\": \"<boolean>\",\n        \"item_brand\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"article_ids\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_sku\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_id\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_l1_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_l2_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_department\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_store\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_size\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_company\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_tags\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"cart_quantity\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"cart_total\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"item_exclude_l1_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_l2_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"cart_unique_item_quantity\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"cart_unique_item_amount\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"item_exclude_department\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_store\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_brand\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_sku\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_exclude_company\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"available_zones\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_exclude_id\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"buy_rules\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_size_mapping\": {\n          \"item_size_mapping\": {\n            \"dolore_b1\": true,\n            \"laborum_a7\": false\n          }\n        }\n      },\n      \"offer\": {\n        \"max_discount_amount\": \"<float>\",\n        \"discount_price\": \"<float>\",\n        \"apportion_discount\": \"<boolean>\",\n        \"partial_can_ret\": \"<boolean>\",\n        \"max_usage_per_transaction\": \"<integer>\",\n        \"min_offer_quantity\": \"<integer>\",\n        \"discount_amount\": \"<float>\",\n        \"discount_percentage\": \"<float>\",\n        \"max_offer_quantity\": \"<integer>\"\n      },\n      \"is_exact\": \"<boolean>\"\n    },\n    {\n      \"discount_type\": \"<string>\",\n      \"buy_condition\": \"<string>\",\n      \"item_criteria\": {\n        \"category_id\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"collection_id\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"all_items\": \"<boolean>\",\n        \"item_brand\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"article_ids\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_sku\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_id\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_l1_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_l2_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_department\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_store\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_size\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_company\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_tags\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"cart_quantity\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"cart_total\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"item_exclude_l1_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_l2_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"cart_unique_item_quantity\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"cart_unique_item_amount\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"item_exclude_department\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_store\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_brand\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_sku\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_exclude_company\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"available_zones\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_exclude_id\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"buy_rules\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_size_mapping\": {\n          \"item_size_mapping\": {\n            \"enim77\": \"eu culpa in\",\n            \"anime\": -93403298,\n            \"esse_406\": -79649697\n          }\n        }\n      },\n      \"offer\": {\n        \"max_discount_amount\": \"<float>\",\n        \"discount_price\": \"<float>\",\n        \"apportion_discount\": \"<boolean>\",\n        \"partial_can_ret\": \"<boolean>\",\n        \"max_usage_per_transaction\": \"<integer>\",\n        \"min_offer_quantity\": \"<integer>\",\n        \"discount_amount\": \"<float>\",\n        \"discount_percentage\": \"<float>\",\n        \"max_offer_quantity\": \"<integer>\"\n      },\n      \"is_exact\": \"<boolean>\"\n    }\n  ],\n  \"buy_rules\": {\n    \"consectetur_60_\": {\n      \"category_id\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"collection_id\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"all_items\": \"<boolean>\",\n      \"item_brand\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"article_ids\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_sku\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_id\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_l1_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_l2_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_department\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_store\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_size\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_company\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"cart_quantity\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"cart_total\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"item_exclude_l1_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_l2_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"cart_unique_item_quantity\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"cart_unique_item_amount\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"item_exclude_department\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_store\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_brand\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_sku\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_exclude_company\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"available_zones\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_exclude_id\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"buy_rules\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_size_mapping\": {\n        \"item_size_mapping\": {\n          \"sunt12\": false,\n          \"nostrud3c5\": \"nisi consequat sint exercitation\"\n        }\n      }\n    },\n    \"enim_f\": {\n      \"category_id\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"collection_id\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"all_items\": \"<boolean>\",\n      \"item_brand\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"article_ids\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_sku\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_id\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_l1_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_l2_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_department\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_store\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_size\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_company\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"cart_quantity\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"cart_total\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"item_exclude_l1_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_l2_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"cart_unique_item_quantity\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"cart_unique_item_amount\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"item_exclude_department\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_store\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_brand\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_sku\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_exclude_company\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"available_zones\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_exclude_id\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"buy_rules\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_size_mapping\": {\n        \"item_size_mapping\": {\n          \"cupidatat9_5\": -82109989.03045468\n        }\n      }\n    },\n    \"exercitation_e0f\": {\n      \"category_id\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"collection_id\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"all_items\": \"<boolean>\",\n      \"item_brand\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"article_ids\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_sku\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_id\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_l1_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_l2_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_department\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_store\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_size\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_company\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"cart_quantity\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"cart_total\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"item_exclude_l1_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_l2_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"cart_unique_item_quantity\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"cart_unique_item_amount\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"item_exclude_department\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_store\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_brand\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_sku\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_exclude_company\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"available_zones\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_exclude_id\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"buy_rules\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_size_mapping\": {\n        \"item_size_mapping\": {\n          \"nostrud276\": -78734893.32088658,\n          \"esse7\": \"c\"\n        }\n      }\n    },\n    \"consectetur5\": {\n      \"category_id\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"collection_id\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"all_items\": \"<boolean>\",\n      \"item_brand\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"article_ids\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_sku\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_id\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_l1_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_l2_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_department\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_store\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_size\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_company\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"cart_quantity\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"cart_total\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"item_exclude_l1_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_l2_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"cart_unique_item_quantity\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"cart_unique_item_amount\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"item_exclude_department\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_store\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_brand\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_sku\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_exclude_company\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"available_zones\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_exclude_id\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"buy_rules\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_size_mapping\": {\n        \"item_size_mapping\": {\n          \"nulla_972\": \"cillum quis officia\",\n          \"ad_d4\": 70466317.24304745\n        }\n      }\n    }\n  },\n  \"restrictions\": {\n    \"uses\": {\n      \"maximum\": {\n        \"user\": 0,\n        \"total\": 0,\n        \"app\": 0\n      },\n      \"remaining\": {\n        \"user\": 0,\n        \"total\": 0,\n        \"app\": 0\n      }\n    },\n    \"post_order\": {\n      \"cancellation_allowed\": true,\n      \"return_allowed\": true\n    },\n    \"platforms\": [\n      \"web\",\n      \"android\",\n      \"ios\"\n    ],\n    \"payments\": {\n      \"codes\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"iins\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"networks\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"uses\": {\n        \"max\": \"<integer>\"\n      }\n    },\n    \"ordering_stores\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"order_quantity\": \"<integer>\",\n    \"user\": {\n      \"groups\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"type\": \"<string>\",\n      \"anonymous\": \"<boolean>\",\n      \"id\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"registered\": {\n        \"end\": \"<dateTime>\",\n        \"start\": \"<dateTime>\"\n      },\n      \"email_domain\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"multi_store_allowed\": false,\n    \"fulfillment_options\": [\n      {\n        \"fulfillment_slug\": \"<string>\"\n      },\n      {\n        \"fulfillment_slug\": \"<string>\"\n      }\n    ]\n  },\n  \"ownership\": {\n    \"payable_category\": \"<string>\",\n    \"payable_by\": \"<string>\"\n  },\n  \"author\": {\n    \"created_by\": null,\n    \"modified_by\": null,\n    \"approved_by\": null,\n    \"rejected_by\": null\n  },\n  \"date_meta\": {\n    \"modified_on\": null,\n    \"created_on\": null,\n    \"approved_on\": null,\n    \"rejected_on\": null\n  },\n  \"_schedule\": {\n    \"start\": \"<dateTime>\",\n    \"end\": \"<dateTime>\",\n    \"next_schedule\": [\n      {\n        \"start\": \"<dateTime>\",\n        \"end\": \"<dateTime>\"\n      },\n      {\n        \"start\": \"<dateTime>\",\n        \"end\": \"<dateTime>\"\n      }\n    ],\n    \"cron\": \"<string>\",\n    \"duration\": \"<integer>\"\n  },\n  \"_custom_json\": {\n    \"deserunt_363\": \"ut cillum incididunt\",\n    \"anim_00\": 78722805.32264861\n  },\n  \"stackable\": true,\n  \"priority\": 1,\n  \"is_exclusive_coupon\": false,\n  \"apply_exclusive\": \"<string>\",\n  \"calculate_on\": \"esp\",\n  \"promo_group\": \"product\",\n  \"currency\": \"<string>\",\n  \"code\": \"<string>\",\n  \"coupon_config\": {\n    \"coupon_type\": \"<string>\",\n    \"coupon_count\": 1,\n    \"coupon_prefix\": \"<string>\"\n  },\n  \"is_processed\": \"<boolean>\",\n  \"is_bank_offer\": false\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "dc7516d8-a12c-47ff-b794-3cc4e959f8f7",
                "name": "Creates a discount offer which applies on user cart.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "offers"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"mode\": \"promotion\",\n  \"stackable\": false,\n  \"type\": \"percentage\",\n  \"promo_group\": \"product\",\n  \"display_meta\": {\n    \"name\": \"promotion offer example\",\n    \"offer_text\": \"promotion used for example\",\n    \"description\": \"This promotion will be used as an example for promotion schema\"\n  },\n  \"restrictions\": {\n    \"platforms\": [\n      \"android\",\n      \"ios\",\n      \"web\"\n    ],\n    \"post_order\": {\n      \"return_allowed\": false,\n      \"cancellation_allowed\": false\n    },\n    \"user\": {\n      \"type\": \"all_user\"\n    },\n    \"uses\": {\n      \"maximum\": {}\n    }\n  },\n  \"auto_apply\": true,\n  \"_schedule\": {\n    \"start\": \"2025-12-19T04:30:00.000Z\",\n    \"end\": \"2025-12-21T16:31:00.000Z\",\n    \"cron\": \"0 10 * * *\",\n    \"duration\": 43260\n  },\n  \"published\": true,\n  \"status\": \"approved\",\n  \"buy_rules\": {\n    \"rule#1\": {\n      \"all_items\": true,\n      \"cart_quantity\": {\n        \"equals\": 1\n      }\n    },\n    \"rule#2\": {\n      \"all_items\": true,\n      \"cart_quantity\": {\n        \"greater_than_equals\": 2\n      }\n    }\n  },\n  \"discount_rules\": [\n    {\n      \"discount_type\": \"percentage\",\n      \"offer\": {\n        \"discount_percentage\": 10\n      },\n      \"item_criteria\": {\n        \"item_store\": [\n          2\n        ]\n      },\n      \"buy_condition\": \"( rule#1 )\"\n    },\n    {\n      \"discount_type\": \"percentage\",\n      \"offer\": {\n        \"discount_percentage\": 20\n      },\n      \"item_criteria\": {\n        \"item_store\": [\n          2\n        ]\n      },\n      \"buy_condition\": \"( rule#2 )\"\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Created",
                "code": 201,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"priority\": 1,\n  \"is_exclusive_coupon\": false,\n  \"promo_group\": \"product\",\n  \"buy_rules\": {\n    \"rule#1\": {\n      \"all_items\": true,\n      \"cart_quantity\": {\n        \"equals\": 1\n      }\n    },\n    \"rule#2\": {\n      \"all_items\": true,\n      \"cart_quantity\": {\n        \"greater_than_equals\": 2\n      }\n    }\n  },\n  \"date_meta\": {\n    \"created_on\": \"2025-12-18T10:53:50.624Z\",\n    \"modified_on\": \"2025-12-18T10:53:50.624Z\",\n    \"approved_on\": \"2025-12-18T10:53:50.624Z\"\n  },\n  \"application_id\": \"68d4e2e9c5c37aa336a83637\",\n  \"type\": \"percentage\",\n  \"is_bank_offer\": false,\n  \"display_meta\": {\n    \"offer_label\": \"\",\n    \"description\": \"This promotion will be used as an example for promotion schema\",\n    \"is_public\": true,\n    \"is_display\": true,\n    \"offer_text\": \"promotion used for example\",\n    \"name\": \"promotion offer example\"\n  },\n  \"ownership\": {},\n  \"discount_rules\": [\n    {\n      \"item_criteria\": {\n        \"item_store\": [\n          2\n        ]\n      },\n      \"buy_condition\": \"( rule#1 )\",\n      \"offer\": {\n        \"discount_percentage\": 10\n      },\n      \"is_exact\": false,\n      \"discount_type\": \"percentage\"\n    },\n    {\n      \"item_criteria\": {\n        \"item_store\": [\n          2\n        ]\n      },\n      \"buy_condition\": \"( rule#2 )\",\n      \"offer\": {\n        \"discount_percentage\": 20\n      },\n      \"is_exact\": false,\n      \"discount_type\": \"percentage\"\n    }\n  ],\n  \"auto_apply\": true,\n  \"restrictions\": {\n    \"platforms\": [\n      \"android\",\n      \"ios\",\n      \"web\"\n    ],\n    \"user\": {\n      \"id\": [],\n      \"type\": \"all_user\",\n      \"anonymous\": true\n    },\n    \"uses\": {\n      \"maximum\": {\n        \"user\": 0,\n        \"total\": 0,\n        \"app\": 0\n      },\n      \"remaining\": {\n        \"user\": 0,\n        \"total\": 0,\n        \"app\": 0\n      }\n    },\n    \"post_order\": {\n      \"cancellation_allowed\": false,\n      \"return_allowed\": false\n    }\n  },\n  \"_schedule\": {\n    \"next_schedule\": [\n      {\n        \"start\": \"2025-12-18T04:30:00.000Z\",\n        \"end\": \"2025-12-18T16:31:00.000Z\"\n      },\n      {\n        \"start\": \"2025-12-19T04:30:00.000Z\",\n        \"end\": \"2025-12-19T16:31:00.000Z\"\n      },\n      {\n        \"start\": \"2025-12-20T04:30:00.000Z\",\n        \"end\": \"2025-12-20T16:31:00.000Z\"\n      },\n      {\n        \"start\": \"2025-12-21T04:30:00.000Z\",\n        \"end\": \"2025-12-21T16:31:00.000Z\"\n      }\n    ],\n    \"duration\": 43260,\n    \"cron\": \"0 10 * * *\",\n    \"end\": \"2025-12-21T16:31:00.000Z\",\n    \"start\": \"2025-12-19T04:30:00.000Z\"\n  },\n  \"status\": \"approved\",\n  \"published\": true,\n  \"mode\": \"promotion\",\n  \"company_id\": \"2\",\n  \"stackable\": false,\n  \"author\": {\n    \"created_by\": \"666e3c9eb8b2c4a35b2fa062\",\n    \"approved_by\": \"666e3c9eb8b2c4a35b2fa062\",\n    \"modified_by\": \"666e3c9eb8b2c4a35b2fa062\",\n    \"rejected_by\": null\n  },\n  \"indexed_criteria\": [\n    {\n      \"key\": \"all_items\",\n      \"value\": true\n    }\n  ],\n  \"calculate_on\": \"esp\",\n  \"promotion_type\": \"percentage\",\n  \"_id\": \"6943dd3eeed678aded962816\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "bb682452-653a-40fe-beb8-5f5c2cfd50ed",
                "name": "Invalid offer data",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "offers"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"mode\": \"promotion\",\n  \"stackable\": false,\n  \"type\": \"percentage\",\n  \"promo_group\": \"product\",\n  \"display_meta\": {\n    \"name\": \"promotion offer example\",\n    \"offer_text\": \"promotion used for example\",\n    \"description\": \"This promotion will be used as an example for promotion schema\"\n  },\n  \"restrictions\": {\n    \"platforms\": [\n      \"android\",\n      \"ios\",\n      \"web\"\n    ],\n    \"post_order\": {\n      \"return_allowed\": false,\n      \"cancellation_allowed\": false\n    },\n    \"user\": {\n      \"type\": \"all_user\"\n    },\n    \"uses\": {\n      \"maximum\": {}\n    }\n  },\n  \"auto_apply\": true,\n  \"_schedule\": {\n    \"start\": \"2025-12-19T04:30:00.000Z\",\n    \"end\": \"2025-12-21T16:31:00.000Z\",\n    \"cron\": \"0 10 * * *\",\n    \"duration\": 43260\n  },\n  \"published\": true,\n  \"status\": \"approved\",\n  \"buy_rules\": {\n    \"rule#1\": {\n      \"all_items\": true,\n      \"cart_quantity\": {\n        \"equals\": 1\n      }\n    },\n    \"rule#2\": {\n      \"all_items\": true,\n      \"cart_quantity\": {\n        \"greater_than_equals\": 2\n      }\n    }\n  },\n  \"discount_rules\": [\n    {\n      \"discount_type\": \"percentage\",\n      \"offer\": {\n        \"discount_percentage\": 10\n      },\n      \"item_criteria\": {\n        \"item_store\": [\n          2\n        ]\n      },\n      \"buy_condition\": \"( rule#1 )\"\n    },\n    {\n      \"discount_type\": \"percentage\",\n      \"offer\": {\n        \"discount_percentage\": 20\n      },\n      \"item_criteria\": {\n        \"item_store\": [\n          2\n        ]\n      },\n      \"buy_condition\": \"( rule#2 )\"\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"message\": \"Offer already exists for requested code.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e116f650-9fa5-4d1f-8dff-c119ccd92c40",
            "name": "getOfferById | Get a specific offer",
            "request": {
              "name": "getOfferById | Get a specific offer",
              "description": {
                "content": "Retrieve details of a specific offer by providing its unique identifier to obtain information such as offer type, rules, validity period and other related information.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "offers",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "d9bf9d0f-861a-4039-be32-53685109f846",
                "name": "Offer object for sent id",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "offers",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"69352d6ab74c8babae11ac2a\",\n  \"_schedule\": {\n    \"start\": \"2025-12-07T19:30:00.000Z\",\n    \"next_schedule\": [\n      {\n        \"start\": \"2025-12-07T19:30:00.000Z\",\n        \"end\": \"2025-12-31T06:31:00.000Z\"\n      }\n    ],\n    \"cron\": null,\n    \"duration\": 39660,\n    \"end\": \"2025-12-31T06:31:00.000Z\"\n  },\n  \"status\": \"approved\",\n  \"published\": true,\n  \"coupon_config\": {\n    \"coupon_type\": \"single\",\n    \"coupon_count\": 1\n  },\n  \"priority\": 1,\n  \"application_id\": \"68d4e2e9c5c37aa336a83637\",\n  \"buy_rules\": {\n    \"rule#1\": {\n      \"cart_quantity\": {\n        \"greater_than\": 1\n      },\n      \"all_items\": true\n    }\n  },\n  \"author\": {\n    \"rejected_by\": null,\n    \"created_by\": \"666e3c9eb8b2c4a35b2fa062\",\n    \"approved_by\": \"666e3c9eb8b2c4a35b2fa062\",\n    \"modified_by\": \"666e3c9eb8b2c4a35b2fa062\"\n  },\n  \"mode\": \"coupon\",\n  \"display_meta\": {\n    \"offer_text\": \"buy x get y free\",\n    \"is_display\": true,\n    \"name\": \"buy x get y free\",\n    \"offer_label\": \"\",\n    \"is_public\": true\n  },\n  \"discount_rules\": [\n    {\n      \"is_exact\": false,\n      \"buy_condition\": \"( rule#1 )\",\n      \"discount_type\": \"bogo\",\n      \"item_criteria\": {\n        \"item_store\": [\n          2\n        ]\n      },\n      \"offer\": {\n        \"max_offer_quantity\": 1\n      }\n    }\n  ],\n  \"is_exclusive_coupon\": false,\n  \"company_id\": \"2\",\n  \"is_bank_offer\": false,\n  \"date_meta\": {\n    \"created_on\": \"2025-12-07T07:31:54.439Z\",\n    \"modified_on\": \"2025-12-09T14:09:50.359Z\",\n    \"approved_on\": \"2025-12-07T07:31:54.439Z\",\n    \"rejected_on\": null\n  },\n  \"code\": \"buyxgetyfree\",\n  \"stackable\": false,\n  \"type\": \"bogo\",\n  \"restrictions\": {\n    \"platforms\": [\n      \"android\",\n      \"ios\",\n      \"web\"\n    ],\n    \"uses\": {\n      \"maximum\": {\n        \"total\": 100,\n        \"app\": 0,\n        \"user\": 0\n      },\n      \"remaining\": {\n        \"total\": 100,\n        \"app\": 0,\n        \"user\": 0\n      }\n    },\n    \"user\": {\n      \"type\": \"all_user\",\n      \"anonymous\": true,\n      \"id\": []\n    },\n    \"post_order\": {\n      \"return_allowed\": false,\n      \"cancellation_allowed\": false\n    }\n  },\n  \"ownership\": {\n    \"payable_category\": \"seller\"\n  },\n  \"calculate_on\": \"esp\",\n  \"auto_apply\": false,\n  \"is_processed\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "7302ee20-1cca-4678-9e71-5e93bf098e60",
                "name": "Offer not found for passed `id`",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "offers",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"message\": \"Offer Not found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "f2a55c86-efc8-4588-9a2c-6da2f238c633",
            "name": "updateOffer | Update existing offer",
            "request": {
              "name": "updateOffer | Update existing offer",
              "description": {
                "content": "Update the details of an existing offer by specifying its unique identifier. This includes modifying offer attributes such as discount percentage, validity period, and associated conditions.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "offers",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"mode\": \"<string>\",\n  \"type\": \"<string>\",\n  \"status\": \"<string>\",\n  \"published\": \"<boolean>\",\n  \"display_meta\": {\n    \"description\": \"<string>\",\n    \"name\": \"<string>\",\n    \"is_display\": true,\n    \"is_public\": true,\n    \"offer_text\": \"<string>\",\n    \"offer_label\": \"<string>\",\n    \"reason\": \"<string>\"\n  },\n  \"_id\": \"<string>\",\n  \"auto_apply\": \"<boolean>\",\n  \"application_id\": \"<string>\",\n  \"company_id\": \"<string>\",\n  \"discount_rules\": [\n    {\n      \"discount_type\": \"<string>\",\n      \"buy_condition\": \"<string>\",\n      \"item_criteria\": {\n        \"category_id\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"collection_id\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"all_items\": \"<boolean>\",\n        \"item_brand\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"article_ids\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_sku\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_id\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_l1_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_l2_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_department\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_store\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_size\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_company\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_tags\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"cart_quantity\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"cart_total\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"item_exclude_l1_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_l2_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"cart_unique_item_quantity\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"cart_unique_item_amount\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"item_exclude_department\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_store\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_brand\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_sku\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_exclude_company\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"available_zones\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_exclude_id\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"buy_rules\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_size_mapping\": {\n          \"item_size_mapping\": {\n            \"cillum_a\": true\n          }\n        }\n      },\n      \"offer\": {\n        \"max_discount_amount\": \"<float>\",\n        \"discount_price\": \"<float>\",\n        \"apportion_discount\": \"<boolean>\",\n        \"partial_can_ret\": \"<boolean>\",\n        \"max_usage_per_transaction\": \"<integer>\",\n        \"min_offer_quantity\": \"<integer>\",\n        \"discount_amount\": \"<float>\",\n        \"discount_percentage\": \"<float>\",\n        \"max_offer_quantity\": \"<integer>\"\n      },\n      \"is_exact\": \"<boolean>\"\n    },\n    {\n      \"discount_type\": \"<string>\",\n      \"buy_condition\": \"<string>\",\n      \"item_criteria\": {\n        \"category_id\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"collection_id\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"all_items\": \"<boolean>\",\n        \"item_brand\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"article_ids\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_sku\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_id\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_l1_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_l2_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_department\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_store\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_size\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_company\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_tags\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"cart_quantity\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"cart_total\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"item_exclude_l1_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_l2_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_category\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"cart_unique_item_quantity\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"cart_unique_item_amount\": {\n          \"equals\": \"<float>\",\n          \"greater_than\": \"<float>\",\n          \"less_than_equals\": \"<float>\",\n          \"less_than\": \"<float>\",\n          \"greater_than_equals\": \"<float>\"\n        },\n        \"item_exclude_department\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_store\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_brand\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"item_exclude_sku\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_exclude_company\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"available_zones\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_exclude_id\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"buy_rules\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"item_size_mapping\": {\n          \"item_size_mapping\": {\n            \"nostrud_61\": true,\n            \"occaecatd1\": \"commodo cillum ut\"\n          }\n        }\n      },\n      \"offer\": {\n        \"max_discount_amount\": \"<float>\",\n        \"discount_price\": \"<float>\",\n        \"apportion_discount\": \"<boolean>\",\n        \"partial_can_ret\": \"<boolean>\",\n        \"max_usage_per_transaction\": \"<integer>\",\n        \"min_offer_quantity\": \"<integer>\",\n        \"discount_amount\": \"<float>\",\n        \"discount_percentage\": \"<float>\",\n        \"max_offer_quantity\": \"<integer>\"\n      },\n      \"is_exact\": \"<boolean>\"\n    }\n  ],\n  \"buy_rules\": {\n    \"ipsum_7\": {\n      \"category_id\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"collection_id\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"all_items\": \"<boolean>\",\n      \"item_brand\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"article_ids\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_sku\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_id\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_l1_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_l2_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_department\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_store\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_size\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_company\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"cart_quantity\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"cart_total\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"item_exclude_l1_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_l2_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"cart_unique_item_quantity\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"cart_unique_item_amount\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"item_exclude_department\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_store\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_brand\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_sku\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_exclude_company\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"available_zones\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_exclude_id\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"buy_rules\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_size_mapping\": {\n        \"item_size_mapping\": {\n          \"anim_de\": \"in do pariatur veniam dolor\",\n          \"cillum__6b\": -9439745\n        }\n      }\n    },\n    \"incididuntb78\": {\n      \"category_id\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"collection_id\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"all_items\": \"<boolean>\",\n      \"item_brand\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"article_ids\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_sku\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_id\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_l1_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_l2_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_department\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_store\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_size\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_company\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"cart_quantity\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"cart_total\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"item_exclude_l1_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_l2_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"cart_unique_item_quantity\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"cart_unique_item_amount\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"item_exclude_department\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_store\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_brand\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_sku\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_exclude_company\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"available_zones\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_exclude_id\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"buy_rules\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_size_mapping\": {\n        \"item_size_mapping\": {\n          \"aute2e\": -23641165.68808718,\n          \"laborum4\": 47959621\n        }\n      }\n    },\n    \"aliqua28\": {\n      \"category_id\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"collection_id\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"all_items\": \"<boolean>\",\n      \"item_brand\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"article_ids\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_sku\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_id\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_l1_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_l2_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_department\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_store\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_size\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_company\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"cart_quantity\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"cart_total\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"item_exclude_l1_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_l2_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"cart_unique_item_quantity\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"cart_unique_item_amount\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"item_exclude_department\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_store\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_brand\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_sku\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_exclude_company\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"available_zones\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_exclude_id\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"buy_rules\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_size_mapping\": {\n        \"item_size_mapping\": {\n          \"aliquip_d1_\": 70609210.72432515,\n          \"dolord5\": -42701378.03521257,\n          \"minim_\": true,\n          \"consectetur_8\": \"ex non minim labore ea\",\n          \"eiusmod_6\": false\n        }\n      }\n    },\n    \"do7\": {\n      \"category_id\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"collection_id\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"all_items\": \"<boolean>\",\n      \"item_brand\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"article_ids\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_sku\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_id\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_l1_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_l2_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_department\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_store\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_size\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_company\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"cart_quantity\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"cart_total\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"item_exclude_l1_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_l2_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"cart_unique_item_quantity\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"cart_unique_item_amount\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"item_exclude_department\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_store\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_brand\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_sku\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_exclude_company\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"available_zones\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_exclude_id\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"buy_rules\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_size_mapping\": {\n        \"item_size_mapping\": {\n          \"officia_1\": \"laborum exercitation velit\",\n          \"proident_7\": -47833079.96480248,\n          \"dolore_28\": -14708784,\n          \"ea8\": true\n        }\n      }\n    },\n    \"adipisicing_c0\": {\n      \"category_id\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"collection_id\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"all_items\": \"<boolean>\",\n      \"item_brand\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"article_ids\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_sku\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_id\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_l1_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_l2_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_department\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_store\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_size\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_company\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"cart_quantity\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"cart_total\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"item_exclude_l1_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_l2_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_category\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"cart_unique_item_quantity\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"cart_unique_item_amount\": {\n        \"equals\": \"<float>\",\n        \"greater_than\": \"<float>\",\n        \"less_than_equals\": \"<float>\",\n        \"less_than\": \"<float>\",\n        \"greater_than_equals\": \"<float>\"\n      },\n      \"item_exclude_department\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_store\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_brand\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"item_exclude_sku\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_exclude_company\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"available_zones\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_exclude_id\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"buy_rules\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"item_size_mapping\": {\n        \"item_size_mapping\": {\n          \"in_f3\": -64194149.12898773,\n          \"Excepteur69\": -50781214.125791416,\n          \"enim_0f\": \"in tempor ullamco quis qui\"\n        }\n      }\n    }\n  },\n  \"restrictions\": {\n    \"uses\": {\n      \"maximum\": {\n        \"user\": 0,\n        \"total\": 0,\n        \"app\": 0\n      },\n      \"remaining\": {\n        \"user\": 0,\n        \"total\": 0,\n        \"app\": 0\n      }\n    },\n    \"post_order\": {\n      \"cancellation_allowed\": true,\n      \"return_allowed\": true\n    },\n    \"platforms\": [\n      \"web\",\n      \"android\",\n      \"ios\"\n    ],\n    \"payments\": {\n      \"codes\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"iins\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"networks\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"uses\": {\n        \"max\": \"<integer>\"\n      }\n    },\n    \"ordering_stores\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"order_quantity\": \"<integer>\",\n    \"user\": {\n      \"groups\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"type\": \"<string>\",\n      \"anonymous\": \"<boolean>\",\n      \"id\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"registered\": {\n        \"end\": \"<dateTime>\",\n        \"start\": \"<dateTime>\"\n      },\n      \"email_domain\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"multi_store_allowed\": false,\n    \"fulfillment_options\": [\n      {\n        \"fulfillment_slug\": \"<string>\"\n      },\n      {\n        \"fulfillment_slug\": \"<string>\"\n      }\n    ]\n  },\n  \"ownership\": {\n    \"payable_category\": \"<string>\",\n    \"payable_by\": \"<string>\"\n  },\n  \"author\": {\n    \"created_by\": null,\n    \"modified_by\": null,\n    \"approved_by\": null,\n    \"rejected_by\": null\n  },\n  \"date_meta\": {\n    \"modified_on\": null,\n    \"created_on\": null,\n    \"approved_on\": null,\n    \"rejected_on\": null\n  },\n  \"_schedule\": {\n    \"start\": \"<dateTime>\",\n    \"end\": \"<dateTime>\",\n    \"next_schedule\": [\n      {\n        \"start\": \"<dateTime>\",\n        \"end\": \"<dateTime>\"\n      },\n      {\n        \"start\": \"<dateTime>\",\n        \"end\": \"<dateTime>\"\n      }\n    ],\n    \"cron\": \"<string>\",\n    \"duration\": \"<integer>\"\n  },\n  \"_custom_json\": {\n    \"Excepteur_109\": \"reprehenderit enim\"\n  },\n  \"stackable\": true,\n  \"priority\": 1,\n  \"is_exclusive_coupon\": false,\n  \"apply_exclusive\": \"<string>\",\n  \"calculate_on\": \"esp\",\n  \"promo_group\": \"product\",\n  \"currency\": \"<string>\",\n  \"code\": \"<string>\",\n  \"coupon_config\": {\n    \"coupon_type\": \"<string>\",\n    \"coupon_count\": 1,\n    \"coupon_prefix\": \"<string>\"\n  },\n  \"is_processed\": \"<boolean>\",\n  \"is_bank_offer\": false\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "56fbeaad-5c8e-41b0-94ab-80fef04d09bd",
                "name": "Offer updated successfully",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "offers",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"_id\": \"69352d6ab74c8babae11ac2a\",\n  \"coupon_config\": {\n    \"coupon_count\": 1,\n    \"coupon_type\": \"single\"\n  },\n  \"promo_group\": \"product\",\n  \"_schedule\": {\n    \"start\": \"2025-12-07T19:30:00.000Z\",\n    \"next_schedule\": [\n      {\n        \"start\": \"2025-12-07T19:30:00.000Z\",\n        \"end\": \"2025-12-31T06:31:00.000Z\"\n      }\n    ],\n    \"cron\": null,\n    \"duration\": 39660,\n    \"end\": \"2025-12-31T06:31:00.000Z\"\n  },\n  \"published\": true,\n  \"status\": \"approved\",\n  \"priority\": 1,\n  \"application_id\": \"68d4e2e9c5c37aa336a83637\",\n  \"buy_rules\": {\n    \"rule#1\": {\n      \"cart_quantity\": {\n        \"greater_than\": 1\n      },\n      \"all_items\": true\n    }\n  },\n  \"author\": {\n    \"rejected_by\": null,\n    \"created_by\": \"666e3c9eb8b2c4a35b2fa062\",\n    \"approved_by\": \"666e3c9eb8b2c4a35b2fa062\",\n    \"modified_by\": \"666e3c9eb8b2c4a35b2fa062\"\n  },\n  \"mode\": \"coupon\",\n  \"display_meta\": {\n    \"offer_text\": \"buy x get y free - description update\",\n    \"is_display\": true,\n    \"name\": \"buy x get y free - name update\",\n    \"offer_label\": \"\",\n    \"is_public\": true\n  },\n  \"discount_rules\": [\n    {\n      \"discount_type\": \"bogo\",\n      \"offer\": {\n        \"max_offer_quantity\": 1\n      },\n      \"item_criteria\": {\n        \"item_store\": [\n          2\n        ]\n      },\n      \"buy_condition\": \"( rule#1 )\"\n    }\n  ],\n  \"is_exclusive_coupon\": false,\n  \"company_id\": \"2\",\n  \"is_bank_offer\": false,\n  \"date_meta\": {\n    \"created_on\": \"2025-12-07T07:31:54.439Z\",\n    \"modified_on\": \"2025-12-09T14:09:50.359Z\",\n    \"approved_on\": \"2025-12-07T07:31:54.439Z\",\n    \"rejected_on\": null\n  },\n  \"code\": \"buyxgetyfree\",\n  \"stackable\": false,\n  \"type\": \"bogo\",\n  \"restrictions\": {\n    \"platforms\": [\n      \"android\",\n      \"ios\",\n      \"web\"\n    ],\n    \"uses\": {\n      \"maximum\": {\n        \"total\": 100,\n        \"app\": 0,\n        \"user\": 0\n      },\n      \"remaining\": {\n        \"total\": 100,\n        \"app\": 0,\n        \"user\": 0\n      }\n    },\n    \"user\": {\n      \"type\": \"all_user\",\n      \"anonymous\": true,\n      \"id\": []\n    },\n    \"post_order\": {\n      \"return_allowed\": false,\n      \"cancellation_allowed\": false\n    }\n  },\n  \"ownership\": {\n    \"payable_category\": \"seller\"\n  },\n  \"calculate_on\": \"esp\",\n  \"auto_apply\": false,\n  \"is_processed\": true\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"69352d6ab74c8babae11ac2a\",\n  \"coupon_config\": {\n    \"coupon_count\": 1,\n    \"coupon_type\": \"single\"\n  },\n  \"promo_group\": \"product\",\n  \"apply_all_discount\": false,\n  \"_schedule\": {\n    \"next_schedule\": [\n      {\n        \"start\": \"2025-12-07T19:30:00.000Z\",\n        \"end\": \"2025-12-31T06:31:00.000Z\"\n      }\n    ],\n    \"duration\": 39660,\n    \"cron\": null,\n    \"end\": \"2025-12-31T06:31:00.000Z\",\n    \"start\": \"2025-12-07T19:30:00.000Z\"\n  },\n  \"status\": \"approved\",\n  \"published\": true,\n  \"priority\": 1,\n  \"application_id\": \"68d4e2e9c5c37aa336a83637\",\n  \"buy_rules\": {\n    \"rule#1\": {\n      \"cart_quantity\": {\n        \"greater_than\": 1\n      },\n      \"all_items\": true\n    }\n  },\n  \"author\": {\n    \"rejected_by\": null,\n    \"created_by\": \"666e3c9eb8b2c4a35b2fa062\",\n    \"approved_by\": \"666e3c9eb8b2c4a35b2fa062\",\n    \"modified_by\": \"666e3c9eb8b2c4a35b2fa062\"\n  },\n  \"mode\": \"coupon\",\n  \"display_meta\": {\n    \"offer_label\": \"\",\n    \"is_public\": true,\n    \"is_display\": true,\n    \"offer_text\": \"buy x get y free - description update\",\n    \"name\": \"buy x get y free - name update\"\n  },\n  \"discount_rules\": [\n    {\n      \"item_criteria\": {\n        \"item_store\": [\n          2\n        ]\n      },\n      \"buy_condition\": \"( rule#1 )\",\n      \"offer\": {\n        \"max_offer_quantity\": 1\n      },\n      \"is_exact\": false,\n      \"discount_type\": \"bogo\"\n    }\n  ],\n  \"is_exclusive_coupon\": false,\n  \"company_id\": \"2\",\n  \"is_bank_offer\": false,\n  \"date_meta\": {\n    \"created_on\": \"2025-12-07T07:31:54.439Z\",\n    \"modified_on\": \"2025-12-18T12:10:49.424Z\",\n    \"approved_on\": \"2025-12-07T07:31:54.439Z\",\n    \"rejected_on\": null\n  },\n  \"code\": \"buyxgetyfree\",\n  \"stackable\": false,\n  \"type\": \"bogo\",\n  \"restrictions\": {\n    \"platforms\": [\n      \"android\",\n      \"ios\",\n      \"web\"\n    ],\n    \"user\": {\n      \"id\": [],\n      \"type\": \"all_user\",\n      \"anonymous\": true\n    },\n    \"uses\": {\n      \"maximum\": {\n        \"user\": 0,\n        \"total\": 100,\n        \"app\": 0\n      },\n      \"remaining\": {\n        \"user\": 0,\n        \"total\": 100,\n        \"app\": 0\n      }\n    },\n    \"post_order\": {\n      \"cancellation_allowed\": false,\n      \"return_allowed\": false\n    }\n  },\n  \"ownership\": {\n    \"payable_category\": \"seller\"\n  },\n  \"calculate_on\": \"esp\",\n  \"auto_apply\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "71fa68bb-3011-44ea-b6f3-086f08e76c6a",
                "name": "Offer not found",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "offers",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"_id\": \"69352d6ab74c8babae11ac2a\",\n  \"coupon_config\": {\n    \"coupon_count\": 1,\n    \"coupon_type\": \"single\"\n  },\n  \"promo_group\": \"product\",\n  \"_schedule\": {\n    \"start\": \"2025-12-07T19:30:00.000Z\",\n    \"next_schedule\": [\n      {\n        \"start\": \"2025-12-07T19:30:00.000Z\",\n        \"end\": \"2025-12-31T06:31:00.000Z\"\n      }\n    ],\n    \"cron\": null,\n    \"duration\": 39660,\n    \"end\": \"2025-12-31T06:31:00.000Z\"\n  },\n  \"published\": true,\n  \"status\": \"approved\",\n  \"priority\": 1,\n  \"application_id\": \"68d4e2e9c5c37aa336a83637\",\n  \"buy_rules\": {\n    \"rule#1\": {\n      \"cart_quantity\": {\n        \"greater_than\": 1\n      },\n      \"all_items\": true\n    }\n  },\n  \"author\": {\n    \"rejected_by\": null,\n    \"created_by\": \"666e3c9eb8b2c4a35b2fa062\",\n    \"approved_by\": \"666e3c9eb8b2c4a35b2fa062\",\n    \"modified_by\": \"666e3c9eb8b2c4a35b2fa062\"\n  },\n  \"mode\": \"coupon\",\n  \"display_meta\": {\n    \"offer_text\": \"buy x get y free - description update\",\n    \"is_display\": true,\n    \"name\": \"buy x get y free - name update\",\n    \"offer_label\": \"\",\n    \"is_public\": true\n  },\n  \"discount_rules\": [\n    {\n      \"discount_type\": \"bogo\",\n      \"offer\": {\n        \"max_offer_quantity\": 1\n      },\n      \"item_criteria\": {\n        \"item_store\": [\n          2\n        ]\n      },\n      \"buy_condition\": \"( rule#1 )\"\n    }\n  ],\n  \"is_exclusive_coupon\": false,\n  \"company_id\": \"2\",\n  \"is_bank_offer\": false,\n  \"date_meta\": {\n    \"created_on\": \"2025-12-07T07:31:54.439Z\",\n    \"modified_on\": \"2025-12-09T14:09:50.359Z\",\n    \"approved_on\": \"2025-12-07T07:31:54.439Z\",\n    \"rejected_on\": null\n  },\n  \"code\": \"buyxgetyfree\",\n  \"stackable\": false,\n  \"type\": \"bogo\",\n  \"restrictions\": {\n    \"platforms\": [\n      \"android\",\n      \"ios\",\n      \"web\"\n    ],\n    \"uses\": {\n      \"maximum\": {\n        \"total\": 100,\n        \"app\": 0,\n        \"user\": 0\n      },\n      \"remaining\": {\n        \"total\": 100,\n        \"app\": 0,\n        \"user\": 0\n      }\n    },\n    \"user\": {\n      \"type\": \"all_user\",\n      \"anonymous\": true,\n      \"id\": []\n    },\n    \"post_order\": {\n      \"return_allowed\": false,\n      \"cancellation_allowed\": false\n    }\n  },\n  \"ownership\": {\n    \"payable_category\": \"seller\"\n  },\n  \"calculate_on\": \"esp\",\n  \"auto_apply\": false,\n  \"is_processed\": true\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"message\": \"Offer Not found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "12fcd538-749b-4c7f-8aed-b9428c9f47d3",
            "name": "updateOfferPartially | Partially update offer",
            "request": {
              "name": "updateOfferPartially | Partially update offer",
              "description": {
                "content": "Seller can make partial adjustments of an existing offer by specifying its unique identifier. It enables businesses to modify specific attributes of the offer while preserving other details intact.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "offers",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PATCH",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"schedule\": {\n    \"end\": \"<dateTime>\",\n    \"start\": \"<dateTime>\",\n    \"status\": \"<string>\",\n    \"published\": \"<boolean>\",\n    \"next_schedule\": [\n      \"<object>\",\n      \"<object>\"\n    ],\n    \"cron\": \"<string>\",\n    \"duration\": \"<integer>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "0d62c302-23a3-4b44-ba87-312bd7c6dcdd",
                "name": "Offer updated successfully",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "offers",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"schedule\": {\n    \"status\": \"approved\",\n    \"published\": true\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"Offer schedule updated\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "7dc386c5-4941-4912-9a9e-5d54fcd26b32",
                "name": "Offer not found for `id` from path params",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "offers",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"schedule\": {\n    \"status\": \"approved\",\n    \"published\": true\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"message\": \"Offer Not found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "86fdb1ca-edaf-4d2f-81b3-2d9500bf3291",
            "name": "deleteOffer | Delete draft offer",
            "request": {
              "name": "deleteOffer | Delete draft offer",
              "description": {
                "content": "Delete details of a draft offer by providing its unique identifier to delete information such as offer type, rules, validity period and other related information.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "cart",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "offers",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "fce712b3-e89f-440d-bbc7-207e52cc189d",
                "name": "Offer deleted for sent id",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "offers",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"Offer deleted successfully\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "3f53a855-984e-4f4a-879d-c568b20f639d",
                "name": "Offer not found for passed offer id",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "cart",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "offers",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Current company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Current Application id of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"message\": \"Offer Not found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      },
      {
        "id": "4e900238-6b2f-42eb-baf0-7fb47cbc120f",
        "name": "Catalog",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "c6558bf7-5c9e-4f7b-b83d-223f581b285e",
            "name": "getApplicationBrandListing | List sales channel brands",
            "request": {
              "name": "getApplicationBrandListing | List sales channel brands",
              "description": {
                "content": "Retrieve brand listings related to the sales channel. A brand is the name under which a product is being sold",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "brand"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The page number to navigate through the given set of results"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "12",
                    "description": "Number of items to retrieve in each page. Default is 12."
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Search query with brand name. Use this parameter to search brands by  brand name."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "8121b3a7-cd4a-4b62-ba92-a1b562e7db02",
                "name": "List of Brands.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "brand"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "<integer>"
                      },
                      {
                        "key": "page_size",
                        "value": "12"
                      },
                      {
                        "key": "q",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"uid\": 1,\n      \"_custom_json\": {},\n      \"_locale_language\": {},\n      \"brand_banner_portrait_url\": \"/x5/brands/pictures/portrait-banner/original/k7KgPcN8K-Portrait-Banner.jpeg\",\n      \"brand_banner_url\": \"/x5/brands/pictures/landscape-banner/original/P4TMmL589-Landsacpe-Banner.png\",\n      \"brand_logo_url\": \"/x5/brands/pictures/square-logo/original/Vw2jIte4G-Logo.png\",\n      \"created_on\": \"2022-11-08T06:55:30.689000\",\n      \"description\": \"Demo test brand\",\n      \"last_updated\": \"2023-06-28T13:24:47.395000\",\n      \"name\": \"TESTBRAND1555\",\n      \"priority\": 100,\n      \"slug_key\": \"testbrand1\",\n      \"is_active\": true,\n      \"departments\": [\n        1,\n        1634,\n        3,\n        35,\n        1608,\n        72905,\n        1264\n      ],\n      \"modified_on\": \"2023-06-28T13:24:47.395000\",\n      \"active\": true\n    },\n    {\n      \"uid\": 8,\n      \"_custom_json\": {},\n      \"_locale_language\": {},\n      \"brand_banner_portrait_url\": \"/x5/brands/pictures/portrait-banner/original/weiWCKkh--Portrait-Banner.jpeg\",\n      \"brand_banner_url\": \"/x5/brands/pictures/landscape-banner/original/5ufnvvLak-Landsacpe-Banner.jpeg\",\n      \"brand_logo_url\": \"/x5/brands/pictures/square-logo/original/NHxI8no1K-Logo.jpeg\",\n      \"created_on\": \"2022-12-13T13:17:40.196000\",\n      \"last_updated\": \"2023-09-11T10:26:16.971000\",\n      \"name\": \"Adidas\",\n      \"priority\": 100,\n      \"slug_key\": \"adidas\",\n      \"is_active\": true,\n      \"departments\": [\n        50944,\n        8577,\n        2,\n        3,\n        1,\n        50945,\n        50946,\n        50947,\n        50948,\n        50949,\n        50950,\n        50951,\n        1783,\n        1427,\n        50939,\n        40736,\n        35,\n        45,\n        48,\n        5296,\n        48435,\n        50943,\n        88952,\n        19771,\n        5956,\n        1608,\n        72905,\n        50909,\n        50910,\n        50911,\n        50912,\n        1634,\n        29284,\n        50921,\n        50923,\n        50925,\n        50927,\n        1264,\n        50928,\n        50929,\n        50931,\n        50932,\n        50933,\n        50930,\n        50935,\n        50936,\n        50937,\n        50938,\n        1275,\n        50940,\n        50941,\n        50942,\n        50934\n      ],\n      \"description\": \"Adidas is a global sportswear and footwear brand known for its iconic three-stripe logo. Founded in Germany in 1949 by Adolf Dassler, the company has grown to become one of the world's leading sports brands.\\n\\nAdidas offers a wide range of products, including athletic shoes, apparel, and accessories for various sports and activities. The brand is renowned for its innovative designs, quality craftsmanship, and commitment to performance and style.\",\n      \"active\": true\n    },\n    {\n      \"uid\": 11,\n      \"_custom_json\": {},\n      \"_locale_language\": {},\n      \"brand_banner_portrait_url\": \"/x5/brands/pictures/portrait-banner/original/weiWCKkh--Portrait-Banner.jpeg\",\n      \"brand_banner_url\": \"/x5/brands/pictures/landscape-banner/original/vuIR7wST0-Landsacpe-Banner.png\",\n      \"brand_logo_url\": \"/x5/brands/pictures/square-logo/original/kUlMSfvA0-Logo.jpeg\",\n      \"created_on\": \"2022-12-14T17:10:19.180000\",\n      \"last_updated\": \"2023-07-13T09:38:40.285000\",\n      \"name\": \"Sika\",\n      \"priority\": 100,\n      \"slug_key\": \"mika\",\n      \"is_active\": true,\n      \"departments\": [\n        1,\n        1634,\n        3,\n        67,\n        35,\n        4,\n        2852,\n        1608,\n        29284,\n        5957,\n        16,\n        5296,\n        1525,\n        1661,\n        1566\n      ],\n      \"active\": true\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": false,\n    \"has_previous\": false,\n    \"item_total\": 1,\n    \"total\": 1,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "2d4e6047-c1d2-441e-8a53-094164c3e460",
            "name": "updateAppBrand | Update sales channel brand",
            "request": {
              "name": "updateAppBrand | Update sales channel brand",
              "description": {
                "content": "Modify data associated to the brand for that particular sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "brand",
                  ":brand_uid"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<integer>",
                    "key": "brand_uid",
                    "description": "(Required) A `brand id` is a unique identifier for a particular brand."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PATCH",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"_custom_json\": {\n    \"labore_bee\": 20833929.298426628,\n    \"Excepteur5\": -64668971.41318286\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "a7f89e67-0420-4824-85d8-d3515531a31b",
                "name": "Returns a success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "brand",
                      ":brand_uid"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "brand_uid",
                        "description": "(Required) A `brand id` is a unique identifier for a particular brand."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"_custom_json\": {\n    \"sample_key1\": \"Sample Value 1\",\n    \"sample_key2\": \"Sample Value 2\",\n    \"sample_key3\": \"Sample Value 3\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "8e7d7cc2-b010-4517-9df9-df75e3718e07",
            "name": "getApplicationBrands | List brands",
            "request": {
              "name": "getApplicationBrands | List brands",
              "description": {
                "content": "List all the brands.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "brands"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "department",
                    "value": "<string>",
                    "description": "The name of the department. Use this parameter to filter products by a particular department. See below the list of available departments. You can retrieve available departments from the \"v1.0/departments/\" API"
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The page number to navigate through the given set of results"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "12",
                    "description": "Number of items to retrieve in each page. Default is 12."
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Search query with brand name. Use this parameter to search brands by  brand name."
                  },
                  {
                    "disabled": false,
                    "key": "brand_id",
                    "value": "<integer>",
                    "description": "Helps to sort the brands list on the basis of uid list."
                  },
                  {
                    "disabled": false,
                    "key": "brand_id",
                    "value": "<integer>",
                    "description": "Helps to sort the brands list on the basis of uid list."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "df58c611-543b-4286-949e-b2d1fd186ba8",
                "name": "List of Brands.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "brands"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "department",
                        "value": "kids"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "1"
                      },
                      {
                        "key": "q",
                        "value": "test"
                      },
                      {
                        "key": "brand_id",
                        "value": "2"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"action\": {\n        \"page\": {\n          \"query\": {\n            \"brand\": [\n              \"Hess-Inc\"\n            ]\n          },\n          \"type\": \"products\"\n        },\n        \"type\": \"page\"\n      },\n      \"banners\": {\n        \"portrait\": {\n          \"type\": \"image\",\n          \"url\": \"https://hdn-1.fynd.com/media/banner_portrait/brand/original/12537_9cdfc6835e814b0986ee1643d38cf6cd.png\"\n        }\n      },\n      \"en_name\": \"Barry, Jennings and Larson\",\n      \"logo\": {\n        \"type\": \"image\",\n        \"url\": \"https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg\"\n      },\n      \"name\": \"Barry, Jennings and Larson\",\n      \"slug\": \"Hess-Inc\",\n      \"uid\": 1\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": false,\n    \"has_previous\": false,\n    \"item_total\": 1,\n    \"total\": 1,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "40d65625-2a34-4dff-bf01-8d5399944b4c",
            "name": "getCategories | List categories",
            "request": {
              "name": "getCategories | List categories",
              "description": {
                "content": "Retrieve a list of categories associated to company and sales channel. user can filter on departments.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "categories"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "department",
                    "value": "<string>",
                    "description": "The name of the department. Use this parameter to filter products by a particular department. See below the list of available departments. You can retrieve available departments from the \"v1.0/departments/\" API"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "1efb34c9-1fcb-4db2-b0e6-906074e45c9e",
                "name": "List of Categories.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "categories"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "department",
                        "value": "kids"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"data\": [\n    {\n      \"department\": \"Cody-Doyle\",\n      \"items\": [\n        {\n          \"_custom_json\": {},\n          \"action\": {\n            \"query\": {\n              \"department\": [\n                \"Jaime-Chambers\"\n              ],\n              \"l1_category\": [\n                \"Janet-Parker\"\n              ]\n            },\n            \"type\": \"category\",\n            \"url\": \"https://api.addsale.com/platform/content/v1/products/?l1_category=Janet-Parker&department=Jaime-Chambers\"\n          },\n          \"childs\": [\n            {\n              \"_custom_json\": {},\n              \"action\": {\n                \"query\": {\n                  \"department\": [\n                    \"Jaime-Chambers\"\n                  ],\n                  \"l2_category\": [\n                    \"Hannah-Lawson\"\n                  ]\n                },\n                \"type\": \"category\",\n                \"url\": \"https://api.addsale.com/platform/content/v1/products/?l2_category=Hannah-Lawson&department=Jaime-Chambers\"\n              },\n              \"childs\": [\n                {\n                  \"_custom_json\": {},\n                  \"action\": {\n                    \"query\": {\n                      \"category\": [\n                        \"Logan-Black\"\n                      ],\n                      \"department\": [\n                        \"Jaime-Chambers\"\n                      ]\n                    },\n                    \"type\": \"category\",\n                    \"url\": \"https://api.addsale.com/platform/content/v1/products/?category=Logan-Black&department=Jaime-Chambers\"\n                  },\n                  \"childs\": [],\n                  \"image\": {\n                    \"aspect_ratio\": \"13:20\",\n                    \"aspect_ratio_f\": 0.65,\n                    \"url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/banner_portrait/category/resize-w:130,h:200/12064_e69e1d8b5e934d3488f0dc8663d8a158.jpg\"\n                  },\n                  \"name\": \"Logan Black\",\n                  \"slug\": \"Logan-Black\",\n                  \"uid\": 3\n                }\n              ],\n              \"image\": {\n                \"aspect_ratio\": \"13:20\",\n                \"aspect_ratio_f\": 0.65,\n                \"url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/banner_portrait/category/resize-w:130,h:200/12064_e69e1d8b5e934d3488f0dc8663d8a158.jpg\"\n              },\n              \"name\": \"Hannah Lawson\",\n              \"slug\": \"Hannah-Lawson\",\n              \"uid\": 2\n            }\n          ],\n          \"image\": {\n            \"aspect_ratio\": \"13:20\",\n            \"aspect_ratio_f\": 0.65,\n            \"url\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/banner_portrait/category/resize-w:130,h:200/12064_e69e1d8b5e934d3488f0dc8663d8a158.jpg\"\n          },\n          \"name\": \"Janet Parker\",\n          \"slug\": \"Janet-Parker\",\n          \"uid\": 1\n        }\n      ]\n    }\n  ],\n  \"departments\": [\n    {\n      \"slug\": \"Cody-Doyle\",\n      \"uid\": 1\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "ca617965-82de-4427-92fa-3a84d08dcbcf",
            "name": "getApplicationCategoryListing | List sales channel categories",
            "request": {
              "name": "getApplicationCategoryListing | List sales channel categories",
              "description": {
                "content": "Retrieve category listings related to the sales channel , with the ability to filter results based on department ,category names etc.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "category"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "department_id",
                    "value": "<integer>",
                    "description": "A `department_id` is a unique identifier for a particular department."
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The page number to navigate through the given set of results"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "12",
                    "description": "Number of items to retrieve in each page. Default is 12."
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "A search query string. Use this parameter to filter results based on a keyword or specific value."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "64491565-010d-44e6-8e18-fc2832b48560",
                "name": "List of Categories.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "category"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "department_id",
                        "value": "1"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "1"
                      },
                      {
                        "key": "q",
                        "value": "test"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"action\": {\n        \"page\": {\n          \"query\": {\n            \"brand\": [\n              \"Hess-Inc\"\n            ]\n          },\n          \"type\": \"products\"\n        },\n        \"type\": \"page\"\n      },\n      \"banners\": {\n        \"portrait\": {\n          \"type\": \"image\",\n          \"url\": \"https://hdn-1.fynd.com/media/banner_portrait/brand/original/12537_9cdfc6835e814b0986ee1643d38cf6cd.png\"\n        }\n      },\n      \"en_name\": \"Barry, Jennings and Larson\",\n      \"logo\": {\n        \"type\": \"image\",\n        \"url\": \"https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg\"\n      },\n      \"name\": \"Barry, Jennings and Larson\",\n      \"slug\": \"Hess-Inc\",\n      \"uid\": 1\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": false,\n    \"has_previous\": false,\n    \"item_total\": 1,\n    \"total\": 1,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e1e60eab-2760-47e9-88bc-f7d0c921c668",
            "name": "updateAppCategory | Update sales channel category",
            "request": {
              "name": "updateAppCategory | Update sales channel category",
              "description": {
                "content": "Modify category data related to the sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "category",
                  ":category_uid"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "category_uid",
                    "description": "(Required) A `category id` is a unique identifier for a particular category."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PATCH",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"_custom_json\": {\n    \"velit__97\": 82589557,\n    \"Duis_3\": false,\n    \"ea_2da\": 58771530,\n    \"nisid\": 78627942\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "089c345d-9954-42b8-9073-59159cd69a4e",
                "name": "Returns a success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "category",
                      ":category_uid"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "category_uid",
                        "description": "(Required) A `category id` is a unique identifier for a particular category."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"_custom_json\": {\n    \"sample_key_1\": \"Sample Value 1\",\n    \"sample_key_2\": \"Sample Value 2\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5ca7a6b3-945a-4cd4-b6be-5309f6747e40",
            "name": "getAllCollections | List collections",
            "request": {
              "name": "getAllCollections | List collections",
              "description": {
                "content": "Retrieve all collections based on criteria such as collection name, schedule status, and active status.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "collections",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Get collection list filtered by q string,"
                  },
                  {
                    "disabled": false,
                    "key": "schedule_status",
                    "value": "<string>",
                    "description": "Get collection list filtered by scheduled status,"
                  },
                  {
                    "disabled": false,
                    "key": "type",
                    "value": "<string>",
                    "description": "Type of the collections"
                  },
                  {
                    "disabled": false,
                    "key": "tags",
                    "value": "<string>",
                    "description": "Each response will contain next_id param, which should be sent back to make pagination work."
                  },
                  {
                    "disabled": false,
                    "key": "tags",
                    "value": "<string>",
                    "description": "Each response will contain next_id param, which should be sent back to make pagination work."
                  },
                  {
                    "disabled": false,
                    "key": "is_active",
                    "value": "<boolean>",
                    "description": "Get collections filtered by active status."
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The page number to navigate through the given set of results."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<integer>",
                    "description": "Number of items to retrieve in each page. Default is 12."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "40ac4f2e-d43c-4ec0-b981-9ff93adf9dff",
                "name": "List of collections.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "collections",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "q",
                        "value": "test"
                      },
                      {
                        "key": "schedule_status",
                        "value": "live"
                      },
                      {
                        "key": "type",
                        "value": "query"
                      },
                      {
                        "key": "tags",
                        "value": "Test Collection 123"
                      },
                      {
                        "key": "is_active",
                        "value": "true"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "1"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"filters\": {\n    \"tags\": [\n      {\n        \"display\": \"1+\",\n        \"is_selected\": false,\n        \"name\": \"1+\"\n      },\n      {\n        \"display\": \"aa\",\n        \"is_selected\": false,\n        \"name\": \"aa\"\n      },\n      {\n        \"display\": \"asd\",\n        \"is_selected\": false,\n        \"name\": \"asd\"\n      },\n      {\n        \"display\": \"dda\",\n        \"is_selected\": false,\n        \"name\": \"dda\"\n      },\n      {\n        \"display\": \"fahim\",\n        \"is_selected\": false,\n        \"name\": \"fahim\"\n      },\n      {\n        \"display\": \"gfg\",\n        \"is_selected\": false,\n        \"name\": \"gfg\"\n      },\n      {\n        \"display\": \"sakri\",\n        \"is_selected\": false,\n        \"name\": \"sakri\"\n      },\n      {\n        \"display\": \"sdsadas\",\n        \"is_selected\": false,\n        \"name\": \"sdsadas\"\n      },\n      {\n        \"display\": \"uuy\",\n        \"is_selected\": false,\n        \"name\": \"uuy\"\n      }\n    ],\n    \"type\": [\n      {\n        \"display\": \"items\",\n        \"is_selected\": false,\n        \"name\": \"items\"\n      },\n      {\n        \"display\": \"query\",\n        \"is_selected\": false,\n        \"name\": \"query\"\n      }\n    ]\n  },\n  \"items\": [\n    {\n      \"_custom_json\": {},\n      \"_locale_language\": {},\n      \"_schedule\": {\n        \"end\": null,\n        \"next_schedule\": [\n          {\n            \"end\": null,\n            \"start\": \"2021-03-04T15:35:13.640Z\"\n          }\n        ],\n        \"start\": \"2021-03-04T15:35:13.640Z\"\n      },\n      \"action\": {\n        \"page\": {\n          \"query\": {\n            \"collection\": [\n              \"test1\"\n            ]\n          },\n          \"type\": \"collection\"\n        },\n        \"type\": \"page\"\n      },\n      \"allow_facets\": true,\n      \"allow_sort\": true,\n      \"badge\": {\n        \"color\": \"#ffffff\",\n        \"text\": \"\"\n      },\n      \"banners\": {\n        \"landscape\": {\n          \"type\": \"image\",\n          \"url\": \"https://hdn-1.addsale.com/x0/company/1/applications/000000000000000000000001/collections/pictures/landscape-banner/original/3jSEzw9CN-1601465376892.jpeg\"\n        },\n        \"portrait\": {\n          \"type\": \"image\",\n          \"url\": \"https://hdn-1.addsale.com/x0/company/1/applications/000000000000000000000001/collections/pictures/portrait-banner/original/mP6OnINGR-1601466767814.jpeg\"\n        }\n      },\n      \"description\": \"this is description\",\n      \"is_active\": true,\n      \"logo\": {\n        \"type\": \"image\",\n        \"url\": \"https://hdn-1.addsale.com/x0/company/1/applications/000000000000000000000001/collections/pictures/square-logo/original/y_-XUYXwx-1602326103322.jpeg\"\n      },\n      \"meta\": {},\n      \"name\": \"test1\",\n      \"published\": true,\n      \"query\": [],\n      \"slug\": \"test1\",\n      \"sort_on\": \"price_asc\",\n      \"tags\": [],\n      \"type\": \"query\",\n      \"uid\": \"6040fed076d8a500011ef829\",\n      \"visible_facets_keys\": []\n    },\n    {\n      \"_custom_json\": {},\n      \"_locale_language\": {},\n      \"_schedule\": {\n        \"end\": null,\n        \"next_schedule\": [\n          {\n            \"end\": null,\n            \"start\": \"2021-03-04T09:33:53.686Z\"\n          }\n        ],\n        \"start\": \"2021-03-04T09:33:53.686Z\"\n      },\n      \"action\": {\n        \"page\": {\n          \"query\": {\n            \"collection\": [\n              \"newapiplaform\"\n            ]\n          },\n          \"type\": \"collection\"\n        },\n        \"type\": \"page\"\n      },\n      \"allow_facets\": true,\n      \"allow_sort\": true,\n      \"badge\": {\n        \"color\": \"#aa2727\",\n        \"text\": \"\"\n      },\n      \"banners\": {\n        \"landscape\": {\n          \"type\": \"image\",\n          \"url\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1588857999/production/applications/app_000000000000000000000001/media/collection/landscape/avm7xibo2jgk8glc4bwl.png\"\n        },\n        \"portrait\": {\n          \"type\": \"image\",\n          \"url\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1588858137/production/applications/app_000000000000000000000001/media/collection/portrait/xzuftshmmw4yuwzb12pm.png\"\n        }\n      },\n      \"description\": \"sadasd\",\n      \"is_active\": true,\n      \"logo\": {\n        \"type\": \"image\",\n        \"url\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1588857854/production/applications/app_000000000000000000000001/media/collection/logo/w9ns7nfgv7fk45xqrpoh.png\"\n      },\n      \"meta\": {},\n      \"name\": \"newapiplaform\",\n      \"published\": true,\n      \"query\": [\n        {\n          \"attribute\": \"catalogue\",\n          \"op\": \"in\",\n          \"value\": []\n        }\n      ],\n      \"slug\": \"newapiplaform\",\n      \"sort_on\": \"popular\",\n      \"tags\": [\n        \"sdsadas\",\n        \"asd\"\n      ],\n      \"type\": \"items\",\n      \"uid\": \"6040a9b250f97e0001886294\",\n      \"visible_facets_keys\": []\n    },\n    {\n      \"_custom_json\": {},\n      \"_locale_language\": {},\n      \"_schedule\": {\n        \"end\": null,\n        \"next_schedule\": [\n          {\n            \"end\": null,\n            \"start\": \"2021-03-03T10:45:40.544Z\"\n          }\n        ],\n        \"start\": \"2021-03-03T10:45:40.544Z\"\n      },\n      \"action\": {\n        \"page\": {\n          \"query\": {\n            \"collection\": [\n              \"old\"\n            ]\n          },\n          \"type\": \"collection\"\n        },\n        \"type\": \"page\"\n      },\n      \"allow_facets\": true,\n      \"allow_sort\": true,\n      \"badge\": {\n        \"color\": \"#ffffff\",\n        \"text\": \"\"\n      },\n      \"banners\": {\n        \"landscape\": {\n          \"type\": \"image\",\n          \"url\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1588857999/production/applications/app_000000000000000000000001/media/collection/landscape/avm7xibo2jgk8glc4bwl.png\"\n        },\n        \"portrait\": {\n          \"type\": \"image\",\n          \"url\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1588858137/production/applications/app_000000000000000000000001/media/collection/portrait/xzuftshmmw4yuwzb12pm.png\"\n        }\n      },\n      \"description\": \"\",\n      \"is_active\": true,\n      \"logo\": {\n        \"type\": \"image\",\n        \"url\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1588857854/production/applications/app_000000000000000000000001/media/collection/logo/w9ns7nfgv7fk45xqrpoh.png\"\n      },\n      \"meta\": {},\n      \"name\": \"new\",\n      \"published\": true,\n      \"query\": [],\n      \"slug\": \"old\",\n      \"sort_on\": \"popular\",\n      \"tags\": [],\n      \"type\": \"query\",\n      \"uid\": \"603f68fd953a69000145dc92\",\n      \"visible_facets_keys\": []\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": true,\n    \"has_previous\": false,\n    \"item_total\": 190,\n    \"size\": 19,\n    \"type\": \"collection\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "eda0f055-3794-4471-b5c5-fad6075f1241",
            "name": "createCollection | Create a collection",
            "request": {
              "name": "createCollection | Create a collection",
              "description": {
                "content": "Create a collection for a sales channel linked to a company.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "collections",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Get collection list filtered by q string,"
                  },
                  {
                    "disabled": false,
                    "key": "schedule_status",
                    "value": "<string>",
                    "description": "Get collection list filtered by scheduled status,"
                  },
                  {
                    "disabled": false,
                    "key": "type",
                    "value": "<string>",
                    "description": "Type of the collections"
                  },
                  {
                    "disabled": false,
                    "key": "tags",
                    "value": "<string>",
                    "description": "Each response will contain next_id param, which should be sent back to make pagination work."
                  },
                  {
                    "disabled": false,
                    "key": "tags",
                    "value": "<string>",
                    "description": "Each response will contain next_id param, which should be sent back to make pagination work."
                  },
                  {
                    "disabled": false,
                    "key": "is_active",
                    "value": "<boolean>",
                    "description": "Get collections filtered by active status."
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The page number to navigate through the given set of results."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<integer>",
                    "description": "Number of items to retrieve in each page. Default is 12."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"app_id\": \"<string>\",\n  \"banners\": {\n    \"landscape\": {\n      \"aspect_ratio\": \"<string>\",\n      \"url\": \"<string>\"\n    },\n    \"portrait\": {\n      \"aspect_ratio\": \"<string>\",\n      \"url\": \"<string>\"\n    }\n  },\n  \"logo\": {\n    \"aspect_ratio\": \"<string>\",\n    \"url\": \"<string>\"\n  },\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"type\": \"<string>\",\n  \"_custom_json\": {},\n  \"_locale_language\": {},\n  \"_schedule\": {\n    \"cron\": \"<string>\",\n    \"duration\": \"<integer>\",\n    \"end\": \"<dateTime>\",\n    \"next_schedule\": [\n      {\n        \"start\": \"<string>\",\n        \"end\": \"<string>\"\n      },\n      {\n        \"start\": \"<string>\",\n        \"end\": \"<string>\"\n      }\n    ],\n    \"start\": \"<dateTime>\"\n  },\n  \"allow_facets\": true,\n  \"allow_sort\": true,\n  \"badge\": {\n    \"color\": \"<string>\",\n    \"text\": \"<string>\"\n  },\n  \"created_by\": {\n    \"first_name\": \"<string>\",\n    \"primary_mobile_number\": \"<string>\",\n    \"user_id\": \"<string>\",\n    \"user_type\": \"<string>\",\n    \"primary_email\": \"<string>\",\n    \"gender\": \"<string>\",\n    \"last_name\": \"<string>\"\n  },\n  \"description\": \"<string>\",\n  \"is_active\": true,\n  \"is_visible\": true,\n  \"meta\": {},\n  \"modified_by\": {\n    \"first_name\": \"<string>\",\n    \"primary_mobile_number\": \"<string>\",\n    \"user_id\": \"<string>\",\n    \"user_type\": \"<string>\",\n    \"primary_email\": \"<string>\",\n    \"gender\": \"<string>\",\n    \"last_name\": \"<string>\"\n  },\n  \"priority\": 99999,\n  \"published\": true,\n  \"seo\": {\n    \"description\": \"<string>\",\n    \"title\": \"<string>\",\n    \"sitemap\": {\n      \"voluptate_8\": 84526206,\n      \"ad__5b\": -92290280.41092913\n    },\n    \"breadcrumbs\": [\n      {\n        \"url\": \"<string>\",\n        \"action\": {\n          \"type\": \"<string>\",\n          \"page\": {\n            \"consecteturb41\": \"minim irure Lorem\"\n          }\n        }\n      },\n      {\n        \"url\": \"<string>\",\n        \"action\": {\n          \"type\": \"<string>\",\n          \"page\": {\n            \"tempor6d\": true,\n            \"quis8_\": 43802180\n          }\n        }\n      }\n    ],\n    \"meta_tags\": [\n      {\n        \"title\": \"<string>\",\n        \"items\": [\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        ]\n      },\n      {\n        \"title\": \"<string>\",\n        \"items\": [\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        ]\n      }\n    ],\n    \"canonical_url\": \"<string>\"\n  },\n  \"sort_on\": \"popular\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "764712df-ae83-4b00-b7da-5064ce2e73f5",
                "name": "List of all the collections including the one you added. ",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "collections",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "q",
                        "value": "test"
                      },
                      {
                        "key": "schedule_status",
                        "value": "live"
                      },
                      {
                        "key": "type",
                        "value": "query"
                      },
                      {
                        "key": "tags",
                        "value": "Test Collection 123"
                      },
                      {
                        "key": "is_active",
                        "value": "true"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "1"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"app_id\": \"<string>\",\n  \"banners\": {\n    \"landscape\": {\n      \"aspect_ratio\": \"<string>\",\n      \"url\": \"<string>\"\n    },\n    \"portrait\": {\n      \"aspect_ratio\": \"<string>\",\n      \"url\": \"<string>\"\n    }\n  },\n  \"logo\": {\n    \"aspect_ratio\": \"<string>\",\n    \"url\": \"<string>\"\n  },\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"type\": \"<string>\",\n  \"_custom_json\": {},\n  \"_locale_language\": {},\n  \"_schedule\": {\n    \"cron\": \"<string>\",\n    \"duration\": \"<integer>\",\n    \"end\": \"<dateTime>\",\n    \"next_schedule\": [\n      {\n        \"start\": \"<string>\",\n        \"end\": \"<string>\"\n      },\n      {\n        \"start\": \"<string>\",\n        \"end\": \"<string>\"\n      }\n    ],\n    \"start\": \"<dateTime>\"\n  },\n  \"allow_facets\": true,\n  \"allow_sort\": true,\n  \"badge\": {\n    \"color\": \"<string>\",\n    \"text\": \"<string>\",\n    \"consectetur_ae7\": false,\n    \"aliquip__9_\": 75982065\n  },\n  \"created_by\": {\n    \"first_name\": \"<string>\",\n    \"primary_mobile_number\": \"<string>\",\n    \"user_id\": \"<string>\",\n    \"user_type\": \"<string>\",\n    \"primary_email\": \"<string>\",\n    \"gender\": \"<string>\",\n    \"last_name\": \"<string>\"\n  },\n  \"description\": \"<string>\",\n  \"is_active\": true,\n  \"is_visible\": true,\n  \"meta\": {},\n  \"modified_by\": {\n    \"first_name\": \"<string>\",\n    \"primary_mobile_number\": \"<string>\",\n    \"user_id\": \"<string>\",\n    \"user_type\": \"<string>\",\n    \"primary_email\": \"<string>\",\n    \"gender\": \"<string>\",\n    \"last_name\": \"<string>\"\n  },\n  \"priority\": 99999,\n  \"published\": true,\n  \"seo\": {\n    \"description\": \"<string>\",\n    \"title\": \"<string>\",\n    \"sitemap\": {\n      \"irured\": \"Ut consectetur laboris ullamco adipisicing\",\n      \"adipisicing_17b\": false\n    },\n    \"breadcrumbs\": [\n      {\n        \"url\": \"<string>\",\n        \"action\": {\n          \"type\": \"<string>\",\n          \"page\": {\n            \"irurea\": 90897511.7359544,\n            \"seda\": -85036356,\n            \"ad__f\": \"labore pariatur qui\"\n          }\n        }\n      },\n      {\n        \"url\": \"<string>\",\n        \"action\": {\n          \"type\": \"<string>\",\n          \"page\": {\n            \"qui_2e3\": \"anim tempor amet\"\n          }\n        }\n      }\n    ],\n    \"meta_tags\": [\n      {\n        \"title\": \"<string>\",\n        \"items\": [\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        ]\n      },\n      {\n        \"title\": \"<string>\",\n        \"items\": [\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        ]\n      }\n    ],\n    \"canonical_url\": \"<string>\"\n  },\n  \"sort_on\": \"popular\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_custom_json\": {},\n  \"_locale_language\": {},\n  \"_schedule\": {\n    \"end\": null,\n    \"next_schedule\": [\n      {\n        \"end\": null,\n        \"start\": \"2021-03-15T12:51:21.333000+00:00Z\"\n      }\n    ],\n    \"start\": \"2021-03-15T12:51:21.333000+00:00Z\"\n  },\n  \"action\": {\n    \"page\": {\n      \"query\": {\n        \"collection\": [\n          \"new\"\n        ]\n      },\n      \"type\": \"collection\"\n    },\n    \"type\": \"page\"\n  },\n  \"allow_facets\": true,\n  \"allow_sort\": true,\n  \"badge\": {\n    \"color\": \"#ffffff\",\n    \"text\": \"\"\n  },\n  \"banners\": {\n    \"landscape\": {\n      \"type\": \"image\",\n      \"url\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1588857999/production/applications/app_000000000000000000000001/media/collection/landscape/avm7xibo2jgk8glc4bwl.png\"\n    },\n    \"portrait\": {\n      \"type\": \"image\",\n      \"url\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1588858137/production/applications/app_000000000000000000000001/media/collection/portrait/xzuftshmmw4yuwzb12pm.png\"\n    }\n  },\n  \"description\": \"\",\n  \"is_active\": true,\n  \"logo\": {\n    \"type\": \"image\",\n    \"url\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1588857854/production/applications/app_000000000000000000000001/media/collection/logo/w9ns7nfgv7fk45xqrpoh.png\"\n  },\n  \"meta\": {},\n  \"name\": \"New\",\n  \"published\": true,\n  \"query\": [],\n  \"seo\": {\n    \"description\": \"Test description\",\n    \"title\": \"Test\"\n  },\n  \"slug\": \"new\",\n  \"sort_on\": \"depth_desc\",\n  \"tags\": [],\n  \"type\": \"query\",\n  \"uid\": \"604f585a7051e30001173ac1\",\n  \"visible_facets_keys\": []\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b819c933-af4f-4afd-b90f-b07e387b7fa0",
            "name": "getQueryFilters | Get collection query filters",
            "request": {
              "name": "getQueryFilters | Get collection query filters",
              "description": {
                "content": "Retrieve query filters to configure a collection for a company and a sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "collections",
                  "query-options",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "f36fc27e-6521-486b-9c2c-e21158bd1133",
                "name": "The attached items of an collection.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "collections",
                      "query-options",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"filters\": [\n    {\n      \"key\": {\n        \"display\": \"Department\",\n        \"name\": \"department\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/default-assets/original/department.png\",\n        \"operators\": [\n          \"in\",\n          \"nin\"\n        ]\n      },\n      \"values\": [\n        {\n          \"display\": \"Home & Living\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"home--living\",\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/department/pictures/square-logo/original/SqBYEE2EC-department.png\"\n          }\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Category\",\n        \"name\": \"category\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/default-assets/original/category.png\",\n        \"operators\": [\n          \"in\",\n          \"nin\"\n        ]\n      },\n      \"values\": [\n        {\n          \"display\": \"Trays\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"trays\",\n          \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/category/pictures/square-logo/original/23WorwgTZ-logo.jpeg\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Size\",\n        \"name\": \"sizes\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/default-assets/original/sizes.png\",\n        \"operators\": [\n          \"in\",\n          \"nin\"\n        ]\n      },\n      \"values\": [\n        {\n          \"display\": \"OS\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"OS\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Brand\",\n        \"name\": \"brand\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/default-assets/original/brand.png\",\n        \"operators\": [\n          \"in\",\n          \"nin\"\n        ]\n      },\n      \"values\": [\n        {\n          \"display\": \"Generic\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"generic\",\n          \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/brands/pictures/square-logo/original/BN0RxpkFB-Genericbrand_logo.png\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Image\",\n        \"name\": \"image_nature\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/default-assets/original/image-nature.png\",\n        \"operators\": [\n          \"in\",\n          \"nin\"\n        ]\n      },\n      \"values\": [\n        {\n          \"display\": \"Good Quality\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"standard\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Set\",\n        \"name\": \"is_set\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"\",\n        \"operators\": [\n          \"in\",\n          \"nin\"\n        ]\n      },\n      \"values\": [\n        {\n          \"display\": \"No\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"false\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Locations\",\n        \"name\": \"store_id_list\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/default-assets/original/store-id-list.png\",\n        \"operators\": [\n          \"in\",\n          \"nin\"\n        ]\n      },\n      \"values\": [\n        {\n          \"display\": \"ejeejej - HS-d693e\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"114235\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Category L1\",\n        \"name\": \"l1_category\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/default-assets/original/category.png\",\n        \"operators\": [\n          \"in\",\n          \"nin\"\n        ]\n      },\n      \"values\": [\n        {\n          \"display\": \"Tableware\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"tableware\",\n          \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/category/pictures/square-logo/original/23WorwgTZ-logo.jpeg\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Category L2\",\n        \"name\": \"l2_category\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/default-assets/original/category.png\",\n        \"operators\": [\n          \"in\",\n          \"nin\"\n        ]\n      },\n      \"values\": [\n        {\n          \"display\": \"Serveware\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"serveware\",\n          \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/category/pictures/square-logo/original/23WorwgTZ-logo.jpeg\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Water Resistant\",\n        \"name\": \"water-resistant\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"\",\n        \"operators\": [\n          \"in\",\n          \"nin\"\n        ]\n      },\n      \"values\": [\n        {\n          \"display\": \"Yes\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"Yes\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Break Resistant\",\n        \"name\": \"break-resistant\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"\",\n        \"operators\": [\n          \"in\",\n          \"nin\"\n        ]\n      },\n      \"values\": [\n        {\n          \"display\": \"Yes\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"Yes\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Rust Resistant\",\n        \"name\": \"rust-resistant\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"\",\n        \"operators\": [\n          \"in\",\n          \"nin\"\n        ]\n      },\n      \"values\": [\n        {\n          \"display\": \"Yes\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"Yes\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Net Quantity\",\n        \"name\": \"net-quantity\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"\",\n        \"operators\": [\n          \"in\",\n          \"nin\"\n        ]\n      },\n      \"values\": [\n        {\n          \"display\": \"10\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"10\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Season\",\n        \"name\": \"season\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"\",\n        \"operators\": [\n          \"in\",\n          \"nin\"\n        ]\n      },\n      \"values\": [\n        {\n          \"display\": \"winter\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"winter\"\n        }\n      ]\n    }\n  ],\n  \"sort_on\": [\n    {\n      \"display\": \"Latest Products\",\n      \"name\": \"Latest Products\",\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/default-assets/original/latest-products.png\",\n      \"value\": \"latest\",\n      \"is_selected\": true\n    },\n    {\n      \"display\": \"Popularity\",\n      \"name\": \"Popularity\",\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/default-assets/original/popular.png\",\n      \"value\": \"popular\",\n      \"is_selected\": false\n    },\n    {\n      \"display\": \"Price Low to High\",\n      \"name\": \"Price Low to High\",\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/default-assets/original/price-asc.png\",\n      \"value\": \"price_asc\",\n      \"is_selected\": false\n    },\n    {\n      \"display\": \"Price High to Low\",\n      \"name\": \"Price High to Low\",\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/default-assets/original/price-dsc.png\",\n      \"value\": \"price_dsc\",\n      \"is_selected\": false\n    },\n    {\n      \"display\": \"Discount Low to High\",\n      \"name\": \"Discount Low to High\",\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/default-assets/original/discount-asc.png\",\n      \"value\": \"discount_asc\",\n      \"is_selected\": false\n    },\n    {\n      \"display\": \"Discount High to Low\",\n      \"name\": \"Discount High to Low\",\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/default-assets/original/discount-dsc.png\",\n      \"value\": \"discount_dsc\",\n      \"is_selected\": false\n    },\n    {\n      \"display\": \"Rating\",\n      \"name\": \"Rating\",\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/default-assets/original/rating.png\",\n      \"value\": \"rating_dsc\",\n      \"is_selected\": false\n    },\n    {\n      \"display\": \"Size Depth (High to Low)\",\n      \"name\": \"Size Depth (High to Low)\",\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/default-assets/original/size-depth.png\",\n      \"value\": \"depth_desc\",\n      \"is_selected\": false\n    },\n    {\n      \"display\": \"Manual\",\n      \"name\": \"Manual\",\n      \"value\": \"manual\",\n      \"logo\": \"https://hdn-1.fynd.com/global/menu-icons/Size%20Depth.png\",\n      \"is_selected\": false\n    }\n  ],\n  \"operators\": {\n    \"btw\": \"Between\",\n    \"lte\": \"Less than Equals\",\n    \"gte\": \"Greater than Equals\",\n    \"gt\": \"Greater than\",\n    \"lt\": \"Less than\",\n    \"in\": \"Equal to\",\n    \"nin\": \"Not Equal to\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "1786edea-fb73-43ab-9c55-44e35a21d643",
            "name": "deleteCollection | Delete a collection",
            "request": {
              "name": "deleteCollection | Delete a collection",
              "description": {
                "content": "Delete a collection by it's id. Returns an object that tells whether the collection was deleted successfully",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "collections",
                  ":id",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) A `id` is a unique identifier of a collection."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "49aa7be4-aa85-4dfc-bbfd-40a52618243d",
                "name": "Status object. Tells whether the operation was successful.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "collections",
                      ":id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) A `id` is a unique identifier of a collection."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Collection Deleted\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "65b459ef-5790-4705-a03d-baabece7f9a6",
            "name": "updateCollection | Update a collection",
            "request": {
              "name": "updateCollection | Update a collection",
              "description": {
                "content": "Update a collection by it's id. On successful request, returns the updated collection",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "collections",
                  ":id",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) A `id` is a unique identifier of a collection."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"_custom_json\": {\n    \"sed___d\": \"dolor nostrud pariatur\"\n  },\n  \"_locale_language\": {\n    \"Excepteur81e\": 67977676.9356404,\n    \"cupidatat_a78\": 11498489,\n    \"non9da\": true\n  },\n  \"_schedule\": {\n    \"cron\": \"<string>\",\n    \"duration\": \"<integer>\",\n    \"end\": \"<dateTime>\",\n    \"next_schedule\": [\n      {\n        \"start\": \"<string>\",\n        \"end\": \"<string>\"\n      },\n      {\n        \"start\": \"<string>\",\n        \"end\": \"<string>\"\n      }\n    ],\n    \"start\": \"<dateTime>\"\n  },\n  \"allow_facets\": \"<boolean>\",\n  \"allow_sort\": \"<boolean>\",\n  \"badge\": {\n    \"color\": \"<string>\",\n    \"text\": \"<string>\",\n    \"ind_\": true,\n    \"cillum689\": \"irure ea sint officia ex\"\n  },\n  \"banners\": {\n    \"landscape\": {\n      \"aspect_ratio\": \"<string>\",\n      \"url\": \"<string>\"\n    },\n    \"portrait\": {\n      \"aspect_ratio\": \"<string>\",\n      \"url\": \"<string>\"\n    }\n  },\n  \"description\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"is_visible\": \"<boolean>\",\n  \"logo\": {\n    \"aspect_ratio\": \"<string>\",\n    \"url\": \"<string>\"\n  },\n  \"meta\": {\n    \"Excepteura7\": \"Lorem et sit ipsum\"\n  },\n  \"modified_by\": {\n    \"first_name\": \"<string>\",\n    \"primary_mobile_number\": \"<string>\",\n    \"user_id\": \"<string>\",\n    \"user_type\": \"<string>\",\n    \"primary_email\": \"<string>\",\n    \"gender\": \"<string>\",\n    \"last_name\": \"<string>\"\n  },\n  \"name\": \"<string>\",\n  \"priority\": \"<integer>\",\n  \"published\": \"<boolean>\",\n  \"query\": [\n    {\n      \"attribute\": \"<string>\",\n      \"op\": \"<string>\",\n      \"value\": []\n    },\n    {\n      \"attribute\": \"<string>\",\n      \"op\": \"<string>\",\n      \"value\": []\n    }\n  ],\n  \"seo\": {\n    \"description\": \"<string>\",\n    \"title\": \"<string>\",\n    \"sitemap\": {\n      \"priority\": \"<number>\",\n      \"frequency\": \"<string>\"\n    },\n    \"breadcrumbs\": [\n      {\n        \"url\": \"<string>\",\n        \"action\": {\n          \"type\": \"<string>\",\n          \"page\": {\n            \"params\": {\n              \"ipsum_960\": 51061409.30302185,\n              \"eiusmod9a9\": 60171478.81797591\n            },\n            \"query\": {\n              \"brand\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"type\": \"<string>\",\n            \"url\": \"<uri>\"\n          }\n        }\n      },\n      {\n        \"url\": \"<string>\",\n        \"action\": {\n          \"type\": \"<string>\",\n          \"page\": {\n            \"params\": {\n              \"do7\": 58776692.92035797\n            },\n            \"query\": {\n              \"brand\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"type\": \"<string>\",\n            \"url\": \"<uri>\"\n          }\n        }\n      }\n    ],\n    \"meta_tags\": [\n      {\n        \"title\": \"<string>\",\n        \"items\": [\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        ]\n      },\n      {\n        \"title\": \"<string>\",\n        \"items\": [\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        ]\n      }\n    ],\n    \"canonical_url\": \"<string>\"\n  },\n  \"slug\": \"<string>\",\n  \"sort_on\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"type\": \"<string>\",\n  \"visible_facets_keys\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "9d894e84-a39d-4c5d-88c3-5657b57bfd1d",
                "name": "The Collection object.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "collections",
                      ":id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) A `id` is a unique identifier of a collection."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"test231\",\n  \"priority\": 22,\n  \"description\": \"test test updated\",\n  \"badge\": {\n    \"color\": \"#ffffff\",\n    \"text\": \"test\"\n  },\n  \"tags\": [\n    \"test\"\n  ],\n  \"slug\": \"test231\",\n  \"is_visible\": true,\n  \"logo\": {\n    \"aspect_ratio\": \"1:1\",\n    \"url\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1588857854/production/applications/app_000000000000000000000001/media/collection/logo/w9ns7nfgv7fk45xqrpoh.png\",\n    \"secure_url\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1588857854/production/applications/app_000000000000000000000001/media/collection/logo/w9ns7nfgv7fk45xqrpoh.png\"\n  },\n  \"banners\": {\n    \"portrait\": {\n      \"aspect_ratio\": \"13:20\",\n      \"url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/products/pictures/item/free/original/0pAMeL15y-collection-landscape-banner.jpeg\",\n      \"secure_url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/products/pictures/item/free/original/0pAMeL15y-collection-landscape-banner.jpeg\"\n    },\n    \"landscape\": {\n      \"aspect_ratio\": \"27:20\",\n      \"url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/products/pictures/item/free/original/y8xekj1pd-collection-landscape-banner.jpeg\",\n      \"secure_url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/products/pictures/item/free/original/y8xekj1pd-collection-landscape-banner.jpeg\"\n    }\n  },\n  \"_locale_language\": {},\n  \"_schedule\": {\n    \"next_schedule\": [],\n    \"end\": \"2024-10-31T18:30:00Z\",\n    \"cron\": \"11 * * * *\",\n    \"start\": \"2024-10-30T18:30:00Z\",\n    \"duration\": 60\n  },\n  \"sort_on\": \"latest\",\n  \"type\": \"query\",\n  \"is_active\": true,\n  \"seo\": {\n    \"title\": \"test\",\n    \"description\": \"test\",\n    \"breadcrumbs\": [\n      {\n        \"url\": \"https://ejeejej.hostx5.de/products/?brand=generic\",\n        \"action\": {\n          \"type\": \"page\",\n          \"page\": {\n            \"params\": {},\n            \"query\": {\n              \"brand\": [\n                \"generic\"\n              ]\n            },\n            \"type\": \"products\",\n            \"url\": \"/products/?brand=generic\"\n          }\n        }\n      }\n    ],\n    \"sitemap\": {\n      \"priority\": 0.5,\n      \"frequency\": \"never\"\n    },\n    \"meta_tags\": [\n      {\n        \"title\": \"test\",\n        \"items\": [\n          {\n            \"value\": \"test\",\n            \"key\": \"test\"\n          }\n        ]\n      }\n    ]\n  },\n  \"_custom_json\": {}\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_custom_json\": {},\n  \"_locale_language\": {},\n  \"_schedule\": {\n    \"end\": null,\n    \"next_schedule\": [\n      {\n        \"end\": null,\n        \"start\": \"2021-03-15T12:51:21.333000+00:00Z\"\n      }\n    ],\n    \"start\": \"2021-03-15T12:51:21.333000+00:00Z\"\n  },\n  \"action\": {\n    \"page\": {\n      \"query\": {\n        \"collection\": [\n          \"new\"\n        ]\n      },\n      \"type\": \"collection\"\n    },\n    \"type\": \"page\"\n  },\n  \"allow_facets\": true,\n  \"allow_sort\": true,\n  \"badge\": {\n    \"color\": \"#ffffff\",\n    \"text\": \"\"\n  },\n  \"banners\": {\n    \"landscape\": {\n      \"type\": \"image\",\n      \"url\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1588857999/production/applications/app_000000000000000000000001/media/collection/landscape/avm7xibo2jgk8glc4bwl.png\"\n    },\n    \"portrait\": {\n      \"type\": \"image\",\n      \"url\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1588858137/production/applications/app_000000000000000000000001/media/collection/portrait/xzuftshmmw4yuwzb12pm.png\"\n    }\n  },\n  \"description\": \"\",\n  \"is_active\": true,\n  \"logo\": {\n    \"type\": \"image\",\n    \"url\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1588857854/production/applications/app_000000000000000000000001/media/collection/logo/w9ns7nfgv7fk45xqrpoh.png\"\n  },\n  \"meta\": {},\n  \"name\": \"New\",\n  \"published\": true,\n  \"query\": {},\n  \"seo\": {\n    \"description\": \"Test description\",\n    \"title\": \"Test\"\n  },\n  \"slug\": \"new\",\n  \"sort_on\": \"depth_desc\",\n  \"tags\": [],\n  \"type\": \"query\",\n  \"uid\": \"604f585a7051e30001173ac1\",\n  \"visible_facets_keys\": []\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "0b24b1ce-3c1a-4ec5-92b4-ee3595dfda94",
            "name": "addCollectionItems | Create items in a collection",
            "request": {
              "name": "addCollectionItems | Create items in a collection",
              "description": {
                "content": "Adds items to a collection specified by its id",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "collections",
                  ":id",
                  "items",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) A `id` is a unique identifier of a collection."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"type\": \"<string>\",\n  \"allow_facets\": \"<boolean>\",\n  \"allow_sort\": \"<boolean>\",\n  \"items\": [\n    {\n      \"action\": \"<string>\",\n      \"item_id\": \"<integer>\",\n      \"priority\": \"<integer>\"\n    },\n    {\n      \"action\": \"<string>\",\n      \"item_id\": \"<integer>\",\n      \"priority\": \"<integer>\"\n    }\n  ],\n  \"query\": [\n    {\n      \"attribute\": \"<string>\",\n      \"op\": \"<string>\",\n      \"value\": []\n    },\n    {\n      \"attribute\": \"<string>\",\n      \"op\": \"<string>\",\n      \"value\": []\n    }\n  ],\n  \"visible_facets_keys\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "ef7c74a1-0d0f-46f1-81a5-7b8c2f20792d",
                "name": "Status object. Tells whether the operation was successful.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "collections",
                      ":id",
                      "items",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) A `id` is a unique identifier of a collection."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"type\": \"query\",\n  \"query\": [\n    {\n      \"attribute\": \"department\",\n      \"op\": \"in\",\n      \"value\": [\n        \"fashion\"\n      ]\n    }\n  ],\n  \"items\": [\n    {\n      \"item_id\": 7535066,\n      \"action\": \"add\",\n      \"priority\": 1\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"items updated\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "cefeb4c0-63bb-4bc3-8ba7-b0ae00a1f5a9",
            "name": "getCollectionItems | List items of collection",
            "request": {
              "name": "getCollectionItems | List items of collection",
              "description": {
                "content": "Get items from a collection specified by its collection_id with enhanced search capabilities.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "collections",
                  ":collection_id",
                  "items",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "The page number to navigate through the given set of results"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10",
                    "description": "Number of items to retrieve in each page. Default is 10."
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Query string to search collection items by substring match on item's name (case-insensitive) or exact item_code."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "collection_id",
                    "description": "(Required) A `collection_id` is a unique identifier of a collection."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "88bca0d4-aa78-4f97-ac52-fb91a142cef7",
                "name": "The items of a collection with simplified response structure.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "collections",
                      ":collection_id",
                      "items",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "q",
                        "value": "422"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "collection_id",
                        "description": "(Required) A `collection_id` is a unique identifier of a collection."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"name\": \"Running shoes\",\n      \"short_description\": \"Running shoes\",\n      \"medias\": [\n        {\n          \"type\": \"image\",\n          \"url\": \"https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg\"\n        }\n      ],\n      \"slug\": \"best-running-shoes-422-7500552\",\n      \"uid\": 7500552,\n      \"item_code\": \"522\",\n      \"item_type\": \"standard\"\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"type\": \"number\",\n    \"size\": 1,\n    \"has_previous\": false,\n    \"has_next\": false,\n    \"item_total\": 4\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "bdf5122d-b680-469d-88c7-42edf2e5f88a",
            "name": "getCollectionDetail | Get a collection",
            "request": {
              "name": "getCollectionDetail | Get a collection",
              "description": {
                "content": "Get the details of a collection by its slug.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "collections",
                  ":slug",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) A `slug` is a human readable, URL friendly unique identifier of an object. Pass the `slug` of the collection which you want to retrieve."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "c81cff72-067c-4d17-8428-c36988155a60",
                "name": "The Collection object.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "collections",
                      ":slug",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) A `slug` is a human readable, URL friendly unique identifier of an object. Pass the `slug` of the collection which you want to retrieve."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_custom_json\": {},\n  \"_locale_language\": {},\n  \"_schedule\": {\n    \"start\": \"2024-10-15T05:51:02.733Z\",\n    \"next_schedule\": [\n      {\n        \"start\": \"2024-10-15T05:51:02.733Z\",\n        \"end\": \"9998-01-30T23:59:00.000Z\"\n      }\n    ],\n    \"end\": \"9998-01-30T23:59:00.000Z\"\n  },\n  \"action\": {\n    \"page\": {\n      \"query\": {\n        \"collection\": [\n          \"sample-coll\"\n        ]\n      },\n      \"type\": \"collection\"\n    },\n    \"type\": \"page\"\n  },\n  \"allow_facets\": true,\n  \"allow_sort\": true,\n  \"badge\": {\n    \"color\": \"#ffffff\",\n    \"text\": \"\"\n  },\n  \"banners\": {\n    \"landscape\": {\n      \"type\": \"image\",\n      \"url\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1588857999/production/applications/app_000000000000000000000001/media/collection/landscape/avm7xibo2jgk8glc4bwl.png\"\n    },\n    \"portrait\": {\n      \"type\": \"image\",\n      \"url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/products/pictures/item/free/original/d76T3AwMN-collection-landscape-banner.jpeg\"\n    }\n  },\n  \"description\": \"some random collection 1\",\n  \"is_active\": true,\n  \"logo\": {\n    \"type\": \"image\",\n    \"url\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1588857854/production/applications/app_000000000000000000000001/media/collection/logo/w9ns7nfgv7fk45xqrpoh.png\"\n  },\n  \"meta\": {},\n  \"name\": \"Sample Coll\",\n  \"published\": true,\n  \"query\": [\n    {\n      \"attribute\": \"department\",\n      \"op\": \"in\",\n      \"value\": [\n        \"fashion\"\n      ]\n    }\n  ],\n  \"slug\": \"sample-coll\",\n  \"sort_on\": \"latest\",\n  \"tags\": [],\n  \"type\": \"query\",\n  \"uid\": \"670e02c6fed0d34109eb523b\",\n  \"_id\": \"670e02c6fed0d34109eb523b\",\n  \"visible_facets_keys\": [],\n  \"handpicked_collection_item_ids\": [\n    \"7500552\",\n    \"7500553\",\n    \"7500554\"\n  ],\n  \"seo\": {\n    \"sitemap\": {\n      \"frequency\": \"never\",\n      \"priority\": 0.5\n    },\n    \"title\": \"Sample Coll\",\n    \"meta_tags\": [],\n    \"description\": \"some random collection\",\n    \"breadcrumbs\": [\n      {\n        \"url\": \"https://girisha-test.hostx5.de/products/?brand=hp\",\n        \"action\": [\n          {\n            \"page\": {\n              \"params\": {},\n              \"query\": {\n                \"brand\": [\n                  \"hp\"\n                ]\n              },\n              \"type\": \"products\",\n              \"url\": \"/products/?brand=hp\"\n            },\n            \"type\": \"page\"\n          }\n        ]\n      }\n    ]\n  },\n  \"is_visible\": true,\n  \"priority\": 1\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "1f56ac94-470e-40dc-b9f2-3cb0f9ba1315",
            "name": "getApplicationDepartmentListing | List sales channel departments",
            "request": {
              "name": "getApplicationDepartmentListing | List sales channel departments",
              "description": {
                "content": "Retrieve department listings related to the sales channel. Departments are used to categorize similar products, and you can filter the results based on department names",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "department"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The page number to navigate through the given set of results"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "12",
                    "description": "Number of items to retrieve in each page. Default is 12."
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "A search query string. Use this parameter to filter results based on a keyword or specific value."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "5a4fbed7-8853-4366-9490-b9f032fb39be",
                "name": "List of Departments.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "department"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "1"
                      },
                      {
                        "key": "q",
                        "value": "test"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"page\": {\n    \"size\": 8,\n    \"item_total\": 8,\n    \"has_previous\": false,\n    \"has_next\": false,\n    \"type\": \"number\",\n    \"current\": 1\n  },\n  \"items\": [\n    {\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/department/pictures/square-logo/original/JMq0RYwhm-department.png\",\n      \"name\": \"Fashion and Design\",\n      \"is_active\": true,\n      \"app_id\": \"667be93f24dc1ea14d962667\",\n      \"uid\": 1\n    },\n    {\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/department/pictures/square-logo/original/SqBYEE2EC-department.png\",\n      \"name\": \"Home & Living\",\n      \"is_active\": true,\n      \"app_id\": \"667be93f24dc1ea14d962667\",\n      \"uid\": 3\n    },\n    {\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/misc/general/free/original/data_moved.png\",\n      \"name\": \"Trousers\",\n      \"is_active\": true,\n      \"app_id\": \"667be93f24dc1ea14d962667\",\n      \"uid\": 16\n    },\n    {\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/category/pictures/square-logo/original/23WorwgTZ-logo.jpeg\",\n      \"name\": \"Fashion\",\n      \"is_active\": true,\n      \"app_id\": \"667be93f24dc1ea14d962667\",\n      \"uid\": 35\n    },\n    {\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/category/pictures/square-logo/original/23WorwgTZ-logo.jpeg\",\n      \"name\": \"Others\",\n      \"is_active\": true,\n      \"app_id\": \"667be93f24dc1ea14d962667\",\n      \"uid\": 42\n    },\n    {\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/department/pictures/square-logo/original/SqBYEE2EC-department.png\",\n      \"name\": \"CDN test 002\",\n      \"is_active\": true,\n      \"app_id\": \"667be93f24dc1ea14d962667\",\n      \"uid\": 67\n    },\n    {\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/test/general/free/original/sMUFLDxSS-sampleJPG.jpg\",\n      \"name\": \"Alfredo604105852372023953763\",\n      \"is_active\": true,\n      \"app_id\": \"667be93f24dc1ea14d962667\",\n      \"uid\": 1434\n    },\n    {\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/test/general/free/original/AfHpfBNGSo-sampleJPG.jpg\",\n      \"name\": \"Alfred175052984102023941844\",\n      \"is_active\": true,\n      \"app_id\": \"667be93f24dc1ea14d962667\",\n      \"uid\": 11086\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e8e1fd9c-1d98-4fb8-ba7b-e7f055f009b6",
            "name": "updateAppDepartment | Update sales channel department",
            "request": {
              "name": "updateAppDepartment | Update sales channel department",
              "description": {
                "content": "Modify department data associated to the sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "department",
                  ":department_uid"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<integer>",
                    "key": "department_uid",
                    "description": "(Required) A `department id` is a unique identifier for a particular department."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PATCH",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"_custom_json\": {\n    \"quis_0_d\": 22239521.49463737,\n    \"esse_885\": -53885546.36600631,\n    \"adf\": \"incididunt ut aliqua occaecat\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "a9b2598b-76ee-401e-9a12-3f44896042cf",
                "name": "Returns a success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "department",
                      ":department_uid"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "department_uid",
                        "description": "(Required) A `department id` is a unique identifier for a particular department."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"_custom_json\": {\n    \"sample_key_1\": \"Sample Value 1\",\n    \"sample_key_2\": \"Sample Value 2\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "1b9e6ba8-ecb6-49b2-aec0-f9cdb8e94d73",
            "name": "getDepartments | List departments",
            "request": {
              "name": "getDepartments | List departments",
              "description": {
                "content": "Retrieve a list of departments associated with a comapny and sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "departments"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "9153a2ec-50fe-400c-a635-a3c7235f650b",
                "name": "List of Departments.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "departments"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"logo\": {\n        \"type\": \"image\",\n        \"url\": \"http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png\"\n      },\n      \"name\": \"Zachary Harris\",\n      \"priority_order\": 7,\n      \"slug\": \"Zachary-Harris\",\n      \"uid\": 1\n    },\n    {\n      \"logo\": {\n        \"type\": \"image\",\n        \"url\": \"http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png\"\n      },\n      \"name\": \"Aaron Reilly\",\n      \"priority_order\": 7,\n      \"slug\": \"Aaron-Reilly\",\n      \"uid\": 2\n    },\n    {\n      \"logo\": {\n        \"type\": \"image\",\n        \"url\": \"http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png\"\n      },\n      \"name\": \"Bobby Sandoval\",\n      \"priority_order\": 7,\n      \"slug\": \"Bobby-Sandoval\",\n      \"uid\": 3\n    },\n    {\n      \"logo\": {\n        \"type\": \"image\",\n        \"url\": \"http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png\"\n      },\n      \"name\": \"Seth Hughes\",\n      \"priority_order\": 7,\n      \"slug\": \"Seth-Hughes\",\n      \"uid\": 4\n    },\n    {\n      \"logo\": {\n        \"type\": \"image\",\n        \"url\": \"http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png\"\n      },\n      \"name\": \"Michelle Moore\",\n      \"priority_order\": 7,\n      \"slug\": \"Michelle-Moore\",\n      \"uid\": 5\n    },\n    {\n      \"logo\": {\n        \"type\": \"image\",\n        \"url\": \"http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png\"\n      },\n      \"name\": \"Annette Baldwin\",\n      \"priority_order\": 7,\n      \"slug\": \"Annette-Baldwin\",\n      \"uid\": 6\n    },\n    {\n      \"logo\": {\n        \"type\": \"image\",\n        \"url\": \"http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png\"\n      },\n      \"name\": \"Chris Mata\",\n      \"priority_order\": 7,\n      \"slug\": \"Chris-Mata\",\n      \"uid\": 7\n    },\n    {\n      \"logo\": {\n        \"type\": \"image\",\n        \"url\": \"http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png\"\n      },\n      \"name\": \"Nicole Jacobs\",\n      \"priority_order\": 7,\n      \"slug\": \"Nicole-Jacobs\",\n      \"uid\": 8\n    },\n    {\n      \"logo\": {\n        \"type\": \"image\",\n        \"url\": \"http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png\"\n      },\n      \"name\": \"Pamela Smith\",\n      \"priority_order\": 7,\n      \"slug\": \"Pamela-Smith\",\n      \"uid\": 9\n    },\n    {\n      \"logo\": {\n        \"type\": \"image\",\n        \"url\": \"http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png\"\n      },\n      \"name\": \"Nicole Simon\",\n      \"priority_order\": 7,\n      \"slug\": \"Nicole-Simon\",\n      \"uid\": 10\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "2df24d05-fa89-466b-8e3e-2db747ba082c",
            "name": "getAppInventory | List sales channel inventory",
            "request": {
              "name": "getAppInventory | List sales channel inventory",
              "description": {
                "content": "Retrieve inventory data related to the sales channel. this can be used  to get the Inventory status of products.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "inventory",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "item_ids",
                    "value": "<integer>",
                    "description": "The Item Id of the product."
                  },
                  {
                    "disabled": false,
                    "key": "item_ids",
                    "value": "<integer>",
                    "description": "The Item Id of the product."
                  },
                  {
                    "disabled": false,
                    "key": "store_ids",
                    "value": "<integer>",
                    "description": "The Store Id of products to fetch inventory."
                  },
                  {
                    "disabled": false,
                    "key": "store_ids",
                    "value": "<integer>",
                    "description": "The Store Id of products to fetch inventory."
                  },
                  {
                    "disabled": false,
                    "key": "brand_ids",
                    "value": "<integer>",
                    "description": "The Brand Id of products to fetch inventory."
                  },
                  {
                    "disabled": false,
                    "key": "brand_ids",
                    "value": "<integer>",
                    "description": "The Brand Id of products to fetch inventory."
                  },
                  {
                    "disabled": false,
                    "key": "seller_identifiers",
                    "value": "<string>",
                    "description": "Unique seller_identifier of the product."
                  },
                  {
                    "disabled": false,
                    "key": "seller_identifiers",
                    "value": "<string>",
                    "description": "Unique seller_identifier of the product."
                  },
                  {
                    "disabled": false,
                    "key": "timestamp",
                    "value": "<string>",
                    "description": "Timestamp in UTC format (2020-07-23T10:27:50Z)"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "12",
                    "description": "The number of items to retrieve in each page."
                  },
                  {
                    "disabled": false,
                    "key": "page_id",
                    "value": "<string>",
                    "description": "Page ID to retrieve next set of results."
                  },
                  {
                    "disabled": false,
                    "key": "qty_gt",
                    "value": "<integer>",
                    "description": "This field allows you to filter for inventories that have quantity greater than to the specified value based on qty_type filter."
                  },
                  {
                    "disabled": false,
                    "key": "qty_lt",
                    "value": "<integer>",
                    "description": "This field allows you to filter for inventories that have a quantity less than to the specified value based on qty_type filter."
                  },
                  {
                    "disabled": false,
                    "key": "qty_type",
                    "value": "<string>",
                    "description": "This field provides flexibility in selecting filter for inventory quantity counts and date queries. For example, you might use this field to specify \"total\" or \"sellable\" quantity."
                  },
                  {
                    "disabled": false,
                    "key": "from_date",
                    "value": "<dateTime>",
                    "description": "Inventory updated on filter to get inventories greater then or equal to provided date based on qty_type value."
                  },
                  {
                    "disabled": false,
                    "key": "to_date",
                    "value": "<dateTime>",
                    "description": "Inventory updated on filter to get inventories less then or equal to provided date based on qty_type value."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "65eaf945-13c3-49c1-a477-54ca015b4b4b",
                "name": "Success. Returns the article/stock of the product stock.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "inventory",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "item_ids",
                        "value": "1"
                      },
                      {
                        "key": "store_ids",
                        "value": "1"
                      },
                      {
                        "key": "brand_ids",
                        "value": "4"
                      },
                      {
                        "key": "seller_identifiers",
                        "value": "TEST"
                      },
                      {
                        "key": "timestamp",
                        "value": "2020-07-23T10:27:50Z"
                      },
                      {
                        "key": "page_size",
                        "value": "1"
                      },
                      {
                        "key": "page_id",
                        "value": "636a4c5c295d937d233826a5"
                      },
                      {
                        "key": "qty_gt",
                        "value": "1"
                      },
                      {
                        "key": "qty_lt",
                        "value": "1"
                      },
                      {
                        "key": "qty_type",
                        "value": "sellable"
                      },
                      {
                        "key": "from_date",
                        "value": "2024-01-20T09:40:58Z"
                      },
                      {
                        "key": "to_date",
                        "value": "2024-07-20T09:40:58Z"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"_custom_json\": {},\n      \"_id\": \"62d809eebeed53f4e27824b0\",\n      \"brand\": {\n        \"id\": 2586\n      },\n      \"company\": {\n        \"id\": 3\n      },\n      \"country_of_origin\": \"India\",\n      \"created_by\": {\n        \"user_id\": \"2a00eecae43d7e7f4340e7cf\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"date_meta\": {\n        \"added_on_store\": 1658325486,\n        \"created_on\": 1658325486,\n        \"inventory_updated_on\": 1658325486,\n        \"modified_on\": 1660913492\n      },\n      \"dimension\": {\n        \"height\": 30,\n        \"is_default\": true,\n        \"length\": 10,\n        \"unit\": \"cm\",\n        \"width\": 20\n      },\n      \"discount_applied\": null,\n      \"expiration_date\": \"9998-01-30T23:59:00.000Z\",\n      \"fragile\": false,\n      \"fynd_article_code\": \"LS101269_11\",\n      \"fynd_item_code\": \"LS101269\",\n      \"identifier\": {\n        \"ean\": \"LSRS401269\"\n      },\n      \"is_active\": true,\n      \"is_set\": false,\n      \"item_id\": 7523701,\n      \"manufacturer\": {\n        \"address\": \"POLARIS, 2ND FLOOR, ANDHERI, JSNLCA, MAHARASHTRA, THANE\",\n        \"is_default\": true,\n        \"name\": \"Test 21\"\n      },\n      \"meta\": {\n        \"service\": \"Inventory Job\"\n      },\n      \"modified_by\": {\n        \"user_id\": \"2a00eecae43d7e7f4340e7cf\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"platforms\": {\n        \"fynd\": false,\n        \"uniket_wholesale\": true\n      },\n      \"price\": {\n        \"currency\": \"INR\",\n        \"effective\": 3250,\n        \"marked\": 5000,\n        \"transfer\": 0,\n        \"updated_at\": \"2022-07-20T13:58:06.122Z\"\n      },\n      \"quantities\": {\n        \"sellable\": {\n          \"count\": 100,\n          \"updated_at\": 1658325486\n        }\n      },\n      \"raw_meta\": {\n        \"fynd_identifier\": \"624_LSRS401269\"\n      },\n      \"return_config\": {\n        \"returnable\": true,\n        \"time\": 30,\n        \"unit\": \"days\"\n      },\n      \"seller_identifier\": \"LSRS401269\",\n      \"size\": \"11\",\n      \"stage\": \"verified\",\n      \"store\": {\n        \"id\": 624\n      },\n      \"tax_identifier\": {\n        \"tax_rule_id\": \"000000000000000000000001\",\n        \"hsn_code_id\": \"000000000000000000000001\"\n      },\n      \"total_quantity\": 100,\n      \"track_inventory\": true,\n      \"trader\": [\n        {\n          \"address\": [\n            \"Load Galli, Mumbai\"\n          ],\n          \"name\": \"Load Company\",\n          \"type\": \"Importer\"\n        }\n      ],\n      \"uid\": \"624_LSRS401269\",\n      \"weight\": {\n        \"is_default\": true,\n        \"shipping\": 40,\n        \"unit\": \"gram\"\n      }\n    },\n    {\n      \"_custom_json\": {},\n      \"_id\": \"62d809eebeed53f4e27824b2\",\n      \"brand\": {\n        \"id\": 2586\n      },\n      \"company\": {\n        \"id\": 3\n      },\n      \"country_of_origin\": \"India\",\n      \"created_by\": {\n        \"user_id\": \"2a00eecae43d7e7f4340e7cf\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"date_meta\": {\n        \"added_on_store\": 1658325486,\n        \"created_on\": 1658325486,\n        \"inventory_updated_on\": 1658325486,\n        \"modified_on\": 1660913492\n      },\n      \"dimension\": {\n        \"height\": 30,\n        \"is_default\": true,\n        \"length\": 10,\n        \"unit\": \"cm\",\n        \"width\": 20\n      },\n      \"discount_applied\": null,\n      \"expiration_date\": \"9998-01-30T23:59:00.000Z\",\n      \"fragile\": false,\n      \"fynd_article_code\": \"LS101163_11\",\n      \"fynd_item_code\": \"LS101163\",\n      \"identifier\": {\n        \"ean\": \"LSRS401163\"\n      },\n      \"is_active\": true,\n      \"is_set\": false,\n      \"item_id\": 7523925,\n      \"manufacturer\": {\n        \"address\": \"POLARIS, 2ND FLOOR, ANDHERI, JSNLCA, MAHARASHTRA, THANE\",\n        \"is_default\": true,\n        \"name\": \"Test 21\"\n      },\n      \"meta\": {\n        \"service\": \"Inventory Job\"\n      },\n      \"modified_by\": {\n        \"user_id\": \"2a00eecae43d7e7f4340e7cf\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"platforms\": {\n        \"fynd\": false,\n        \"uniket_wholesale\": true\n      },\n      \"price\": {\n        \"currency\": \"INR\",\n        \"effective\": 3250,\n        \"marked\": 5000,\n        \"transfer\": 0,\n        \"updated_at\": \"2022-07-20T13:58:06.396Z\"\n      },\n      \"quantities\": {\n        \"sellable\": {\n          \"count\": 100,\n          \"updated_at\": 1658325486\n        }\n      },\n      \"raw_meta\": {\n        \"fynd_identifier\": \"624_LSRS401163\"\n      },\n      \"return_config\": {\n        \"returnable\": true,\n        \"time\": 30,\n        \"unit\": \"days\"\n      },\n      \"seller_identifier\": \"LSRS401163\",\n      \"size\": \"11\",\n      \"stage\": \"verified\",\n      \"store\": {\n        \"id\": 624\n      },\n      \"tax_identifier\": {\n        \"tax_rule_id\": \"000000000000000000000001\",\n        \"hsn_code_id\": \"000000000000000000000001\"\n      },\n      \"total_quantity\": 100,\n      \"track_inventory\": true,\n      \"trader\": [\n        {\n          \"address\": [\n            \"Load Galli, Mumbai\"\n          ],\n          \"name\": \"Load Company\",\n          \"type\": \"Importer\"\n        }\n      ],\n      \"uid\": \"624_LSRS401163\",\n      \"weight\": {\n        \"is_default\": true,\n        \"shipping\": 40,\n        \"unit\": \"gram\"\n      }\n    },\n    {\n      \"_custom_json\": {},\n      \"_id\": \"62d809eebeed53f4e27824b4\",\n      \"brand\": {\n        \"id\": 2586\n      },\n      \"company\": {\n        \"id\": 3\n      },\n      \"country_of_origin\": \"India\",\n      \"created_by\": {\n        \"user_id\": \"2a00eecae43d7e7f4340e7cf\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"date_meta\": {\n        \"added_on_store\": 1658325486,\n        \"created_on\": 1658325486,\n        \"inventory_updated_on\": 1658325486,\n        \"modified_on\": 1660913492\n      },\n      \"dimension\": {\n        \"height\": 30,\n        \"is_default\": true,\n        \"length\": 10,\n        \"unit\": \"cm\",\n        \"width\": 20\n      },\n      \"discount_applied\": null,\n      \"expiration_date\": \"9998-01-30T23:59:00.000Z\",\n      \"fragile\": false,\n      \"fynd_article_code\": \"LS101173_11\",\n      \"fynd_item_code\": \"LS101173\",\n      \"identifier\": {\n        \"ean\": \"LSRS401173\"\n      },\n      \"is_active\": true,\n      \"is_set\": false,\n      \"item_id\": 7523691,\n      \"manufacturer\": {\n        \"address\": \"POLARIS, 2ND FLOOR, ANDHERI, JSNLCA, MAHARASHTRA, THANE\",\n        \"is_default\": true,\n        \"name\": \"Test 21\"\n      },\n      \"meta\": {\n        \"service\": \"Inventory Job\"\n      },\n      \"modified_by\": {\n        \"user_id\": \"2a00eecae43d7e7f4340e7cf\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"platforms\": {\n        \"fynd\": false,\n        \"uniket_wholesale\": true\n      },\n      \"price\": {\n        \"currency\": \"INR\",\n        \"effective\": 3250,\n        \"marked\": 5000,\n        \"transfer\": 0,\n        \"updated_at\": \"2022-07-20T13:58:06.635Z\"\n      },\n      \"quantities\": {\n        \"sellable\": {\n          \"count\": 100,\n          \"updated_at\": 1658325486\n        }\n      },\n      \"raw_meta\": {\n        \"fynd_identifier\": \"624_LSRS401173\"\n      },\n      \"return_config\": {\n        \"returnable\": true,\n        \"time\": 30,\n        \"unit\": \"days\"\n      },\n      \"seller_identifier\": \"LSRS401173\",\n      \"size\": \"11\",\n      \"stage\": \"verified\",\n      \"store\": {\n        \"id\": 624\n      },\n      \"tax_identifier\": {\n        \"tax_rule_id\": \"000000000000000000000001\",\n        \"hsn_code_id\": \"000000000000000000000001\"\n      },\n      \"total_quantity\": 100,\n      \"track_inventory\": true,\n      \"trader\": [\n        {\n          \"address\": [\n            \"Load Galli, Mumbai\"\n          ],\n          \"name\": \"Load Company\",\n          \"type\": \"Importer\"\n        }\n      ],\n      \"uid\": \"624_LSRS401173\",\n      \"weight\": {\n        \"is_default\": true,\n        \"shipping\": 40,\n        \"unit\": \"gram\"\n      }\n    },\n    {\n      \"_custom_json\": {},\n      \"_id\": \"62d809eebeed53f4e27824b6\",\n      \"brand\": {\n        \"id\": 2586\n      },\n      \"company\": {\n        \"id\": 3\n      },\n      \"country_of_origin\": \"India\",\n      \"created_by\": {\n        \"user_id\": \"2a00eecae43d7e7f4340e7cf\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"date_meta\": {\n        \"added_on_store\": 1658325486,\n        \"created_on\": 1658325486,\n        \"inventory_updated_on\": 1658325486,\n        \"modified_on\": 1660913492\n      },\n      \"dimension\": {\n        \"height\": 30,\n        \"is_default\": true,\n        \"length\": 10,\n        \"unit\": \"cm\",\n        \"width\": 20\n      },\n      \"discount_applied\": null,\n      \"expiration_date\": \"9998-01-30T23:59:00.000Z\",\n      \"fragile\": false,\n      \"fynd_article_code\": \"LS101198_11\",\n      \"fynd_item_code\": \"LS101198\",\n      \"identifier\": {\n        \"ean\": \"LSRS401198\"\n      },\n      \"is_active\": true,\n      \"is_set\": false,\n      \"item_id\": 7524280,\n      \"manufacturer\": {\n        \"address\": \"POLARIS, 2ND FLOOR, ANDHERI, JSNLCA, MAHARASHTRA, THANE\",\n        \"is_default\": true,\n        \"name\": \"Test 21\"\n      },\n      \"meta\": {\n        \"service\": \"Inventory Job\"\n      },\n      \"modified_by\": {\n        \"user_id\": \"2a00eecae43d7e7f4340e7cf\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"platforms\": {\n        \"fynd\": false,\n        \"uniket_wholesale\": true\n      },\n      \"price\": {\n        \"currency\": \"INR\",\n        \"effective\": 3250,\n        \"marked\": 5000,\n        \"transfer\": 0,\n        \"updated_at\": \"2022-07-20T13:58:06.898Z\"\n      },\n      \"quantities\": {\n        \"sellable\": {\n          \"count\": 100,\n          \"updated_at\": 1658325486\n        }\n      },\n      \"raw_meta\": {\n        \"fynd_identifier\": \"624_LSRS401198\"\n      },\n      \"return_config\": {\n        \"returnable\": true,\n        \"time\": 30,\n        \"unit\": \"days\"\n      },\n      \"seller_identifier\": \"LSRS401198\",\n      \"size\": \"11\",\n      \"stage\": \"verified\",\n      \"store\": {\n        \"id\": 624\n      },\n      \"tax_identifier\": {\n        \"tax_rule_id\": \"000000000000000000000001\",\n        \"hsn_code_id\": \"000000000000000000000001\"\n      },\n      \"total_quantity\": 100,\n      \"track_inventory\": true,\n      \"trader\": [\n        {\n          \"address\": [\n            \"Load Galli, Mumbai\"\n          ],\n          \"name\": \"Load Company\",\n          \"type\": \"Importer\"\n        }\n      ],\n      \"uid\": \"624_LSRS401198\",\n      \"weight\": {\n        \"is_default\": true,\n        \"shipping\": 40,\n        \"unit\": \"gram\"\n      }\n    }\n  ],\n  \"page\": {\n    \"has_next\": true,\n    \"has_previous\": true,\n    \"item_total\": 1714,\n    \"next_id\": \"62d809eebeed53f4e27824b6\",\n    \"type\": \"cursor\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "1a0be2bc-a080-43b5-94b2-a0246150e6f8",
            "name": "getAppLocations | Retrieve stores for a sales channel",
            "request": {
              "name": "getAppLocations | Retrieve stores for a sales channel",
              "description": {
                "content": "Retrieve all stores associated with a sales channel, with support for searching by store name and filtering by store type and status.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "locations"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "store_type",
                    "value": "<string>",
                    "description": "Helps to sort the location list on the basis of location type."
                  },
                  {
                    "disabled": false,
                    "key": "uid",
                    "value": "<integer>",
                    "description": "Helps to sort the location list on the basis of uid list."
                  },
                  {
                    "disabled": false,
                    "key": "uid",
                    "value": "<integer>",
                    "description": "Helps to sort the location list on the basis of uid list."
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Query that is to be searched."
                  },
                  {
                    "disabled": false,
                    "key": "stage",
                    "value": "<string>",
                    "description": "to filter companies on basis of verified or unverified companies."
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "The page number to navigate through the given set of results"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "20",
                    "description": "Number of items to retrieve in each page. Default is 20."
                  },
                  {
                    "disabled": false,
                    "key": "tags",
                    "value": "<string>",
                    "description": "Get locations filtered by tags."
                  },
                  {
                    "disabled": false,
                    "key": "tags",
                    "value": "<string>",
                    "description": "Get locations filtered by tags."
                  },
                  {
                    "disabled": false,
                    "key": "store_types",
                    "value": "<string>",
                    "description": "Get locations filtered by store types."
                  },
                  {
                    "disabled": false,
                    "key": "store_types",
                    "value": "<string>",
                    "description": "Get locations filtered by store types."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "500fe351-faba-4874-b189-a7388d4ce550",
                "name": "Company profile object.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "locations"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "store_type",
                        "value": "high_street"
                      },
                      {
                        "key": "uid",
                        "value": "1"
                      },
                      {
                        "key": "q",
                        "value": "test"
                      },
                      {
                        "key": "stage",
                        "value": "verified"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "1"
                      },
                      {
                        "key": "tags",
                        "value": "test"
                      },
                      {
                        "key": "store_types",
                        "value": "test"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"filters\": [],\n  \"items\": [\n    {\n      \"address\": {\n        \"address1\": \"POLARIS 2ND FLOOR, ANDHERI\",\n        \"address2\": \"\",\n        \"city\": \"MUMBAI\",\n        \"country\": \"INDIA\",\n        \"landmark\": \"\",\n        \"lat_long\": {\n          \"coordinates\": [\n            72.8776559,\n            19.0759837\n          ],\n          \"type\": \"Point\"\n        },\n        \"pincode\": \"400001\",\n        \"state\": \"MAHARASHTRA\"\n      },\n      \"code\": \"\",\n      \"company_id\": 2,\n      \"display_name\": \"Test\",\n      \"name\": \"Test\",\n      \"phone_number\": \"\",\n      \"store_code\": \"HS-a0c85\",\n      \"store_type\": \"high_street\",\n      \"uid\": 2\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": true,\n    \"has_previous\": false,\n    \"item_total\": 3,\n    \"size\": 3,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "85e42be1-ae44-424a-aa44-18166f2daccd",
            "name": "getAppProduct | Get sales channel product",
            "request": {
              "name": "getAppProduct | Get sales channel product",
              "description": {
                "content": "Retrieve sales channel product details by its item_id and depending upon filters sent in request.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "product",
                  ":item_id",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "item_id",
                    "description": "(Required) product id for a particular product."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "f641583f-19e5-425d-a3ea-445fadb92031",
                "name": "The Company Applicaton Product Data(MOQ/SEO).",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "product",
                      ":item_id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "item_id",
                        "description": "(Required) product id for a particular product."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"alt_text\": {\n    \"https://test-url.com/test.png\": \"test-alt\"\n  },\n  \"is_cod\": false,\n  \"is_gift\": false,\n  \"moq\": {\n    \"increment_unit\": 2,\n    \"maximum\": 10,\n    \"minimum\": 1\n  },\n  \"seo\": {\n    \"description\": \"test-description\",\n    \"title\": \"test-title\",\n    \"breadcrumbs\": [],\n    \"sitemap\": {},\n    \"meta_tags\": [],\n    \"canonical_url\": \"/test\"\n  },\n  \"size_promotion_threshold\": {\n    \"threshold_type\": \"flat\",\n    \"threshold_value\": 100\n  },\n  \"_custom_json\": {},\n  \"_custom_meta\": [\n    {\n      \"key\": \"rating_user_count\",\n      \"value\": \"3452\"\n    },\n    {\n      \"key\": \"rating_user_count\",\n      \"value\": \"3452\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "7825b226-8bcb-4e25-8002-7db8812f22ba",
            "name": "updateAppProduct | Update sales channel product",
            "request": {
              "name": "updateAppProduct | Update sales channel product",
              "description": {
                "content": "Allows to update data associated to a item by its item_id for a sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "product",
                  ":item_id",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<integer>",
                    "key": "item_id",
                    "description": "(Required) A `item_id` is a unique identifier for a particular item."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PATCH",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"_custom_json\": {\n    \"elit9e\": false\n  },\n  \"_custom_meta\": [\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ],\n  \"alt_text\": {\n    \"proident_17\": -32314992.916741893,\n    \"elit_4\": \"consectetur ex mollit\"\n  },\n  \"scores\": {\n    \"popularity\": \"<float>\",\n    \"availability\": \"<float>\",\n    \"conversion\": \"<float>\",\n    \"sold_quantity\": \"<float>\",\n    \"depth\": \"<float>\",\n    \"discount\": \"<float>\",\n    \"revenue\": \"<float>\",\n    \"cancelled\": \"<float>\",\n    \"returns\": \"<float>\",\n    \"catalogue\": \"<float>\",\n    \"listing\": \"<float>\"\n  },\n  \"is_cod\": \"<boolean>\",\n  \"is_gift\": \"<boolean>\",\n  \"moq\": {\n    \"increment_unit\": 1,\n    \"maximum\": \"<integer>\",\n    \"minimum\": 1\n  },\n  \"seo\": {\n    \"description\": \"<string>\",\n    \"title\": \"<string>\",\n    \"sitemap\": {\n      \"priority\": \"<number>\",\n      \"frequency\": \"<string>\"\n    },\n    \"breadcrumbs\": [\n      {\n        \"url\": \"<string>\",\n        \"action\": {\n          \"type\": \"<string>\",\n          \"page\": {\n            \"Utc6\": -12593700\n          }\n        }\n      },\n      {\n        \"url\": \"<string>\",\n        \"action\": {\n          \"type\": \"<string>\",\n          \"page\": {\n            \"laboris__d\": false\n          }\n        }\n      }\n    ],\n    \"meta_tags\": [\n      {\n        \"title\": \"<string>\",\n        \"items\": [\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        ]\n      },\n      {\n        \"title\": \"<string>\",\n        \"items\": [\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        ]\n      }\n    ],\n    \"canonical_url\": \"<string>\"\n  },\n  \"size_promotion_threshold\": {\n    \"threshold_type\": \"<string>\",\n    \"threshold_value\": \"<integer>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "49db474e-16e4-4536-996c-b8a0122b8997",
                "name": "Returns a success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "product",
                      ":item_id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "item_id",
                        "description": "(Required) A `item_id` is a unique identifier for a particular item."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"scores\": {\n    \"popularity\": 0.7\n  },\n  \"_custom_meta\": [\n    {\n      \"key\": \"rating_user_count\",\n      \"value\": \"3452\"\n    },\n    {\n      \"key\": \"rating_user_count\",\n      \"value\": \"3452\"\n    },\n    {\n      \"key\": \"rating_user_count\",\n      \"value\": \"3452\"\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "95d6f6b7-565f-45ed-800f-2b960dd32221",
            "name": "getApplicationProducts | List sales channel products",
            "request": {
              "name": "getApplicationProducts | List sales channel products",
              "description": {
                "content": "Retrieve products associated with the sales channel. List all the products associated with a brand, collection or category in a requested sort order.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "products"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "The search query. This can be a partial or complete name of a either a product, brand or category"
                  },
                  {
                    "disabled": false,
                    "key": "f",
                    "value": "<string>",
                    "description": "The search filter parameters. All the parameter filtered from filter parameters will be passed in **f** parameter in this format. **?f=brand:voi-jeans||and:::category:t-shirts||shirts**"
                  },
                  {
                    "disabled": false,
                    "key": "c",
                    "value": "<string>",
                    "description": "The search filter parameters for collection items. All the parameter filtered from filter parameters will be passed in **c** parameter in this format. **?c=brand:in:voi-jeans|and:::category:nin:t-shirts|shirts**"
                  },
                  {
                    "disabled": false,
                    "key": "filters",
                    "value": "true",
                    "description": "Pass `filters` parameter to fetch the filter details. This flag is used to fetch all filters"
                  },
                  {
                    "disabled": false,
                    "key": "is_dependent",
                    "value": "true",
                    "description": "This query parameter is used to get the dependent products in the listing."
                  },
                  {
                    "disabled": false,
                    "key": "sort_on",
                    "value": "<string>",
                    "description": "The order to sort the list of products on. Supported values include latest, popular, price_asc, price_dsc, discount_asc, discount_dsc. Custom sort keys configured via listing configuration (e.g., best_selling) are also supported for cohort-based sorting."
                  },
                  {
                    "disabled": false,
                    "key": "page_id",
                    "value": "<string>",
                    "description": "Each response will contain **page_id** param, which should be sent back to make pagination work."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "12",
                    "description": "Number of items to retrieve in each page. Default is 12."
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "If page_type is number then pass it to fetch page items. Default is 1."
                  },
                  {
                    "disabled": false,
                    "key": "page_type",
                    "value": "cursor",
                    "description": "For pagination type should be cursor or number. Default is cursor."
                  },
                  {
                    "disabled": false,
                    "key": "item_ids",
                    "value": "<string>",
                    "description": "Item Ids of product"
                  },
                  {
                    "disabled": false,
                    "key": "item_ids",
                    "value": "<string>",
                    "description": "Item Ids of product"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "9cecb787-9eaa-4a3a-8f72-e4aad6427f0a",
                "name": "List of Products.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "products"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "q",
                        "value": "laptop"
                      },
                      {
                        "key": "f",
                        "value": "item_code:LGLAPTOPSLEEVE5"
                      },
                      {
                        "key": "c",
                        "value": "item_code:in:LGLAPTOPSLEEVE5"
                      },
                      {
                        "key": "filters",
                        "value": "true"
                      },
                      {
                        "key": "is_dependent",
                        "value": "true"
                      },
                      {
                        "key": "sort_on",
                        "value": "price_asc"
                      },
                      {
                        "key": "page_id",
                        "value": "*"
                      },
                      {
                        "key": "page_size",
                        "value": "1"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_type",
                        "value": "number"
                      },
                      {
                        "key": "item_ids",
                        "value": "10"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"filters\": [\n    {\n      \"key\": {\n        \"display\": \"Department\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/global/menu-icons/Department.svg\",\n        \"name\": \"department\"\n      },\n      \"values\": [\n        {\n          \"count\": 15,\n          \"display\": \"Debra Villarreal\",\n          \"is_selected\": false,\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png\"\n          },\n          \"value\": \"Debra-Villarreal\"\n        },\n        {\n          \"count\": 15,\n          \"display\": \"Tracey Miller\",\n          \"is_selected\": false,\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png\"\n          },\n          \"value\": \"Tracey-Miller\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Category\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/global/menu-icons/Category.svg\",\n        \"name\": \"category\"\n      },\n      \"values\": [\n        {\n          \"count\": 15,\n          \"display\": \"Amy Kim DDS\",\n          \"is_selected\": false,\n          \"logo\": \"http://cdn4.gofynd.com/media/banner/category/original/12063_a5bb91bd5cb44c3c9db98c2a0e6b3d99.jpg\",\n          \"value\": \"3\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Gender\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/global/menu-icons/Gender.svg\",\n        \"name\": \"gender\"\n      },\n      \"values\": [\n        {\n          \"count\": 15,\n          \"display\": \"Men\",\n          \"is_selected\": false,\n          \"value\": \"men\"\n        },\n        {\n          \"count\": 15,\n          \"display\": \"Women\",\n          \"is_selected\": false,\n          \"value\": \"women\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Size\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/global/menu-icons/Sizes.svg\",\n        \"name\": \"sizes\"\n      },\n      \"values\": [\n        {\n          \"count\": 15,\n          \"display\": \"13\",\n          \"is_selected\": false,\n          \"value\": \"13\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Brand\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/global/menu-icons/Brand%20ID.svg\",\n        \"name\": \"brand\"\n      },\n      \"values\": [\n        {\n          \"count\": 15,\n          \"display\": \"Barry, Jennings and Larson\",\n          \"is_selected\": false,\n          \"logo\": \"https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg\",\n          \"value\": \"1\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Rating\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/global/menu-icons/Rating.svg\",\n        \"name\": \"rating\"\n      },\n      \"values\": [\n        {\n          \"count\": 15,\n          \"display\": \"2 - 3\",\n          \"is_selected\": false,\n          \"value\": \"[2 TO 3}\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Image\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/global/menu-icons/image%20Nature.svg\",\n        \"name\": \"image_nature\"\n      },\n      \"values\": [\n        {\n          \"count\": 15,\n          \"display\": \"GoodQuality\",\n          \"is_selected\": false,\n          \"value\": \"standard\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Monica Hampton\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/global/menu-icons/image%20Nature.svg\",\n        \"name\": \"material\"\n      },\n      \"values\": [\n        {\n          \"count\": 15,\n          \"display\": \"Neoprene\",\n          \"is_selected\": false,\n          \"value\": \"Neoprene\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"John Mendoza\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/global/menu-icons/image%20Nature.svg\",\n        \"name\": \"weight\"\n      },\n      \"values\": [\n        {\n          \"count\": 15,\n          \"display\": \"100\",\n          \"is_selected\": false,\n          \"value\": \"100\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Kimberly Mcdaniel\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/global/menu-icons/image%20Nature.svg\",\n        \"name\": \"gender\"\n      },\n      \"values\": [\n        {\n          \"count\": 15,\n          \"display\": \"['Men', 'Women']\",\n          \"is_selected\": false,\n          \"value\": \"['Men', 'Women']\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Kimberly Davidson\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/global/menu-icons/image%20Nature.svg\",\n        \"name\": \"color\"\n      },\n      \"values\": [\n        {\n          \"count\": 15,\n          \"display\": \"Grey\",\n          \"is_selected\": false,\n          \"value\": \"808080\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Available\",\n        \"kind\": \"singlevalued\",\n        \"logo\": \"https://hdn-1.fynd.com/global/menu-icons/image%20Nature.svg\",\n        \"name\": \"is_available\"\n      },\n      \"values\": [\n        {\n          \"count\": 3,\n          \"display\": \"Available\",\n          \"is_selected\": false,\n          \"value\": true\n        }\n      ]\n    }\n  ],\n  \"items\": [\n    {\n      \"action\": {\n        \"page\": {\n          \"query\": {\n            \"slug\": \"benchmark-collaborative-paradigms\"\n          },\n          \"type\": \"product\"\n        },\n        \"type\": \"page\"\n      },\n      \"attributes\": {\n        \"gender\": \"women\",\n        \"material\": \"Neoprene\",\n        \"primary_color\": \"DarkGrey\",\n        \"primary_color_hex\": \"808080\",\n        \"weight\": \"100\"\n      },\n      \"brand\": {\n        \"_custom_json\": {},\n        \"action\": {\n          \"page\": {\n            \"query\": {\n              \"brand\": [\n                \"Hess-Inc\"\n              ]\n            },\n            \"type\": \"products\"\n          },\n          \"type\": \"page\"\n        },\n        \"logo\": {\n          \"type\": \"image\",\n          \"url\": \"https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg\"\n        },\n        \"name\": \"Hess Inc\",\n        \"type\": \"brand\"\n      },\n      \"categories\": [\n        {\n          \"_custom_json\": {},\n          \"action\": {\n            \"page\": {\n              \"query\": {\n                \"category\": [\n                  \"Amy-Kim-DDS\"\n                ]\n              },\n              \"type\": \"category\"\n            },\n            \"type\": \"page\"\n          },\n          \"id\": 3,\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"https://hdn-1.fynd.com/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg\"\n          },\n          \"name\": \"Amy Kim DDS\",\n          \"uid\": 3\n        }\n      ],\n      \"discount\": \"14% OFF\",\n      \"is_tryout\": false,\n      \"item_code\": \"ITEM_CODE_1\",\n      \"item_type\": \"set\",\n      \"medias\": [\n        {\n          \"type\": \"image\",\n          \"url\": \"https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg\"\n        }\n      ],\n      \"name\": \"benchmark collaborative paradigms\",\n      \"price\": {\n        \"effective\": {\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\",\n          \"max\": 1399,\n          \"min\": 1199\n        },\n        \"marked\": {\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\",\n          \"max\": 1499,\n          \"min\": 1399\n        }\n      },\n      \"promo_meta\": {\n        \"subtitle\": \"\",\n        \"title\": \"\"\n      },\n      \"rating\": 2.7,\n      \"sellable\": true,\n      \"slug\": \"benchmark-collaborative-paradigms\",\n      \"type\": \"product\",\n      \"uid\": 1\n    },\n    {\n      \"action\": {\n        \"page\": {\n          \"query\": {\n            \"slug\": \"architect-granular-e-business\"\n          },\n          \"type\": \"product\"\n        },\n        \"type\": \"page\"\n      },\n      \"attributes\": {\n        \"gender\": \"women\",\n        \"material\": \"Neoprene\",\n        \"primary_color\": \"DarkGrey\",\n        \"primary_color_hex\": \"808080\",\n        \"weight\": \"100\"\n      },\n      \"brand\": {\n        \"_custom_json\": {},\n        \"action\": {\n          \"page\": {\n            \"query\": {\n              \"brand\": [\n                \"Hess-Inc\"\n              ]\n            },\n            \"type\": \"products\"\n          },\n          \"type\": \"page\"\n        },\n        \"logo\": {\n          \"type\": \"image\",\n          \"url\": \"https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg\"\n        },\n        \"name\": \"Hess Inc\",\n        \"type\": \"brand\"\n      },\n      \"categories\": [\n        {\n          \"_custom_json\": {},\n          \"action\": {\n            \"page\": {\n              \"query\": {\n                \"category\": [\n                  \"Amy-Kim-DDS\"\n                ]\n              },\n              \"type\": \"category\"\n            },\n            \"type\": \"page\"\n          },\n          \"id\": 3,\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"https://hdn-1.fynd.com/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg\"\n          },\n          \"name\": \"Amy Kim DDS\",\n          \"uid\": 3\n        }\n      ],\n      \"discount\": \"14% OFF\",\n      \"is_tryout\": false,\n      \"item_code\": \"ITEM_CODE_2\",\n      \"item_type\": \"set\",\n      \"medias\": [\n        {\n          \"type\": \"image\",\n          \"url\": \"https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg\"\n        }\n      ],\n      \"name\": \"architect granular e-business\",\n      \"price\": {\n        \"effective\": {\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\",\n          \"max\": 1399,\n          \"min\": 1199\n        },\n        \"marked\": {\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\",\n          \"max\": 1499,\n          \"min\": 1399\n        }\n      },\n      \"promo_meta\": {\n        \"subtitle\": \"\",\n        \"title\": \"\"\n      },\n      \"rating\": 2.7,\n      \"sellable\": true,\n      \"slug\": \"architect-granular-e-business\",\n      \"type\": \"product\",\n      \"uid\": 10\n    },\n    {\n      \"action\": {\n        \"page\": {\n          \"query\": {\n            \"slug\": \"facilitate-enterprise-supply-chains\"\n          },\n          \"type\": \"product\"\n        },\n        \"type\": \"page\"\n      },\n      \"attributes\": {\n        \"gender\": \"women\",\n        \"material\": \"Neoprene\",\n        \"primary_color\": \"DarkGrey\",\n        \"primary_color_hex\": \"808080\",\n        \"weight\": \"100\"\n      },\n      \"brand\": {\n        \"_custom_json\": {},\n        \"action\": {\n          \"page\": {\n            \"query\": {\n              \"brand\": [\n                \"Hess-Inc\"\n              ]\n            },\n            \"type\": \"products\"\n          },\n          \"type\": \"page\"\n        },\n        \"logo\": {\n          \"type\": \"image\",\n          \"url\": \"https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg\"\n        },\n        \"name\": \"Hess Inc\",\n        \"type\": \"brand\"\n      },\n      \"categories\": [\n        {\n          \"_custom_json\": {},\n          \"action\": {\n            \"page\": {\n              \"query\": {\n                \"category\": [\n                  \"Amy-Kim-DDS\"\n                ]\n              },\n              \"type\": \"category\"\n            },\n            \"type\": \"page\"\n          },\n          \"id\": 3,\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"https://hdn-1.fynd.com/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg\"\n          },\n          \"name\": \"Amy Kim DDS\",\n          \"uid\": 3\n        }\n      ],\n      \"discount\": \"14% OFF\",\n      \"is_tryout\": false,\n      \"item_code\": \"ITEM_CODE_3\",\n      \"item_type\": \"set\",\n      \"medias\": [\n        {\n          \"type\": \"image\",\n          \"url\": \"https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg\"\n        }\n      ],\n      \"name\": \"facilitate enterprise supply-chains\",\n      \"price\": {\n        \"effective\": {\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\",\n          \"max\": 1399,\n          \"min\": 1199\n        },\n        \"marked\": {\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\",\n          \"max\": 1499,\n          \"min\": 1399\n        }\n      },\n      \"promo_meta\": {\n        \"subtitle\": \"\",\n        \"title\": \"\"\n      },\n      \"rating\": 2.7,\n      \"sellable\": true,\n      \"slug\": \"facilitate-enterprise-supply-chains\",\n      \"type\": \"product\",\n      \"uid\": 11\n    },\n    {\n      \"action\": {\n        \"page\": {\n          \"query\": {\n            \"slug\": \"optimize-web-enabled-e-tailers\"\n          },\n          \"type\": \"product\"\n        },\n        \"type\": \"page\"\n      },\n      \"attributes\": {\n        \"gender\": \"women\",\n        \"material\": \"Neoprene\",\n        \"primary_color\": \"DarkGrey\",\n        \"primary_color_hex\": \"808080\",\n        \"weight\": \"100\"\n      },\n      \"brand\": {\n        \"_custom_json\": {},\n        \"action\": {\n          \"page\": {\n            \"query\": {\n              \"brand\": [\n                \"Hess-Inc\"\n              ]\n            },\n            \"type\": \"products\"\n          },\n          \"type\": \"page\"\n        },\n        \"logo\": {\n          \"type\": \"image\",\n          \"url\": \"https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg\"\n        },\n        \"name\": \"Hess Inc\",\n        \"type\": \"brand\"\n      },\n      \"categories\": [\n        {\n          \"_custom_json\": {},\n          \"action\": {\n            \"page\": {\n              \"query\": {\n                \"category\": [\n                  \"Amy-Kim-DDS\"\n                ]\n              },\n              \"type\": \"category\"\n            },\n            \"type\": \"page\"\n          },\n          \"id\": 3,\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"https://hdn-1.fynd.com/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg\"\n          },\n          \"name\": \"Amy Kim DDS\",\n          \"uid\": 3\n        }\n      ],\n      \"discount\": \"14% OFF\",\n      \"is_tryout\": false,\n      \"item_code\": \"ITEM_CODE_4\",\n      \"item_type\": \"set\",\n      \"medias\": [\n        {\n          \"type\": \"image\",\n          \"url\": \"https://hdn-1.fynd.com/media/fynd_store_items/l2_category/original/2830_c5bb5fc02f414307a828c4c56483c30a.jpg\"\n        }\n      ],\n      \"name\": \"optimize web-enabled e-tailers\",\n      \"price\": {\n        \"effective\": {\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\",\n          \"max\": 1399,\n          \"min\": 1199\n        },\n        \"marked\": {\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\",\n          \"max\": 1499,\n          \"min\": 1399\n        }\n      },\n      \"promo_meta\": {\n        \"subtitle\": \"\",\n        \"title\": \"\"\n      },\n      \"rating\": 2.7,\n      \"sellable\": true,\n      \"slug\": \"optimize-web-enabled-e-tailers\",\n      \"type\": \"product\",\n      \"uid\": 12\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": true,\n    \"has_previous\": false,\n    \"item_total\": 15,\n    \"total\": 2,\n    \"type\": \"number\"\n  },\n  \"sort_on\": [\n    {\n      \"display\": \"Latest Products.\",\n      \"is_selected\": true,\n      \"logo\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/360x0/56_MKT02AI060CORAL/1_1567590349681.jpg\",\n      \"name\": \"Latest Products.\",\n      \"value\": \"latest\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "7591db92-28ab-4720-a746-d3acff2d61de",
            "name": "getDiscountedInventoryBySizeIdentifier | Get discounted inventory",
            "request": {
              "name": "getDiscountedInventoryBySizeIdentifier | Get discounted inventory",
              "description": {
                "content": "Allows to retrieve Inventory data for particular company grouped by size and store.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "products",
                  ":item_id",
                  "inventory",
                  ":size_identifier"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The page number to navigate through the given set of results"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "12",
                    "description": "Number of items to retrieve in each page. Default is 12."
                  },
                  {
                    "disabled": false,
                    "key": "location_ids",
                    "value": "<integer>",
                    "description": "Search by store ids."
                  },
                  {
                    "disabled": false,
                    "key": "location_ids",
                    "value": "<integer>",
                    "description": "Search by store ids."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<integer>",
                    "key": "item_id",
                    "description": "(Required) A `item_id` is a unique identifier for a specific product."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<integer>",
                    "key": "size_identifier",
                    "description": "(Required) Size Identifier (Seller Identifier or Primary Identifier)."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "f68a1b28-6504-46a3-bc4c-c8983cd9739a",
                "name": "returns a list of all inventory grouped by size and store",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "products",
                      ":item_id",
                      "inventory",
                      ":size_identifier"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "1"
                      },
                      {
                        "key": "location_ids",
                        "value": "1"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "item_id",
                        "description": "(Required) A `item_id` is a unique identifier for a specific product."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "size_identifier",
                        "description": "(Required) Size Identifier (Seller Identifier or Primary Identifier)."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"brand\": {\n        \"id\": 1,\n        \"name\": \"ab\"\n      },\n      \"company\": {\n        \"id\": 1\n      },\n      \"country_of_origin\": \"\",\n      \"currency\": \"INR\",\n      \"dimension\": {\n        \"height\": 15,\n        \"is_default\": true,\n        \"length\": 10.5,\n        \"unit\": \"cm\",\n        \"width\": 5.2\n      },\n      \"fragile\": true,\n      \"fynd_article_code\": \"\",\n      \"fynd_item_code\": \"\",\n      \"identifier\": {\n        \"article_id\": 1\n      },\n      \"identifiers\": [\n        {\n          \"gtin_type\": \"sku_code\",\n          \"gtin_value\": \"RTYUIDSDFV\",\n          \"primary\": true\n        }\n      ],\n      \"inventory_updated_on\": \"2021-04-06T03:30:01.487Z\",\n      \"item_id\": 7500651,\n      \"manufacturer\": {\n        \"address\": \"st\",\n        \"is_default\": true,\n        \"name\": \"manufacturer\"\n      },\n      \"price\": {\n        \"currency\": \"USD\",\n        \"effective\": 79.99,\n        \"marked\": 99.99,\n        \"transfer\": 79.99\n      },\n      \"price_effective\": 1234,\n      \"price_transfer\": 0,\n      \"quantity\": 10,\n      \"sellable_quantity\": 10,\n      \"seller_identifier\": \"RTYUIDSDFV\",\n      \"size\": \"AAX1 (1 PCS)\",\n      \"store\": {\n        \"id\": 1\n      },\n      \"total_quantity\": 1,\n      \"uid\": \"59_RTYUIDSDFV\",\n      \"weight\": {\n        \"is_default\": true,\n        \"shipping\": 1.5,\n        \"unit\": \"kg\"\n      }\n    },\n    {\n      \"brand\": {\n        \"id\": 1,\n        \"name\": \"ab\"\n      },\n      \"company\": {\n        \"id\": 1\n      },\n      \"country_of_origin\": \"\",\n      \"currency\": \"INR\",\n      \"dimension\": {\n        \"height\": 15,\n        \"is_default\": true,\n        \"length\": 10.5,\n        \"unit\": \"cm\",\n        \"width\": 5.2\n      },\n      \"fragile\": true,\n      \"fynd_article_code\": \"\",\n      \"fynd_item_code\": \"\",\n      \"identifier\": {\n        \"article_id\": 1\n      },\n      \"identifiers\": [\n        {\n          \"gtin_type\": \"sku_code\",\n          \"gtin_value\": \"RTYUIDSDFV\",\n          \"primary\": true\n        }\n      ],\n      \"inventory_updated_on\": \"2021-04-06T03:29:35.291Z\",\n      \"item_id\": 7500651,\n      \"manufacturer\": {\n        \"address\": \"st\",\n        \"is_default\": true,\n        \"name\": \"manufacturer\"\n      },\n      \"price\": {\n        \"currency\": \"USD\",\n        \"effective\": 79.99,\n        \"marked\": 99.99,\n        \"transfer\": 79.99\n      },\n      \"price_effective\": 1234,\n      \"price_transfer\": 0,\n      \"quantity\": 10,\n      \"sellable_quantity\": 10,\n      \"seller_identifier\": \"RTYUIDSDFV\",\n      \"size\": \"AAX1 (1 PCS)\",\n      \"store\": {\n        \"id\": 1\n      },\n      \"total_quantity\": 1,\n      \"uid\": \"10_RTYUIDSDFV\",\n      \"weight\": {\n        \"is_default\": true,\n        \"shipping\": 1.5,\n        \"unit\": \"kg\"\n      }\n    },\n    {\n      \"brand\": {\n        \"id\": 1,\n        \"name\": \"ab\"\n      },\n      \"company\": {\n        \"id\": 1\n      },\n      \"country_of_origin\": \"\",\n      \"currency\": \"INR\",\n      \"dimension\": {\n        \"height\": 15,\n        \"is_default\": true,\n        \"length\": 10.5,\n        \"unit\": \"cm\",\n        \"width\": 5.2\n      },\n      \"fragile\": true,\n      \"fynd_article_code\": \"\",\n      \"fynd_item_code\": \"\",\n      \"identifier\": {\n        \"article_id\": 1\n      },\n      \"identifiers\": [\n        {\n          \"gtin_type\": \"sku_code\",\n          \"gtin_value\": \"RTYUIDSDFV\",\n          \"primary\": true\n        }\n      ],\n      \"inventory_updated_on\": \"2021-03-17T12:35:29.992Z\",\n      \"item_id\": 7500651,\n      \"manufacturer\": {\n        \"address\": \"st\",\n        \"is_default\": true,\n        \"name\": \"manufacturer\"\n      },\n      \"order_committed_quantity\": 0,\n      \"price\": {\n        \"currency\": \"USD\",\n        \"effective\": 79.99,\n        \"marked\": 99.99,\n        \"transfer\": 79.99\n      },\n      \"price_effective\": 1234,\n      \"price_transfer\": 0,\n      \"quantity\": 10000000,\n      \"sellable_quantity\": 10000000,\n      \"seller_identifier\": \"RTYUIDSDFV\",\n      \"size\": \"AAX1 (1 PCS)\",\n      \"store\": {\n        \"id\": 1\n      },\n      \"total_quantity\": 1,\n      \"uid\": \"11061_RTYUIDSDFV\",\n      \"weight\": {\n        \"is_default\": true,\n        \"shipping\": 1.5,\n        \"unit\": \"kg\"\n      }\n    },\n    {\n      \"brand\": {\n        \"id\": 1,\n        \"name\": \"ab\"\n      },\n      \"company\": {\n        \"id\": 1\n      },\n      \"country_of_origin\": \"\",\n      \"currency\": \"INR\",\n      \"damaged_quantity\": 0,\n      \"dimension\": {\n        \"height\": 15,\n        \"is_default\": true,\n        \"length\": 10.5,\n        \"unit\": \"cm\",\n        \"width\": 5.2\n      },\n      \"fragile\": true,\n      \"fynd_article_code\": \"\",\n      \"fynd_item_code\": \"\",\n      \"identifier\": {\n        \"article_id\": 1\n      },\n      \"identifiers\": [\n        {\n          \"gtin_type\": \"sku_code\",\n          \"gtin_value\": \"RTYUIDSDFV\",\n          \"primary\": true\n        }\n      ],\n      \"inventory_updated_on\": \"2021-03-31T19:00:10.943Z\",\n      \"item_id\": 7500651,\n      \"manufacturer\": {\n        \"address\": \"st\",\n        \"is_default\": true,\n        \"name\": \"manufacturer\"\n      },\n      \"not_available_quantity\": 0,\n      \"order_committed_quantity\": 7,\n      \"price\": {\n        \"currency\": \"USD\",\n        \"effective\": 79.99,\n        \"marked\": 99.99,\n        \"transfer\": 79.99\n      },\n      \"price_effective\": 1234,\n      \"price_transfer\": 0,\n      \"quantity\": 39,\n      \"sellable_quantity\": 18,\n      \"seller_identifier\": \"RTYUIDSDFV\",\n      \"size\": \"AAX1 (1 PCS)\",\n      \"store\": {\n        \"id\": 1\n      },\n      \"total_quantity\": 1,\n      \"uid\": \"1_RTYUIDSDFV\",\n      \"weight\": {\n        \"is_default\": true,\n        \"shipping\": 1.5,\n        \"unit\": \"kg\"\n      }\n    },\n    {\n      \"brand\": {\n        \"id\": 1,\n        \"name\": \"ab\"\n      },\n      \"company\": {\n        \"id\": 1\n      },\n      \"country_of_origin\": \"\",\n      \"currency\": \"INR\",\n      \"dimension\": {\n        \"height\": 15,\n        \"is_default\": true,\n        \"length\": 10.5,\n        \"unit\": \"cm\",\n        \"width\": 5.2\n      },\n      \"fragile\": true,\n      \"fynd_article_code\": \"\",\n      \"fynd_item_code\": \"\",\n      \"identifier\": {\n        \"article_id\": 1\n      },\n      \"identifiers\": [\n        {\n          \"gtin_type\": \"sku_code\",\n          \"gtin_value\": \"RTYUIDSDFV\",\n          \"primary\": true\n        }\n      ],\n      \"inventory_updated_on\": \"2020-07-07T10:37:06.146Z\",\n      \"item_id\": 7500651,\n      \"manufacturer\": {\n        \"address\": \"st\",\n        \"is_default\": true,\n        \"name\": \"manufacturer\"\n      },\n      \"order_committed_quantity\": 39,\n      \"price\": {\n        \"currency\": \"USD\",\n        \"effective\": 79.99,\n        \"marked\": 99.99,\n        \"transfer\": 79.99\n      },\n      \"price_effective\": 1234,\n      \"price_transfer\": 0,\n      \"quantity\": 39,\n      \"sellable_quantity\": 0,\n      \"seller_identifier\": \"RTYUIDSDFV\",\n      \"size\": \"AAX1 (1 PCS)\",\n      \"store\": {\n        \"id\": 1\n      },\n      \"total_quantity\": 1,\n      \"uid\": \"1_rtyuidsdfv\",\n      \"weight\": {\n        \"is_default\": true,\n        \"shipping\": 1.5,\n        \"unit\": \"kg\"\n      }\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": false,\n    \"has_previous\": false,\n    \"item_total\": 5,\n    \"size\": 1,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "4fb38911-859c-4c6f-962c-8509675e4913",
            "name": "getProductDetailBySlug | Get product details",
            "request": {
              "name": "getProductDetailBySlug | Get product details",
              "description": {
                "content": "Retrieve detailed product information using a product slug. ",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "products",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) The unique identifier of a product. i.e; `slug` of a product. You can retrieve these from the APIs that list products like \"v1.0/products/\""
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "7848cd37-41e6-420c-999f-78579e2ec45c",
                "name": "The Product object.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "products",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) The unique identifier of a product. i.e; `slug` of a product. You can retrieve these from the APIs that list products like \"v1.0/products/\""
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"attributes\": {\n    \"brand\": \"Barry, Jennings and Larson\",\n    \"color\": \"DarkGrey\",\n    \"color_hex\": \"808080\",\n    \"gender\": [\n      \"Men\",\n      \"Women\"\n    ],\n    \"item_code\": \"LGLAPTOPSLEEVE5\",\n    \"material\": \"Neoprene\",\n    \"occasion\": \"Casual\",\n    \"primary_color\": \"Grey\",\n    \"primary_color_hex\": \"808080\",\n    \"primary_material\": \"Others\",\n    \"product_details\": \"This is a Unisex Product.\",\n    \"product_type\": \"LaptopBags\",\n    \"style_note\": \"Shape up your overall appeal with this stunning laptop bag. The amazing storage and great design will let you carry your laptop in style!\",\n    \"variant\": \"LGLAPTOPSLEEVE5\",\n    \"weight\": 100\n  },\n  \"brand\": {\n    \"_custom_json\": {},\n    \"action\": {\n      \"page\": {\n        \"query\": {\n          \"brand\": [\n            \"Hess-Inc\"\n          ]\n        },\n        \"type\": \"products\"\n      },\n      \"type\": \"page\"\n    },\n    \"logo\": {\n      \"type\": \"image\",\n      \"url\": \"https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg\"\n    },\n    \"name\": \"Barry, Jennings and Larson\",\n    \"uid\": 1\n  },\n  \"categories\": [\n    {\n      \"_custom_json\": {},\n      \"action\": {\n        \"page\": {\n          \"query\": {\n            \"category\": [\n              \"Amy-Kim-DDS\"\n            ]\n          },\n          \"type\": \"category\"\n        },\n        \"type\": \"page\"\n      },\n      \"id\": 3,\n      \"logo\": {\n        \"type\": \"image\",\n        \"url\": \"https://hdn-1.fynd.com/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg\"\n      },\n      \"name\": \"Amy Kim DDS\",\n      \"uid\": 3\n    }\n  ],\n  \"color\": \"808080\",\n  \"custom_order\": {},\n  \"grouped_attributes\": [\n    {\n      \"details\": [\n        {\n          \"key\": \"Kimberly Davidson\",\n          \"type\": \"text\",\n          \"value\": \"DarkGrey\"\n        },\n        {\n          \"key\": \"Kimberly Mcdaniel\",\n          \"type\": \"text\",\n          \"value\": \"Men,Women\"\n        },\n        {\n          \"key\": \"Monica Hampton\",\n          \"type\": \"text\",\n          \"value\": \"Neoprene\"\n        },\n        {\n          \"key\": \"John Mendoza\",\n          \"type\": \"text\",\n          \"value\": \"100 g\"\n        }\n      ],\n      \"title\": \"Alexander Sawyer\"\n    }\n  ],\n  \"has_variant\": true,\n  \"image_nature\": \"standard\",\n  \"medias\": [\n    {\n      \"type\": \"image\",\n      \"url\": \"http://cdn4.gofynd.com/media/pictures/tagged_items/original/1309_LGLAPTOPSLEEVE5/1_1564735832806.jpg\"\n    }\n  ],\n  \"name\": \"benchmark collaborative paradigms\",\n  \"no_of_boxes\": 1,\n  \"product_online_date\": \"2021-02-03T07:22:29.000Z\",\n  \"rating\": 2.7,\n  \"rating_count\": 2,\n  \"similars\": [\n    \"brand\"\n  ],\n  \"slug\": \"benchmark-collaborative-paradigms\",\n  \"tags\": [\n    \"Digital\"\n  ],\n  \"teaser_tag\": {},\n  \"tryouts\": [],\n  \"type\": \"product\",\n  \"uid\": 1\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "001174e4-372d-4158-b334-8f9b01fde361",
            "name": "getAppProducts | List sales channel products",
            "request": {
              "name": "getAppProducts | List sales channel products",
              "description": {
                "content": "Retrieve products specific to the sales channel, with filtering options available for brand, category, department, tags, item IDs, product name, and pagination support",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "raw-products",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "brand_ids",
                    "value": "<integer>",
                    "description": "Get multiple products filtered by Brand Ids"
                  },
                  {
                    "disabled": false,
                    "key": "brand_ids",
                    "value": "<integer>",
                    "description": "Get multiple products filtered by Brand Ids"
                  },
                  {
                    "disabled": false,
                    "key": "category_ids",
                    "value": "<integer>",
                    "description": "Get multiple products filtered by Category Ids"
                  },
                  {
                    "disabled": false,
                    "key": "category_ids",
                    "value": "<integer>",
                    "description": "Get multiple products filtered by Category Ids"
                  },
                  {
                    "disabled": false,
                    "key": "department_ids",
                    "value": "<integer>",
                    "description": "Get multiple products filtered by Department Ids"
                  },
                  {
                    "disabled": false,
                    "key": "department_ids",
                    "value": "<integer>",
                    "description": "Get multiple products filtered by Department Ids"
                  },
                  {
                    "disabled": false,
                    "key": "tags",
                    "value": "<string>",
                    "description": "Get multiple products filtered by tags"
                  },
                  {
                    "disabled": false,
                    "key": "tags",
                    "value": "<string>",
                    "description": "Get multiple products filtered by tags"
                  },
                  {
                    "disabled": false,
                    "key": "item_ids",
                    "value": "<integer>",
                    "description": "Get multiple products filtered by Item Ids"
                  },
                  {
                    "disabled": false,
                    "key": "item_ids",
                    "value": "<integer>",
                    "description": "Get multiple products filtered by Item Ids"
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The page number to navigate through the given set of results"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10",
                    "description": "Number of items to retrieve in each page. Default is 10."
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Search with Item Code, Name, Slug or Identifier."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "4ea50ec9-a0b1-447e-8253-a872ffc00563",
                "name": "The Product object.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "raw-products",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "brand_ids",
                        "value": "1"
                      },
                      {
                        "key": "category_ids",
                        "value": "1"
                      },
                      {
                        "key": "department_ids",
                        "value": "1"
                      },
                      {
                        "key": "tags",
                        "value": ""
                      },
                      {
                        "key": "item_ids",
                        "value": "1"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "1"
                      },
                      {
                        "key": "q",
                        "value": "test"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"_custom_json\": {},\n      \"all_company_ids\": [\n        1\n      ],\n      \"all_identifiers\": [\n        \"19WE100\"\n      ],\n      \"all_sizes\": [\n        {\n          \"brand_uid\": 1,\n          \"company_id\": 1,\n          \"identifiers\": [\n            {\n              \"gtin_type\": \"ean\",\n              \"gtin_value\": \"HGS272727272\",\n              \"primary\": true\n            }\n          ],\n          \"item_code\": \"TVSET111\",\n          \"marked_price\": 35000,\n          \"seller_identifier\": \"HGS272727272\",\n          \"size\": \"XXLX23, MX11, LX67, XLX45 (146 PCS)\"\n        }\n      ],\n      \"brand\": {\n        \"logo\": {\n          \"aspect_ratio\": \"1:1\",\n          \"aspect_ratio_f\": 1,\n          \"secure_url\": \"https://hdn-1.jiox0.de/jioecomm/seller/pictures/logo/50x0/apple-7f951c/logo_apple.png\",\n          \"url\": \"https://hdn-1.jiox0.de/jioecomm/seller/pictures/logo/50x0/apple-7f951c/logo_apple.png\"\n        },\n        \"name\": \"Apple\",\n        \"uid\": 13\n      },\n      \"brand_uid\": 1,\n      \"category_slug\": \"qled-television\",\n      \"category_uid\": 1,\n      \"country_of_origin\": \"India\",\n      \"created_by\": {\n        \"user_id\": \"5\",\n        \"username\": \"918888888888_12345\"\n      },\n      \"created_on\": \"2021-04-02T15:43:59.410Z\",\n      \"currency\": \"INR\",\n      \"custom_order\": {\n        \"is_custom_order\": true,\n        \"manufacturing_time\": 2,\n        \"manufacturing_time_unit\": \"days\"\n      },\n      \"departments\": [\n        1\n      ],\n      \"description\": \"Tv\",\n      \"highlights\": [\n        \"42 Inch\"\n      ],\n      \"hs_code\": \"11111111\",\n      \"hsn_code\": \"11111111\",\n      \"id\": \"5f4f2f6371a5970001f13655\",\n      \"image_nature\": \"standard\",\n      \"images\": [\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/5050407896640/8hn0-cPlN0-1.jpg\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/5050407896640/1ODGjR9NLY-2.jpg\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/5050407896640/mJqqfEQilY-3.jpg\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/5050407896640/htM1r1aHwa-4.jpg\"\n      ],\n      \"is_dependent\": false,\n      \"is_image_less_product\": false,\n      \"is_physical\": true,\n      \"is_set\": true,\n      \"item_code\": \"TVSET111\",\n      \"item_type\": \"set\",\n      \"l3_mapping\": [\n        \"electronics>qled_television\"\n      ],\n      \"media\": [\n        {\n          \"type\": \"image\",\n          \"url\": \"https://hdn-1.addsale.com/x0/products/pictures/item/free/135x0/dcizgsG_Y-Tv-Set.png\"\n        }\n      ],\n      \"modified_by\": {\n        \"user_id\": \"xxxxxxxxxxx\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"modified_on\": \"2021-04-02T15:43:59.410Z\",\n      \"multi_size\": true,\n      \"name\": \"TV Set\",\n      \"no_of_boxes\": 1,\n      \"price\": {\n        \"effective\": {\n          \"max\": 25000,\n          \"min\": 25000\n        },\n        \"marked\": {\n          \"max\": 35000,\n          \"min\": 35000\n        }\n      },\n      \"product_group_tag\": [],\n      \"product_publish\": {\n        \"is_set\": false,\n        \"product_online_date\": 1627642009\n      },\n      \"return_config\": {\n        \"returnable\": false,\n        \"time\": 0,\n        \"unit\": \"days\"\n      },\n      \"short_description\": \"\",\n      \"size_guide\": \"slim-fit-shirts-for-men\",\n      \"sizes\": [\n        {\n          \"size\": \"FGX33, GHX33 (66 PCS)\",\n          \"store_count\": 1\n        },\n        {\n          \"size\": \"XSE WE23X100 (100 PCS)\",\n          \"store_count\": 2\n        },\n        {\n          \"size\": \"XSEX100 (100 PCS)\",\n          \"store_count\": 3\n        },\n        {\n          \"size\": \"XXLX23, MX11, LX67, XLX45 (146 PCS)\",\n          \"store_count\": 3\n        }\n      ],\n      \"slug\": \"tv-set\",\n      \"stage\": \"verified\",\n      \"synonyms\": [],\n      \"tags\": [],\n      \"teaser_tag\": {},\n      \"template_tag\": \"television\",\n      \"trader\": [\n        {\n          \"address\": [\n            \"sdfdsfsdf\"\n          ],\n          \"name\": \"asdasd\"\n        }\n      ],\n      \"trader_type\": \"Packer\",\n      \"uid\": 7501547,\n      \"variants\": {},\n      \"verification_status\": \"pending\",\n      \"verified_by\": {\n        \"user_id\": \"0\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"verified_on\": \"2021-04-02T15:43:59.410Z\",\n      \"store_id_list\": [\n        \"123\"\n      ]\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": false,\n    \"has_previous\": false,\n    \"item_total\": 1,\n    \"size\": 1,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "63f066cb-8ae0-4485-9125-7b544eb39f56",
            "name": "getAppProductPrices | Get prices for specific raw product items",
            "request": {
              "name": "getAppProductPrices | Get prices for specific raw product items",
              "description": {
                "content": "Fetch pricing details for multiple raw products by their item IDs, scoped to a particular company and sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "raw-products",
                  "price"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "item_ids",
                    "value": "<integer>",
                    "description": "(Required) List of item IDs for which to retrieve pricing."
                  },
                  {
                    "disabled": false,
                    "key": "item_ids",
                    "value": "<integer>",
                    "description": "(Required) List of item IDs for which to retrieve pricing."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "516de102-7ff6-4bf9-87e6-e3f50421108f",
                "name": "Returns a success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "raw-products",
                      "price"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "item_ids",
                        "value": "7500000"
                      },
                      {
                        "key": "item_ids",
                        "value": "7500011"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier for the seller (company)."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier for the application (sales channel)."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"item_code\": \"KNASDANSDKAKD123\",\n      \"brand_uid\": 2,\n      \"item_id\": 7500021,\n      \"discount_meta\": {},\n      \"product_price\": [\n        {\n          \"zone_type\": \"price\",\n          \"zone_identifier\": \"68062165bb20f913edb1f3dd\",\n          \"currency_prices\": [\n            {\n              \"discount\": 99,\n              \"currency_code\": \"EUR\",\n              \"currency_symbol\": \"€\",\n              \"marked\": {\n                \"min\": 10000000,\n                \"max\": 10000000\n              },\n              \"effective\": {\n                \"min\": 1000,\n                \"max\": 1000\n              },\n              \"selling\": {\n                \"min\": 126.7023,\n                \"max\": 126.7023\n              }\n            },\n            {\n              \"discount\": 0,\n              \"currency_code\": \"INR\",\n              \"currency_symbol\": \"₹\",\n              \"marked\": {\n                \"min\": 123,\n                \"max\": 123\n              },\n              \"effective\": {\n                \"min\": 123,\n                \"max\": 123\n              },\n              \"selling\": {\n                \"min\": 12300,\n                \"max\": 12300\n              }\n            }\n          ]\n        },\n        {\n          \"zone_type\": \"price\",\n          \"zone_identifier\": \"680f6c0a6c36d445d3631732\",\n          \"currency_prices\": [\n            {\n              \"discount\": 0,\n              \"currency_code\": \"INR\",\n              \"currency_symbol\": \"₹\",\n              \"marked\": {\n                \"min\": 123,\n                \"max\": 123\n              },\n              \"effective\": {\n                \"min\": 123,\n                \"max\": 123\n              },\n              \"selling\": {\n                \"min\": 12300,\n                \"max\": 12300\n              }\n            }\n          ]\n        },\n        {\n          \"zone_type\": \"delivery\",\n          \"zone_identifier\": \"_all_\",\n          \"currency_prices\": [\n            {\n              \"discount\": 0,\n              \"currency_code\": \"INR\",\n              \"currency_symbol\": \"₹\",\n              \"marked\": {\n                \"min\": 1230000,\n                \"max\": 1230000\n              },\n              \"effective\": {\n                \"min\": 12300,\n                \"max\": 12300\n              },\n              \"selling\": {\n                \"min\": 12300,\n                \"max\": 12300\n              }\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "2c89baac-9046-4368-9b65-592481866268",
            "name": "updateAppLocation | Update sales channel location",
            "request": {
              "name": "updateAppLocation | Update sales channel location",
              "description": {
                "content": "Modify location data related to the sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "store",
                  ":store_uid"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<integer>",
                    "key": "store_uid",
                    "description": "(Required) store id for which the custom_json is associated."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PATCH",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"_custom_json\": {\n    \"cillum6b\": \"quis cupidatat\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "982f45a7-7b1a-4345-87b9-e3d860b2208b",
                "name": "Returns a success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "store",
                      ":store_uid"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Id of the company associated to location custom json."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "store_uid",
                        "description": "(Required) store id for which the custom_json is associated."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"_custom_json\": {\n    \"sample_key_1\": \"Sample Value 1\",\n    \"sample_key_2\": \"Sample Value 2\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "c488fe8f-1ec3-4df3-a508-ea45a39b48ea",
            "name": "listCategories | List categories",
            "request": {
              "name": "listCategories | List categories",
              "description": {
                "content": "Retrieve a list of categories data associated to a specific company and queries passed in the request.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "category",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "level",
                    "value": "<integer>",
                    "description": "Get category for multiple levels"
                  },
                  {
                    "disabled": false,
                    "key": "level",
                    "value": "<integer>",
                    "description": "Get category for multiple levels"
                  },
                  {
                    "disabled": false,
                    "key": "department",
                    "value": "<integer>",
                    "description": "Get category for multiple departments filtered"
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Get multiple categories filtered by search string"
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The page number to navigate through the given set of results"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "12",
                    "description": "Number of items to retrieve in each page. Default is 10."
                  },
                  {
                    "disabled": false,
                    "key": "uids",
                    "value": "<integer>",
                    "description": "Get multiple categories filtered by category uids."
                  },
                  {
                    "disabled": false,
                    "key": "uids",
                    "value": "<integer>",
                    "description": "Get multiple categories filtered by category uids."
                  },
                  {
                    "disabled": false,
                    "key": "slug",
                    "value": "<string>",
                    "description": "Get category by slug"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "8358af47-cb58-42c9-8f34-c51a73219973",
                "name": "Category Meta.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "category",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "level",
                        "value": "1"
                      },
                      {
                        "key": "level",
                        "value": "2"
                      },
                      {
                        "key": "level",
                        "value": "3"
                      },
                      {
                        "key": "department",
                        "value": "146"
                      },
                      {
                        "key": "q",
                        "value": "Emmanuelle1153977215920241148294"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "uids",
                        "value": "1"
                      },
                      {
                        "key": "uids",
                        "value": "2"
                      },
                      {
                        "key": "uids",
                        "value": "3"
                      },
                      {
                        "key": "slug",
                        "value": "emmanuelle1153977215920241148294"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"created_by\": {\n        \"user_id\": \"fe08aba77fe42c345b57952e\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"created_on\": \"2024-10-15T06:18:39.774000\",\n      \"departments\": [\n        146895\n      ],\n      \"hierarchy\": [],\n      \"id\": \"670e0940157f26e0b99ca21b\",\n      \"is_active\": true,\n      \"level\": 2,\n      \"media\": {\n        \"portrait\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/test/general/free/original/sampleJPG.jpg\",\n        \"landscape\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/test/general/free/original/sampleJPG.jpg\",\n        \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/test/general/free/original/sampleJPG.jpg\"\n      },\n      \"modified_by\": {\n        \"user_id\": \"fe08aba77fe42c345b57952e\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"modified_on\": \"2024-10-15T06:18:39.774000\",\n      \"name\": \"Orion1925284415920241148665\",\n      \"priority\": 1,\n      \"slug\": \"orion1925284415920241148665\",\n      \"synonyms\": [],\n      \"uid\": 430093\n    },\n    {\n      \"created_by\": {\n        \"user_id\": \"fe08aba77fe42c345b57952e\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"created_on\": \"2024-10-15T06:18:01.388000\",\n      \"departments\": [\n        146894\n      ],\n      \"hierarchy\": [],\n      \"id\": \"670e09193a94b46bf706b82a\",\n      \"is_active\": true,\n      \"level\": 2,\n      \"media\": {\n        \"portrait\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/test/general/free/original/sampleJPG.jpg\",\n        \"landscape\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/test/general/free/original/sampleJPG.jpg\",\n        \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/test/general/free/original/sampleJPG.jpg\"\n      },\n      \"modified_by\": {\n        \"user_id\": \"fe08aba77fe42c345b57952e\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"modified_on\": \"2024-10-15T06:18:01.388000\",\n      \"name\": \"Stephanie113228231592024114871\",\n      \"priority\": 1,\n      \"slug\": \"stephanie113228231592024114871\",\n      \"synonyms\": [],\n      \"uid\": 430090,\n      \"total\": 2\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": true,\n    \"has_previous\": false,\n    \"item_total\": 574,\n    \"size\": 58,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "30977e15-fc8d-4194-aae6-85eac06799f5",
            "name": "getCategoryData | Get category by uid",
            "request": {
              "name": "getCategoryData | Get category by uid",
              "description": {
                "content": "Retrieve detailed information about a specific category by its uid for a specific company.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "category",
                  ":uid",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "uid",
                    "description": "(Required) Category unique id"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "632ee934-9ac3-4a1d-87a2-aa67f0e69d07",
                "name": "Get Data for one category.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "category",
                      ":uid",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "uid",
                        "description": "(Required) Category unique id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"data\": {\n    \"created_by\": {\n      \"user_id\": \"fe08aba77fe42c345b57952e\",\n      \"username\": \"test_example_com_12345\"\n    },\n    \"created_on\": \"2024-10-15T06:18:39.774000\",\n    \"departments\": [\n      146895\n    ],\n    \"hierarchy\": [],\n    \"_id\": \"670e0940157f26e0b99ca21b\",\n    \"id\": \"670e0940157f26e0b99ca21b\",\n    \"is_active\": true,\n    \"level\": 2,\n    \"marketplaces\": {},\n    \"media\": {\n      \"landscape\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/test/general/free/original/sampleJPG.jpg\",\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/test/general/free/original/sampleJPG.jpg\",\n      \"portrait\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/test/general/free/original/sampleJPG.jpg\"\n    },\n    \"modified_by\": {\n      \"user_id\": \"fe08aba77fe42c345b57952e\",\n      \"username\": \"test_example_com_12345\"\n    },\n    \"modified_on\": \"2024-10-15T06:18:39.774000\",\n    \"name\": \"Orion1925284415920241148665\",\n    \"priority\": 1,\n    \"slug\": \"orion1925284415920241148665\",\n    \"synonyms\": [],\n    \"uid\": 430093\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e24a0aea-7c1e-49ef-a9d5-42aff12cd6f9",
            "name": "listDepartmentsData | List company department ",
            "request": {
              "name": "listDepartmentsData | List company department ",
              "description": {
                "content": "Allows you to list all departments data for a specific company.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "departments",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The page number to navigate through the given set of results"
                  },
                  {
                    "disabled": false,
                    "key": "item_type",
                    "value": "<string>",
                    "description": "A `item_type` is a type of product eg. set, standard, digital"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<integer>",
                    "description": "Number of items to retrieve in each page. Default is 10."
                  },
                  {
                    "disabled": false,
                    "key": "name",
                    "value": "<string>",
                    "description": "Can search departments by passing name."
                  },
                  {
                    "disabled": false,
                    "key": "search",
                    "value": "<string>",
                    "description": "Can search departments by passing name of the department in search parameter."
                  },
                  {
                    "disabled": false,
                    "key": "is_active",
                    "value": "<boolean>",
                    "description": "Can query for departments based on whether they are active or inactive."
                  },
                  {
                    "disabled": false,
                    "key": "slug",
                    "value": "<string>",
                    "description": "Can filter by slug"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "1d4207c8-30a8-4526-9106-3bccd3a1afa4",
                "name": "List of departments data.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "departments",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "item_type",
                        "value": "standard"
                      },
                      {
                        "key": "page_size",
                        "value": "1"
                      },
                      {
                        "key": "name",
                        "value": "Fashion"
                      },
                      {
                        "key": "search",
                        "value": "Fashion"
                      },
                      {
                        "key": "is_active",
                        "value": "false"
                      },
                      {
                        "key": "slug",
                        "value": "Fashion"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"page\": {\n    \"current\": 1,\n    \"type\": \"number\",\n    \"size\": 5,\n    \"has_previous\": false,\n    \"has_next\": true,\n    \"item_total\": 147595\n  },\n  \"items\": [\n    {\n      \"_id\": \"63a584736da398c9cdce8d22\",\n      \"id\": \"63a584736da398c9cdce8d22\",\n      \"name\": \"Sport\",\n      \"slug\": \"sport\",\n      \"synonyms\": [\n        \"sports\",\n        \"sportvalue\"\n      ],\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/category/pictures/square-logo/original/23WorwgTZ-logo.jpeg\",\n      \"created_on\": \"2022-12-23T10:35:31.841000\",\n      \"modified_on\": \"2024-02-24T08:32:49.161000\",\n      \"created_by\": {\n        \"username\": \"test_example_com_12345\",\n        \"user_id\": \"9e43a823f99ed9a96f653cff\"\n      },\n      \"modified_by\": {\n        \"username\": \"test_example_com_12345\",\n        \"user_id\": \"9dc224465674db307f6886fb\"\n      },\n      \"is_active\": false,\n      \"priority_order\": 1,\n      \"uid\": 4\n    },\n    {\n      \"_id\": \"63a5868ee44b59e246e90a1d\",\n      \"id\": \"63a5868ee44b59e246e90a1d\",\n      \"name\": \"Test16dec_101edited\",\n      \"slug\": \"test16dec_101\",\n      \"synonyms\": [\n        \"test\"\n      ],\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/department/pictures/square-logo/original/nUgCGPhvl-Men.png\",\n      \"created_on\": \"2022-12-23T10:44:30.828000\",\n      \"modified_on\": \"2023-05-22T17:50:37.011000\",\n      \"created_by\": {\n        \"username\": \"test_example_com_12345\",\n        \"user_id\": \"9e43a823f99ed9a96f653cff\"\n      },\n      \"modified_by\": {\n        \"username\": \"test_example_com_12345\",\n        \"user_id\": \"e85709e5ad78ff8732eea555\"\n      },\n      \"is_active\": false,\n      \"priority_order\": 1,\n      \"uid\": 5\n    },\n    {\n      \"_id\": \"639c0d8ebb56c3defd27e4e6\",\n      \"id\": \"639c0d8ebb56c3defd27e4e6\",\n      \"name\": \"Home & Livin\",\n      \"slug\": \"test1234567\",\n      \"synonyms\": [\n        \"\"\n      ],\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/department/pictures/square-logo/original/w0IM0uHl4-department.jpeg\",\n      \"created_on\": \"2022-12-16T06:17:50.603000\",\n      \"modified_on\": \"2023-09-26T06:55:22.550000\",\n      \"created_by\": {\n        \"username\": \"test_example_com_12345\",\n        \"user_id\": \"e5f47e3694a0895f68c2ae0d\"\n      },\n      \"modified_by\": {\n        \"username\": \"test_example_com_12345\",\n        \"user_id\": \"bb6a75c5202800389d8eb476\"\n      },\n      \"is_active\": false,\n      \"priority_order\": 2,\n      \"uid\": 2\n    },\n    {\n      \"_id\": \"636a2347c18be9346cf9ff67\",\n      \"id\": \"636a2347c18be9346cf9ff67\",\n      \"name\": \"Fashion and Design\",\n      \"slug\": \"fashion-and-design\",\n      \"synonyms\": [],\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/department/pictures/square-logo/original/JMq0RYwhm-department.png\",\n      \"created_on\": \"2022-11-08T09:37:11.878000\",\n      \"modified_on\": \"2023-10-25T12:41:50.771000\",\n      \"created_by\": {\n        \"username\": \"test_example_com_12345\",\n        \"user_id\": \"000e74b4a74420f72553fa25\"\n      },\n      \"modified_by\": {\n        \"username\": \"test_example_com_12345\",\n        \"user_id\": \"be9f62f267e67c028408f0b6\"\n      },\n      \"is_active\": true,\n      \"priority_order\": 1,\n      \"uid\": 1\n    },\n    {\n      \"_id\": \"63a3fc0fbeacc0472b89b5a6\",\n      \"id\": \"63a3fc0fbeacc0472b89b5a6\",\n      \"name\": \"Home & Living\",\n      \"slug\": \"home--living\",\n      \"synonyms\": [\n        \"Test\"\n      ],\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/department/pictures/square-logo/original/3t7ZZwpyH-department.png\",\n      \"created_on\": \"2022-12-22T06:41:19.504000\",\n      \"modified_on\": \"2023-10-30T07:39:20.428000\",\n      \"created_by\": {\n        \"username\": \"test_example_com_12345\",\n        \"user_id\": \"bb6a75c5202800389d8eb476\"\n      },\n      \"modified_by\": {\n        \"username\": \"test_example_com_12345\",\n        \"user_id\": \"e85709e5ad78ff8732eea555\"\n      },\n      \"is_active\": true,\n      \"priority_order\": 3,\n      \"uid\": 3\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "43ad6ca5-7c7e-4e51-aa2b-6e238e5aeba3",
            "name": "getDepartmentData | Get department by uid",
            "request": {
              "name": "getDepartmentData | Get department by uid",
              "description": {
                "content": "Retrieve detailed information about a specific department for a specific company by uid.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "departments",
                  ":uid",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "uid",
                    "description": "(Required) A `uid` is a unique identifier of a department."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "eff78edf-4d25-4f3d-a64e-bd7c08f97331",
                "name": "Departments Data.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "departments",
                      ":uid",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "uid",
                        "description": "(Required) A `uid` is a unique identifier of a department."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"_id\": \"636a2347c18be9346cf9ff67\",\n      \"id\": \"636a2347c18be9346cf9ff67\",\n      \"name\": \"Fashion and Design\",\n      \"slug\": \"fashion-and-design\",\n      \"synonyms\": [],\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/department/pictures/square-logo/original/JMq0RYwhm-department.png\",\n      \"created_on\": \"2022-11-08T09:37:11.878000\",\n      \"modified_on\": \"2023-10-25T12:41:50.771000\",\n      \"created_by\": {\n        \"username\": \"test_example_com_12345\",\n        \"user_id\": \"000e74b4a74420f72553fa25\"\n      },\n      \"modified_by\": {\n        \"username\": \"test_example_com_12345\",\n        \"user_id\": \"be9f62f267e67c028408f0b6\"\n      },\n      \"is_active\": true,\n      \"priority_order\": 1,\n      \"uid\": 1\n    },\n    {\n      \"_id\": \"63a3fc0fbeacc0472b89b5a6\",\n      \"id\": \"63a3fc0fbeacc0472b89b5a6\",\n      \"name\": \"Home & Living\",\n      \"slug\": \"home--living\",\n      \"synonyms\": [\n        \"Test\"\n      ],\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/department/pictures/square-logo/original/3t7ZZwpyH-department.png\",\n      \"created_on\": \"2022-12-22T06:41:19.504000\",\n      \"modified_on\": \"2023-10-30T07:39:20.428000\",\n      \"created_by\": {\n        \"username\": \"test_example_com_12345\",\n        \"user_id\": \"bb6a75c5202800389d8eb476\"\n      },\n      \"modified_by\": {\n        \"username\": \"test_example_com_12345\",\n        \"user_id\": \"e85709e5ad78ff8732eea555\"\n      },\n      \"is_active\": true,\n      \"priority_order\": 3,\n      \"uid\": 3\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d246f309-7b27-4751-9088-d7f934268f6e",
            "name": "getInventories | List Inventory",
            "request": {
              "name": "getInventories | List Inventory",
              "description": {
                "content": "Allows to get Inventories data for particular company. ",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "inventories"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "item_id",
                    "value": "<string>",
                    "description": "Item code of the product of which size is to be get."
                  },
                  {
                    "disabled": false,
                    "key": "size",
                    "value": "<string>",
                    "description": "Size of which inventory is to get."
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The page number to navigate through the given set of results"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "12",
                    "description": "Number of items to retrieve in each page. Default is 12."
                  },
                  {
                    "disabled": false,
                    "key": "page_id",
                    "value": "<string>",
                    "description": "Alphanumeric Page ID to retrieve next set of results."
                  },
                  {
                    "disabled": false,
                    "key": "page_type",
                    "value": "number",
                    "description": "Available pagination types are cursor or number."
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Search with help of store code."
                  },
                  {
                    "disabled": false,
                    "key": "sellable",
                    "value": "false",
                    "description": "Filter on whether product is in stock or not."
                  },
                  {
                    "disabled": false,
                    "key": "store_ids",
                    "value": "<integer>",
                    "description": "The Store Id of products to fetch inventory."
                  },
                  {
                    "disabled": false,
                    "key": "store_ids",
                    "value": "<integer>",
                    "description": "The Store Id of products to fetch inventory."
                  },
                  {
                    "disabled": false,
                    "key": "brand_ids",
                    "value": "<integer>",
                    "description": "The Brand Id of products to fetch inventory."
                  },
                  {
                    "disabled": false,
                    "key": "brand_ids",
                    "value": "<integer>",
                    "description": "The Brand Id of products to fetch inventory."
                  },
                  {
                    "disabled": false,
                    "key": "seller_identifiers",
                    "value": "<string>",
                    "description": "The Seller Identifier or Primary Identifier of the inventory."
                  },
                  {
                    "disabled": false,
                    "key": "seller_identifiers",
                    "value": "<string>",
                    "description": "The Seller Identifier or Primary Identifier of the inventory."
                  },
                  {
                    "disabled": false,
                    "key": "qty_gt",
                    "value": "<integer>",
                    "description": "This field allows you to filter for inventories that have quantity greater than to the specified value based on qty_type filter."
                  },
                  {
                    "disabled": false,
                    "key": "qty_lt",
                    "value": "<integer>",
                    "description": "This field allows you to filter for inventories that have a quantity less than to the specified value based on qty_type filter."
                  },
                  {
                    "disabled": false,
                    "key": "qty_type",
                    "value": "<string>",
                    "description": "This field provides flexibility in selecting filter for inventory quantity counts and date queries. For example, you might use this field to specify \"total\" or \"sellable\" quantity."
                  },
                  {
                    "disabled": false,
                    "key": "from_date",
                    "value": "<dateTime>",
                    "description": "Inventory updated on filter to get inventories greater then or equal to provided date based on qty_type value."
                  },
                  {
                    "disabled": false,
                    "key": "to_date",
                    "value": "<dateTime>",
                    "description": "Inventory updated on filter to get inventories less then or equal to provided date based on qty_type value."
                  },
                  {
                    "disabled": false,
                    "key": "size_identifier",
                    "value": "<string>",
                    "description": "Size Identifier (Seller Identifier or Primary Identifier) of which inventory is to get."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "f7cfea66-9e8f-4cd0-8ef0-139a9df09b67",
                "name": "returns a list of all inventory grouped by size and store",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "inventories"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "item_id",
                        "value": "10768717"
                      },
                      {
                        "key": "size",
                        "value": "OS"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "2"
                      },
                      {
                        "key": "page_id",
                        "value": "2"
                      },
                      {
                        "key": "page_type",
                        "value": "cursor"
                      },
                      {
                        "key": "q",
                        "value": "spykar_l1"
                      },
                      {
                        "key": "sellable",
                        "value": "true"
                      },
                      {
                        "key": "store_ids",
                        "value": "3243452"
                      },
                      {
                        "key": "brand_ids",
                        "value": "3243452"
                      },
                      {
                        "key": "seller_identifiers",
                        "value": "3243452"
                      },
                      {
                        "key": "qty_gt",
                        "value": "100"
                      },
                      {
                        "key": "qty_lt",
                        "value": "100"
                      },
                      {
                        "key": "qty_type",
                        "value": "total"
                      },
                      {
                        "key": "from_date",
                        "value": "2024-10-16T01:45:30.764000"
                      },
                      {
                        "key": "to_date",
                        "value": "2024-10-16T01:45:30.764000"
                      },
                      {
                        "key": "size_identifier",
                        "value": "asdadasa"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company associated to product that is to be viewed."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"brand\": {\n        \"id\": 355\n      },\n      \"company\": {\n        \"id\": 46\n      },\n      \"country_of_origin\": \"Malaysia\",\n      \"created_by\": {\n        \"user_id\": \"68c3800d602c0fda0dab4fea\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"date_meta\": {\n        \"added_on_store\": \"2023-01-20T07:26:18.834Z\",\n        \"created_on\": \"2023-01-20T07:26:18.828Z\",\n        \"inventory_updated_on\": \"2023-01-20T07:26:18.828Z\",\n        \"modified_on\": \"2023-01-20T07:26:18.828Z\"\n      },\n      \"dimension\": {\n        \"height\": 10,\n        \"length\": 25,\n        \"unit\": \"cm\",\n        \"width\": 15\n      },\n      \"expiration_date\": \"9998-01-30T23:59:00.000Z\",\n      \"id\": \"63ca421a6fb0ce930685f46e\",\n      \"identifier\": {\n        \"alu\": \"410163085004\",\n        \"upc\": \"777697046\"\n      },\n      \"is_set\": false,\n      \"item_id\": 10768717,\n      \"manufacturer\": {\n        \"address\": \"5TH FLOOR, COURT HOUSE,LOKMANYA TILAK MARGA, DHOBI TALAOMUMBAI MAHARASHTRA, , MAHARASHTRA, MUMBAI\",\n        \"is_default\": true,\n        \"name\": \"RELIANCE BRANDS LIMITED\"\n      },\n      \"modified_by\": {\n        \"user_id\": \"68c3800d602c0fda0dab4fea\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"platforms\": {\n        \"fynd\": false,\n        \"uniket_wholesale\": false\n      },\n      \"price\": {\n        \"currency\": \"INR\",\n        \"effective\": 8000,\n        \"marked\": 8000,\n        \"transfer\": 0\n      },\n      \"quantities\": {\n        \"sellable\": {\n          \"count\": 12,\n          \"updated_at\": \"2023-01-16T05:25:49.482Z\"\n        }\n      },\n      \"return_config\": {\n        \"returnable\": true,\n        \"time\": 30,\n        \"unit\": \"days\"\n      },\n      \"seller_identifier\": \"410163085004\",\n      \"size\": \"S\",\n      \"stage\": \"verified\",\n      \"store\": {\n        \"name\": \"Khan Market\",\n        \"store_code\": \"THR1\",\n        \"store_type\": \"high_street\",\n        \"uid\": 10444\n      },\n      \"tax_identifier\": {\n        \"tax_rule_id\": \"000000000000000000000001\",\n        \"hsn_code_id\": \"000000000000000000000001\"\n      },\n      \"total_quantity\": 12,\n      \"trace_id\": \"inventory.bb475064-9893-11ed-88db-2efc0f0504bd\",\n      \"track_inventory\": true,\n      \"trader\": [\n        {\n          \"address\": [\n            \"Brooks Brothers India Private Limited registered address is 8th Floor, Maker Tower 'E' Cuffe Parade Mumbai MH 400005 IN\"\n          ],\n          \"name\": \"Imported & Marketed by Brooks Brothers India Pvt.Ltd\",\n          \"type\": \"Importer\"\n        }\n      ],\n      \"uid\": \"10444_410163085004\",\n      \"weight\": {\n        \"shipping\": 999,\n        \"unit\": \"gram\"\n      }\n    },\n    {\n      \"brand\": {\n        \"id\": 355\n      },\n      \"company\": {\n        \"id\": 46\n      },\n      \"country_of_origin\": \"Malaysia\",\n      \"created_by\": {\n        \"user_id\": \"68c3800d602c0fda0dab4fea\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"date_meta\": {\n        \"added_on_store\": \"2023-01-16T05:25:49.491Z\",\n        \"created_on\": \"2023-01-16T05:25:49.482Z\",\n        \"inventory_updated_on\": \"2023-01-16T05:25:49.482Z\",\n        \"modified_on\": \"2023-01-16T05:25:49.482Z\"\n      },\n      \"dimension\": {\n        \"height\": 10,\n        \"length\": 25,\n        \"unit\": \"cm\",\n        \"width\": 15\n      },\n      \"expiration_date\": \"9998-01-30T23:59:00.000Z\",\n      \"id\": \"63c4dfdd11e44ffd96d600bc\",\n      \"identifier\": {\n        \"alu\": \"410163085005\",\n        \"upc\": \"777697038\"\n      },\n      \"is_set\": false,\n      \"item_id\": 10768717,\n      \"manufacturer\": {\n        \"address\": \"5TH FLOOR, COURT HOUSE,LOKMANYA TILAK MARGA, DHOBI TALAOMUMBAI MAHARASHTRA, , MAHARASHTRA, MUMBAI\",\n        \"is_default\": true,\n        \"name\": \"RELIANCE BRANDS LIMITED\"\n      },\n      \"modified_by\": {\n        \"user_id\": \"68c3800d602c0fda0dab4fea\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"platforms\": {\n        \"fynd\": false,\n        \"uniket_wholesale\": false\n      },\n      \"price\": {\n        \"currency\": \"INR\",\n        \"effective\": 8000,\n        \"marked\": 8000,\n        \"transfer\": 0\n      },\n      \"quantities\": {\n        \"sellable\": {\n          \"count\": 12\n        }\n      },\n      \"return_config\": {\n        \"returnable\": true,\n        \"time\": 30,\n        \"unit\": \"days\"\n      },\n      \"seller_identifier\": \"410163085005\",\n      \"size\": \"M\",\n      \"stage\": \"verified\",\n      \"store\": {\n        \"name\": \"Khan Market\",\n        \"store_code\": \"THR1\",\n        \"store_type\": \"high_street\",\n        \"uid\": 10444\n      },\n      \"tax_identifier\": {\n        \"tax_rule_id\": \"000000000000000000000001\",\n        \"hsn_code_id\": \"000000000000000000000001\"\n      },\n      \"total_quantity\": 12,\n      \"trace_id\": \"inventory.3c9a25e4-955e-11ed-8584-92a07e366903\",\n      \"track_inventory\": true,\n      \"trader\": [\n        {\n          \"address\": [\n            \"Brooks Brothers India Private Limited registered address is 8th Floor, Maker Tower 'E' Cuffe Parade Mumbai MH 400005 IN\"\n          ],\n          \"name\": \"Imported & Marketed by Brooks Brothers India Pvt.Ltd\",\n          \"type\": \"Importer\"\n        }\n      ],\n      \"uid\": \"10444_410163085005\",\n      \"weight\": {\n        \"shipping\": 999,\n        \"unit\": \"gram\"\n      }\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": false,\n    \"has_previous\": false,\n    \"item_total\": 2,\n    \"size\": 1,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "81131de3-3178-4188-a5d3-f0c70c4c3689",
            "name": "getProductAttributes | List product attributes",
            "request": {
              "name": "getProductAttributes | List product attributes",
              "description": {
                "content": "Retrieve attributes attached to products based on their L3 category.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "product-attributes",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "category",
                    "value": "<string>",
                    "description": "(Required) It is the name of the l3 cateogry"
                  },
                  {
                    "disabled": false,
                    "key": "filter",
                    "value": "<boolean>",
                    "description": "If true, returns filtered values, else returns all the attributes"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "68de5d48-b4bf-4bbb-8489-953ef98c5ecd",
                "name": "Size guide object.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "product-attributes",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "category",
                        "value": "activewear-t-shirts"
                      },
                      {
                        "key": "filter",
                        "value": "false"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The company id for which the detail needs to be retrieved."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"created_by\": {\n        \"user_id\": \"8ec76d9df98f4246a9d6e5a6\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"created_on\": \"2022-05-25T16:15:01.276Z\",\n      \"departments\": [\n        \"men-s-fashion\",\n        \"home--living\",\n        \"fashion\",\n        \"grocery\"\n      ],\n      \"description\": \"Care Instructions for product\",\n      \"details\": {\n        \"display_type\": \"text\"\n      },\n      \"enabled_for_end_consumer\": true,\n      \"filters\": {\n        \"indexing\": true\n      },\n      \"id\": \"628e5605c71589dba709c365\",\n      \"modified_by\": {\n        \"user_id\": \"8ec76d9df98f4246a9d6e5a6\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"modified_on\": \"2022-05-25T16:15:01.276Z\",\n      \"name\": \"Care Instructions\",\n      \"schema\": {\n        \"allowed_values\": [],\n        \"format\": \"\",\n        \"mandatory\": false,\n        \"multi\": false,\n        \"range\": {\n          \"min\": 1\n        },\n        \"type\": \"str\"\n      },\n      \"slug\": \"care-instructions\",\n      \"logo\": \"/x5/admin/catalogue/assets/attribute/files/original/5J3LEriKqh-sk4mgQVas-department.jpeg\",\n      \"is_nested\": true,\n      \"variant\": false\n    },\n    {\n      \"created_by\": {\n        \"user_id\": \"8ec76d9df98f4246a9d6e5a6\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"created_on\": \"2022-05-25T16:15:01.276Z\",\n      \"departments\": [\n        \"beauty-personal-care\",\n        \"fashion\",\n        \"grocery\",\n        \"home--living\"\n      ],\n      \"description\": \"Collection for product\",\n      \"details\": {\n        \"display_type\": \"text\"\n      },\n      \"enabled_for_end_consumer\": true,\n      \"filters\": {\n        \"indexing\": true\n      },\n      \"id\": \"628e5605c71589dba709c365\",\n      \"modified_by\": {\n        \"user_id\": \"8ec76d9df98f4246a9d6e5a6\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"modified_on\": \"2022-05-25T16:15:01.276Z\",\n      \"name\": \"Collection\",\n      \"schema\": {\n        \"allowed_values\": [],\n        \"format\": \"\",\n        \"mandatory\": false,\n        \"multi\": false,\n        \"range\": {\n          \"min\": 1\n        },\n        \"type\": \"str\"\n      },\n      \"slug\": \"collection\",\n      \"logo\": \"/x5/admin/catalogue/assets/attribute/files/original/vjaYn1-ORu-sk4mgQVas-department.jpeg\",\n      \"is_nested\": true,\n      \"variant\": false\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": false,\n    \"has_previous\": false,\n    \"item_total\": 2,\n    \"size\": 1,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "929dc627-02f6-46c2-b3a8-58c85c808d19",
            "name": "getAttribute | Get attribute detail by slug",
            "request": {
              "name": "getAttribute | Get attribute detail by slug",
              "description": {
                "content": "Retrieve the attribute detail for catalog listings by attribute slug passed for a specific company.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "product-attributes",
                  ":attribute_slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "attribute_slug",
                    "description": "(Required) Slug of the attribute for which you want to view the details"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "2c1c9bb3-a052-471b-a8f5-6455a21da6a5",
                "name": "Get Attribute Detail by Slug.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "product-attributes",
                      ":attribute_slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The company id for which the detail needs to be retrieved."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "attribute_slug",
                        "description": "(Required) Slug of the attribute for which you want to view the details"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"64c24f19c61a290429336cbc\",\n  \"departments\": [\n    \"fashion\",\n    \"beauty-personal-care\"\n  ],\n  \"description\": \"The custom attribute can be used to provide additional information for the products.\",\n  \"details\": {\n    \"display_type\": \"text\"\n  },\n  \"enabled_for_end_consumer\": true,\n  \"filters\": {\n    \"indexing\": true,\n    \"priority\": 333\n  },\n  \"id\": \"64c24f19c61a290429336cbc\",\n  \"is_nested\": true,\n  \"name\": \"Custom Attribute 1\",\n  \"schema\": {\n    \"type\": \"str\",\n    \"allowed_values\": [],\n    \"format\": \"\",\n    \"mandatory\": false,\n    \"multi\": false,\n    \"range\": {\n      \"min\": 1\n    }\n  },\n  \"slug\": \"custom-attribute-1\",\n  \"created_by\": {\n    \"user_id\": \"bb6a75c5202800389d8eb476\",\n    \"username\": \"test_example_com_12345\"\n  },\n  \"modified_by\": {\n    \"user_id\": \"054d875e94208b829ae0f59a\",\n    \"username\": \"test_example_com_12345\"\n  },\n  \"created_on\": \"2023-07-27T11:03:53.874Z\",\n  \"modified_on\": \"2024-06-18T17:04:27.108Z\",\n  \"variant\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "f21b76e1-4a74-4571-a5e2-224e52186d38",
            "name": "getProductTags | List product tags",
            "request": {
              "name": "getProductTags | List product tags",
              "description": {
                "content": "Retrieve tags data associated to a particular company.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "products",
                  "tags"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "03160852-c292-4693-88e5-9059337fd9fd",
                "name": "Tag List.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "products",
                      "tags"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id for which tags to be fetched."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    \"demo\",\n    \"custom\"\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "849ab2f9-d1dc-458c-81f9-0352c8879dd1",
            "name": "listProductTemplate | List product templates",
            "request": {
              "name": "listProductTemplate | List product templates",
              "description": {
                "content": "Allows you to list all product templates for a specific company. also can filter by department.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "products",
                  "templates",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "department",
                    "value": "<string>",
                    "description": "(Required) A `department` is the name of a particular department."
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "The page number to navigate through the given set of results"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "12",
                    "description": "Number of items to retrieve in each page. Default is 12."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "0ff833cb-37fa-4007-b7a1-57f92d44ad79",
                "name": "List of product templates.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "products",
                      "templates",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "department",
                        "value": "loksabha"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "12"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"attributes\": [\n        \"gender\",\n        \"fragile\",\n        \"manufacturer-packer-importer-name\",\n        \"manufacturer-packer-importer-address\"\n      ],\n      \"banner\": \"https://hdn-1.fynd.com/seller/pictures/landscape-banner/original/F4W6Pd_DEFAULT-BANNER_LANDSCAPE.jpgd54cb24d-dd2c-441c-bca0-8f65ea3b101c/F4W6Pd_DEFAULT-BANNER_LANDSCAPE.jpg\",\n      \"categories\": [\n        \"accessories-adornments\",\n        \"socks\",\n        \"toric-contact-lenses\",\n        \"daily-disposable\",\n        \"monthly-reusable\",\n        \"multifocal-varifocal\",\n        \"solutions-accessories\",\n        \"coloured-lenses\"\n      ],\n      \"departments\": [\n        \"electronics\",\n        \"men\",\n        \"women\",\n        \"kids\",\n        \"toys\"\n      ],\n      \"description\": \"This is the file validation template for the fashion department and accessories category.\",\n      \"id\": \"5f04a23544a2e5404274bc07\",\n      \"is_expirable\": true,\n      \"is_physical\": true,\n      \"logo\": \"https://hdn-1.fynd.com/seller/pictures/logo/original/hkE1dC_0DEFAULT-LOGO.jpgfb5b1b31-9449-43db-9049-435fec88ee77/hkE1dC_0DEFAULT-LOGO.jpg\",\n      \"name\": \"Accessories\",\n      \"slug\": \"accessories\"\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": true,\n    \"has_previous\": false,\n    \"item_total\": 36,\n    \"size\": 3,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "46a6c594-af43-45ae-93c6-cecb8a2ae2cd",
            "name": "listProductTemplateCategories | List product template categories",
            "request": {
              "name": "listProductTemplateCategories | List product template categories",
              "description": {
                "content": "Allows you to list all product template categories values for the departments specified for a specific company.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "products",
                  "templates",
                  "categories",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "departments",
                    "value": "<string>",
                    "description": "(Required) A `department` is name of a departments whose category needs to be listed. Can specify multiple departments."
                  },
                  {
                    "disabled": false,
                    "key": "item_type",
                    "value": "<string>",
                    "description": "(Required) An `item_type` is the type of item, it can be `set`, `standard`, `digital`, etc."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "ec896c55-7513-4fff-b9f1-b1d745c39664",
                "name": "List of all categories attached to departments specified. See example below or refer `ProdcutTemplateCategoriesResponse` for details",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "products",
                      "templates",
                      "categories",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "departments",
                        "value": "loksabha"
                      },
                      {
                        "key": "item_type",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"uid\": 2000,\n      \"name\": \"fashion\",\n      \"slug\": \"fashion\",\n      \"slug_key\": \"fashion\",\n      \"template_slug\": \"bottom-wear\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "4873481b-5d46-4869-852d-1ce07ff4eb1c",
            "name": "validateProductGlobalTemplate | Validate product template",
            "request": {
              "name": "validateProductGlobalTemplate | Validate product template",
              "description": {
                "content": "Allows you to list all product templates global validation values for all the fields present in the database for a specific company.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "products",
                  "templates",
                  "validation",
                  "schema",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "item_type",
                    "value": "<string>",
                    "description": "An `item_type` defines the type of item. The default value is standard."
                  },
                  {
                    "disabled": false,
                    "key": "bulk",
                    "value": "<boolean>",
                    "description": "This specification determines the schema type to be retrieved. When set to true, it will return the schema for bulk data; when set to false, it will provide the schema for a single product. The default value is false."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "c709dee6-327b-4da5-aaea-50a1b5320c9e",
                "name": "List of fields and validation values fro each. See example below or refer `TemplatesValidationResponse` for details",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "products",
                      "templates",
                      "validation",
                      "schema",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "item_type",
                        "value": "<string>"
                      },
                      {
                        "key": "bulk",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"data\": {\n    \"global_validation\": {\n      \"title\": \"SingleProductValidationSchema\",\n      \"type\": \"object\",\n      \"properties\": {\n        \"name\": {\n          \"title\": \"Name\",\n          \"maxLength\": 300,\n          \"type\": \"string\"\n        },\n        \"item_code\": {\n          \"title\": \"Item Code\",\n          \"pattern\": \"^[A-Za-z0-9-_@,#\\\\(\\\\)\\\\. ]+$\",\n          \"type\": \"string\"\n        },\n        \"slug\": {\n          \"title\": \"Slug\",\n          \"pattern\": \"^[a-z0-9-_]*$\",\n          \"type\": \"string\"\n        },\n        \"description\": {\n          \"title\": \"Description\",\n          \"type\": \"string\"\n        },\n        \"short_description\": {\n          \"title\": \"Short Description\",\n          \"maxLength\": 50,\n          \"type\": \"string\"\n        },\n        \"currency\": {\n          \"title\": \"Currency\",\n          \"type\": \"string\",\n          \"enum\": [\n            \"INR\"\n          ]\n        },\n        \"country_of_origin\": {\n          \"title\": \"Country of Origin\",\n          \"type\": \"string\",\n          \"enum\": [\n            \"India\",\n            \"Nepal\",\n            \"Iceland\"\n          ]\n        },\n        \"no_of_boxes\": {\n          \"title\": \"No. of Boxes\",\n          \"exclusiveMinimum\": 0,\n          \"type\": \"integer\"\n        },\n        \"category_slug\": {\n          \"title\": \"Category\",\n          \"type\": \"string\",\n          \"enum\": []\n        },\n        \"size_guide\": {\n          \"title\": \"Size Guide\",\n          \"type\": \"string\"\n        }\n      }\n    }\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "b11e5004-5346-4cec-8a60-58d6edfeadfd",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "products",
                      "templates",
                      "validation",
                      "schema",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "item_type",
                        "value": "<string>"
                      },
                      {
                        "key": "bulk",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                "code": 422,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"errors\": [\n    {\n      \"field\": \"item_type\",\n      \"message\": \"Must be one of: standard, set, composite, digital.\"\n    },\n    {\n      \"field\": \"company_id\",\n      \"message\": \"Not a valid integer.\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "42df8359-ce6f-4bef-b45a-30b1b8083301",
            "name": "getInventoryBySizeIdentifier | List inventory by size ",
            "request": {
              "name": "getInventoryBySizeIdentifier | List inventory by size ",
              "description": {
                "content": "Retrieve inventory data for a specific company, item ID, and seller identifier. The API supports search capabilities using store codes and location IDs.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "products",
                  ":item_id",
                  "inventory",
                  ":size_identifier"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The page number to navigate through the given set of results"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "12",
                    "description": "Number of items to retrieve in each page. Default is 12."
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Search with help of store code."
                  },
                  {
                    "disabled": false,
                    "key": "location_ids",
                    "value": "<integer>",
                    "description": "Search by store ids."
                  },
                  {
                    "disabled": false,
                    "key": "location_ids",
                    "value": "<integer>",
                    "description": "Search by store ids."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<integer>",
                    "key": "item_id",
                    "description": "(Required) Item code of the product of which size is to be get."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "size_identifier",
                    "description": "(Required) Size Identifier (Seller Identifier or Primary Identifier) of which inventory is to get."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "924015cb-fa1e-4188-9830-47ff5a0cc24f",
                "name": "returns a list of all inventory grouped by size and store",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "products",
                      ":item_id",
                      "inventory",
                      ":size_identifier"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "1"
                      },
                      {
                        "key": "q",
                        "value": "SJBTS"
                      },
                      {
                        "key": "location_ids",
                        "value": "1"
                      },
                      {
                        "key": "location_ids",
                        "value": "2"
                      },
                      {
                        "key": "location_ids",
                        "value": "3"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Id of the company associated to product that is to be viewed."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "item_id",
                        "description": "(Required) Item code of the product of which size is to be get."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "size_identifier",
                        "description": "(Required) Size Identifier (Seller Identifier or Primary Identifier) of which inventory is to get."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"brand\": {\n        \"id\": 1,\n        \"name\": \"ab\"\n      },\n      \"company\": {\n        \"id\": 1\n      },\n      \"country_of_origin\": \"\",\n      \"currency\": \"INR\",\n      \"dimension\": {\n        \"height\": 13.1,\n        \"is_default\": true,\n        \"length\": 1.3,\n        \"unit\": \"cm\",\n        \"width\": 23.4\n      },\n      \"fragile\": false,\n      \"fynd_article_code\": \"\",\n      \"fynd_item_code\": \"\",\n      \"identifier\": {},\n      \"identifiers\": [\n        {\n          \"gtin_type\": \"sku_code\",\n          \"gtin_value\": \"RTYUIDSDFV\",\n          \"primary\": true\n        }\n      ],\n      \"inventory_updated_on\": \"2021-04-06T03:30:01.487Z\",\n      \"item_id\": 7500651,\n      \"manufacturer\": {\n        \"address\": \"ab\",\n        \"is_default\": true,\n        \"name\": \"ab\"\n      },\n      \"price\": {\n        \"currency\": \"USD\",\n        \"effective\": 79.99,\n        \"marked\": 99.99,\n        \"transfer\": 89.99\n      },\n      \"price_effective\": 1234,\n      \"price_transfer\": 0,\n      \"quantity\": 10,\n      \"sellable_quantity\": 10,\n      \"seller_identifier\": \"RTYUIDSDFV\",\n      \"size\": \"AAX1 (1 PCS)\",\n      \"store\": {\n        \"id\": 1\n      },\n      \"total_quantity\": 1,\n      \"uid\": \"59_RTYUIDSDFV\",\n      \"weight\": {\n        \"is_default\": true,\n        \"shipping\": 1.5,\n        \"unit\": \"kg\"\n      }\n    },\n    {\n      \"brand\": {\n        \"id\": 1,\n        \"name\": \"ab\"\n      },\n      \"company\": {\n        \"id\": 1\n      },\n      \"country_of_origin\": \"\",\n      \"currency\": \"INR\",\n      \"dimension\": {\n        \"height\": 13.1,\n        \"is_default\": true,\n        \"length\": 1.3,\n        \"unit\": \"cm\",\n        \"width\": 23.4\n      },\n      \"fragile\": false,\n      \"fynd_article_code\": \"\",\n      \"fynd_item_code\": \"\",\n      \"identifier\": {},\n      \"identifiers\": [\n        {\n          \"gtin_type\": \"sku_code\",\n          \"gtin_value\": \"RTYUIDSDFV\",\n          \"primary\": true\n        }\n      ],\n      \"inventory_updated_on\": \"2021-04-06T03:29:35.291Z\",\n      \"item_id\": 7500651,\n      \"manufacturer\": {\n        \"address\": \"ab\",\n        \"is_default\": true,\n        \"name\": \"ab\"\n      },\n      \"price\": {\n        \"currency\": \"USD\",\n        \"effective\": 79.99,\n        \"marked\": 99.99,\n        \"transfer\": 89.99\n      },\n      \"price_effective\": 1234,\n      \"price_transfer\": 0,\n      \"quantity\": 10,\n      \"sellable_quantity\": 10,\n      \"seller_identifier\": \"RTYUIDSDFV\",\n      \"size\": \"AAX1 (1 PCS)\",\n      \"store\": {\n        \"id\": 1\n      },\n      \"total_quantity\": 1,\n      \"uid\": \"10_RTYUIDSDFV\",\n      \"weight\": {\n        \"is_default\": true,\n        \"shipping\": 1.5,\n        \"unit\": \"kg\"\n      }\n    },\n    {\n      \"brand\": {\n        \"id\": 1,\n        \"name\": \"ab\"\n      },\n      \"company\": {\n        \"id\": 1\n      },\n      \"country_of_origin\": \"\",\n      \"currency\": \"INR\",\n      \"dimension\": {\n        \"height\": 13.1,\n        \"is_default\": true,\n        \"length\": 1.3,\n        \"unit\": \"cm\",\n        \"width\": 23.4\n      },\n      \"fragile\": false,\n      \"fynd_article_code\": \"\",\n      \"fynd_item_code\": \"\",\n      \"identifier\": {},\n      \"identifiers\": [\n        {\n          \"gtin_type\": \"sku_code\",\n          \"gtin_value\": \"RTYUIDSDFV\",\n          \"primary\": true\n        }\n      ],\n      \"inventory_updated_on\": \"2021-03-17T12:35:29.992Z\",\n      \"item_id\": 7500651,\n      \"manufacturer\": {\n        \"address\": \"ab\",\n        \"is_default\": true,\n        \"name\": \"ab\"\n      },\n      \"order_committed_quantity\": 0,\n      \"price\": {\n        \"currency\": \"USD\",\n        \"effective\": 79.99,\n        \"marked\": 99.99,\n        \"transfer\": 89.99\n      },\n      \"price_effective\": 1234,\n      \"price_transfer\": 0,\n      \"quantity\": 10000000,\n      \"sellable_quantity\": 10000000,\n      \"seller_identifier\": \"RTYUIDSDFV\",\n      \"size\": \"AAX1 (1 PCS)\",\n      \"store\": {\n        \"id\": 1\n      },\n      \"total_quantity\": 1,\n      \"uid\": \"11061_RTYUIDSDFV\",\n      \"weight\": {\n        \"is_default\": true,\n        \"shipping\": 1.5,\n        \"unit\": \"kg\"\n      }\n    },\n    {\n      \"brand\": {\n        \"id\": 1,\n        \"name\": \"ab\"\n      },\n      \"company\": {\n        \"id\": 1\n      },\n      \"country_of_origin\": \"\",\n      \"currency\": \"INR\",\n      \"damaged_quantity\": 0,\n      \"dimension\": {\n        \"height\": 13.1,\n        \"is_default\": true,\n        \"length\": 1.3,\n        \"unit\": \"cm\",\n        \"width\": 23.4\n      },\n      \"fragile\": false,\n      \"fynd_article_code\": \"\",\n      \"fynd_item_code\": \"\",\n      \"identifier\": {},\n      \"identifiers\": [\n        {\n          \"gtin_type\": \"sku_code\",\n          \"gtin_value\": \"RTYUIDSDFV\",\n          \"primary\": true\n        }\n      ],\n      \"inventory_updated_on\": \"2021-03-31T19:00:10.943Z\",\n      \"item_id\": 7500651,\n      \"manufacturer\": {\n        \"address\": \"ab\",\n        \"is_default\": true,\n        \"name\": \"ab\"\n      },\n      \"not_available_quantity\": 0,\n      \"order_committed_quantity\": 7,\n      \"price\": {\n        \"currency\": \"USD\",\n        \"effective\": 79.99,\n        \"marked\": 99.99,\n        \"transfer\": 89.99\n      },\n      \"price_effective\": 1234,\n      \"price_transfer\": 0,\n      \"quantity\": 39,\n      \"sellable_quantity\": 18,\n      \"seller_identifier\": \"RTYUIDSDFV\",\n      \"size\": \"AAX1 (1 PCS)\",\n      \"store\": {\n        \"id\": 1\n      },\n      \"total_quantity\": 1,\n      \"uid\": \"1_RTYUIDSDFV\",\n      \"weight\": {\n        \"is_default\": true,\n        \"shipping\": 1.5,\n        \"unit\": \"kg\"\n      }\n    },\n    {\n      \"brand\": {\n        \"id\": 1,\n        \"name\": \"ab\"\n      },\n      \"company\": {\n        \"id\": 1\n      },\n      \"country_of_origin\": \"\",\n      \"currency\": \"INR\",\n      \"dimension\": {\n        \"height\": 13.1,\n        \"is_default\": true,\n        \"length\": 1.3,\n        \"unit\": \"cm\",\n        \"width\": 23.4\n      },\n      \"fragile\": false,\n      \"fynd_article_code\": \"\",\n      \"fynd_item_code\": \"\",\n      \"identifier\": {},\n      \"identifiers\": [\n        {\n          \"gtin_type\": \"sku_code\",\n          \"gtin_value\": \"RTYUIDSDFV\",\n          \"primary\": true\n        }\n      ],\n      \"inventory_updated_on\": \"2020-07-07T10:37:06.146Z\",\n      \"item_id\": 7500651,\n      \"manufacturer\": {\n        \"address\": \"ab\",\n        \"is_default\": true,\n        \"name\": \"ab\"\n      },\n      \"order_committed_quantity\": 39,\n      \"price\": {\n        \"currency\": \"USD\",\n        \"effective\": 79.99,\n        \"marked\": 99.99,\n        \"transfer\": 89.99\n      },\n      \"price_effective\": 1234,\n      \"price_transfer\": 0,\n      \"quantity\": 39,\n      \"sellable_quantity\": 0,\n      \"seller_identifier\": \"RTYUIDSDFV\",\n      \"size\": \"AAX1 (1 PCS)\",\n      \"store\": {\n        \"id\": 1\n      },\n      \"total_quantity\": 1,\n      \"uid\": \"1_rtyuidsdfv\",\n      \"weight\": {\n        \"is_default\": true,\n        \"shipping\": 1.5,\n        \"unit\": \"kg\"\n      }\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": false,\n    \"has_previous\": false,\n    \"item_total\": 5,\n    \"size\": 1,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "1dd113eb-2d78-41aa-af32-7ba1979598d5",
            "name": "getProductSize | List product size",
            "request": {
              "name": "getProductSize | List product size",
              "description": {
                "content": "Retrieve data associated to a particular product size.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "products",
                  ":item_id",
                  "sizes",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "item_code",
                    "value": "<string>",
                    "description": "Item code of the product size."
                  },
                  {
                    "disabled": false,
                    "key": "brand_uid",
                    "value": "<integer>",
                    "description": "Brand Id of the product size."
                  },
                  {
                    "disabled": false,
                    "key": "uid",
                    "value": "<integer>",
                    "description": "Id of the product size."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<integer>",
                    "key": "item_id",
                    "description": "(Required) Item Id of the product size."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "162a2811-b371-466e-8f59-24a0e7244a43",
                "name": "Product object.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "products",
                      ":item_id",
                      "sizes",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "item_code",
                        "value": "12345"
                      },
                      {
                        "key": "brand_uid",
                        "value": "12345"
                      },
                      {
                        "key": "uid",
                        "value": "12345"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id of the product size."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "item_id",
                        "description": "(Required) Item Id of the product size."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"all_sizes\": [\n    \"3XL\"\n  ],\n  \"attributes\": {\n    \"color\": \"Red\",\n    \"created_by\": {\n      \"company_id\": 1181,\n      \"user_id\": \"-1\",\n      \"username\": \"test_example_com_12345\"\n    },\n    \"created_on\": \"2020-07-23T04:20:43.810Z\",\n    \"essential\": \"Yes\",\n    \"gender\": [\n      \"Men\"\n    ],\n    \"image_nature\": \"standard\",\n    \"is_image_less_product\": false,\n    \"l3_mapping\": [\n      \"men>casual_tees\",\n      \"women>casual_tees\",\n      \"girls>casual_tees\",\n      \"more>casual_tees\"\n    ],\n    \"material\": \"cotton\",\n    \"meta_nature\": \"standard\",\n    \"modified_by\": {\n      \"company_id\": 61,\n      \"user_id\": \"-1\",\n      \"username\": \"test_example_com_12345\"\n    },\n    \"modified_on\": \"2020-07-23T04:20:44.185Z\",\n    \"neck_type\": \"Round Neck\",\n    \"pattern\": \"Printed\",\n    \"primary_color\": \"Red\",\n    \"primary_material\": \"Others\",\n    \"product_fit\": \"Regular\",\n    \"sleeve_length\": \"Short\",\n    \"stage\": \"verified\",\n    \"verified_by\": {\n      \"user_id\": \"0\",\n      \"username\": \"test_example_com_12345\"\n    },\n    \"verified_on\": 1595478044\n  },\n  \"brand\": {\n    \"logo\": {\n      \"aspect_ratio\": \"1:1\",\n      \"aspect_ratio_f\": 1,\n      \"secure_url\": \"https://hdn-1.fynd.com/brands/pictures/square-logo/50x0/ zjt4-wU8Lk-VQYu0pcokb-r6yteuannoorjkq9f4tk.jpg\",\n      \"url\": \"https://hdn-1.fynd.com/brands/pictures/square-logo/50x0/ zjt4-wU8Lk-VQYu0pcokb-r6yteuannoorjkq9f4tk.jpg\"\n    },\n    \"name\": \"play clan\",\n    \"uid\": 85\n  },\n  \"category_slug\": \"t-shirts\",\n  \"company_id\": 61,\n  \"country_of_origin\": \"India\",\n  \"currency\": \"INR\",\n  \"departments\": [\n    1\n  ],\n  \"custom_order\": {\n    \"is_custom_order\": false,\n    \"manufacturing_time_unit\": \"days\",\n    \"manufacturing_time\": 0\n  },\n  \"description\": \"\",\n  \"highlights\": null,\n  \"hsn_code\": \"61099090\",\n  \"id\": \"5f19101b99ee0500011dc896\",\n  \"images\": [],\n  \"is_active\": false,\n  \"is_dependent\": false,\n  \"is_set\": false,\n  \"item_code\": \"ACTESTCREATELISTING1\",\n  \"item_type\": \"standard\",\n  \"media\": [],\n  \"multi_size\": true,\n  \"name\": \"SQUADMTGIVESPACE\",\n  \"net_quantity\": {},\n  \"no_of_boxes\": 1,\n  \"product_publish\": {\n    \"is_set\": false,\n    \"product_online_date\": 1595478043\n  },\n  \"return_config\": {\n    \"unit\": \"days\",\n    \"returnable\": false,\n    \"time\": 0\n  },\n  \"short_description\": \"\",\n  \"size_guide\": \"play-clan-men-casual-tees\",\n  \"sizes\": [\n    {\n      \"currency\": \"INR\",\n      \"identifiers\": [\n        {\n          \"gtin_type\": \"sku_code\",\n          \"gtin_value\": \"ACTESTCREATELISTING1_3XL\",\n          \"primary\": true\n        }\n      ],\n      \"is_set\": false,\n      \"price\": 10000,\n      \"price_effective\": 10000,\n      \"price_transfer\": 0,\n      \"size\": \"3XL\"\n    }\n  ],\n  \"slug\": \"play-clan-squadmtgivespace-857587-e928b0\",\n  \"tags\": [],\n  \"template_tag\": \"topwear\",\n  \"uid\": 857587,\n  \"variant_media\": {},\n  \"variants\": {},\n  \"_custom_json\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "264e02e5-27e2-4420-aec1-c7eabb52a17c",
            "name": "deleteSize | Delete product size",
            "request": {
              "name": "deleteSize | Delete product size",
              "description": {
                "content": "Allows to delete size associated with product.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "products",
                  ":item_id",
                  "sizes",
                  ":size"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<integer>",
                    "key": "item_id",
                    "description": "(Required) Item Id of the product associated with size to be deleted."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "size",
                    "description": "(Required) size to be deleted."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "af69f167-f6b9-4409-b670-cbc0c39d209e",
                "name": "Returns a success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "products",
                      ":item_id",
                      "sizes",
                      ":size"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id of the company associated to size that is to be deleted."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "item_id",
                        "description": "(Required) Item Id of the product associated with size to be deleted."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "size",
                        "description": "(Required) size to be deleted."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"data\": {\n    \"company_id\": 1,\n    \"item_id\": 114,\n    \"size\": \"3\"\n  },\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "a614c9c1-a3ac-4b5e-adce-6a9edd6ad778",
            "name": "addInventory | Create Inventory",
            "request": {
              "name": "addInventory | Create Inventory",
              "description": {
                "content": "Allows add Inventory for particular size and selling location.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "products",
                  ":item_id",
                  "sizes",
                  ":size"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<integer>",
                    "key": "item_id",
                    "description": "(Required) Item id of the product of which size is to be get."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "size",
                    "description": "(Required) Size in which inventory is to be added."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"company_id\": \"<integer>\",\n  \"item\": {\n    \"brand_uid\": \"<integer>\",\n    \"item_code\": \"<string>\",\n    \"uid\": \"<integer>\"\n  },\n  \"sizes\": [\n    {\n      \"currency\": \"<string>\",\n      \"identifiers\": [\n        {\n          \"gtin_type\": \"<string>\",\n          \"gtin_value\": \"<string>\",\n          \"primary\": false\n        },\n        {\n          \"gtin_type\": \"<string>\",\n          \"gtin_value\": \"<string>\",\n          \"primary\": false\n        }\n      ],\n      \"price_effective\": \"<number>\",\n      \"quantity\": \"<integer>\",\n      \"size\": \"<string>\",\n      \"store_code\": \"<string>\",\n      \"expiration_date\": \"<dateTime>\",\n      \"is_set\": \"<boolean>\",\n      \"item_dimensions_unit_of_measure\": \"<string>\",\n      \"item_height\": \"<number>\",\n      \"item_length\": \"<number>\",\n      \"item_weight\": \"<number>\",\n      \"item_weight_unit_of_measure\": \"<string>\",\n      \"item_width\": \"<number>\",\n      \"price\": \"<number>\",\n      \"price_transfer\": \"<number>\",\n      \"set\": {\n        \"size_distribution\": {\n          \"sizes\": [\n            {\n              \"pieces\": \"<integer>\",\n              \"size\": \"<string>\"\n            },\n            {\n              \"pieces\": \"<integer>\",\n              \"size\": \"<string>\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"quantity\": \"<integer>\"\n      }\n    },\n    {\n      \"currency\": \"<string>\",\n      \"identifiers\": [\n        {\n          \"gtin_type\": \"<string>\",\n          \"gtin_value\": \"<string>\",\n          \"primary\": false\n        },\n        {\n          \"gtin_type\": \"<string>\",\n          \"gtin_value\": \"<string>\",\n          \"primary\": false\n        }\n      ],\n      \"price_effective\": \"<number>\",\n      \"quantity\": \"<integer>\",\n      \"size\": \"<string>\",\n      \"store_code\": \"<string>\",\n      \"expiration_date\": \"<dateTime>\",\n      \"is_set\": \"<boolean>\",\n      \"item_dimensions_unit_of_measure\": \"<string>\",\n      \"item_height\": \"<number>\",\n      \"item_length\": \"<number>\",\n      \"item_weight\": \"<number>\",\n      \"item_weight_unit_of_measure\": \"<string>\",\n      \"item_width\": \"<number>\",\n      \"price\": \"<number>\",\n      \"price_transfer\": \"<number>\",\n      \"set\": {\n        \"size_distribution\": {\n          \"sizes\": [\n            {\n              \"pieces\": \"<integer>\",\n              \"size\": \"<string>\"\n            },\n            {\n              \"pieces\": \"<integer>\",\n              \"size\": \"<string>\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"quantity\": \"<integer>\"\n      }\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "ba1e0323-f6e6-4e57-9b16-c4d11b8ce4d8",
                "name": "Returns a success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "products",
                      ":item_id",
                      "sizes",
                      ":size"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Id of the company associated to product that is to be viewed."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "item_id",
                        "description": "(Required) Item id of the product of which size is to be get."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "size",
                        "description": "(Required) Size in which inventory is to be added."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"sizes\": [\n    {\n      \"identifiers\": {\n        \"gtin_type\": \"sku_code\",\n        \"gtin_value\": \"659754\",\n        \"primary\": true\n      },\n      \"size\": \"M\",\n      \"currency\": \"INR\",\n      \"store_code\": \"h1testediteunistall01\",\n      \"price\": 2,\n      \"price_effective\": 2,\n      \"quantity\": 10\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b4d676d5-bf07-4071-9ffa-7cc583f11b09",
            "name": "getInventoryBySize | List inventory by size",
            "request": {
              "name": "getInventoryBySize | List inventory by size",
              "description": {
                "content": "Retrieve inventory data for a specific company, item ID, and size. The API supports search capabilities based on selling location (store) code and product availability (in stock or not).\"",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "products",
                  ":item_id",
                  "sizes",
                  ":size"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The page number to navigate through the given set of results"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "12",
                    "description": "Number of items to retrieve in each page. Default is 12."
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Search with help of store code."
                  },
                  {
                    "disabled": false,
                    "key": "sellable",
                    "value": "false",
                    "description": "Filter on whether product is in stock or not."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<integer>",
                    "key": "item_id",
                    "description": "(Required) Item code of the product of which size is to be get."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "size",
                    "description": "(Required) Size of which inventory is to get."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "f6a935e2-c2aa-471e-aebd-699feabea500",
                "name": "returns a list of all inventory grouped by size and store",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v2.0",
                      "company",
                      ":company_id",
                      "products",
                      ":item_id",
                      "sizes",
                      ":size"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "1"
                      },
                      {
                        "key": "q",
                        "value": "AC000T"
                      },
                      {
                        "key": "sellable",
                        "value": "true"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Id of the company associated to product that is to be viewed."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "item_id",
                        "description": "(Required) Item code of the product of which size is to be get."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "size",
                        "description": "(Required) Size of which inventory is to get."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"currency\": \"INR\",\n      \"identifiers\": {\n        \"gtin_type\": \"sku_code\",\n        \"gtin_value\": \"RTYUIDSDFV\",\n        \"primary\": true\n      },\n      \"inventory_updated_on\": \"2021-04-06T03:30:01.487Z\",\n      \"item_id\": 7500651,\n      \"price\": 1234,\n      \"price_effective\": 1234,\n      \"price_transfer\": 0,\n      \"quantity\": 10,\n      \"sellable_quantity\": 10,\n      \"seller_identifier\": \"RTYUIDSDFV\",\n      \"size\": \"AAX1 (1 PCS)\",\n      \"store\": {\n        \"_custom_json\": {},\n        \"address\": {\n          \"address1\": \"A/204, SAI VANDAN, NARAYAN NAGAR, TULINJ ROAD\",\n          \"address2\": \"\",\n          \"city\": \"MUMBAI\",\n          \"country\": \"INDIA\",\n          \"landmark\": \"\",\n          \"lat_long\": {\n            \"coordinates\": [\n              72.8231511,\n              19.4232024\n            ],\n            \"type\": \"Point\"\n          },\n          \"pincode\": \"401209\",\n          \"state\": \"MAHARASHTRA\"\n        },\n        \"integration_type\": {\n          \"inventory\": \"browntape\",\n          \"order\": \"browntape\"\n        },\n        \"manager\": {\n          \"email\": \"test@example.com\",\n          \"mobile_no\": {\n            \"country_code\": 91,\n            \"number\": \"8888888888\"\n          },\n          \"name\": \"abc\"\n        },\n        \"name\": \"yosss sdd dsdyo\",\n        \"store_code\": \"sanic6sdfsf7\",\n        \"uid\": 59\n      },\n      \"uid\": \"59_RTYUIDSDFV\"\n    },\n    {\n      \"currency\": \"INR\",\n      \"identifiers\": {\n        \"gtin_type\": \"sku_code\",\n        \"gtin_value\": \"RTYUIDSDFV\",\n        \"primary\": true\n      },\n      \"inventory_updated_on\": \"2021-04-06T03:29:35.291Z\",\n      \"item_id\": 7500651,\n      \"price\": 1234,\n      \"price_effective\": 1234,\n      \"price_transfer\": 0,\n      \"quantity\": 10,\n      \"sellable_quantity\": 10,\n      \"seller_identifier\": \"RTYUIDSDFV\",\n      \"size\": \"AAX1 (1 PCS)\",\n      \"store\": {\n        \"_custom_json\": {},\n        \"address\": {\n          \"address1\": \"NO\",\n          \"address2\": \"\",\n          \"city\": \"MUMBAI\",\n          \"country\": \"INDIA\",\n          \"lat_long\": {\n            \"coordinates\": [\n              1,\n              1\n            ],\n            \"type\": \"Point\"\n          },\n          \"pincode\": \"400072\",\n          \"state\": \"MAHA\"\n        },\n        \"integration_type\": {\n          \"inventory\": \"browntape\",\n          \"order\": \"browntape\"\n        },\n        \"manager\": {\n          \"email\": \"test@example.com\",\n          \"mobile_no\": {\n            \"country_code\": 91,\n            \"number\": \"8888888888\"\n          },\n          \"name\": \"abc\"\n        },\n        \"name\": \"Saran Ledonne\",\n        \"store_code\": \"af6198fe-2c23-4441-bbf4-e694c96e255c\",\n        \"uid\": 10\n      },\n      \"uid\": \"10_RTYUIDSDFV\"\n    },\n    {\n      \"currency\": \"INR\",\n      \"identifiers\": {\n        \"gtin_type\": \"sku_code\",\n        \"gtin_value\": \"RTYUIDSDFV\",\n        \"primary\": true\n      },\n      \"inventory_updated_on\": \"2021-03-17T12:35:29.992Z\",\n      \"item_id\": 7500651,\n      \"order_committed_quantity\": 0,\n      \"price\": 1234,\n      \"price_effective\": 1234,\n      \"price_transfer\": 0,\n      \"quantity\": 10000000,\n      \"sellable_quantity\": 10000000,\n      \"seller_identifier\": \"RTYUIDSDFV\",\n      \"size\": \"AAX1 (1 PCS)\",\n      \"store\": {\n        \"_custom_json\": {},\n        \"address\": {\n          \"address1\": \"14/1, VINOBHA BHAVE NAGAR\",\n          \"address2\": \"VINOBHA BHAVE NAGAR, KURLA WEST, KURLA, \",\n          \"city\": \"MUMBAI\",\n          \"country\": \"INDIA\",\n          \"lat_long\": {\n            \"coordinates\": [\n              1,\n              1\n            ],\n            \"type\": \"Point\"\n          },\n          \"pincode\": \"400070\",\n          \"state\": \"MAHARASHTRA\"\n        },\n        \"integration_type\": {\n          \"inventory\": \"browntape\",\n          \"order\": \"browntape\"\n        },\n        \"manager\": {\n          \"email\": \"test@example.com\",\n          \"mobile_no\": {\n            \"country_code\": 91,\n            \"number\": \"8888888888\"\n          },\n          \"name\": \"Fahim\"\n        },\n        \"name\": \"ABC-1-17\",\n        \"store_code\": \"ABC-1-17\",\n        \"uid\": 11061\n      },\n      \"uid\": \"11061_RTYUIDSDFV\"\n    },\n    {\n      \"currency\": \"INR\",\n      \"damaged_quantity\": 0,\n      \"identifiers\": {\n        \"gtin_type\": \"sku_code\",\n        \"gtin_value\": \"RTYUIDSDFV\",\n        \"primary\": true\n      },\n      \"inventory_updated_on\": \"2021-03-31T19:00:10.943Z\",\n      \"item_id\": 7500651,\n      \"not_available_quantity\": 0,\n      \"order_committed_quantity\": 7,\n      \"price\": 1234,\n      \"price_effective\": 1234,\n      \"price_transfer\": 0,\n      \"quantity\": 39,\n      \"sellable_quantity\": 18,\n      \"seller_identifier\": \"RTYUIDSDFV\",\n      \"size\": \"AAX1 (1 PCS)\",\n      \"store\": {\n        \"_custom_json\": {},\n        \"address\": {\n          \"address1\": \"SHOPSENSE RETAIL TECHNOLOGIES PRIVATE LIMITED 1ST FLOOR WEWORK VIJAY DIAMOND, CROSS RD B, AJIT NAGAR,\",\n          \"address2\": \"KONDIVITA, ANDHERI EAST, MUMBAI, MAHARASHTRA 400069\",\n          \"city\": \"MUMBAI\",\n          \"country\": \"INDIA\",\n          \"lat_long\": {\n            \"coordinates\": [\n              72.8691788,\n              19.1174114\n            ],\n            \"type\": \"Point\"\n          },\n          \"pincode\": \"400059\",\n          \"state\": \"MAHARASHTRA\"\n        },\n        \"integration_type\": {\n          \"inventory\": \"browntape\",\n          \"order\": \"browntape\"\n        },\n        \"manager\": {\n          \"email\": \"test@example.com\",\n          \"mobile_no\": {\n            \"country_code\": 91,\n            \"number\": \"8888888888\"\n          },\n          \"name\": \"ASHISH CHANDORKAR\"\n        },\n        \"name\": \"RRL01\",\n        \"store_code\": \"WH_8513\",\n        \"uid\": 1\n      },\n      \"uid\": \"1_RTYUIDSDFV\"\n    },\n    {\n      \"currency\": \"INR\",\n      \"identifiers\": {\n        \"gtin_type\": \"sku_code\",\n        \"gtin_value\": \"RTYUIDSDFV\",\n        \"primary\": true\n      },\n      \"inventory_updated_on\": \"2020-07-07T10:37:06.146Z\",\n      \"item_id\": 7500651,\n      \"order_committed_quantity\": 39,\n      \"price\": 1234,\n      \"price_effective\": 1234,\n      \"price_transfer\": 0,\n      \"quantity\": 39,\n      \"sellable_quantity\": 0,\n      \"seller_identifier\": \"RTYUIDSDFV\",\n      \"size\": \"AAX1 (1 PCS)\",\n      \"store\": {\n        \"_custom_json\": {},\n        \"address\": {\n          \"address1\": \"SHOPSENSE RETAIL TECHNOLOGIES PRIVATE LIMITED 1ST FLOOR WEWORK VIJAY DIAMOND, CROSS RD B, AJIT NAGAR,\",\n          \"address2\": \"KONDIVITA, ANDHERI EAST, MUMBAI, MAHARASHTRA 400069\",\n          \"city\": \"MUMBAI\",\n          \"country\": \"INDIA\",\n          \"lat_long\": {\n            \"coordinates\": [\n              72.8691788,\n              19.1174114\n            ],\n            \"type\": \"Point\"\n          },\n          \"pincode\": \"400059\",\n          \"state\": \"MAHARASHTRA\"\n        },\n        \"integration_type\": {\n          \"inventory\": \"browntape\",\n          \"order\": \"browntape\"\n        },\n        \"manager\": {\n          \"email\": \"test@example.com\",\n          \"mobile_no\": {\n            \"country_code\": 91,\n            \"number\": \"8888888888\"\n          },\n          \"name\": \"ASHISH CHANDORKAR\"\n        },\n        \"name\": \"RRL01\",\n        \"store_code\": \"WH_8513\",\n        \"uid\": 1\n      },\n      \"uid\": \"1_rtyuidsdfv\",\n      \"created_by\": {\n        \"username\": \"test_example_com_12345\",\n        \"user_id\": \"ca6c4d8e3edb7d0299798add\"\n      },\n      \"modified_by\": {\n        \"username\": \"test_example_com_12345\",\n        \"user_id\": \"ca6c4d8e3edb7d0299798add\"\n      },\n      \"expiration_date\": \"9998-01-30T23:59:00\",\n      \"tags\": []\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": false,\n    \"has_previous\": false,\n    \"item_total\": 5,\n    \"size\": 1,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "721ff481-f03b-4b9b-86a1-7164b7832910",
            "name": "getVariantsOfProducts | Get variants",
            "request": {
              "name": "getVariantsOfProducts | Get variants",
              "description": {
                "content": "Retrieve variants of a specific product.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "products",
                  ":item_id",
                  "variants",
                  ":variant_type"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The page number to navigate through the given set of results"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10",
                    "description": "Number of items to retrieve in each page. Default is 10."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<integer>",
                    "key": "item_id",
                    "description": "(Required) Get list of variants of item Id"
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "variant_type",
                    "description": "(Required) Get multiple products filtered by variant type"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "118a94c0-ef52-4355-a399-cda811724751",
                "name": "Product Meta.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "products",
                      ":item_id",
                      "variants",
                      ":variant_type"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "2"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Get list of products filtered by company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "item_id",
                        "description": "(Required) Get list of variants of item Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "variant_type",
                        "description": "(Required) Get multiple products filtered by variant type"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": false,\n    \"has_previous\": false,\n    \"item_total\": 1,\n    \"size\": 1,\n    \"type\": \"number\"\n  },\n  \"variants\": [\n    {\n      \"brand_uid\": 401,\n      \"category_uid\": 3938,\n      \"item_code\": \"TEST-MSA-6\",\n      \"media\": [\n        {\n          \"type\": \"image\",\n          \"url\": \"https://hdn-1.jiox0.de/jiox0/products/pictures/item/free/original/7cGLXZLpO-iN3Jd9uro-Wiv-7J9qC-product.png\"\n        }\n      ],\n      \"name\": \"test-msa-6\",\n      \"slug\": \"test-msa-6\",\n      \"uid\": 7526471\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "1f2112c0-75c1-4844-a75c-0e0663676df5",
            "name": "getSizeGuides | List size guides",
            "request": {
              "name": "getSizeGuides | List size guides",
              "description": {
                "content": "Allows to view all the size guides associated to the seller. Each size guide contains meta deta like header values like for shoulder, head, etc. and measurement unit like cm and values contains sizes for the same.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "sizeguide"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "active",
                    "value": "<boolean>",
                    "description": "filter size guide on basis of active, in-active"
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Query that is to be searched."
                  },
                  {
                    "disabled": false,
                    "key": "tag",
                    "value": "<string>",
                    "description": "to filter size guide on basis of tag."
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The page number to navigate through the given set of results"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10",
                    "description": "Number of items to retrieve in each page. Default is 10."
                  },
                  {
                    "disabled": false,
                    "key": "brand_id",
                    "value": "<integer>",
                    "description": "Brand id that is to be searched."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "16a3e255-99e4-4e1f-aec4-eea1e8f97141",
                "name": "Size guide object. See example below or refer `ListSizeGuide` for details",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "sizeguide"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "active",
                        "value": "true"
                      },
                      {
                        "key": "q",
                        "value": "Sample SG Test"
                      },
                      {
                        "key": "tag",
                        "value": "adidas"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "1"
                      },
                      {
                        "key": "brand_id",
                        "value": "342343"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company for which the size guides are to be fetched."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"active\": true,\n      \"brand_id\": 2,\n      \"company_id\": 12,\n      \"created_by\": {\n        \"user_id\": \"-1\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"created_on\": \"2021-02-24T17:46:04.146Z\",\n      \"guide\": {\n        \"meta\": {\n          \"headers\": {\n            \"col_1\": {\n              \"convertable\": false,\n              \"value\": \"Head\"\n            },\n            \"col_2\": {\n              \"convertable\": true,\n              \"value\": \"Shoulder\"\n            }\n          },\n          \"unit\": \"cm\",\n          \"values\": [\n            {\n              \"col_1\": \"10\",\n              \"col_2\": \"20\"\n            },\n            {\n              \"col_1\": \"12\",\n              \"col_2\": \"22\"\n            },\n            {\n              \"col_1\": \"14\",\n              \"col_2\": \"24\"\n            }\n          ]\n        }\n      },\n      \"id\": \"60364384f08385bee776f83d\",\n      \"modified_by\": {\n        \"user_id\": \"-1\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"modified_on\": \"2021-02-24T17:46:04.146Z\",\n      \"name\": \"Demo\",\n      \"subtitle\": \"I am demo\",\n      \"tag\": \"demo\",\n      \"title\": \"Demo SG\"\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": false,\n    \"has_previous\": false,\n    \"item_count\": 1,\n    \"size\": 1,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "da5c5500-7d59-4480-a954-d2243ec19c11",
            "name": "createSizeGuide | Create size guide",
            "request": {
              "name": "createSizeGuide | Create size guide",
              "description": {
                "content": "Allows to create a size guide associated to a seller",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "sizeguide"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"name\": \"<string>\",\n  \"title\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"brand_id\": \"<integer>\",\n  \"company_id\": \"<string>\",\n  \"created_by\": {\n    \"veniam5\": -50108699,\n    \"consectetur_1_\": -70882501\n  },\n  \"created_on\": \"<dateTime>\",\n  \"description\": \"<string>\",\n  \"guide\": {\n    \"meta\": {\n      \"kafka_emission_status\": \"<integer>\",\n      \"state_manager_used\": \"<string>\"\n    }\n  },\n  \"id\": \"<string>\",\n  \"image\": \"<url>\",\n  \"modified_by\": {\n    \"sunta\": \"in cupidatat ullamco\"\n  },\n  \"modified_on\": \"<dateTime>\",\n  \"subtitle\": \"<string>\",\n  \"tag\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "baaa3ef8-1d7e-41d6-9a69-fb61e80a23c4",
                "name": "Returns a success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "sizeguide"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company inside which the size guide is to be created."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"active\": true,\n  \"brand_id\": 125410,\n  \"company_id\": \"1\",\n  \"guide\": {\n    \"meta\": {\n      \"headers\": {\n        \"col_1\": {\n          \"convertable\": false,\n          \"value\": \"Length\"\n        },\n        \"col_2\": {\n          \"convertable\": true,\n          \"value\": \"Width\"\n        }\n      },\n      \"unit\": \"cm\",\n      \"values\": [\n        {\n          \"col_1\": \"1\",\n          \"col_2\": \"1\"\n        }\n      ]\n    }\n  },\n  \"name\": \"Sample SG Test\",\n  \"subtitle\": \"Checked Trousers\",\n  \"title\": \"Sample Test Guide\",\n  \"description\": \"sample test size guide\",\n  \"image\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/products/pictures/size-guide/free/original/_AyscgHVX-Logo.jpeg\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "fb3a4135-e555-415f-aba3-7141d501049c",
            "name": "getSizeGuide | Get  size guide",
            "request": {
              "name": "getSizeGuide | Get  size guide",
              "description": {
                "content": "Retrieve data associated about a specific size guide. It contains meta deta like header values like for shoulder, head, etc. and measurement unit like cm and values contains sizes for the same.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "sizeguide",
                  ":id",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) Id of the size guide to be viewed."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "c1fbcd07-59cd-409a-9aa4-c2bbde35dc28",
                "name": "Size Guide Object object. See example below or refer `SizeGuideResponseSchema` for details",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "sizeguide",
                      ":id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company associated to size guide."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) Id of the size guide to be viewed."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"active\": true,\n  \"brand_id\": 1,\n  \"company_id\": 1,\n  \"created_by\": {\n    \"user_id\": \"-1\",\n    \"username\": \"test_example_com_12345\"\n  },\n  \"created_on\": \"2021-02-24T17:46:04.146Z\",\n  \"guide\": {\n    \"meta\": {\n      \"headers\": {\n        \"col_1\": {\n          \"convertable\": false,\n          \"value\": \"Head\"\n        },\n        \"col_2\": {\n          \"convertable\": true,\n          \"value\": \"Shoulder\"\n        }\n      },\n      \"unit\": \"cm\",\n      \"values\": [\n        {\n          \"col_1\": \"10\",\n          \"col_2\": \"20\"\n        },\n        {\n          \"col_1\": \"12\",\n          \"col_2\": \"22\"\n        },\n        {\n          \"col_1\": \"14\",\n          \"col_2\": \"24\"\n        }\n      ]\n    }\n  },\n  \"id\": \"60364384f08385bee776f83d\",\n  \"modified_by\": {\n    \"user_id\": \"123\",\n    \"username\": \"918888888888_12345\"\n  },\n  \"modified_on\": \"2021-02-25T15:19:30.822Z\",\n  \"name\": \"edited size guide\",\n  \"subtitle\": \"I am demo\",\n  \"tag\": \"demo\",\n  \"title\": \"Demo SG\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d6897306-1f77-4d2b-aa14-07f260a5f7d5",
            "name": "updateSizeGuide | Update size guide",
            "request": {
              "name": "updateSizeGuide | Update size guide",
              "description": {
                "content": "Allows to edit a specific size guide.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "sizeguide",
                  ":id",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) Identifier of the size guide to be edited"
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"name\": \"<string>\",\n  \"title\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"brand_id\": \"<integer>\",\n  \"company_id\": \"<string>\",\n  \"created_by\": {\n    \"ut2af\": \"sint Lorem et dolore magna\",\n    \"culpa_b\": -10297608\n  },\n  \"created_on\": \"<dateTime>\",\n  \"description\": \"<string>\",\n  \"guide\": {\n    \"meta\": {\n      \"kafka_emission_status\": \"<integer>\",\n      \"state_manager_used\": \"<string>\"\n    }\n  },\n  \"id\": \"<string>\",\n  \"image\": \"<url>\",\n  \"modified_by\": {\n    \"et_8\": -36323827\n  },\n  \"modified_on\": \"<dateTime>\",\n  \"subtitle\": \"<string>\",\n  \"tag\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "a3e23d3e-106f-4063-ad5f-b57761521000",
                "name": "Returns a success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "sizeguide",
                      ":id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) Identifier of the size guide to be edited"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"active\": true,\n  \"brand_id\": 125410,\n  \"company_id\": \"1\",\n  \"guide\": {\n    \"meta\": {\n      \"headers\": {\n        \"col_1\": {\n          \"convertable\": false,\n          \"value\": \"Length\"\n        },\n        \"col_2\": {\n          \"convertable\": true,\n          \"value\": \"Width\"\n        }\n      },\n      \"unit\": \"cm\",\n      \"values\": [\n        {\n          \"col_1\": \"1\",\n          \"col_2\": \"1\"\n        }\n      ]\n    }\n  },\n  \"name\": \"Sample SG Test\",\n  \"subtitle\": \"Checked Trousers\",\n  \"title\": \"Sample Test Guide\",\n  \"description\": \"sample test size guide\",\n  \"image\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/products/pictures/size-guide/free/original/_AyscgHVX-Logo.jpeg\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "de2cefbb-3613-48c6-aab8-11a8bf2fb3f3",
            "name": "updateDefaultSort | Update default sorting",
            "request": {
              "name": "updateDefaultSort | Update default sorting",
              "description": {
                "content": "Modify the default sort key configuration for a company and an sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "product-configuration",
                  "sort",
                  "default_key"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"default_key\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "99a1ae5d-d7d3-4ace-9885-49fac3167c14",
                "name": "success message will tell whether the operation was successful.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "product-configuration",
                      "sort",
                      "default_key"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"default_key\": \"popular\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"success\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "2a10b7b4-0c5a-41fb-beef-959f997fe877",
            "name": "getListingConfigurations | Get listing configurations",
            "request": {
              "name": "getListingConfigurations | Get listing configurations",
              "description": {
                "content": "Retrieve product listing configurations based on specific config_type for a company and an sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "product-configuration",
                  ":config_type",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The page number to navigate through the given set of results."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<integer>",
                    "description": "Number of items to retrieve in each page. Default is 12."
                  },
                  {
                    "disabled": false,
                    "key": "search",
                    "value": "<string>",
                    "description": "Get configuration list filtered by `search` string."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "config_type",
                    "description": "(Required) A `config_type` is an identifier that defines a specific type of configuration."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "2d10d651-41c1-4f94-b2bf-e213de294f98",
                "name": "configuration details for catalog.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "product-configuration",
                      ":config_type",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "1"
                      },
                      {
                        "key": "search",
                        "value": "sample_slug"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "config_type",
                        "description": "(Required) A `config_type` is an identifier that defines a specific type of configuration."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"data\": [\n    {\n      \"app_id\": \"5d65089e031f9029f8e8dc2f\",\n      \"attributes\": [\n        {\n          \"display_type\": \"text\",\n          \"is_active\": true,\n          \"key\": \"item_code\",\n          \"name\": \"Item Code\",\n          \"priority\": 1,\n          \"slug\": \"item_code\"\n        },\n        {\n          \"display_type\": \"text\",\n          \"is_active\": true,\n          \"key\": \"brand\",\n          \"name\": \"Brand\",\n          \"priority\": 2,\n          \"slug\": \"brand\"\n        }\n      ],\n      \"id\": \"62a84b90bd43c0fe4cf53574\",\n      \"is_active\": true,\n      \"is_default\": false,\n      \"name\": \"Test Group12 \",\n      \"priority\": 1,\n      \"slug\": \"test-group12-31\",\n      \"template_slugs\": [\n        \"atesttemplate\"\n      ]\n    },\n    {\n      \"app_id\": \"5d65089e031f9029f8e8dc2f\",\n      \"attributes\": [\n        {\n          \"display_type\": \"text\",\n          \"is_active\": true,\n          \"key\": \"item_code\",\n          \"name\": \"Item Code\",\n          \"priority\": 1,\n          \"slug\": \"item_code\"\n        },\n        {\n          \"display_type\": \"text\",\n          \"is_active\": true,\n          \"key\": \"brand\",\n          \"name\": \"Brand\",\n          \"priority\": 2,\n          \"slug\": \"brand\"\n        },\n        {\n          \"display_type\": \"text\",\n          \"is_active\": true,\n          \"key\": \"country_of_origin\",\n          \"name\": \"Country Of Origin\",\n          \"priority\": 3,\n          \"slug\": \"country_of_origin\"\n        },\n        {\n          \"display_type\": \"text\",\n          \"is_active\": true,\n          \"key\": \"image_nature\",\n          \"name\": \"Image Type\",\n          \"priority\": 4,\n          \"slug\": \"image_nature\"\n        },\n        {\n          \"display_type\": \"text\",\n          \"is_active\": true,\n          \"key\": \"discount\",\n          \"name\": \"Discount\",\n          \"priority\": 5,\n          \"slug\": \"discount\"\n        }\n      ],\n      \"id\": \"62a84b9ebd43c0fe4cf53576\",\n      \"is_active\": true,\n      \"is_default\": false,\n      \"name\": \"ET\",\n      \"priority\": 2,\n      \"slug\": \"et14\",\n      \"template_slugs\": [\n        \"atesttemplate\"\n      ]\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": false,\n    \"next\": 2,\n    \"total_count\": 2,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "a3bc613b-614d-4631-b089-3065449c8af2",
            "name": "createListingConfiguration | Create listing configuration",
            "request": {
              "name": "createListingConfiguration | Create listing configuration",
              "description": {
                "content": "Add configuration for product catalog listing specific to a company and an sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "product-configuration",
                  ":config_type",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "config_type",
                    "description": "(Required) A `config_type` is a unique identifier for a particular listing configuration type."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"app_id\": \"<string>\",\n  \"default_key\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"is_default\": \"<boolean>\",\n  \"key\": \"<string>\",\n  \"priority\": \"<integer>\",\n  \"logo\": \"<url>\",\n  \"name\": \"<string>\",\n  \"weights\": {\n    \"popularity\": \"<float>\",\n    \"availability\": \"<float>\",\n    \"conversion\": \"<float>\",\n    \"sold_quantity\": \"<float>\",\n    \"depth\": \"<float>\",\n    \"listing\": \"<float>\",\n    \"discount\": \"<float>\",\n    \"cancelled\": \"<float>\",\n    \"returns\": \"<float>\",\n    \"catalogue\": \"<float>\",\n    \"revenue\": \"<float>\"\n  },\n  \"cohorts\": {\n    \"high_spender_repeat_customer\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"hyperactive_premium_repeat_customer\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"high_spender_occasional_customer\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"standard_occasional_customer\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"dormant_premium_customer\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"budget_regular_customer\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"high_spender_regular_customer\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"standard_customer_about_to_churn\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"premium_customer_about_to_churn\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"high_spender_customer_about_to_churn\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"standard_dormant_customer\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"high_spender_dormant_customer\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"potential_customer\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"new_customer\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"budget_repeat_customer\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"average_spender_repeat_customer\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    }\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "ef5792c1-cda8-4cdc-8115-0eef5aa3e16e",
                "name": "success flag will tell whether the operation was successful.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "product-configuration",
                      ":config_type",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "config_type",
                        "description": "(Required) A `config_type` is a unique identifier for a particular listing configuration type."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"app_id\": \"5d64e3500bcad8693a821c0d\",\n  \"default_key\": \"popular\",\n  \"is_active\": true,\n  \"is_default\": false,\n  \"key\": \"best_selling\",\n  \"logo\": \"https://cdn.fynd.com/v2/misc/default-assets/original/best-selling.png\",\n  \"name\": \"Best Selling Products\",\n  \"priority\": 1,\n  \"weights\": {\n    \"revenue\": 50,\n    \"conversion\": 30,\n    \"popularity\": 20\n  },\n  \"cohorts\": {\n    \"high_spender_repeat_customer\": {\n      \"weights\": {\n        \"revenue\": 50,\n        \"conversion\": 30,\n        \"popularity\": 20\n      }\n    },\n    \"hyperactive_premium_repeat_customer\": {\n      \"weights\": {\n        \"popularity\": 40,\n        \"availability\": 30,\n        \"revenue\": 30\n      }\n    },\n    \"potential_customer\": {\n      \"weights\": {\n        \"popularity\": 60,\n        \"discount\": 40\n      }\n    }\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"app_id\": \"5d64e3500bcad8693a821c0d\",\n  \"default_key\": \"popular\",\n  \"id\": \"62b1ccb815c88fa867ee4dab\",\n  \"is_active\": true,\n  \"is_default\": false,\n  \"key\": \"best_selling\",\n  \"logo\": \"https://cdn.fynd.com/v2/misc/default-assets/original/best-selling.png\",\n  \"name\": \"Best Selling Products\",\n  \"priority\": 1,\n  \"weights\": {\n    \"revenue\": 50,\n    \"conversion\": 30,\n    \"popularity\": 20\n  },\n  \"cohorts\": {\n    \"high_spender_repeat_customer\": {\n      \"weights\": {\n        \"revenue\": 50,\n        \"conversion\": 30,\n        \"popularity\": 20\n      }\n    },\n    \"hyperactive_premium_repeat_customer\": {\n      \"weights\": {\n        \"popularity\": 40,\n        \"availability\": 30,\n        \"revenue\": 30\n      }\n    },\n    \"potential_customer\": {\n      \"weights\": {\n        \"popularity\": 60,\n        \"discount\": 40\n      }\n    }\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "8f00f711-555b-481b-8586-58469da9e31c",
            "name": "getGroupConfigurations | Get group configurations",
            "request": {
              "name": "getGroupConfigurations | Get group configurations",
              "description": {
                "content": "Retrieve the details of product group configurations based on config types for a company and an sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "product-configuration",
                  ":config_type",
                  "groups"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The page number to navigate through the given set of results."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<integer>",
                    "description": "Number of items to retrieve in each page. Default is 12."
                  },
                  {
                    "disabled": false,
                    "key": "search",
                    "value": "<string>",
                    "description": "Get configuration list filtered by `search` string."
                  },
                  {
                    "disabled": false,
                    "key": "template_slug",
                    "value": "<string>",
                    "description": "Get configuration list filtered by `template_slug` string. This is for the details and comparision groups."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "config_type",
                    "description": "(Required) A `config_type` is an identifier that defines a specific type of configuration."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "0d668026-3081-4ce7-ad9f-bcbbd4358acd",
                "name": "configuration details for catalog.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "product-configuration",
                      ":config_type",
                      "groups"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "12"
                      },
                      {
                        "key": "search",
                        "value": "comparisons_groups"
                      },
                      {
                        "key": "template_slug",
                        "value": "comparisons_groups"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "config_type",
                        "description": "(Required) A `config_type` is an identifier that defines a specific type of configuration."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"data\": [\n    {\n      \"app_id\": \"5d65089e031f9029f8e8dc2f\",\n      \"attributes\": [\n        {\n          \"display_type\": \"text\",\n          \"is_active\": true,\n          \"key\": \"item_code\",\n          \"name\": \"Item Code\",\n          \"priority\": 1,\n          \"slug\": \"item_code\"\n        },\n        {\n          \"display_type\": \"text\",\n          \"is_active\": true,\n          \"key\": \"brand\",\n          \"name\": \"Brand\",\n          \"priority\": 2,\n          \"slug\": \"brand\"\n        }\n      ],\n      \"id\": \"62a84b90bd43c0fe4cf53574\",\n      \"is_active\": true,\n      \"is_default\": false,\n      \"name\": \"Test Group12 \",\n      \"priority\": 1,\n      \"slug\": \"test-group12-31\",\n      \"template_slugs\": [\n        \"atesttemplate\"\n      ]\n    },\n    {\n      \"app_id\": \"5d65089e031f9029f8e8dc2f\",\n      \"attributes\": [\n        {\n          \"display_type\": \"text\",\n          \"is_active\": true,\n          \"key\": \"item_code\",\n          \"name\": \"Item Code\",\n          \"priority\": 1,\n          \"slug\": \"item_code\"\n        },\n        {\n          \"display_type\": \"text\",\n          \"is_active\": true,\n          \"key\": \"brand\",\n          \"name\": \"Brand\",\n          \"priority\": 2,\n          \"slug\": \"brand\"\n        },\n        {\n          \"display_type\": \"text\",\n          \"is_active\": true,\n          \"key\": \"country_of_origin\",\n          \"name\": \"Country Of Origin\",\n          \"priority\": 3,\n          \"slug\": \"country_of_origin\"\n        },\n        {\n          \"display_type\": \"text\",\n          \"is_active\": true,\n          \"key\": \"image_nature\",\n          \"name\": \"Image Type\",\n          \"priority\": 4,\n          \"slug\": \"image_nature\"\n        },\n        {\n          \"display_type\": \"text\",\n          \"is_active\": true,\n          \"key\": \"discount\",\n          \"name\": \"Discount\",\n          \"priority\": 5,\n          \"slug\": \"discount\"\n        }\n      ],\n      \"id\": \"62a84b9ebd43c0fe4cf53576\",\n      \"is_active\": true,\n      \"is_default\": false,\n      \"name\": \"ET\",\n      \"priority\": 2,\n      \"slug\": \"et14\",\n      \"template_slugs\": [\n        \"atesttemplate\"\n      ]\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": false,\n    \"next\": 2,\n    \"total_count\": 2\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "65144218-2c7a-4edf-a31c-37f385f21af4",
            "name": "createGroupConfiguration | Create group configuration",
            "request": {
              "name": "createGroupConfiguration | Create group configuration",
              "description": {
                "content": "Create group configuration for a specific config_type for a company and an sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "product-configuration",
                  ":config_type",
                  "groups"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "config_type",
                    "description": "(Required) A `config_type` is a unique identifier for a particular group configuration type."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"app_id\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"is_default\": \"<boolean>\",\n  \"priority\": \"<integer>\",\n  \"slug\": \"<string>\",\n  \"attributes\": [\n    {\n      \"display_type\": \"<string>\",\n      \"is_active\": \"<boolean>\",\n      \"name\": \"<string>\",\n      \"priority\": \"<integer>\",\n      \"key\": \"<string>\",\n      \"logo\": \"<url>\",\n      \"slug\": \"<string>\",\n      \"unit\": \"<string>\"\n    }\n  ],\n  \"logo\": \"<url>\",\n  \"name\": \"<string>\",\n  \"template_slugs\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "838aeaed-4226-4c58-8dc6-7396bb9df476",
                "name": "success flag will tell whether the operation was successful.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "product-configuration",
                      ":config_type",
                      "groups"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "config_type",
                        "description": "(Required) A `config_type` is a unique identifier for a particular group configuration type."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"app_id\": \"5d64e3500bcad8693a821c0d\",\n  \"attributes\": [\n    {\n      \"display_type\": \"text\",\n      \"is_active\": true,\n      \"key\": \"features\",\n      \"name\": \"Features\",\n      \"priority\": 1,\n      \"slug\": \"features\"\n    }\n  ],\n  \"is_active\": true,\n  \"is_default\": false,\n  \"name\": \"test\",\n  \"priority\": 1,\n  \"slug\": \"test15\",\n  \"template_slugs\": [\n    \"bags\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"app_id\": \"5d64e3500bcad8693a821c0d\",\n  \"attributes\": [\n    {\n      \"display_type\": \"text\",\n      \"is_active\": true,\n      \"key\": \"features\",\n      \"name\": \"Features\",\n      \"priority\": 1,\n      \"slug\": \"features\"\n    }\n  ],\n  \"id\": \"62b1cdab15c88fa867ee4dac\",\n  \"is_active\": true,\n  \"is_default\": false,\n  \"name\": \"test\",\n  \"priority\": 1,\n  \"slug\": \"test15\",\n  \"template_slugs\": [\n    \"bags\"\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "2b38ec04-db19-40b5-b917-6120814f07cd",
            "name": "deleteGroupConfiguration | Delete group configuration",
            "request": {
              "name": "deleteGroupConfiguration | Delete group configuration",
              "description": {
                "content": "Delete group configurations by its slug for a specific config_type for a company and an sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "product-configuration",
                  ":config_type",
                  "groups",
                  ":group_slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "config_type",
                    "description": "(Required) A `config_type` is a unique identifier for a particular group configuration type."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "group_slug",
                    "description": "(Required) A `group_slug` is a unique identifier of a particular configuration."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "2725722c-2511-455a-96df-482da2408bf5",
                "name": "success message will tell whether the operation was successful.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "product-configuration",
                      ":config_type",
                      "groups",
                      ":group_slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "config_type",
                        "description": "(Required) A `config_type` is a unique identifier for a particular group configuration type."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "group_slug",
                        "description": "(Required) A `group_slug` is a unique identifier of a particular configuration."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Config Item deleted successfully.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "03b469f1-9306-45eb-86d0-f4c60b61d0a0",
            "name": "updateGroupConfiguration | Update group configuration",
            "request": {
              "name": "updateGroupConfiguration | Update group configuration",
              "description": {
                "content": "Modify group configurations by its slug for specific config_type for a company and an sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "product-configuration",
                  ":config_type",
                  "groups",
                  ":group_slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "config_type",
                    "description": "(Required) A `config_type` is a unique identifier for a particular group configuration type."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "group_slug",
                    "description": "(Required) A `group_slug` is a unique identifier of a particular configuration."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"app_id\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"is_default\": \"<boolean>\",\n  \"priority\": \"<integer>\",\n  \"slug\": \"<string>\",\n  \"attributes\": [\n    {\n      \"display_type\": \"<string>\",\n      \"is_active\": \"<boolean>\",\n      \"name\": \"<string>\",\n      \"priority\": \"<integer>\",\n      \"key\": \"<string>\",\n      \"logo\": \"<url>\",\n      \"slug\": \"<string>\",\n      \"unit\": \"<string>\"\n    }\n  ],\n  \"logo\": \"<url>\",\n  \"name\": \"<string>\",\n  \"template_slugs\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "12b76652-e92f-46e8-92e4-d70900c2a362",
                "name": "success flag will tell whether the operation was successful.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "product-configuration",
                      ":config_type",
                      "groups",
                      ":group_slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "config_type",
                        "description": "(Required) A `config_type` is a unique identifier for a particular group configuration type."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "group_slug",
                        "description": "(Required) A `group_slug` is a unique identifier of a particular configuration."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"app_id\": \"5d64e3500bcad8693a821c0d\",\n  \"attributes\": [\n    {\n      \"display_type\": \"text\",\n      \"is_active\": true,\n      \"key\": \"features\",\n      \"name\": \"Features\",\n      \"priority\": 1,\n      \"slug\": \"features\"\n    }\n  ],\n  \"is_active\": true,\n  \"name\": \"test\",\n  \"priority\": 1,\n  \"slug\": \"test15\",\n  \"template_slugs\": [\n    \"bags\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"app_id\": \"5d64e3500bcad8693a821c0d\",\n  \"attributes\": [\n    {\n      \"display_type\": \"text\",\n      \"is_active\": true,\n      \"key\": \"features\",\n      \"name\": \"Features\",\n      \"priority\": 1,\n      \"slug\": \"features\"\n    }\n  ],\n  \"id\": \"62b1cdab15c88fa867ee4dac\",\n  \"is_active\": true,\n  \"is_default\": false,\n  \"name\": \"test\",\n  \"priority\": 1,\n  \"slug\": \"test15\",\n  \"template_slugs\": [\n    \"bags\"\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "10d5c290-ba5c-497b-948c-c4a3b52197bb",
            "name": "deleteListingConfiguration | Delete listing configuration",
            "request": {
              "name": "deleteListingConfiguration | Delete listing configuration",
              "description": {
                "content": "Remove a specific product listing configuration by its config_id for a specific config_type for a company and an sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "product-configuration",
                  ":config_type",
                  "item",
                  ":config_id",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "config_type",
                    "description": "(Required) A `config_type` is a unique identifier for a particular listing configuration type."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "config_id",
                    "description": "(Required) A `config_id` is a unique identifier of a particular configuration."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "18e6c88e-1607-4679-a1c0-b4fdf42c2717",
                "name": "success message will tell whether the operation was successful.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "product-configuration",
                      ":config_type",
                      "item",
                      ":config_id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "config_type",
                        "description": "(Required) A `config_type` is a unique identifier for a particular listing configuration type."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "config_id",
                        "description": "(Required) A `config_id` is a unique identifier of a particular configuration."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Config Item deleted successfully.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "63aee4a2-a72a-4d50-bd73-73da5ceaf479",
            "name": "updateListingConfiguration | Update listing configuration",
            "request": {
              "name": "updateListingConfiguration | Update listing configuration",
              "description": {
                "content": "Modify a specific product listing configuration by its config_id for a specific config_type for a company and an sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "product-configuration",
                  ":config_type",
                  "item",
                  ":config_id",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "config_type",
                    "description": "(Required) A `config_type` is a unique identifier for a particular listing configuration type."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "config_id",
                    "description": "(Required) A `config_id` is a unique identifier of a particular configuration."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"app_id\": \"<string>\",\n  \"default_key\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"is_default\": \"<boolean>\",\n  \"key\": \"<string>\",\n  \"priority\": \"<integer>\",\n  \"logo\": \"<url>\",\n  \"name\": \"<string>\",\n  \"weights\": {\n    \"popularity\": \"<float>\",\n    \"availability\": \"<float>\",\n    \"conversion\": \"<float>\",\n    \"sold_quantity\": \"<float>\",\n    \"depth\": \"<float>\",\n    \"listing\": \"<float>\",\n    \"discount\": \"<float>\",\n    \"cancelled\": \"<float>\",\n    \"returns\": \"<float>\",\n    \"catalogue\": \"<float>\",\n    \"revenue\": \"<float>\"\n  },\n  \"cohorts\": {\n    \"high_spender_repeat_customer\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"hyperactive_premium_repeat_customer\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"high_spender_occasional_customer\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"standard_occasional_customer\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"dormant_premium_customer\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"budget_regular_customer\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"high_spender_regular_customer\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"standard_customer_about_to_churn\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"premium_customer_about_to_churn\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"high_spender_customer_about_to_churn\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"standard_dormant_customer\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"high_spender_dormant_customer\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"potential_customer\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"new_customer\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"budget_repeat_customer\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    },\n    \"average_spender_repeat_customer\": {\n      \"weights\": {\n        \"popularity\": \"<float>\",\n        \"availability\": \"<float>\",\n        \"conversion\": \"<float>\",\n        \"sold_quantity\": \"<float>\",\n        \"depth\": \"<float>\",\n        \"listing\": \"<float>\",\n        \"discount\": \"<float>\",\n        \"cancelled\": \"<float>\",\n        \"returns\": \"<float>\",\n        \"catalogue\": \"<float>\",\n        \"revenue\": \"<float>\"\n      }\n    }\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "1f0397c9-35b6-42ce-80be-b338c7313903",
                "name": "success flag will tell whether the operation was successful.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "product-configuration",
                      ":config_type",
                      "item",
                      ":config_id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "config_type",
                        "description": "(Required) A `config_type` is a unique identifier for a particular listing configuration type."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "config_id",
                        "description": "(Required) A `config_id` is a unique identifier of a particular configuration."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"app_id\": \"5d64e3500bcad8693a821c0d\",\n  \"default_key\": \"popular\",\n  \"id\": \"6250568de404abd533db571d\",\n  \"is_active\": true,\n  \"is_default\": false,\n  \"key\": \"best_selling\",\n  \"name\": \"Best Selling Products\",\n  \"priority\": 1,\n  \"weights\": {\n    \"revenue\": 50,\n    \"conversion\": 30,\n    \"popularity\": 20\n  },\n  \"cohorts\": {\n    \"high_spender_repeat_customer\": {\n      \"weights\": {\n        \"revenue\": 50,\n        \"conversion\": 30,\n        \"popularity\": 20\n      }\n    },\n    \"potential_customer\": {\n      \"weights\": {\n        \"popularity\": 60,\n        \"discount\": 40\n      }\n    }\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"app_id\": \"5d64e3500bcad8693a821c0d\",\n  \"default_key\": \"popular\",\n  \"id\": \"6250568de404abd533db571d\",\n  \"is_active\": true,\n  \"is_default\": false,\n  \"key\": \"best_selling\",\n  \"name\": \"Best Selling Products\",\n  \"priority\": 1,\n  \"weights\": {\n    \"revenue\": 50,\n    \"conversion\": 30,\n    \"popularity\": 20\n  },\n  \"cohorts\": {\n    \"high_spender_repeat_customer\": {\n      \"weights\": {\n        \"revenue\": 50,\n        \"conversion\": 30,\n        \"popularity\": 20\n      }\n    },\n    \"potential_customer\": {\n      \"weights\": {\n        \"popularity\": 60,\n        \"discount\": 40\n      }\n    }\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5805fcbf-99fc-45cd-84ba-c16dccd2ca69",
            "name": "getConfigurationMetadata | Get configuration metadata",
            "request": {
              "name": "getConfigurationMetadata | Get configuration metadata",
              "description": {
                "content": "Retrieve the configuraion metadata details for specific config_type for a company and an sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "product-configuration",
                  ":config_type",
                  "metadata",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "template_slug",
                    "value": "<string>",
                    "description": "Get configuration list filtered by `template_slug` string. This is for the details and comparision groups."
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The page number to navigate through the given set of results."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<integer>",
                    "description": "Number of items to retrieve in each page."
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Get configuration list filtered by `q` string."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "config_type",
                    "description": "(Required) A `config_type` is an identifier that defines a specific type of configuration."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "34c0e0ee-5bb5-41e0-afb7-d9c594cd327e",
                "name": "configuration details for catalog.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "product-configuration",
                      ":config_type",
                      "metadata",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "template_slug",
                        "value": "some-slug"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "1"
                      },
                      {
                        "key": "q",
                        "value": "config"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "config_type",
                        "description": "(Required) A `config_type` is an identifier that defines a specific type of configuration."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"condition\": [\n    {\n      \"display\": \"OR\",\n      \"key\": \"OR\"\n    },\n    {\n      \"display\": \"AND\",\n      \"key\": \"AND\"\n    }\n  ],\n  \"data\": [\n    {\n      \"compatible_units\": [],\n      \"display\": \"Screen Size\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"screen_size_filter\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Primary Camera (duplicate)\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"primary_camera_filter\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Selfie Camera (Duplicate)\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"selfie_camera_filter\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Weight Group\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"weight_group\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"pallet\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"pallet\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"General Information\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"general_information\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"brand\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"brand_name\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Gender\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"gender\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Socks Length\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"socks_length\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Sub-brand\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"sub_brand\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Colour\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"color\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Boot Length\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"boot_length\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Bottomwear Length\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"bottomwear_length\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Thread Count\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"thread_count\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Sleeve Type\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"sleeve_type\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Collar Type\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"collar_type\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Food Preference\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"food-preference\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Guitar Types\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"guitar-types\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Storage\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"storage\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Quality\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"quality\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Material\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"material\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Arch Type\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"arch_type\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Like & Dislike\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"like-dislike\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Dietary preference\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"dietary-preference\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"organic\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"organic\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Utility\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"utility\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Dial Shape\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"dial_shape\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Sheet Size\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"sheet_size\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Strap Type\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"strap_type\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Movement Type\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"movement_type\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Sleeve Length\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"sleeve_length\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Neck Type\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"neck_type\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Denim Type\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"denim_type\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Bed Size\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"bed_size\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Pattern\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"pattern\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Topwear Length\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"topwear_length\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Closure Type\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"closure_type\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Product Fit\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"product_fit\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Clasp Type\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"clasp_type\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Toe Type\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"toe_type\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Memory (RAM)\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"ram\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Stone Type\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"stone_type\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Hair Type\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"hair_type\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Care Instructions\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"care_instructions\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Warranty\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"warranty\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Spf\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"spf\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Fragrance Type\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"fragrance_type\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Primary Colour\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"primary-colour\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Fretboard Material\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"fretboard-material\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Cleaning Type\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"cleaning-type\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Lens Material\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"lens_material\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Maximum Shelf Life\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"maximum-shelf-life\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Base Flavour\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"base-flavour\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Battery\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"battery\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Net Quantity\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"net-quantity\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Marketer Address\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"marketer-address\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Marketer Name\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"marketer-name\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Import Month & Year\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"import-month-and-year\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Name of the commodity\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"name-of-the-commodity\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Date first available\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"date-first-available\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"iron_attribute\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"iron\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"iron-template2\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"iron-template2\"\n    },\n    {\n      \"compatible_units\": [\n        \"mg\",\n        \"g\",\n        \"oz\",\n        \"kg\",\n        \"lb\"\n      ],\n      \"display\": \"Mg\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"mg\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Name\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"name\"\n    },\n    {\n      \"compatible_units\": [\n        \"mm\",\n        \"cm\",\n        \"in\",\n        \"ft\",\n        \"m\",\n        \"km\"\n      ],\n      \"display\": \"Sassy Level\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"sassy-level\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Test Attribute\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"test-attribute\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Filter Type\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"filter-type\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"L3 Category\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"l3-category\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Country of Origin\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"country_of_origin\"\n    },\n    {\n      \"compatible_units\": [],\n      \"display\": \"Item Code\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"item_code\"\n    },\n    {\n      \"display\": \"Item Code\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"item_code\",\n      \"units\": []\n    },\n    {\n      \"display\": \"Brand\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"brand\",\n      \"units\": []\n    },\n    {\n      \"display\": \"Country Of Origin\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"country_of_origin\",\n      \"units\": []\n    },\n    {\n      \"display\": \"Image Type\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"image_nature\"\n    },\n    {\n      \"display\": \"Sizes\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"sizes\"\n    },\n    {\n      \"display\": \"Discount\",\n      \"filter_types\": [\n        \"range\",\n        \"intervals\",\n        \"multivalued\"\n      ],\n      \"key\": \"discount\"\n    },\n    {\n      \"display\": \"Price\",\n      \"filter_types\": [\n        \"range\",\n        \"intervals\",\n        \"multivalued\"\n      ],\n      \"key\": \"min_price_effective\"\n    },\n    {\n      \"display\": \"Department\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"departments\"\n    },\n    {\n      \"display\": \"Category\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"l3_category_slugs\"\n    },\n    {\n      \"display\": \"Brand\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"brand_slug\"\n    },\n    {\n      \"display\": \"Size Depth\",\n      \"filter_types\": [\n        \"multivalued\",\n        \"range\"\n      ],\n      \"key\": \"size_depth\"\n    },\n    {\n      \"display\": \"Set\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"is_set\"\n    },\n    {\n      \"display\": \"Country of Origin\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"country_of_origin\"\n    },\n    {\n      \"display\": \"Item Code\",\n      \"filter_types\": [\n        \"multivalued\"\n      ],\n      \"key\": \"item_code\"\n    },\n    {\n      \"display\": \"Available\",\n      \"filter_types\": [\n        \"singlevalued\"\n      ],\n      \"key\": \"is_available\"\n    },\n    {\n      \"display\": \"Rating\",\n      \"filter_types\": [\n        \"range\",\n        \"intervals\",\n        \"multivalued\"\n      ],\n      \"key\": \"rating\"\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"type\": \"number\",\n    \"size\": 1,\n    \"has_previous\": false,\n    \"has_next\": false,\n    \"item_total\": 3\n  },\n  \"values\": {\n    \"sort\": [\n      {\n        \"display\": \"Product Count\",\n        \"key\": \"count\"\n      },\n      {\n        \"display\": \"Ascending\",\n        \"key\": \"ascending\"\n      },\n      {\n        \"display\": \"Descending\",\n        \"key\": \"descending\"\n      }\n    ],\n    \"type\": [\n      {\n        \"display\": \"Range Bar\",\n        \"key\": \"range\"\n      },\n      {\n        \"display\": \"Bucket Values\",\n        \"key\": \"intervals\"\n      },\n      {\n        \"display\": \"Single\",\n        \"key\": \"multivalued\"\n      },\n      {\n        \"display\": \"Single\",\n        \"key\": \"singlevalued\"\n      }\n    ]\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "523edae2-c784-4bb3-a726-ffef098ed7e4",
            "name": "getAllProductHsnCodes | List product HSN codes",
            "request": {
              "name": "getAllProductHsnCodes | List product HSN codes",
              "description": {
                "content": "Retrieve all HSN codes associated with company products and provide search capabilities based on HSN code, reporting HSN, etc",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "hsn",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "indicates current page number"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "12",
                    "description": "indicates page size"
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "search using hsn code, description, reporting_hsn"
                  },
                  {
                    "disabled": false,
                    "key": "type",
                    "value": "<string>",
                    "description": "search using type"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "8f35d039-fd4a-4d93-b9da-a1a134dc179b",
                "name": "List of all HSN Codes.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v2.0",
                      "company",
                      ":company_id",
                      "hsn",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "1"
                      },
                      {
                        "key": "q",
                        "value": "0920247825"
                      },
                      {
                        "key": "type",
                        "value": "goods"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id for which HSN codes needs to be fetched"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"country_code\": \"IN\",\n      \"description\": \"new Description\",\n      \"hsn_code\": \"0920247825\",\n      \"hsn_code_id\": \"000000000000000000000001\",\n      \"id\": \"67077d515186d85da1c356d1\",\n      \"modified_on\": \"2024-10-10T07:08:03.824Z\",\n      \"created_on\": \"2024-10-10T07:08:01.000Z\",\n      \"reporting_hsn\": \"0920247825H1\",\n      \"created_by\": {\n        \"user_id\": \"fe08aba77fe42c345b57952e\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"modified_by\": {\n        \"user_id\": \"fe08aba77fe42c345b57952e\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"taxes\": [\n        {\n          \"rate\": 10,\n          \"threshold\": 0,\n          \"cess\": 12,\n          \"effective_date\": \"2023-07-20T19:05:00.000Z\"\n        }\n      ],\n      \"type\": \"goods\"\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": false,\n    \"has_previous\": false,\n    \"item_total\": 1,\n    \"size\": 1,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "57b040dd-503a-4e5e-a04e-64bf6bfbce38",
            "name": "getSingleProductHSNCode | Get product HSN code",
            "request": {
              "name": "getSingleProductHSNCode | Get product HSN code",
              "description": {
                "content": "Retrieve HSN details associated with company ID and reporting HSN",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "hsn",
                  ":reporting_hsn"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "reporting_hsn",
                    "description": "(Required) reporting_hsn"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "336dc311-390c-42f0-87d4-5407931b963d",
                "name": "Get specific HSN details. See example below or refer `HSNDataInsertV2` for details",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v2.0",
                      "company",
                      ":company_id",
                      "hsn",
                      ":reporting_hsn"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "reporting_hsn",
                        "description": "(Required) reporting_hsn"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id for which HSN codes needs to be fetched"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"6593fa4c5debe4e7a7e33364\",\n  \"country_code\": \"IN\",\n  \"created_by\": {\n    \"user_id\": \"adsadsadsfdsf\",\n    \"username\": \"test_example_com_12345\"\n  },\n  \"created_on\": \"2022-02-24T09:14:03.000Z\",\n  \"description\": \"Data for HSN Code\",\n  \"hsn_code\": \"89787179\",\n  \"modified_by\": {\n    \"user_id\": \"1\",\n    \"username\": \"test_example_com_12345\"\n  },\n  \"modified_on\": \"2022-02-24T09:14:03.000Z\",\n  \"reporting_hsn\": \"89787179H29\",\n  \"taxes\": [\n    {\n      \"cess\": 23,\n      \"effective_date\": \"2022-02-11T15:00:00.000Z\",\n      \"rate\": 5,\n      \"threshold\": 10000\n    },\n    {\n      \"effective_date\": \"2022-02-11T15:00:00.000Z\",\n      \"rate\": 12,\n      \"threshold\": 12000\n    },\n    {\n      \"effective_date\": \"2022-02-12T15:00:00.000Z\",\n      \"rate\": 18,\n      \"threshold\": 5000\n    }\n  ],\n  \"type\": \"goods\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "43f7e386-5a48-4ae7-8e7f-b6deda881c16",
            "name": "updateInventories | Update inventories",
            "request": {
              "name": "updateInventories | Update inventories",
              "description": {
                "content": "Allows to add Inventory for particular size and selling location. for associated companies",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "inventory",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"company_id\": \"<integer>\",\n  \"meta\": {},\n  \"payload\": [\n    {\n      \"seller_identifier\": \"<string>\",\n      \"store_id\": \"<integer>\",\n      \"expiration_date\": \"<dateTime>\",\n      \"price_effective\": \"<number>\",\n      \"price_marked\": \"<number>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"mode\": \"<string>\",\n      \"total_quantity\": \"<integer>\",\n      \"damaged_quantity\": \"<integer>\",\n      \"not_available_quantity\": \"<integer>\",\n      \"trace_id\": \"<string>\",\n      \"meta\": {\n        \"Excepteur_c\": false,\n        \"aliqua23f\": 86561325.93117407,\n        \"velit_9\": true\n      }\n    },\n    {\n      \"seller_identifier\": \"<string>\",\n      \"store_id\": \"<integer>\",\n      \"expiration_date\": \"<dateTime>\",\n      \"price_effective\": \"<number>\",\n      \"price_marked\": \"<number>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"mode\": \"<string>\",\n      \"total_quantity\": \"<integer>\",\n      \"damaged_quantity\": \"<integer>\",\n      \"not_available_quantity\": \"<integer>\",\n      \"trace_id\": \"<string>\",\n      \"meta\": {\n        \"commodo_2\": -84661518.00652698,\n        \"nulla_d_\": true,\n        \"site\": false,\n        \"est_a\": \"ut eu Excepteur\"\n      }\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "9f338b5e-9dbf-4807-bb51-41d1bebe2acd",
                "name": "Returns a success or partial success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v2.0",
                      "company",
                      ":company_id",
                      "inventory",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Id of the company associated to product that is to be viewed."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"company_id\": 1,\n  \"payload\": [\n    {\n      \"seller_identifier\": \"BMJ101\",\n      \"store_id\": 117098,\n      \"price_marked\": 800,\n      \"price_effective\": 800,\n      \"expiration_date\": \"9998-01-30T18:29:00.000Z\",\n      \"mode\": \"replace\",\n      \"total_quantity\": 10\n    },\n    {\n      \"seller_identifier\": \"BMJ101\",\n      \"store_id\": 117098,\n      \"expiration_date\": \"9998-01-30T18:29:00.000Z\",\n      \"mode\": \"delta\",\n      \"damage_quantity\": 10\n    },\n    {\n      \"seller_identifier\": \"BMJ101\",\n      \"store_id\": 117098,\n      \"expiration_date\": \"9998-01-30T18:29:00.000Z\",\n      \"mode\": \"delta\",\n      \"not_available_quantity\": -10\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"data\": {\n        \"expiration_date\": \"9998-01-30T23:59:00.000Z\",\n        \"price_effective\": 109.01,\n        \"price_marked\": 130,\n        \"seller_identifier\": \"SELLER123\",\n        \"store_id\": 124,\n        \"total_quantity\": 34\n      },\n      \"reason\": {\n        \"message\": \"Product not found\",\n        \"reason_code\": 2005\n      }\n    },\n    {\n      \"data\": {\n        \"expiration_date\": \"9998-01-30T23:59:00.000Z\",\n        \"price_effective\": 109.01,\n        \"price_marked\": 130,\n        \"seller_identifier\": \"SELLER123\",\n        \"store_id\": 124,\n        \"total_quantity\": 34\n      },\n      \"reason\": {\n        \"message\": \"Size not found\",\n        \"reason_code\": 2004\n      }\n    }\n  ],\n  \"message\": \"Partially Successful\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "65cc5443-98f1-477d-84b8-f6f5d9570ecc",
                "name": "Returns a failed response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v2.0",
                      "company",
                      ":company_id",
                      "inventory",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Id of the company associated to product that is to be viewed."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"company_id\": 1,\n  \"payload\": [\n    {\n      \"seller_identifier\": \"BMJ101\",\n      \"store_id\": 117098,\n      \"price_marked\": 800,\n      \"price_effective\": 800,\n      \"expiration_date\": \"9998-01-30T18:29:00.000Z\",\n      \"mode\": \"replace\",\n      \"total_quantity\": 10\n    },\n    {\n      \"seller_identifier\": \"BMJ101\",\n      \"store_id\": 117098,\n      \"expiration_date\": \"9998-01-30T18:29:00.000Z\",\n      \"mode\": \"delta\",\n      \"damage_quantity\": 10\n    },\n    {\n      \"seller_identifier\": \"BMJ101\",\n      \"store_id\": 117098,\n      \"expiration_date\": \"9998-01-30T18:29:00.000Z\",\n      \"mode\": \"delta\",\n      \"not_available_quantity\": -10\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"data\": {\n        \"expiration_date\": \"9998-01-30T23:59:00.000Z\",\n        \"price_effective\": 109.01,\n        \"price_marked\": 130,\n        \"seller_identifier\": \"SELLER123\",\n        \"store_id\": 124,\n        \"total_quantity\": 34\n      },\n      \"reason\": {\n        \"message\": \"Product not found\",\n        \"reason_code\": 2005\n      }\n    },\n    {\n      \"data\": {\n        \"expiration_date\": \"9998-01-30T23:59:00.000Z\",\n        \"price_effective\": 109.01,\n        \"price_marked\": 130,\n        \"seller_identifier\": \"SELLER123\",\n        \"store_id\": 124,\n        \"total_quantity\": 34\n      },\n      \"reason\": {\n        \"message\": \"Size not found\",\n        \"reason_code\": 2004\n      }\n    }\n  ],\n  \"message\": \"Failed\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "fa145fb6-2484-46d1-82c2-f6ea1c6e7ebf",
            "name": "listInventoryExport | List inventory export jobs",
            "request": {
              "name": "listInventoryExport | List inventory export jobs",
              "description": {
                "content": "Retrieve the history of inventory export jobs associated with the company",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "inventory",
                  "download",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "status",
                    "value": "<string>",
                    "description": "Status of the export job.(Pending, Running, Success)"
                  },
                  {
                    "disabled": false,
                    "key": "from_date",
                    "value": "<date>",
                    "description": "Inventory export history filtered according to from_date."
                  },
                  {
                    "disabled": false,
                    "key": "to_date",
                    "value": "<date>",
                    "description": "Inventory export history filtered according to from_date."
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Inventory export history filtered according to task ID."
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The page number to navigate through the given set of results"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "12",
                    "description": "Number of items to retrieve in each page. Default is 12."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "92c89e3c-133a-4e6b-8238-432962be96ac",
                "name": "Returns a list of inventory export jobs",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v2.0",
                      "company",
                      ":company_id",
                      "inventory",
                      "download",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "status",
                        "value": "Pending"
                      },
                      {
                        "key": "from_date",
                        "value": "<date>"
                      },
                      {
                        "key": "to_date",
                        "value": "<date>"
                      },
                      {
                        "key": "q",
                        "value": "120304f4-7d3e-11ee-a705-d6fb21611540"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "1"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) It is the unique identifier of the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": {\n    \"_id\": \"6401bd972a2e6c3d508c9203\",\n    \"completed_on\": \"2023-03-03T09:33:11.416Z\",\n    \"created_by\": {\n      \"user_id\": \"5e199e6998cfe1776f1385dc\",\n      \"username\": \"test_example_com_12345\"\n    },\n    \"created_on\": \"2023-03-03T09:27:51.262Z\",\n    \"filters\": {\n      \"brand_ids\": [\n        2751\n      ],\n      \"brands\": [\n        \"Puma\"\n      ],\n      \"store_ids\": [\n        3622\n      ],\n      \"stores\": [\n        \"Vikings Cbs\"\n      ]\n    },\n    \"id\": \"6401bd972a2e6c3d508c9203\",\n    \"modified_on\": \"2023-03-03T09:27:51.262Z\",\n    \"notification_emails\": [],\n    \"seller_id\": 577,\n    \"stats\": {\n      \"total\": 1,\n      \"success\": 1\n    },\n    \"status\": \"success\",\n    \"task_id\": \"ab469da4-b9a5-11ed-955a-d6fb21611540\",\n    \"type\": \"excel\",\n    \"url\": \"https://regrowth.s3.amazonaws.com/slingshot-catalogues/seller-catalog/577/ab469da4-b9a5-11ed-955a-d6fb21611540/ab469da4-b9a5-11ed-955a-d6fb21611540.zip\"\n  },\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": false,\n    \"has_previous\": false,\n    \"item_total\": 6,\n    \"size\": 1,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "2ce16a36-82cf-436a-987e-84eb9bcc475c",
            "name": "createInventoryExport | Create inventory export",
            "request": {
              "name": "createInventoryExport | Create inventory export",
              "description": {
                "content": "creates export job for inventory data associated with a company",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "inventory",
                  "download",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"filters\": {\n    \"store_ids\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"brand_ids\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"from_date\": \"<dateTime>\",\n    \"quantity\": {\n      \"operators\": \"<string>\",\n      \"max\": \"<integer>\",\n      \"min\": \"<integer>\"\n    },\n    \"to_date\": \"<dateTime>\"\n  },\n  \"notification_emails\": [\n    \"<email>\",\n    \"<email>\"\n  ],\n  \"type\": \"csv\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "078539c7-821d-46a8-94b0-aa7b58e0f340",
                "name": "Returns a success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v2.0",
                      "company",
                      ":company_id",
                      "inventory",
                      "download",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id in which assets to be uploaded."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"filters\": {\n    \"brand_ids\": [\n      2751\n    ],\n    \"store_ids\": [\n      3622\n    ]\n  },\n  \"type\": \"excel\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"seller_id\": 69934303,\n  \"task_id\": \"aliquip s\",\n  \"created_by\": \"1953-10-09T04:18:07.422Z\",\n  \"created_on\": \"1984-03-12T18:10:33.617Z\",\n  \"filters\": {\n    \"date_range\": {\n      \"from_date\": \"nulla sit non amet\",\n      \"to_date\": \"nostrud magna Excepteur\"\n    },\n    \"logo\": \"eiusmod amet laboris laborum\",\n    \"from_date\": \"Ut cupidatat nulla\",\n    \"stores\": -57603082,\n    \"to_date\": \"proident culpa q\",\n    \"dp_name\": \"dolore nostrud\",\n    \"dp_ids\": \"amet deserunt\",\n    \"lane\": \"veniam Excepteur irure ex\",\n    \"selected_shipments\": \"eu id consectetur esse adipisicin\",\n    \"store_name\": \"Duis\",\n    \"deselected_shipments\": \"Lorem adipisicing ullamco v\"\n  },\n  \"modified_on\": \"2015-04-23T21:37:29.558Z\",\n  \"notification_emails\": [\n    \"afu2lGP@OZxYyCyoVNvLFDULtKifsGnScOiPeg.kxog\",\n    \"Rgl5vQS-ZcXTSma@rsuKhjcfqPSLnKwPzg.jh\"\n  ],\n  \"status\": \"running\",\n  \"type\": \"cupidatat\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "ef45179b-3f8b-443e-9855-2b46e33e738d",
            "name": "getProducts | List products",
            "request": {
              "name": "getProducts | List products",
              "description": {
                "content": "Retrieve a list of available products",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "products",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "brand_ids",
                    "value": "<integer>",
                    "description": "Get multiple products filtered by Brand Ids"
                  },
                  {
                    "disabled": false,
                    "key": "brand_ids",
                    "value": "<integer>",
                    "description": "Get multiple products filtered by Brand Ids"
                  },
                  {
                    "disabled": false,
                    "key": "category_ids",
                    "value": "<integer>",
                    "description": "Get multiple products filtered by Category Ids"
                  },
                  {
                    "disabled": false,
                    "key": "category_ids",
                    "value": "<integer>",
                    "description": "Get multiple products filtered by Category Ids"
                  },
                  {
                    "disabled": false,
                    "key": "item_ids",
                    "value": "<integer>",
                    "description": "Get multiple products filtered by Item Ids"
                  },
                  {
                    "disabled": false,
                    "key": "item_ids",
                    "value": "<integer>",
                    "description": "Get multiple products filtered by Item Ids"
                  },
                  {
                    "disabled": false,
                    "key": "department_ids",
                    "value": "<integer>",
                    "description": "Get multiple products filtered by Department Ids"
                  },
                  {
                    "disabled": false,
                    "key": "department_ids",
                    "value": "<integer>",
                    "description": "Get multiple products filtered by Department Ids"
                  },
                  {
                    "disabled": false,
                    "key": "item_code",
                    "value": "<string>",
                    "description": "Get multiple products filtered by Item Code"
                  },
                  {
                    "disabled": false,
                    "key": "item_code",
                    "value": "<string>",
                    "description": "Get multiple products filtered by Item Code"
                  },
                  {
                    "disabled": false,
                    "key": "name",
                    "value": "<string>",
                    "description": "Get multiple products filtered by Name (Pattern Match)"
                  },
                  {
                    "disabled": false,
                    "key": "slug",
                    "value": "<string>",
                    "description": "Get multiple products filtered by Slug"
                  },
                  {
                    "disabled": false,
                    "key": "all_identifiers",
                    "value": "<string>",
                    "description": "Get multiple products filtered by All Identifiers"
                  },
                  {
                    "disabled": false,
                    "key": "all_identifiers",
                    "value": "<string>",
                    "description": "Get multiple products filtered by All Identifiers"
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Get multiple products filtered by q string"
                  },
                  {
                    "disabled": false,
                    "key": "tags",
                    "value": "<string>",
                    "description": "Get multiple products filtered by tags"
                  },
                  {
                    "disabled": false,
                    "key": "tags",
                    "value": "<string>",
                    "description": "Get multiple products filtered by tags"
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The page number to navigate through the given set of results"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10",
                    "description": "Number of items to retrieve in each page. Default is 10."
                  },
                  {
                    "disabled": false,
                    "key": "page_type",
                    "value": "number",
                    "description": "For pagination type value can be cursor or number. Default is number."
                  },
                  {
                    "disabled": false,
                    "key": "sort_on",
                    "value": "latest",
                    "description": "Field which is to be used for sorting, default is latest. Value can be latest (modified_on) or created (record id)"
                  },
                  {
                    "disabled": false,
                    "key": "page_id",
                    "value": "<string>",
                    "description": "If page_type is cursor, each response will contain **next_id** param (datetime or id depending upon sort_on), which should be sent back as page_id to make cursor pagination work."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "eec4e45b-5e87-4172-b0d2-d1f566ba6f43",
                "name": "Product Meta.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v2.0",
                      "company",
                      ":company_id",
                      "products",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "brand_ids",
                        "value": "101"
                      },
                      {
                        "key": "brand_ids",
                        "value": "102"
                      },
                      {
                        "key": "brand_ids",
                        "value": "103"
                      },
                      {
                        "key": "category_ids",
                        "value": "1"
                      },
                      {
                        "key": "category_ids",
                        "value": "2"
                      },
                      {
                        "key": "category_ids",
                        "value": "3"
                      },
                      {
                        "key": "item_ids",
                        "value": "1001"
                      },
                      {
                        "key": "item_ids",
                        "value": "1002"
                      },
                      {
                        "key": "department_ids",
                        "value": "5"
                      },
                      {
                        "key": "department_ids",
                        "value": "10"
                      },
                      {
                        "key": "item_code",
                        "value": "CODE123"
                      },
                      {
                        "key": "item_code",
                        "value": "CODE456"
                      },
                      {
                        "key": "name",
                        "value": "Sample Product"
                      },
                      {
                        "key": "slug",
                        "value": "sample-product-slug"
                      },
                      {
                        "key": "all_identifiers",
                        "value": "IDENT123"
                      },
                      {
                        "key": "all_identifiers",
                        "value": "IDENT456"
                      },
                      {
                        "key": "q",
                        "value": "search query"
                      },
                      {
                        "key": "tags",
                        "value": "tag1"
                      },
                      {
                        "key": "tags",
                        "value": "tag2"
                      },
                      {
                        "key": "page_no",
                        "value": "2"
                      },
                      {
                        "key": "page_size",
                        "value": "20"
                      },
                      {
                        "key": "page_type",
                        "value": "cursor"
                      },
                      {
                        "key": "sort_on",
                        "value": "created"
                      },
                      {
                        "key": "page_id",
                        "value": "2023-10-01T12:00:00Z"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Get list of products filtered by company Id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"_custom_json\": {},\n      \"all_company_ids\": [\n        1\n      ],\n      \"all_identifiers\": [\n        \"19WE100\"\n      ],\n      \"all_sizes\": [\n        {\n          \"brand_uid\": 1,\n          \"company_id\": 1,\n          \"identifiers\": [\n            {\n              \"gtin_type\": \"ean\",\n              \"gtin_value\": \"HGS272727272\",\n              \"primary\": true\n            }\n          ],\n          \"item_code\": \"TVSET111\",\n          \"marked_price\": 35000,\n          \"seller_identifier\": \"HGS272727272\",\n          \"size\": \"XXLX23, MX11, LX67, XLX45 (146 PCS)\"\n        }\n      ],\n      \"brand\": {\n        \"logo\": {\n          \"aspect_ratio\": \"1:1\",\n          \"aspect_ratio_f\": 1,\n          \"secure_url\": \"https://hdn-1.jiox0.de/jioecomm/seller/pictures/logo/50x0/apple-7f951c/logo_apple.png\",\n          \"url\": \"https://hdn-1.jiox0.de/jioecomm/seller/pictures/logo/50x0/apple-7f951c/logo_apple.png\"\n        },\n        \"name\": \"Apple\",\n        \"uid\": 13\n      },\n      \"brand_uid\": 1,\n      \"category_slug\": \"qled-television\",\n      \"category_uid\": 1,\n      \"marketer-name\": \"STEVE MADDEN\",\n      \"marketer-address\": \"Wework Dimond, Vijay Nagag, MIDC - 49122\",\n      \"sustainable\": [\n        \"Regular\"\n      ],\n      \"country_of_origin\": \"India\",\n      \"created_by\": {\n        \"user_id\": \"5\",\n        \"username\": \"918888888888_12345\"\n      },\n      \"created_on\": \"2021-04-02T15:43:59.410Z\",\n      \"currency\": \"INR\",\n      \"custom_order\": {\n        \"is_custom_order\": true,\n        \"manufacturing_time\": 2,\n        \"manufacturing_time_unit\": \"days\"\n      },\n      \"departments\": [\n        1\n      ],\n      \"description\": \"Tv\",\n      \"highlights\": [\n        \"42 Inch\"\n      ],\n      \"hs_code\": \"11111111\",\n      \"hsn_code\": \"11111111\",\n      \"id\": \"5f4f2f6371a5970001f13655\",\n      \"image_nature\": \"standard\",\n      \"images\": [\n        {\n          \"aspect_ratio\": \"16:25\",\n          \"aspect_ratio_f\": 0.64,\n          \"secure_url\": \"https://hdn-1.addsale.com/x0/products/pictures/item/free/135x0/dcizgsG_Y-Tv-Set.png\",\n          \"url\": \"https://hdn-1.addsale.com/x0/products/pictures/item/free/135x0/dcizgsG_Y-Tv-Set.png\"\n        }\n      ],\n      \"is_dependent\": false,\n      \"is_image_less_product\": false,\n      \"is_physical\": true,\n      \"is_set\": true,\n      \"item_code\": \"TVSET111\",\n      \"item_type\": \"set\",\n      \"l3_mapping\": [\n        \"electronics>qled_television\"\n      ],\n      \"media\": [\n        {\n          \"type\": \"image\",\n          \"url\": \"https://hdn-1.addsale.com/x0/products/pictures/item/free/135x0/dcizgsG_Y-Tv-Set.png\"\n        }\n      ],\n      \"modified_by\": {\n        \"user_id\": \"xxxxxxxxxxx\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"modified_on\": \"2021-04-02T15:43:59.410Z\",\n      \"primary_color\": \"Blue\",\n      \"multi_size\": true,\n      \"name\": \"TV Set\",\n      \"no_of_boxes\": 1,\n      \"price\": {\n        \"effective\": {\n          \"max\": 25000,\n          \"min\": 25000\n        },\n        \"marked\": {\n          \"max\": 35000,\n          \"min\": 35000\n        }\n      },\n      \"product_group_tag\": [],\n      \"product-age\": [],\n      \"product_publish\": {\n        \"is_set\": false,\n        \"product_online_date\": \"2021-04-02T15:43:59.410Z\"\n      },\n      \"return_config\": {\n        \"returnable\": false,\n        \"time\": 0,\n        \"unit\": \"days\"\n      },\n      \"short_description\": \"\",\n      \"size_guide\": \"slim-fit-shirts-for-men\",\n      \"sizes\": [\n        {\n          \"size\": \"FGX33, GHX33 (66 PCS)\",\n          \"store_count\": 1\n        },\n        {\n          \"size\": \"XSE WE23X100 (100 PCS)\",\n          \"store_count\": 2\n        },\n        {\n          \"size\": \"XSEX100 (100 PCS)\",\n          \"store_count\": 3\n        },\n        {\n          \"size\": \"XXLX23, MX11, LX67, XLX45 (146 PCS)\",\n          \"store_count\": 3\n        }\n      ],\n      \"slug\": \"tv-set\",\n      \"stage\": \"verified\",\n      \"synonyms\": [],\n      \"tags\": [],\n      \"teaser_tag\": {},\n      \"template_tag\": \"television\",\n      \"trader\": [\n        {\n          \"address\": [\n            \"sdfdsfsdf\"\n          ],\n          \"name\": \"asdasd\"\n        }\n      ],\n      \"trader_type\": \"Packer\",\n      \"uid\": 7501547,\n      \"variants\": {},\n      \"verification_status\": \"pending\",\n      \"verified_by\": {\n        \"user_id\": \"0\",\n        \"username\": \"test_example_com_12345\"\n      },\n      \"verified_on\": \"2020-07-23T04:20:43.810Z\",\n      \"bundle_details\": [\n        {\n          \"seller_identifier\": \"CREATE PRODUCT WEBHOOK TEST\",\n          \"net_quantity\": 1,\n          \"is_base\": true\n        },\n        {\n          \"seller_identifier\": \"SSAF\",\n          \"net_quantity\": 1,\n          \"is_base\": false\n        },\n        {\n          \"seller_identifier\": \"SKU-M-1009\",\n          \"net_quantity\": 1,\n          \"is_base\": false\n        }\n      ]\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": false,\n    \"has_previous\": false,\n    \"item_total\": 1,\n    \"size\": 1,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "36f9a4b4-dbf9-48a4-900f-8730b2a72d05",
            "name": "createProduct | Create product",
            "request": {
              "name": "createProduct | Create product",
              "description": {
                "content": "Users can create a product using this API, associating it with the provided company ID",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v3.0",
                  "company",
                  "{{companyId}}",
                  "products",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"brand_uid\": \"<integer>\",\n  \"category_slug\": \"<string>\",\n  \"company_id\": \"<integer>\",\n  \"country_of_origin\": \"<string>\",\n  \"currency\": \"<string>\",\n  \"departments\": [\n    \"<integer>\"\n  ],\n  \"item_code\": \"<string>\",\n  \"item_type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"return_config\": {\n    \"returnable\": \"<boolean>\",\n    \"time\": \"<number>\",\n    \"unit\": \"<string>\"\n  },\n  \"sizes\": [\n    {\n      \"deserunt_a5\": false\n    },\n    {\n      \"reprehenderit_01\": \"ut do pariatur dolor\",\n      \"deseruntf50\": \"irure ipsum Duis non cillum\"\n    }\n  ],\n  \"slug\": \"<string>\",\n  \"tax_identifier\": {\n    \"tax_rule_id\": \"<string>\"\n  },\n  \"template_tag\": \"<string>\",\n  \"trader\": [\n    {\n      \"name\": \"<string>\",\n      \"address\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"address\": \"<string>\"\n    }\n  ],\n  \"_custom_json\": {\n    \"mollitc\": 4332315.814290315,\n    \"velit_9\": -11034123.322350368\n  },\n  \"action\": \"<string>\",\n  \"attributes\": {\n    \"deserunt0d\": 72572438\n  },\n  \"bulk_job_id\": \"<string>\",\n  \"change_request_id\": \"<string>\",\n  \"custom_order\": {\n    \"is_custom_order\": \"<boolean>\",\n    \"manufacturing_time\": \"<integer>\",\n    \"manufacturing_time_unit\": \"<string>\"\n  },\n  \"description\": \"<string>\",\n  \"highlights\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"is_active\": true,\n  \"is_dependent\": false,\n  \"is_image_less_product\": false,\n  \"is_set\": false,\n  \"media\": [\n    {\n      \"url\": \"<string>\",\n      \"meta\": {\n        \"cupidatat_6\": \"quis veniam reprehenderit ea\",\n        \"do__82\": 95496145,\n        \"dolor_b\": \"ex in\"\n      },\n      \"type\": \"<string>\",\n      \"alt\": \"<string>\",\n      \"thumbnail\": \"<string>\"\n    },\n    {\n      \"url\": \"<string>\",\n      \"meta\": {\n        \"eu_bc\": 92191809,\n        \"aliqua34f\": \"in\",\n        \"voluptate_7\": 76794727.95745644\n      },\n      \"type\": \"<string>\",\n      \"alt\": \"<string>\",\n      \"thumbnail\": \"<string>\"\n    }\n  ],\n  \"multi_size\": true,\n  \"net_quantity\": {\n    \"value\": \"<number>\",\n    \"unit\": \"<string>\"\n  },\n  \"no_of_boxes\": 1,\n  \"product_group_tag\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"product_publish\": {\n    \"product_online_date\": \"<dateTime>\",\n    \"is_set\": \"<boolean>\"\n  },\n  \"requester\": \"user\",\n  \"short_description\": \"<string>\",\n  \"size_guide\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"teaser_tag\": {\n    \"tag\": \"<string>\",\n    \"url\": \"<url>\"\n  },\n  \"variant_group\": {\n    \"est_6c\": true\n  },\n  \"variant_media\": {\n    \"eu_9\": \"eiusmod nostrud est quis\",\n    \"qui_d\": 90634059,\n    \"nisic_\": -33516757.742090777\n  },\n  \"variants\": {\n    \"nulla97\": true\n  },\n  \"hs_code\": \"<string>\",\n  \"bundle_details\": [\n    {\n      \"bundle_group_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"slug\": \"<string>\",\n      \"bundle_count\": \"<integer>\",\n      \"article_bundle_id\": \"<string>\",\n      \"bundle_article_quantity\": \"<integer>\",\n      \"is_base\": \"<boolean>\",\n      \"price_marked\": \"<number>\",\n      \"price_effective\": \"<number>\",\n      \"item_id\": \"<integer>\",\n      \"item_type\": \"<string>\",\n      \"return_config\": {\n        \"allow_partial_return\": \"<boolean>\",\n        \"returnable\": \"<boolean>\",\n        \"unit\": \"<boolean>\",\n        \"time\": \"<boolean>\"\n      },\n      \"seller_identifier\": \"<string>\",\n      \"images\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"brand_name\": \"<string>\",\n      \"size\": \"<string>\"\n    },\n    {\n      \"bundle_group_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"slug\": \"<string>\",\n      \"bundle_count\": \"<integer>\",\n      \"article_bundle_id\": \"<string>\",\n      \"bundle_article_quantity\": \"<integer>\",\n      \"is_base\": \"<boolean>\",\n      \"price_marked\": \"<number>\",\n      \"price_effective\": \"<number>\",\n      \"item_id\": \"<integer>\",\n      \"item_type\": \"<string>\",\n      \"return_config\": {\n        \"allow_partial_return\": \"<boolean>\",\n        \"returnable\": \"<boolean>\",\n        \"unit\": \"<boolean>\",\n        \"time\": \"<boolean>\"\n      },\n      \"seller_identifier\": \"<string>\",\n      \"images\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"brand_name\": \"<string>\",\n      \"size\": \"<string>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "0f208102-68fd-4e48-bdce-5443dc00a07d",
                "name": "Returns a success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v3.0",
                      "company",
                      ":company_id",
                      "products",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company associated to product that is to be viewed."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"brand_uid\": 7098,\n  \"item_code\": \"BMJ101\",\n  \"teaser_tag\": {},\n  \"net_quantity\": {\n    \"value\": 1\n  },\n  \"waist-rise\": \"yes\",\n  \"tax_identifier\": {\n    \"tax_rule_id\": \"6704b17dd4fbbf93f7b9eff4\"\n  },\n  \"hs_code\": \"124\",\n  \"country_of_origin\": \"India\",\n  \"variants\": {},\n  \"variant_media\": {},\n  \"description\": \"PHA+c29tZSBkZXNjcmlwdGlvbjwvcD4KPHN0eWxlIGRhdGEtaWQ9InRpbnltY2Utc3RvcmVmcm9udC1zdHlsZSI+IAogICAgICAgICAgICAgICAgICAgIGJsb2NrcXVvdGUsIGlmcmFtZSwgLnR3aXR0ZXItdHdlZXR7CiAgICAgICAgICAgICAgICAgICAgICAgIGRpc3BsYXk6IGZsZXg7CiAgICAgICAgICAgICAgICAgICAgICAgIG1hcmdpbi1sZWZ0OiBhdXRvICFpbXBvcnRhbnQ7CiAgICAgICAgICAgICAgICAgICAgICAgIG1hcmdpbi1yaWdodDogYXV0byAhaW1wb3J0YW50OwogICAgICAgICAgICAgICAgICAgICAgICBtYXgtd2lkdGg6IDEwMCU7CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgIGltZ3sKICAgICAgICAgICAgICAgICAgICAgICAgbWF4LXdpZHRoOiAxMDAlOwogICAgICAgICAgICAgICAgICAgICAgICBoZWlnaHQ6IGF1dG87CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgIC53YXJuaW5nLWJhbm5lcnsKICAgICAgICAgICAgICAgICAgICAgICAgdmlzaWJpbGl0eTogaGlkZGVuCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgPHNwYW4gaWQ9Im1jZV9tYXJrZXIiIGRhdGEtbWNlLXR5cGU9ImJvb2ttYXJrIiBkYXRhLW1jZS1mcmFnbWVudD0iMSI+PC9zcGFuPjwvc3R5bGU+CjxzdHlsZSBkYXRhLWlkPSJ0aW55bWNlLXN0b3JlZnJvbnQtc3R5bGUiPiAKICAgICAgICAgICAgICAgICAgICBibG9ja3F1b3RlLCBpZnJhbWUsIC50d2l0dGVyLXR3ZWV0ewogICAgICAgICAgICAgICAgICAgICAgICBkaXNwbGF5OiBmbGV4OwogICAgICAgICAgICAgICAgICAgICAgICBtYXJnaW4tbGVmdDogYXV0byAhaW1wb3J0YW50OwogICAgICAgICAgICAgICAgICAgICAgICBtYXJnaW4tcmlnaHQ6IGF1dG8gIWltcG9ydGFudDsKICAgICAgICAgICAgICAgICAgICAgICAgbWF4LXdpZHRoOiAxMDAlOwogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICBpbWd7CiAgICAgICAgICAgICAgICAgICAgICAgIG1heC13aWR0aDogMTAwJTsKICAgICAgICAgICAgICAgICAgICAgICAgaGVpZ2h0OiBhdXRvOwogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICAud2FybmluZy1iYW5ucnsKICAgICAgICAgICAgICAgICAgICAgICAgdmlzaWJpbGl0eTogaGlkZGVuCiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgIDwvc3R5bGU+\",\n  \"short_description\": \"some description\",\n  \"highlights\": [],\n  \"company_id\": 1,\n  \"template_tag\": \"bottomwear\",\n  \"currency\": \"INR\",\n  \"media\": [\n    {\n      \"url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/products/pictures/item/free/original/9o-YyJAj4-TEST4.jpeg\",\n      \"type\": \"image\"\n    }\n  ],\n  \"is_set\": false,\n  \"sizes\": [\n    {\n      \"size\": \"OS\",\n      \"price\": 10,\n      \"price_effective\": 10,\n      \"price_transfer\": 0,\n      \"currency\": \"INR\",\n      \"item_length\": 10,\n      \"item_width\": 10,\n      \"item_height\": 10,\n      \"item_weight\": 100,\n      \"item_dimensions_unit_of_measure\": \"cm\",\n      \"item_weight_unit_of_measure\": \"gram\",\n      \"track_inventory\": true,\n      \"identifiers\": [\n        {\n          \"gtin_value\": \"323425\",\n          \"gtin_type\": \"sku_code\",\n          \"primary\": true\n        }\n      ],\n      \"_custom_json\": {}\n    }\n  ],\n  \"_custom_json\": {},\n  \"size_guide\": \"pranav-size-guide\",\n  \"product_group_tag\": [\n    \"muskan_test5\"\n  ],\n  \"product_publish\": {\n    \"product_online_date\": \"2024-10-08T19:45:00.000Z\",\n    \"is_set\": true\n  },\n  \"is_active\": true,\n  \"custom_order\": {\n    \"is_custom_order\": true,\n    \"manufacturing_time\": 5,\n    \"manufacturing_time_unit\": \"hours\"\n  },\n  \"multi_size\": true,\n  \"no_of_boxes\": 1,\n  \"is_dependent\": false,\n  \"item_type\": \"standard\",\n  \"tags\": [\n    \"1+6\"\n  ],\n  \"departments\": [\n    35\n  ],\n  \"category_slug\": \"activewear-joggers\",\n  \"name\": \"Black Multi Jogger\",\n  \"slug\": \"black-multi-jogger\",\n  \"trader\": [\n    {\n      \"type\": \"Manufacturer\",\n      \"name\": \"sons\",\n      \"address\": [\n        \"sons\"\n      ]\n    }\n  ],\n  \"return_config\": {\n    \"returnable\": true,\n    \"time\": 3,\n    \"unit\": \"days\"\n  },\n  \"bundle_details\": [\n    {\n      \"seller_identifier\": \"CREATE PRODUCT WEBHOOK TEST\",\n      \"net_quantity\": 1,\n      \"is_base\": true\n    },\n    {\n      \"seller_identifier\": \"SSAF\",\n      \"net_quantity\": 1,\n      \"is_base\": false\n    },\n    {\n      \"seller_identifier\": \"SKU-M-1009\",\n      \"net_quantity\": 1,\n      \"is_base\": false\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "630ff181-e36a-4d27-90c7-45f1d6b13a06",
            "name": "editProduct | Update a product",
            "request": {
              "name": "editProduct | Update a product",
              "description": {
                "content": "Modify the details and settings of an existing product in the catalog.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v3.0",
                  "company",
                  "{{companyId}}",
                  "products",
                  ":item_id",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<integer>",
                    "key": "item_id",
                    "description": "(Required) Id of the product to be updated."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"brand_uid\": \"<integer>\",\n  \"category_slug\": \"<string>\",\n  \"company_id\": \"<integer>\",\n  \"country_of_origin\": \"<string>\",\n  \"currency\": \"<string>\",\n  \"departments\": [\n    \"<integer>\"\n  ],\n  \"item_code\": \"<string>\",\n  \"item_type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"return_config\": {\n    \"returnable\": \"<boolean>\",\n    \"time\": \"<number>\",\n    \"unit\": \"<string>\"\n  },\n  \"sizes\": [\n    {\n      \"Lorem_5\": \"est occae\",\n      \"proident_0_\": 27488732.94586645\n    },\n    {\n      \"pariatur_a\": \"ut magna nostrud\",\n      \"Duis4\": false,\n      \"dolorba7\": true\n    }\n  ],\n  \"slug\": \"<string>\",\n  \"tax_identifier\": {\n    \"tax_rule_id\": \"<string>\"\n  },\n  \"template_tag\": \"<string>\",\n  \"trader\": [\n    {\n      \"name\": \"<string>\",\n      \"address\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"address\": \"<string>\"\n    }\n  ],\n  \"_custom_json\": {\n    \"ut1\": 2706883,\n    \"cillum191\": -35551497.46371491\n  },\n  \"action\": \"<string>\",\n  \"attributes\": {\n    \"Duis198\": 41933333.45319107,\n    \"aute_ab\": -74435545,\n    \"occaecat_97\": \"irure deserunt ex adipisicing\"\n  },\n  \"bulk_job_id\": \"<string>\",\n  \"change_request_id\": \"<string>\",\n  \"custom_order\": {\n    \"is_custom_order\": \"<boolean>\",\n    \"manufacturing_time\": \"<integer>\",\n    \"manufacturing_time_unit\": \"<string>\"\n  },\n  \"description\": \"<string>\",\n  \"highlights\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"is_active\": true,\n  \"is_dependent\": false,\n  \"is_image_less_product\": false,\n  \"is_set\": false,\n  \"media\": [\n    {\n      \"url\": \"<string>\",\n      \"meta\": {\n        \"in86f\": true,\n        \"sunt_3\": \"dolore sit nulla ut\"\n      },\n      \"type\": \"<string>\",\n      \"alt\": \"<string>\",\n      \"thumbnail\": \"<string>\"\n    },\n    {\n      \"url\": \"<string>\",\n      \"meta\": {\n        \"commodof\": 13095787,\n        \"dolore_2_\": \"adipisicing ex\",\n        \"mollit_3b9\": 28187452\n      },\n      \"type\": \"<string>\",\n      \"alt\": \"<string>\",\n      \"thumbnail\": \"<string>\"\n    }\n  ],\n  \"multi_size\": true,\n  \"net_quantity\": {\n    \"value\": \"<number>\",\n    \"unit\": \"<string>\"\n  },\n  \"no_of_boxes\": 1,\n  \"product_group_tag\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"product_publish\": {\n    \"product_online_date\": \"<dateTime>\",\n    \"is_set\": \"<boolean>\"\n  },\n  \"requester\": \"user\",\n  \"short_description\": \"<string>\",\n  \"size_guide\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"hs_code\": \"<string>\",\n  \"teaser_tag\": {\n    \"tag\": \"<string>\",\n    \"url\": \"<url>\"\n  },\n  \"uid\": \"<integer>\",\n  \"variant_group\": {\n    \"laboris_9\": true\n  },\n  \"variant_media\": {\n    \"tempor_c\": 53902930,\n    \"consequat5\": \"in aliqua est officia\",\n    \"sedc3\": -8380102,\n    \"eiusmod355\": \"incididunt anim labore aliqua\"\n  },\n  \"variants\": {\n    \"aliquip_60\": true,\n    \"deserunt_4\": true,\n    \"amet_0\": false,\n    \"do5\": true\n  },\n  \"bundle_details\": [\n    {\n      \"bundle_group_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"slug\": \"<string>\",\n      \"bundle_count\": \"<integer>\",\n      \"article_bundle_id\": \"<string>\",\n      \"bundle_article_quantity\": \"<integer>\",\n      \"is_base\": \"<boolean>\",\n      \"price_marked\": \"<number>\",\n      \"price_effective\": \"<number>\",\n      \"item_id\": \"<integer>\",\n      \"item_type\": \"<string>\",\n      \"return_config\": {\n        \"allow_partial_return\": \"<boolean>\",\n        \"returnable\": \"<boolean>\",\n        \"unit\": \"<boolean>\",\n        \"time\": \"<boolean>\"\n      },\n      \"seller_identifier\": \"<string>\",\n      \"images\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"brand_name\": \"<string>\",\n      \"size\": \"<string>\"\n    },\n    {\n      \"bundle_group_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"slug\": \"<string>\",\n      \"bundle_count\": \"<integer>\",\n      \"article_bundle_id\": \"<string>\",\n      \"bundle_article_quantity\": \"<integer>\",\n      \"is_base\": \"<boolean>\",\n      \"price_marked\": \"<number>\",\n      \"price_effective\": \"<number>\",\n      \"item_id\": \"<integer>\",\n      \"item_type\": \"<string>\",\n      \"return_config\": {\n        \"allow_partial_return\": \"<boolean>\",\n        \"returnable\": \"<boolean>\",\n        \"unit\": \"<boolean>\",\n        \"time\": \"<boolean>\"\n      },\n      \"seller_identifier\": \"<string>\",\n      \"images\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"brand_name\": \"<string>\",\n      \"size\": \"<string>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "cb9b9a1a-f27c-401a-8a70-1a9997ea34a7",
                "name": "Returns a success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v3.0",
                      "company",
                      ":company_id",
                      "products",
                      ":item_id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company associated to product that is to be viewed."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "item_id",
                        "description": "(Required) Id of the product to be updated."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"_custom_json\": {},\n  \"attributes\": {\n    \"essential\": \"Yes\",\n    \"gender\": [\n      \"Boys\"\n    ],\n    \"marketer-address\": \"Nazarbagh\",\n    \"marketer-name\": \"Mazarbagh\",\n    \"primary_color\": \"Red\",\n    \"primary_material\": \"Canvas\"\n  },\n  \"brand\": {\n    \"logo\": {\n      \"aspect_ratio\": \"1:1\",\n      \"aspect_ratio_f\": 1,\n      \"secure_url\": \"https://hdn-1.fynd.com/brands/pictures/square-logo/50x0/mPBaWqGRnjR-RMOnlpdMPKm-yjn5mua63gfmzdpombb1.png\",\n      \"url\": \"https://hdn-1.fynd.com/brands/pictures/square-logo/50x0/mPBaWqGRnjR-RMOnlpdMPKm-yjn5mua63gfmzdpombb1.png\"\n    },\n    \"name\": \"RollUp\",\n    \"uid\": 1486\n  },\n  \"brand_uid\": 1486,\n  \"category_slug\": \"printed-tape\",\n  \"company_id\": 884,\n  \"country_of_origin\": \"India\",\n  \"currency\": \"INR\",\n  \"departments\": [\n    11\n  ],\n  \"description\": \"FyndStore 4 inch Printed BOPP Tapes \",\n  \"hsn_code\": \"48190000\",\n  \"id\": \"5f5a433c74f3f400017cdaa0\",\n  \"is_active\": true,\n  \"is_dependent\": false,\n  \"is_set\": true,\n  \"item_code\": \"TP_FS_01\",\n  \"item_type\": \"set\",\n  \"media\": [\n    {\n      \"type\": \"image\",\n      \"url\": \"https://hdn-1.fynd.com/media/pictures/tagged_items/original/TPFS01/IMG20200624130956.jpg\"\n    }\n  ],\n  \"multi_size\": true,\n  \"name\": \"Printed Fyndstore Packaging Tape (4inch X 6 Meter length) - Pack of 2\",\n  \"product_publish\": {\n    \"is_set\": false,\n    \"product_online_date\": \"2020-09-10T15:16:12.322Z\"\n  },\n  \"return_config\": {\n    \"returnable\": true,\n    \"time\": 30,\n    \"unit\": \"days\"\n  },\n  \"sizes\": [\n    {\n      \"brand_uid\": 1486,\n      \"company_id\": 884,\n      \"currency\": \"INR\",\n      \"id\": \"5f5a433c74f3f400017cdaa1\",\n      \"identifiers\": [\n        {\n          \"gtin_type\": \"sku_code\",\n          \"gtin_value\": \"TP_FS_01\",\n          \"primary\": true\n        }\n      ],\n      \"is_set\": true,\n      \"item_code\": \"TP_FS_01\",\n      \"item_dimensions_unit_of_measure\": \"cm\",\n      \"item_height\": 10.16,\n      \"item_length\": 10.16,\n      \"item_weight\": 0.15,\n      \"item_weight_unit_of_measure\": \"gram\",\n      \"item_width\": 10.16,\n      \"price\": 1000,\n      \"price_effective\": 999,\n      \"price_transfer\": 0,\n      \"seller_identifier\": \"TP_FS_01\",\n      \"set\": {\n        \"quantity\": 1,\n        \"size_distribution\": {\n          \"sizes\": [\n            {\n              \"pieces\": 1,\n              \"size\": \"OS\"\n            }\n          ]\n        }\n      },\n      \"size\": \"OS\",\n      \"store_count\": 1,\n      \"track_inventory\": true\n    }\n  ],\n  \"slug\": \"printed-fyndstore-packaging-tape-4inch-x-6-meter-length-pack-of-2-49d7343fc677\",\n  \"tax_identifier\": {},\n  \"template_tag\": \"industrial-supplies\",\n  \"trader\": [\n    {\n      \"name\": \"ab\"\n    }\n  ],\n  \"uid\": 1282497,\n  \"variants\": {},\n  \"size_guide\": \"pranav-size-guide\",\n  \"teaser_tag\": {},\n  \"no_of_boxes\": 1,\n  \"net_quantity\": {\n    \"value\": 1\n  },\n  \"custom_order\": {\n    \"is_custom_order\": true,\n    \"manufacturing_time\": 5,\n    \"manufacturing_time_unit\": \"hours\"\n  },\n  \"short_description\": \"some description 1\",\n  \"variant_media\": {},\n  \"all_sizes\": [\n    {\n      \"size\": \"OS\",\n      \"identifiers\": [\n        {\n          \"primary\": true,\n          \"gtin_value\": \"323425\",\n          \"gtin_type\": \"sku_code\"\n        }\n      ],\n      \"item_length\": 10,\n      \"item_weight\": 100,\n      \"item_height\": 10,\n      \"item_width\": 10,\n      \"item_weight_unit_of_measure\": \"gram\",\n      \"item_dimensions_unit_of_measure\": \"cm\"\n    }\n  ],\n  \"is_expirable\": false,\n  \"created_on\": \"2024-10-08T07:21:11.537000\",\n  \"modified_on\": \"2024-10-08T10:20:17.030000\",\n  \"created_by\": {\n    \"username\": \"sandbox@example.com\",\n    \"user_id\": \"568995eaea27695468bd6064\",\n    \"super_user\": false\n  },\n  \"modified_by\": {\n    \"username\": \"sandbox@example.com\",\n    \"user_id\": \"568995eaea27695468bd6064\",\n    \"super_user\": false\n  },\n  \"store_count\": 2\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "efb00be4-2766-48a5-a50b-24979c9b999e",
            "name": "partialUpdateProduct | Patch a product",
            "request": {
              "name": "partialUpdateProduct | Patch a product",
              "description": {
                "content": "Partially update an existing product in the catalog using PATCH method. This operation allows you to modify specific fields of a product without affecting other attributes. Only the fields provided in the request body will be updated, while all other existing product data remains unchanged.\nFor objects (e.g. attributes), merge keys shallowly: any key in the patch overrides the existing value.\nFor arrays of primitives (e.g. tags): replaced wholesale when present.\nFor arrays of objects (e.g. sizes): match on a unique identifier (seller_identifier) and apply the merge-patch per element; unmentioned elements remain unchanged.\n",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v3.0",
                  "company",
                  "{{companyId}}",
                  "products",
                  ":item_id",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<integer>",
                    "key": "item_id",
                    "description": "(Required) Item ID of the product to be patched."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PATCH",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"_custom_json\": {\n    \"elit6\": true,\n    \"do_6_\": 2625261,\n    \"reprehenderit8a\": 20632371.65817155\n  },\n  \"attributes\": {\n    \"in_96\": true\n  },\n  \"country_of_origin\": \"<string>\",\n  \"custom_order\": {\n    \"is_custom_order\": \"<boolean>\",\n    \"manufacturing_time\": \"<integer>\",\n    \"manufacturing_time_unit\": \"<string>\"\n  },\n  \"description\": \"<string>\",\n  \"highlights\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"is_active\": \"<boolean>\",\n  \"is_dependent\": \"<boolean>\",\n  \"media\": [\n    {\n      \"url\": \"<string>\",\n      \"meta\": {\n        \"dolored_\": \"sint eu con\",\n        \"in1_\": \"proident laborum consectetur adipisicing\"\n      },\n      \"type\": \"<string>\",\n      \"alt\": \"<string>\",\n      \"thumbnail\": \"<string>\"\n    },\n    {\n      \"url\": \"<string>\",\n      \"meta\": {\n        \"cupidatat_b9\": true,\n        \"ut3\": false,\n        \"incididunt5d\": false\n      },\n      \"type\": \"<string>\",\n      \"alt\": \"<string>\",\n      \"thumbnail\": \"<string>\"\n    }\n  ],\n  \"multi_size\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"net_quantity\": {\n    \"value\": \"<number>\",\n    \"unit\": \"<string>\"\n  },\n  \"no_of_boxes\": \"<integer>\",\n  \"product_group_tag\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"product_publish\": {\n    \"product_online_date\": \"<dateTime>\",\n    \"is_set\": \"<boolean>\"\n  },\n  \"return_config\": {\n    \"returnable\": \"<boolean>\",\n    \"time\": \"<number>\",\n    \"unit\": \"<string>\"\n  },\n  \"short_description\": \"<string>\",\n  \"size_guide\": \"<string>\",\n  \"sizes\": [\n    {\n      \"item_width\": \"<float>\",\n      \"item_height\": \"<float>\",\n      \"item_weight\": \"<float>\",\n      \"price\": \"<float>\",\n      \"track_inventory\": \"<boolean>\",\n      \"_custom_json\": {\n        \"do_b\": -65739579.218649305,\n        \"enim_525\": \"\",\n        \"dolor_c13\": true\n      },\n      \"seller_identifier\": \"<string>\",\n      \"item_length\": \"<float>\",\n      \"price_effective\": \"<float>\"\n    },\n    {\n      \"item_width\": \"<float>\",\n      \"item_height\": \"<float>\",\n      \"item_weight\": \"<float>\",\n      \"price\": \"<float>\",\n      \"track_inventory\": \"<boolean>\",\n      \"_custom_json\": {\n        \"fugiat_f6\": -25236392.758164257,\n        \"quis_50c\": \"velit pariatur qui enim\"\n      },\n      \"seller_identifier\": \"<string>\",\n      \"item_length\": \"<float>\",\n      \"price_effective\": \"<float>\"\n    }\n  ],\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"tax_identifier\": {\n    \"tax_rule_id\": \"<string>\"\n  },\n  \"hs_code\": \"<string>\",\n  \"teaser_tag\": {\n    \"tag\": \"<string>\",\n    \"url\": \"<url>\"\n  },\n  \"template_tag\": \"<string>\",\n  \"trader\": [\n    {\n      \"name\": \"<string>\",\n      \"address\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"address\": \"<string>\"\n    }\n  ],\n  \"variant_group\": {\n    \"irure_c_\": -7238671.771633774,\n    \"tempor73\": \"fugiat est\"\n  },\n  \"variant_media\": {\n    \"sunt_66\": -53108385.940713234,\n    \"ex_f_\": -96982180.05459909\n  },\n  \"variants\": {\n    \"consequat51\": \"ut eiusm\",\n    \"nulla86\": 35427897\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "4ba5891e-aa79-4996-8aaf-93168e0b8221",
                "name": "Returns a success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v3.0",
                      "company",
                      ":company_id",
                      "products",
                      ":item_id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company associated."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "item_id",
                        "description": "(Required) Item ID of the product to be patched."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"_custom_json\": {},\n  \"description\": \"dGVzdCBkZXNjcmlwdGlvbg==\",\n  \"attributes\": {\n    \"essential\": \"Yes\",\n    \"gender\": [\n      \"Boys\"\n    ],\n    \"marketer-address\": \"Nazarbagh\",\n    \"marketer-name\": \"Mazarbagh\",\n    \"primary_color\": \"Red\",\n    \"primary_material\": \"Canvas\"\n  },\n  \"category_slug\": \"printed-tape\",\n  \"country_of_origin\": \"India\",\n  \"currency\": \"INR\",\n  \"departments\": [\n    11\n  ],\n  \"hs_code\": \"48190000\",\n  \"id\": \"5f5a433c74f3f400017cdaa0\",\n  \"is_active\": true,\n  \"is_dependent\": false,\n  \"media\": [\n    {\n      \"type\": \"image\",\n      \"url\": \"https://hdn-1.fynd.com/media/pictures/tagged_items/original/TPFS01/IMG20200624130956.jpg\"\n    }\n  ],\n  \"multi_size\": true,\n  \"name\": \"Printed Fyndstore Packaging Tape (4inch X 6 Meter length) - Pack of 2\",\n  \"product_publish\": {\n    \"is_set\": false,\n    \"product_online_date\": \"2020-09-10T15:16:12.322Z\"\n  },\n  \"return_config\": {\n    \"returnable\": true,\n    \"time\": 30,\n    \"unit\": \"days\"\n  },\n  \"sizes\": {\n    \"item_height\": 10.16,\n    \"item_length\": 10.16,\n    \"item_weight\": 0.15,\n    \"item_width\": 10.16,\n    \"price\": 1000,\n    \"price_effective\": 999,\n    \"price_transfer\": 0,\n    \"seller_identifier\": \"TP_FS_01\",\n    \"track_inventory\": true\n  },\n  \"tax_identifier\": {},\n  \"template_tag\": \"industrial-supplies\",\n  \"size_guide\": \"pranav-size-guide\",\n  \"no_of_boxes\": 1,\n  \"net_quantity\": {\n    \"value\": 1\n  },\n  \"custom_order\": {\n    \"is_custom_order\": true,\n    \"manufacturing_time\": 5,\n    \"manufacturing_time_unit\": \"hours\"\n  },\n  \"short_description\": \"some description 1\",\n  \"variant_media\": {\n    \"colour\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/products/pictures/item/free/original/Wwm080vOK-ai-image-1760091208833-7kxkh9uv144.jpg\"\n  },\n  \"variants\": {\n    \"colour\": [\n      \"NKT2\"\n    ],\n    \"primary_color\": [\n      \"NKT2\"\n    ]\n  },\n  \"variant_group\": {\n    \"colour\": \"activewear-t-shirts-65086549-80459280\",\n    \"primary_color\": \"activewear-t-shirts-65086549-80459280\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "dc29b0b4-0c01-49f5-8bb7-54f5ac92c3c7",
            "name": "deleteProduct | Delete product",
            "request": {
              "name": "deleteProduct | Delete product",
              "description": {
                "content": "Users can delete a product by providing the item_id and company_id.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "products",
                  ":item_id",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<integer>",
                    "key": "item_id",
                    "description": "(Required) Id of the product to be deleted."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "9fd63459-df1f-4aad-b238-55119ee382a2",
                "name": "Returns a success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v2.0",
                      "company",
                      ":company_id",
                      "products",
                      ":item_id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company Id of the company associated with the product to be deleted."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "item_id",
                        "description": "(Required) Id of the product to be deleted."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "34875ce2-ba07-4fb7-a8bb-bfaf44eb0ab5",
                "name": "Product or company not found",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v2.0",
                      "company",
                      ":company_id",
                      "products",
                      ":item_id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company Id of the company associated with the product to be deleted."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "item_id",
                        "description": "(Required) Id of the product to be deleted."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"code\": \"404\",\n  \"message\": \"Product or company not found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "9d5f21f0-6935-4dee-8126-22557f3fb38d",
            "name": "getProduct | Get a product",
            "request": {
              "name": "getProduct | Get a product",
              "description": {
                "content": "Retrieve data associated to a particular product.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "products",
                  ":item_id",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "brand_uid",
                    "value": "<integer>",
                    "description": "Brand Id of the product."
                  },
                  {
                    "disabled": false,
                    "key": "item_code",
                    "value": "<string>",
                    "description": "Item code of the product."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<integer>",
                    "key": "item_id",
                    "description": "(Required) Item Id of the product."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "a77e49cf-44bf-4bc7-808f-50ca5fa534b9",
                "name": "Product object. ",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v2.0",
                      "company",
                      ":company_id",
                      "products",
                      ":item_id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "brand_uid",
                        "value": "11122"
                      },
                      {
                        "key": "item_code",
                        "value": "ITEM123"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id of the product."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "item_id",
                        "description": "(Required) Item Id of the product."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"data\": {\n    \"_custom_json\": {},\n    \"all_company_ids\": [\n      835\n    ],\n    \"all_identifiers\": [\n      \"TEST-015434\"\n    ],\n    \"attributes\": {\n      \"essential\": \"No\",\n      \"gender\": [\n        \"Men\"\n      ],\n      \"marketer-address\": \"dfg\",\n      \"marketer-name\": \"gfdfd\",\n      \"pattern\": \"Printed\",\n      \"primary_color\": \"Black\",\n      \"primary_material\": \"Cotton Blend\"\n    },\n    \"brand\": {\n      \"logo\": {\n        \"aspect_ratio\": \"1:1\",\n        \"aspect_ratio_f\": 1,\n        \"secure_url\": \"\",\n        \"url\": \"\"\n      },\n      \"name\": \"product1\",\n      \"uid\": 3272\n    },\n    \"brand_uid\": 3272,\n    \"category\": {\n      \"l1\": {\n        \"name\": \"Ethnic Wear\",\n        \"slug\": \"ethnic-wear\",\n        \"uid\": 443\n      },\n      \"l2\": {\n        \"name\": \"Hijabs & Abayas\",\n        \"slug\": \"hijabs-abayas\",\n        \"uid\": 414\n      },\n      \"l3\": {\n        \"name\": \"Abayas\",\n        \"slug\": \"abayas\",\n        \"uid\": 441\n      }\n    },\n    \"category_slug\": \"abayas\",\n    \"category_uid\": 441,\n    \"country_of_origin\": \"India\",\n    \"created_by\": {\n      \"super_user\": false,\n      \"user_id\": \"757bf08ff5dd4ba95f8778cf\",\n      \"username\": \"test_example_com_12345\"\n    },\n    \"created_on\": \"2023-02-16T09:37:31.304Z\",\n    \"currency\": \"INR\",\n    \"custom_order\": {\n      \"is_custom_order\": false,\n      \"manufacturing_time\": 0,\n      \"manufacturing_time_unit\": \"days\"\n    },\n    \"departments\": [\n      21\n    ],\n    \"description\": \"\",\n    \"highlights\": [],\n    \"id\": \"63edf95bf314486d44a6b361\",\n    \"is_active\": true,\n    \"is_dependent\": false,\n    \"is_expirable\": false,\n    \"is_image_less_product\": false,\n    \"is_set\": false,\n    \"item_code\": \"TEST-01\",\n    \"item_type\": \"standard\",\n    \"media\": [\n      {\n        \"type\": \"image\",\n        \"url\": \"/x0/products/pictures/item/free/original/Hsw-U3Kut-Test-01.jpeg\"\n      }\n    ],\n    \"modified_by\": {\n      \"super_user\": false,\n      \"user_id\": \"757bf08ff5dd4ba95f8778cf\",\n      \"username\": \"test_example_com_12345\"\n    },\n    \"modified_on\": \"2023-02-16T09:37:31.304Z\",\n    \"multi_size\": false,\n    \"name\": \"Test-01\",\n    \"net_quantity\": {},\n    \"no_of_boxes\": 1,\n    \"product_group_tag\": [],\n    \"product_publish\": {\n      \"is_set\": false,\n      \"product_online_date\": \"2023-02-16T09:37:29.620Z\"\n    },\n    \"return_config\": {\n      \"returnable\": false,\n      \"time\": 0,\n      \"unit\": \"days\"\n    },\n    \"short_description\": \"\",\n    \"size_guide\": \"\",\n    \"sizes\": [\n      {\n        \"_custom_json\": {},\n        \"brand_uid\": 3272,\n        \"company_id\": 835,\n        \"created_on\": \"2023-02-16T09:37:31.352Z\",\n        \"currency\": \"INR\",\n        \"id\": \"63edf95bf314486d44a6b364\",\n        \"identifiers\": [\n          {\n            \"gtin_type\": \"ean\",\n            \"gtin_value\": \"TEST-015434\",\n            \"primary\": true\n          }\n        ],\n        \"is_set\": false,\n        \"item_code\": \"TEST-01\",\n        \"item_dimensions_unit_of_measure\": \"cm\",\n        \"item_height\": 10,\n        \"item_length\": 10,\n        \"item_weight\": 10,\n        \"item_weight_unit_of_measure\": \"gram\",\n        \"item_width\": 10,\n        \"modified_on\": \"2023-02-16T09:37:31.352Z\",\n        \"price\": 10,\n        \"price_effective\": 10,\n        \"price_transfer\": 0,\n        \"seller_identifier\": \"TEST-015434\",\n        \"size\": \"OS\",\n        \"track_inventory\": true,\n        \"bundle_details\": [\n          {\n            \"seller_identifier\": \"CREATE PRODUCT WEBHOOK TEST\",\n            \"net_quantity\": 1,\n            \"is_base\": true\n          },\n          {\n            \"seller_identifier\": \"SSAF\",\n            \"net_quantity\": 1,\n            \"is_base\": false\n          },\n          {\n            \"seller_identifier\": \"SKU-M-1009\",\n            \"net_quantity\": 1,\n            \"is_base\": false\n          }\n        ]\n      }\n    ],\n    \"slug\": \"test-01-7542894\",\n    \"stage\": \"pending\",\n    \"tags\": [],\n    \"tax_identifier\": {\n      \"tax_rule_id\": \"63d78f483c1714abdd406766\",\n      \"reporting_hsn\": \"2024413880H1\",\n      \"hsn_code\": \"2024413880\",\n      \"hsn_code_id\": \"6704b17dd4fbbf93f7b9eff4\"\n    },\n    \"hs_code\": \"124\",\n    \"teaser_tag\": {},\n    \"template_tag\": \"ethnicwear\",\n    \"trader\": [\n      {\n        \"address\": [\n          \"fdgh\"\n        ],\n        \"name\": \"fgt\",\n        \"type\": \"Manufacturer\"\n      }\n    ],\n    \"uid\": 7542894,\n    \"variant_media\": {},\n    \"variants\": {}\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d268b595-ef79-4fb2-9119-e0af45524e2a",
            "name": "deleteRealtimeInventory | Delete an inventory ",
            "request": {
              "name": "deleteRealtimeInventory | Delete an inventory ",
              "description": {
                "content": "You can use this API to delete inventory linked to a particular product size. When you make the API call, the inventory associated with that size will be removed as part of api process.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "products",
                  ":item_id",
                  "inventory",
                  ":seller_identifier"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<integer>",
                    "key": "item_id",
                    "description": "(Required) Item code of the product of which size is to be get."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "seller_identifier",
                    "description": "(Required) Size Identifier (Seller Identifier or Primary Identifier) of which inventory is to get."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"company_id\": \"<integer>\",\n  \"meta\": {},\n  \"payload\": [\n    {\n      \"seller_identifier\": \"<string>\",\n      \"store_id\": \"<integer>\",\n      \"expiration_date\": \"<dateTime>\",\n      \"price_effective\": \"<number>\",\n      \"price_marked\": \"<number>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"mode\": \"<string>\",\n      \"total_quantity\": \"<integer>\",\n      \"damaged_quantity\": \"<integer>\",\n      \"not_available_quantity\": \"<integer>\",\n      \"trace_id\": \"<string>\",\n      \"meta\": {\n        \"nulla0\": -70632460.46130666,\n        \"ad9\": \"ea\"\n      }\n    },\n    {\n      \"seller_identifier\": \"<string>\",\n      \"store_id\": \"<integer>\",\n      \"expiration_date\": \"<dateTime>\",\n      \"price_effective\": \"<number>\",\n      \"price_marked\": \"<number>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"mode\": \"<string>\",\n      \"total_quantity\": \"<integer>\",\n      \"damaged_quantity\": \"<integer>\",\n      \"not_available_quantity\": \"<integer>\",\n      \"trace_id\": \"<string>\",\n      \"meta\": {\n        \"commodo0\": -43389772,\n        \"Duis9a\": \"in dolor\"\n      }\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "00af87f4-6874-49a7-a1e2-bbfe63d06ab2",
                "name": "Returns a success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v2.0",
                      "company",
                      ":company_id",
                      "products",
                      ":item_id",
                      "inventory",
                      ":seller_identifier"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Id of the company associated to product that is to be viewed."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "item_id",
                        "description": "(Required) Item code of the product of which size is to be get."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "seller_identifier",
                        "description": "(Required) Size Identifier (Seller Identifier or Primary Identifier) of which inventory is to get."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"company_id\": 1,\n  \"payload\": [\n    {\n      \"seller_identifier\": \"BMJ101\",\n      \"store_id\": 117098,\n      \"price_marked\": 800,\n      \"price_effective\": 800,\n      \"expiration_date\": \"9998-01-30T18:29:00.000Z\",\n      \"total_quantity\": 10\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "bf489782-e835-4abd-9b49-191f0d1b7650",
                "name": "Returns a failed response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v2.0",
                      "company",
                      ":company_id",
                      "products",
                      ":item_id",
                      "inventory",
                      ":seller_identifier"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Id of the company associated to product that is to be viewed."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "item_id",
                        "description": "(Required) Item code of the product of which size is to be get."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "seller_identifier",
                        "description": "(Required) Size Identifier (Seller Identifier or Primary Identifier) of which inventory is to get."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"company_id\": 1,\n  \"payload\": [\n    {\n      \"seller_identifier\": \"BMJ101\",\n      \"store_id\": 117098,\n      \"price_marked\": 800,\n      \"price_effective\": 800,\n      \"expiration_date\": \"9998-01-30T18:29:00.000Z\",\n      \"total_quantity\": 10\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"data\": {\n        \"expiration_date\": \"9998-01-30T23:59:00.000Z\",\n        \"price_effective\": 109.01,\n        \"price_marked\": 130,\n        \"seller_identifier\": \"SELLER123\",\n        \"store_id\": 124,\n        \"total_quantity\": 34\n      },\n      \"reason\": {\n        \"message\": \"Product not found\",\n        \"reason_code\": 2005\n      }\n    },\n    {\n      \"data\": {\n        \"expiration_date\": \"9998-01-30T23:59:00.000Z\",\n        \"price_effective\": 109.01,\n        \"price_marked\": 130,\n        \"seller_identifier\": \"SELLER123\",\n        \"store_id\": 124,\n        \"total_quantity\": 34\n      },\n      \"reason\": {\n        \"message\": \"Size not found\",\n        \"reason_code\": 2004\n      }\n    }\n  ],\n  \"message\": \"Failed\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "823779c2-278c-4702-9c78-825a9932512c",
            "name": "updateRealtimeInventory | Update an inventory",
            "request": {
              "name": "updateRealtimeInventory | Update an inventory",
              "description": {
                "content": "enables you to add inventory for a specific size and selling location (store). The inventory updates will be reflected instantly after the API call.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "products",
                  ":item_id",
                  "inventory",
                  ":seller_identifier"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<integer>",
                    "key": "item_id",
                    "description": "(Required) Item code of the product of which size is to be get."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "seller_identifier",
                    "description": "(Required) Size Identifier (Seller Identifier or Primary Identifier) of which inventory is to get."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"company_id\": \"<integer>\",\n  \"meta\": {},\n  \"payload\": [\n    {\n      \"seller_identifier\": \"<string>\",\n      \"store_id\": \"<integer>\",\n      \"expiration_date\": \"<dateTime>\",\n      \"price_effective\": \"<number>\",\n      \"price_marked\": \"<number>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"mode\": \"<string>\",\n      \"total_quantity\": \"<integer>\",\n      \"damaged_quantity\": \"<integer>\",\n      \"not_available_quantity\": \"<integer>\",\n      \"trace_id\": \"<string>\",\n      \"meta\": {\n        \"nulla0\": -70632460.46130666,\n        \"ad9\": \"ea\"\n      }\n    },\n    {\n      \"seller_identifier\": \"<string>\",\n      \"store_id\": \"<integer>\",\n      \"expiration_date\": \"<dateTime>\",\n      \"price_effective\": \"<number>\",\n      \"price_marked\": \"<number>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"mode\": \"<string>\",\n      \"total_quantity\": \"<integer>\",\n      \"damaged_quantity\": \"<integer>\",\n      \"not_available_quantity\": \"<integer>\",\n      \"trace_id\": \"<string>\",\n      \"meta\": {\n        \"commodo0\": -43389772,\n        \"Duis9a\": \"in dolor\"\n      }\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "3a53e331-0bea-4882-9a23-8fb9650bb458",
                "name": "Returns a success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v2.0",
                      "company",
                      ":company_id",
                      "products",
                      ":item_id",
                      "inventory",
                      ":seller_identifier"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Id of the company associated to product that is to be viewed."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "item_id",
                        "description": "(Required) Item code of the product of which size is to be get."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "seller_identifier",
                        "description": "(Required) Size Identifier (Seller Identifier or Primary Identifier) of which inventory is to get."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"company_id\": 1,\n  \"payload\": [\n    {\n      \"seller_identifier\": \"BMJ101\",\n      \"store_id\": 117098,\n      \"price_marked\": 800,\n      \"price_effective\": 800,\n      \"expiration_date\": \"9998-01-30T18:29:00.000Z\",\n      \"total_quantity\": 10\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "faaee27b-f258-4522-99c6-d178fbd5390d",
                "name": "Returns a failed response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v2.0",
                      "company",
                      ":company_id",
                      "products",
                      ":item_id",
                      "inventory",
                      ":seller_identifier"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Id of the company associated to product that is to be viewed."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "item_id",
                        "description": "(Required) Item code of the product of which size is to be get."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "seller_identifier",
                        "description": "(Required) Size Identifier (Seller Identifier or Primary Identifier) of which inventory is to get."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"company_id\": 1,\n  \"payload\": [\n    {\n      \"seller_identifier\": \"BMJ101\",\n      \"store_id\": 117098,\n      \"price_marked\": 800,\n      \"price_effective\": 800,\n      \"expiration_date\": \"9998-01-30T18:29:00.000Z\",\n      \"total_quantity\": 10\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"data\": {\n        \"expiration_date\": \"9998-01-30T23:59:00.000Z\",\n        \"price_effective\": 109.01,\n        \"price_marked\": 130,\n        \"seller_identifier\": \"SELLER123\",\n        \"store_id\": 124,\n        \"total_quantity\": 34\n      },\n      \"reason\": {\n        \"message\": \"Product not found\",\n        \"reason_code\": 2005\n      }\n    },\n    {\n      \"data\": {\n        \"expiration_date\": \"9998-01-30T23:59:00.000Z\",\n        \"price_effective\": 109.01,\n        \"price_marked\": 130,\n        \"seller_identifier\": \"SELLER123\",\n        \"store_id\": 124,\n        \"total_quantity\": 34\n      },\n      \"reason\": {\n        \"message\": \"Size not found\",\n        \"reason_code\": 2004\n      }\n    }\n  ],\n  \"message\": \"Failed\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "8259c993-be32-45ac-9eac-aa515ac32f3a",
            "name": "updateLocationPrice | Update an Article Price",
            "request": {
              "name": "updateLocationPrice | Update an Article Price",
              "description": {
                "content": "enables you to update article price for a specific size and selling location (store). The price updates will be reflected instantly after the API call.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "store",
                  ":store_id",
                  "identifier",
                  ":seller_identifier",
                  "price"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<integer>",
                    "key": "store_id",
                    "description": "(Required) The Store Id to update price of size for specific store."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "seller_identifier",
                    "description": "(Required) Size Identifier (Seller Identifier or Primary Identifier) of which article price is to update."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"price_effective\": \"<number>\",\n  \"price_marked\": \"<number>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "654c84a2-8b63-4273-adfa-6679132646dd",
                "name": "Returns a success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "store",
                      ":store_id",
                      "identifier",
                      ":seller_identifier",
                      "price"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Id of the company associated to product for that article price to be updated."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "store_id",
                        "description": "(Required) The Store Id to update price of size for specific store."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "seller_identifier",
                        "description": "(Required) Size Identifier (Seller Identifier or Primary Identifier) of which article price is to update."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"price_effective\": 8.99,\n  \"price_marked\": 10.99,\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Successful\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "5457d392-d3e9-4d3f-973d-d4324e4c9230",
                "name": "Returned a failed response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "store",
                      ":store_id",
                      "identifier",
                      ":seller_identifier",
                      "price"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Id of the company associated to product for that article price to be updated."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "store_id",
                        "description": "(Required) The Store Id to update price of size for specific store."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "seller_identifier",
                        "description": "(Required) Size Identifier (Seller Identifier or Primary Identifier) of which article price is to update."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"price_effective\": 8.99,\n  \"price_marked\": 10.99,\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                "code": 422,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"errors\": [\n    {\n      \"message\": \"item_id provided is not available\",\n      \"field\": \"item_id\"\n    },\n    {\n      \"message\": \"price_marked should be greater than equal to price_effective\",\n      \"field\": \"price_marked\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b25c7a08-bf34-424f-a8dc-99648b4645bf",
            "name": "updateLocationQuantity | Update an Article Quantity",
            "request": {
              "name": "updateLocationQuantity | Update an Article Quantity",
              "description": {
                "content": "enables you to update article quantity for a specific size and selling location (store). The quantity updates will be reflected instantly after the API call.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "store",
                  ":store_id",
                  "identifier",
                  ":seller_identifier",
                  "quantity"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<integer>",
                    "key": "store_id",
                    "description": "(Required) The Store Id to update quantity of size for specific store."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "seller_identifier",
                    "description": "(Required) Size Identifier (Seller Identifier or Primary Identifier) of which article quantity is to update."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"expiration_date\": \"<dateTime>\",\n  \"total_quantity\": \"<integer>\",\n  \"damaged_quantity\": \"<integer>\",\n  \"not_available_quantity\": \"<integer>\",\n  \"mode\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "a04c3fe1-de5c-4265-88db-99d55f8c32d5",
                "name": "Returns a success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "store",
                      ":store_id",
                      "identifier",
                      ":seller_identifier",
                      "quantity"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Id of the company associated to product for that article quantity to be updated."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "store_id",
                        "description": "(Required) The Store Id to update quantity of size for specific store."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "seller_identifier",
                        "description": "(Required) Size Identifier (Seller Identifier or Primary Identifier) of which article quantity is to update."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"expiration_date\": \"2023-06-30T15:43:59.410Z\",\n  \"total_quantity\": 100,\n  \"damaged_quantity\": 100,\n  \"not_available_quantity\": 100,\n  \"mode\": \"delta\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Successful\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "5b293e58-409a-4181-8bb6-e7fe76ccc47c",
                "name": "Returned a failed response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "store",
                      ":store_id",
                      "identifier",
                      ":seller_identifier",
                      "quantity"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Id of the company associated to product for that article quantity to be updated."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "store_id",
                        "description": "(Required) The Store Id to update quantity of size for specific store."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "seller_identifier",
                        "description": "(Required) Size Identifier (Seller Identifier or Primary Identifier) of which article quantity is to update."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"expiration_date\": \"2023-06-30T15:43:59.410Z\",\n  \"total_quantity\": 100,\n  \"damaged_quantity\": 100,\n  \"not_available_quantity\": 100,\n  \"mode\": \"delta\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                "code": 422,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"errors\": [\n    {\n      \"message\": \"item_id provided is not available\",\n      \"field\": \"item_id\"\n    },\n    {\n      \"message\": \"total_quantity is required in request payload\",\n      \"field\": \"total_quantity\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "18e078d7-8fa4-4c60-aa6c-ab918889d3a1",
            "name": "createTax | Create Tax Rule",
            "request": {
              "name": "createTax | Create Tax Rule",
              "description": {
                "content": "Create a tax rule in a company, including its initial (live) version.  The API supports both default (country-level) and region-specific versions by using optional  parameters such as 'region_type' and 'areas'. This enables granular taxation rules scoped to  different geographic regions.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "taxes",
                  "rules",
                  "versions"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"rule\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  },\n  \"versions\": {\n    \"components\": [\n      {\n        \"name\": \"<string>\",\n        \"rate\": \"<float>\",\n        \"tax_amount\": \"<float>\",\n        \"taxable_amount\": \"<float>\"\n      },\n      {\n        \"name\": \"<string>\",\n        \"rate\": \"<float>\",\n        \"tax_amount\": \"<float>\",\n        \"taxable_amount\": \"<float>\"\n      }\n    ],\n    \"scope\": \"<string>\",\n    \"applicable_date\": \"<dateTime>\",\n    \"region_type\": \"<string>\",\n    \"areas\": {\n      \"regions\": [\n        \"<string>\"\n      ],\n      \"country\": \"<string>\"\n    },\n    \"store_ids\": [\n      \"<integer>\",\n      \"<integer>\"\n    ]\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "b7bbf23b-39bf-44e5-bd17-d6d9b094b880",
                "name": "Successfully created the tax rule and version.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "taxes",
                      "rules",
                      "versions"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company for which the tax rule will be created."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"rule\": {\n    \"name\": \"GST Rule - Country\",\n    \"description\": \"Default country tax rule\"\n  },\n  \"versions\": [\n    {\n      \"scope\": \"COUNTRY\",\n      \"components\": [\n        {\n          \"name\": \"GST\",\n          \"slabs\": [\n            {\n              \"value\": 0,\n              \"rate\": 0.18\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"rule\": {\n    \"_id\": \"6994369c0ff019879d1cd5a0\",\n    \"name\": \"GST Rule - Country\",\n    \"description\": \"Default country tax rule\",\n    \"is_default\": false,\n    \"company_id\": 8845,\n    \"status\": \"ACTIVE\",\n    \"created_on\": \"2026-02-17T09:36:28+00:00\",\n    \"modified_on\": \"2026-02-17T09:36:28+00:00\"\n  },\n  \"versions\": [\n    {\n      \"scope\": \"COUNTRY\",\n      \"_id\": \"6994369c0ff019879d1cd5a1\",\n      \"rule_id\": \"6994369c0ff019879d1cd5a0\",\n      \"applicable_date\": \"2026-02-16T18:30:00+00:00\",\n      \"created_on\": \"2026-02-17T09:36:28+00:00\",\n      \"modified_on\": \"2026-02-17T09:36:28+00:00\",\n      \"company_id\": 8845,\n      \"status\": \"ACTIVE\",\n      \"components\": [\n        {\n          \"_id\": \"6994369c0ff019879d1cd59f\",\n          \"name\": \"GST\",\n          \"slabs\": [\n            {\n              \"rate\": 0.18,\n              \"value\": 0\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "88885192-8c0b-43a2-8b94-960af47e03c1",
            "name": "getAllTaxRules | Get all tax rules of a company",
            "request": {
              "name": "getAllTaxRules | Get all tax rules of a company",
              "description": {
                "content": "Retrieves a list of all tax rules defined for a company, along with their details.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "taxes",
                  "rules"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Search query to filter tax rules"
                  },
                  {
                    "disabled": false,
                    "key": "statuses",
                    "value": "<string>",
                    "description": "Filter tax rules based on their lifecycle status."
                  },
                  {
                    "disabled": false,
                    "key": "page",
                    "value": "<integer>",
                    "description": "The page number to retrieve"
                  },
                  {
                    "disabled": false,
                    "key": "limit",
                    "value": "<integer>",
                    "description": "Maximum number of tax rule items per page"
                  },
                  {
                    "disabled": false,
                    "key": "version_status",
                    "value": "<string>",
                    "description": "Filter tax rules to include only those with versions in the specified status."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "3573ab46-4ce6-4db2-b571-7cb3d4736bfe",
                "name": "A list of tax rules",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "taxes",
                      "rules"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "q",
                        "value": "test 3"
                      },
                      {
                        "key": "statuses",
                        "value": "ACTIVE"
                      },
                      {
                        "key": "page",
                        "value": "1"
                      },
                      {
                        "key": "limit",
                        "value": "10"
                      },
                      {
                        "key": "version_status",
                        "value": "LIVE"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company whose tax rules are being retrieved"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"versions\": [\n        {\n          \"_id\": \"688b4990ac9ead8e90a667d4\",\n          \"rule_id\": \"688b4990ac9ead8e90a667d2\",\n          \"applicable_date\": \"2025-07-31T10:46:40.925000\",\n          \"created_on\": \"2025-07-31T10:46:40\",\n          \"modified_on\": \"2025-07-31T10:46:40\",\n          \"company_id\": 1234,\n          \"status\": \"INACTIVE\",\n          \"region_code\": \"6911b9c777c5c2ce792691da\",\n          \"components\": [\n            {\n              \"_id\": \"688b4990ac9ead8e90a667d3\",\n              \"name\": \"GST\",\n              \"description\": \"\",\n              \"slabs\": [\n                {\n                  \"rate\": 0.03,\n                  \"value\": 0\n                },\n                {\n                  \"rate\": 0.05,\n                  \"value\": 1\n                }\n              ]\n            }\n          ],\n          \"scope\": \"COUNTRY\",\n          \"version_status\": \"LIVE\"\n        }\n      ],\n      \"rule\": {\n        \"_id\": \"688b4990ac9ead8e90a667d2\",\n        \"name\": \"Tiered Tax Rule 7 – 3% and 5%\",\n        \"description\": \"testing\",\n        \"is_default\": false,\n        \"company_id\": 611807,\n        \"status\": \"INACTIVE\",\n        \"created_on\": \"2025-07-31T10:46:40\",\n        \"modified_on\": \"2025-07-31T10:46:40\"\n      }\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"type\": \"number\",\n    \"size\": 10,\n    \"has_previous\": false,\n    \"has_next\": true,\n    \"item_total\": 28\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d4c0f005-e607-44e1-aa1b-445fc5e05719",
            "name": "updateTaxRule | Update Tax Rule",
            "request": {
              "name": "updateTaxRule | Update Tax Rule",
              "description": {
                "content": "Update the details of an existing tax rule for a company.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "taxes",
                  "rules",
                  ":rule_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "rule_id",
                    "description": "(Required) Unique identifier of the tax rule to update"
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"name\": \"<string>\",\n  \"is_default\": \"<boolean>\",\n  \"status\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "3f313981-b537-4325-a2fb-1b0918aae63d",
                "name": "Successfully updated the tax rule",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "taxes",
                      "rules",
                      ":rule_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company for which the tax rule is being updated"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "rule_id",
                        "description": "(Required) Unique identifier of the tax rule to update"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"tax 20%\",\n  \"is_default\": false,\n  \"status\": \"INACTIVE\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"6736e63e810235677a97a6b0\",\n  \"rule_name\": \"test 3\",\n  \"is_default\": false,\n  \"company_id\": 1,\n  \"created_on\": \"2024-11-15T11:42:12\",\n  \"modified_on\": \"2024-11-15T11:42:12\",\n  \"status\": \"ACTIVE\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "7395f6b0-ba56-4740-a5d0-a3426fd4d0ed",
            "name": "deleteTaxRule | Delete a tax rule",
            "request": {
              "name": "deleteTaxRule | Delete a tax rule",
              "description": {
                "content": "Deletes a tax rule and all its associated versions. Note: A rule cannot be deleted if it is set as the default or is currently assigned to any product. \nTo proceed with deletion, ensure you first assign another rule as the default and unlink this rule from all products.\n",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "taxes",
                  "rules",
                  ":rule_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "rule_id",
                    "description": "(Required) Unique identifier of the tax rule to be deleted"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "30512141-17ee-43a7-a2b0-0b25fba012d5",
                "name": "Successful deletion of the tax rule.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "taxes",
                      "rules",
                      ":rule_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "rule_id",
                        "description": "(Required) Unique identifier of the tax rule to be deleted"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company associated with the tax rule to be deleted"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Tax rule and its versions have been successfully deleted\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5985ea81-00e2-4a15-80d3-62f2c11f56f2",
            "name": "getTaxVersionDetails | Get tax versions for a tax rule",
            "request": {
              "name": "getTaxVersionDetails | Get tax versions for a tax rule",
              "description": {
                "content": "Retrieve the versions of a tax rule. You can filter results by version status.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "taxes",
                  "rules",
                  ":rule_id",
                  "versions"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "version_status",
                    "value": "ALL",
                    "description": "Filter by tax version status"
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Case-insensitive search by region name (e.g., \"john\", \"New York\") to find matching tax versions"
                  },
                  {
                    "disabled": false,
                    "key": "limit",
                    "value": "10",
                    "description": "The number of items to return per page for paginated past versions"
                  },
                  {
                    "disabled": false,
                    "key": "page",
                    "value": "1",
                    "description": "The page number for paginated past versions."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "rule_id",
                    "description": "(Required) Unique identifier of the tax rule"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "34549ec8-9885-4633-8cc0-84face4cb2b3",
                "name": "Successfully retrieved tax rule versions",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "taxes",
                      "rules",
                      ":rule_id",
                      "versions"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "version_status",
                        "value": "ALL"
                      },
                      {
                        "key": "q",
                        "value": "Rajasthan"
                      },
                      {
                        "key": "limit",
                        "value": "10"
                      },
                      {
                        "key": "page",
                        "value": "1"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company for which the tax rule versoin is being retrieved"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "rule_id",
                        "description": "(Required) Unique identifier of the tax rule"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"_id\": \"6736e63e810235677a97a6b0\",\n      \"rule_id\": \"6736e63e810235677a97a6b1\",\n      \"applicable_date\": \"2024-11-15T11:42:12\",\n      \"created_on\": \"2024-11-15T11:42:12\",\n      \"modified_on\": \"2024-11-15T11:42:12\",\n      \"company_id\": 1,\n      \"status\": \"ACTIVE\",\n      \"region_code\": \"6911b9c777c5c2ce792691da\",\n      \"region\": {\n        \"name\": \"Geoarea Taxation 2025-11-10\",\n        \"slug\": \"geoarea-taxation-2025-11-10\",\n        \"areas\": [\n          {\n            \"regions\": [\n              {\n                \"uid\": \"690b4153a0a5280a1f1ca72b\",\n                \"display_name\": \"RAJASTHAN\",\n                \"sub_type\": \"state\",\n                \"parent_id\": [\n                  \"690b4153a0a5280a1f1ca718\"\n                ]\n              }\n            ],\n            \"country\": {\n              \"uid\": \"690b4153a0a5280a1f1ca718\",\n              \"display_name\": \"India\"\n            }\n          }\n        ]\n      },\n      \"components\": [\n        {\n          \"name\": \"VAT\",\n          \"slabs\": [\n            {\n              \"value\": 0,\n              \"rate\": 0.1\n            },\n            {\n              \"value\": 200,\n              \"rate\": 0.12\n            }\n          ],\n          \"_id\": \"6736e63e810235677a97a6b4\"\n        }\n      ],\n      \"version_status\": \"LIVE\"\n    },\n    {\n      \"_id\": \"6736e63e810235677a97a6b2\",\n      \"rule_id\": \"6736e63e810235677a97a6b3\",\n      \"applicable_date\": \"2024-12-01T00:00:00\",\n      \"created_on\": \"2024-11-20T10:00:00\",\n      \"modified_on\": \"2024-11-20T10:00:00\",\n      \"company_id\": 2,\n      \"status\": \"ACTIVE\",\n      \"components\": [\n        {\n          \"name\": \"GST\",\n          \"slabs\": [\n            {\n              \"value\": 500,\n              \"rate\": 0.18\n            }\n          ],\n          \"_id\": \"6736e63e810235677a97a6b5\"\n        }\n      ],\n      \"version_status\": \"LIVE\"\n    }\n  ],\n  \"rule\": {\n    \"_id\": \"6736e63e810235677a97a6b0\",\n    \"rule_name\": \"Standard Tax Rule\",\n    \"is_default\": true,\n    \"company_id\": 1,\n    \"created_on\": \"2024-11-15T11:42:12\",\n    \"modified_on\": \"2024-11-15T11:42:12\",\n    \"status\": \"ACTIVE\"\n  },\n  \"page\": {\n    \"total_items\": 2,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 10\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "0432347b-1f9c-4640-bfcf-81f5c042a109",
            "name": "createTaxVersion | Create a tax version",
            "request": {
              "name": "createTaxVersion | Create a tax version",
              "description": {
                "content": "Creates a tax version using the provided rule_id with support for scheduled applicability and optional region-level overrides.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "taxes",
                  "rules",
                  ":rule_id",
                  "versions"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "rule_id",
                    "description": "(Required) Unique identifier of the tax rule"
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"components\": [\n    {\n      \"name\": \"<string>\",\n      \"rate\": \"<float>\",\n      \"tax_amount\": \"<float>\",\n      \"taxable_amount\": \"<float>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"rate\": \"<float>\",\n      \"tax_amount\": \"<float>\",\n      \"taxable_amount\": \"<float>\"\n    }\n  ],\n  \"scope\": \"<string>\",\n  \"applicable_date\": \"<dateTime>\",\n  \"region_type\": \"<string>\",\n  \"areas\": {\n    \"regions\": [\n      \"<string>\"\n    ],\n    \"country\": \"<string>\"\n  },\n  \"store_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "801359c3-8736-410b-9710-41dd392a406a",
                "name": "Successfully created tax rule.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "taxes",
                      "rules",
                      ":rule_id",
                      "versions"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company for which the tax rule is being created"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "rule_id",
                        "description": "(Required) Unique identifier of the tax rule"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"scope\": \"COUNTRY\",\n  \"components\": [\n    {\n      \"name\": \"GST\",\n      \"slabs\": [\n        {\n          \"value\": 0.1,\n          \"rate\": 0.06\n        }\n      ]\n    }\n  ],\n  \"applicable_date\": \"2026-02-20T00:00:00Z\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"scope\": \"COUNTRY\",\n  \"_id\": \"6994187adbdc6a3dca61a1e0\",\n  \"rule_id\": \"69940da7b06a221adea06469\",\n  \"applicable_date\": \"2026-02-19T18:30:00+00:00\",\n  \"created_on\": \"2026-02-17T07:27:53+00:00\",\n  \"modified_on\": \"2026-02-17T07:27:53+00:00\",\n  \"company_id\": 8845,\n  \"status\": \"ACTIVE\",\n  \"components\": [\n    {\n      \"_id\": \"6994187adbdc6a3dca61a1df\",\n      \"name\": \"GST\",\n      \"slabs\": [\n        {\n          \"value\": 0.1,\n          \"rate\": 0.06\n        }\n      ]\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "a13d9a5d-c996-4917-a8f1-b4112c52a87d",
            "name": "deleteTaxVersion | Delete a tax version",
            "request": {
              "name": "deleteTaxVersion | Delete a tax version",
              "description": {
                "content": "Deletes a tax rule using the provided rule_id. Only future/scheduled version can be deleted.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "taxes",
                  "rules",
                  ":rule_id",
                  "versions",
                  ":version_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "rule_id",
                    "description": "(Required) Unique identifier of the tax rule to be deleted"
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "version_id",
                    "description": "(Required) Unique identifier of the tax version to be deleted"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "416f21ea-fca0-4e93-bb0a-a2ede344ec8e",
                "name": "Successful deletion of the tax version",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "taxes",
                      "rules",
                      ":rule_id",
                      "versions",
                      ":version_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "rule_id",
                        "description": "(Required) Unique identifier of the tax rule to be deleted"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "version_id",
                        "description": "(Required) Unique identifier of the tax version to be deleted"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company for which the tax rule is being deleted"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Tax version have been successfully deleted\",\n  \"tax_version_id\": \"68cf7da735f228ee1757037e\",\n  \"rule_id\": \"68cf7da735f228ee1757037d\",\n  \"deleted_on\": \"2026-02-10T11:29:59.000Z\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "8002d71e-27da-46ef-ac2c-389314857165",
            "name": "updateTaxVersion | Update a tax version",
            "request": {
              "name": "updateTaxVersion | Update a tax version",
              "description": {
                "content": "When updating a tax version, the rules differ depending on whether it is a live version (that is, its applicable_date is now or in the past) or a scheduled version (with an applicable_date in the future). \nFor live versions, only the component names may be modified and only when the corresponding _id also matches, while changes to fields such as applicable_date, scope, store_ids, areas, region_type, and any other properties are not allowed. \nIn contrast, for scheduled (future) versions, you may change the applicable_date using an ISO datetime representing the date and time the version takes effect (at the start of the local day); to avoid changing it, simply pass the current applicable_date value. \nComponents can be added, updated, or removed: new components may omit _id, and omitting a known _id from the request will remove that component. The scope (COUNTRY by default, or STORE or REGION) can be set; for STORE scope, store_ids are required—if not specified, the existing store_ids are used. \nFor REGION scope, areas are required and region_type can be provided or will default to the current setting. In all cases, component names are validated, and only one version per rule may exist for each local day.\n",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "taxes",
                  "rules",
                  ":rule_id",
                  "versions",
                  ":version_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "rule_id",
                    "description": "(Required) Unique identifier of the tax rule to be updated"
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "version_id",
                    "description": "(Required) Unique identifier of the tax version to be updated"
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"components\": [\n    {\n      \"name\": \"<string>\",\n      \"slabs\": [\n        {\n          \"value\": \"<float>\",\n          \"rate\": \"<float>\"\n        },\n        {\n          \"value\": \"<float>\",\n          \"rate\": \"<float>\"\n        }\n      ],\n      \"_id\": \"<string>\",\n      \"description\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"slabs\": [\n        {\n          \"value\": \"<float>\",\n          \"rate\": \"<float>\"\n        },\n        {\n          \"value\": \"<float>\",\n          \"rate\": \"<float>\"\n        }\n      ],\n      \"_id\": \"<string>\",\n      \"description\": \"<string>\"\n    }\n  ],\n  \"applicable_date\": \"<dateTime>\",\n  \"region_type\": \"<string>\",\n  \"areas\": {\n    \"regions\": [\n      \"<string>\"\n    ],\n    \"country\": \"<string>\"\n  },\n  \"store_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "082380c4-5ed4-4c63-a66f-fda231288e02",
                "name": "Successful update of the tax version",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "taxes",
                      "rules",
                      ":rule_id",
                      "versions",
                      ":version_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "rule_id",
                        "description": "(Required) Unique identifier of the tax rule to be updated"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "version_id",
                        "description": "(Required) Unique identifier of the tax version to be updated"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company for which the tax rule is being updated"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"components\": [\n    {\n      \"name\": \"GST\",\n      \"slabs\": [\n        {\n          \"value\": 1000,\n          \"rate\": 0.05\n        },\n        {\n          \"value\": 5000,\n          \"rate\": 0.12\n        }\n      ],\n      \"_id\": \"6736e63e810235677a97a6b0\"\n    }\n  ],\n  \"applicable_date\": \"2024-11-15T11:42:12\",\n  \"region_type\": \"state\",\n  \"areas\": {\n    \"regions\": [\n      \"64a93d1f2f0a4e5c7b123458\",\n      \"64a93d1f2f0a4e5c7b123459\"\n    ],\n    \"country\": \"64a93d1f2f0a4e5c7b123457\"\n  },\n  \"store_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"6736e63e810235677a97a6b0\",\n  \"rule_id\": \"6736e63e810235677a97a6b1\",\n  \"applicable_date\": \"2024-11-15T11:42:12\",\n  \"created_on\": \"2024-11-15T11:42:12\",\n  \"modified_on\": \"2024-11-15T11:42:12\",\n  \"company_id\": 1,\n  \"status\": \"ACTIVE\",\n  \"region_code\": \"6911b9c777c5c2ce792691da\",\n  \"components\": [\n    {\n      \"name\": \"VAT\",\n      \"slabs\": [\n        {\n          \"value\": 0,\n          \"rate\": 0.1\n        },\n        {\n          \"value\": 200,\n          \"rate\": 0.12\n        }\n      ],\n      \"_id\": \"6736e63e810235677a97a6b2\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "9c602476-163c-41ff-b4a2-4f0dc913024e",
            "name": "getHsCodes | Get HS/SAC codes",
            "request": {
              "name": "getHsCodes | Get HS/SAC codes",
              "description": {
                "content": "Retrieve a list of Harmonized System (HS)) or Service Accounting Code (SAC)) codes for a company.\nHS codes are used to classify goods in international trade, while SAC codes classify services for taxation purposes.\nSupports optional filtering and pagination.\n",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "taxes",
                  "hscodes"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page",
                    "value": "1",
                    "description": "The page number for pagination."
                  },
                  {
                    "disabled": false,
                    "key": "limit",
                    "value": "50",
                    "description": "The number of items to return per page."
                  },
                  {
                    "disabled": false,
                    "key": "type",
                    "value": "<string>",
                    "description": "Filter by HS/SAC code type."
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Search query to filter HS/SAC codes by code or description."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "90cc7f73-8fb6-42f3-8d0d-cf3c7d04281a",
                "name": "Successfully retrieved HS/SAC codes.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "taxes",
                      "hscodes"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page",
                        "value": "1"
                      },
                      {
                        "key": "limit",
                        "value": "50"
                      },
                      {
                        "key": "type",
                        "value": "HS"
                      },
                      {
                        "key": "q",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company for which to retrieve HS/SAC codes."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"_id\": \"6736e63e810235677a97a6b0\",\n      \"hs_code\": \"123456\",\n      \"description\": \"Sample description\",\n      \"created_on\": \"2024-11-15T11:42:12\",\n      \"modified_on\": \"2024-11-15T11:42:12\",\n      \"company_id\": 1,\n      \"type\": \"HS\",\n      \"country_iso\": \"IN\"\n    },\n    {\n      \"_id\": \"6736e63e810235677a97a6b1\",\n      \"hs_code\": \"789012\",\n      \"description\": \"Another sample description\",\n      \"created_on\": \"2024-11-15T11:42:12\",\n      \"modified_on\": \"2024-11-15T11:42:12\",\n      \"company_id\": 1,\n      \"type\": \"SAC\",\n      \"country_iso\": \"IN\"\n    }\n  ],\n  \"page\": {\n    \"total_items\": 2,\n    \"total_pages\": 1,\n    \"current_page\": 1,\n    \"limit\": 50\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "ff3f16e1-e222-4bfd-aa5b-70c8cd09de90",
            "name": "createHsCode | Create HS/SAC code",
            "request": {
              "name": "createHsCode | Create HS/SAC code",
              "description": {
                "content": "Create a new Harmonized System (HS) or Service Accounting Code (SAC). These codes are used for product and service identification in taxation and compliance processes.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "taxes",
                  "hscodes"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"type\": \"<string>\",\n  \"hs_code\": \"<string>\",\n  \"created_on\": \"<dateTime>\",\n  \"modified_on\": \"<dateTime>\",\n  \"company_id\": \"<integer>\",\n  \"description\": \"<string>\",\n  \"_id\": \"<string>\",\n  \"country_iso\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "0d00e66e-113c-4f0e-ad1d-30d10e280911",
                "name": "Successfully created HS/SAC code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "taxes",
                      "hscodes"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company for which the HS/SAC code is being created"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"hs_code\": \"123456\",\n  \"description\": \"Sample description\",\n  \"type\": \"HS\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"6736e63e810235677a97a6b0\",\n  \"hs_code\": \"123456\",\n  \"description\": \"Sample description\",\n  \"created_on\": \"2024-11-15T11:42:12\",\n  \"modified_on\": \"2024-11-15T11:42:12\",\n  \"company_id\": 1,\n  \"type\": \"HS\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "582db684-bdae-460a-8066-1ccf74871d6b",
            "name": "getFollowedProducts | Retrieve followed products by user",
            "request": {
              "name": "getFollowedProducts | Retrieve followed products by user",
              "description": {
                "content": "List all product ids a user has wishlisted or is following for sales channel.\n",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "user",
                  ":user_id",
                  "products",
                  "follow"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_id",
                    "value": "1",
                    "description": "The identifier used to retrieve the next set of results. This parameter follows cursor-based pagination."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "12",
                    "description": "Number of items per page"
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "user_id",
                    "description": "(Required) User ID to fetch the followed list"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "7fceda72-76cf-4fcc-8666-3fbaea6d82bb",
                "name": "Successfully retrieved followed products.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user",
                      ":user_id",
                      "products",
                      "follow"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_id",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "12"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the Company"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) The Application ID of the store front"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "user_id",
                        "description": "(Required) User ID to fetch the followed list"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"product_id\": \"12345\",\n      \"followed_on\": \"2024-01-15T10:30:00Z\"\n    }\n  ],\n  \"page\": {\n    \"has_next\": false,\n    \"next_id\": null\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "33efa5ae-a762-49a2-9865-b7decfb28206",
            "name": "createTaxComponentName | Create tax component name",
            "request": {
              "name": "createTaxComponentName | Create tax component name",
              "description": {
                "content": "Tax components represent different types of taxes that may be applied to products or transactions, \nsuch as sales tax, value-added tax (VAT), goods and services tax, consumption tax, \nor other region-specific taxation systems. This endpoint allows companies to define and \ncustomize the names of tax components according to their local tax regulations and business requirements.\n",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "taxes",
                  "component-names"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"name\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "511a7c66-7ae3-451a-99a9-a2f2facb337b",
                "name": "Successfully created component names",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "taxes",
                      "component-names"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company for which tax component names are being defined."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"VAT\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"6736e63e810235677a97a6b0\",\n  \"name\": \"Component 1\",\n  \"created_on\": \"2024-11-15T11:42:12\",\n  \"modified_on\": \"2024-11-15T11:42:12\",\n  \"company_id\": 1\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "8f0c63e3-bc2b-404c-b211-a10e477780cb",
            "name": "getTaxComponentNames | Get component names",
            "request": {
              "name": "getTaxComponentNames | Get component names",
              "description": {
                "content": "Retrieve the list of all tax component names for a company.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "taxes",
                  "component-names"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "1f30075b-179d-442f-a9e2-4779de3f49a5",
                "name": "Successfully retrieved component names",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "taxes",
                      "component-names"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company whose tax component names are to be fetched."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"_id\": \"6736e63e810235677a97a6b0\",\n      \"name\": \"VAT\",\n      \"created_on\": \"2024-11-15T11:42:12\",\n      \"modified_on\": \"2024-11-15T11:42:12\",\n      \"company_id\": 1\n    },\n    {\n      \"_id\": \"6736e63e810235677a97a6b1\",\n      \"name\": \"GST\",\n      \"created_on\": \"2024-11-16T09:30:00\",\n      \"modified_on\": \"2024-11-16T09:30:00\",\n      \"company_id\": 1\n    }\n  ],\n  \"page\": {\n    \"total_items\": 12,\n    \"total_pages\": 2,\n    \"current_page\": 1,\n    \"limit\": 10\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "44155d2b-be94-4f3d-ad86-5edbbd2abea9",
            "name": "followProductById | Follow a Specific Product by ID",
            "request": {
              "name": "followProductById | Follow a Specific Product by ID",
              "description": {
                "content": "This endpoint enables a user to follow a specific product identified by its unique item ID for a sales channel.\n",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "user",
                  ":user_id",
                  "products",
                  ":item_id",
                  "follow"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "user_id",
                    "description": "(Required) User ID of User"
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "item_id",
                    "description": "(Required) Item ID of Product"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null
            },
            "response": [
              {
                "id": "a1e67c3e-9f88-48e4-969d-854465350dff",
                "name": "Successfully followed the product",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user",
                      ":user_id",
                      "products",
                      ":item_id",
                      "follow"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) The Company ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID of the Store Front"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "user_id",
                        "description": "(Required) User ID of User"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "item_id",
                        "description": "(Required) Item ID of Product"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Product Added To Wishlist\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "da6d82ce-1ce4-4fbc-8ad4-3aaeabe9d9fb",
                "name": "Bad request",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user",
                      ":user_id",
                      "products",
                      ":item_id",
                      "follow"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) The Company ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID of the Store Front"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "user_id",
                        "description": "(Required) User ID of User"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "item_id",
                        "description": "(Required) Item ID of Product"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"ut\",\n  \"status\": 42451215,\n  \"success\": true,\n  \"error_trace\": \"in dolore consequat\",\n  \"error\": \"occaecat nulla dolor ex\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "165be999-0b1e-43fe-9b0e-164d25bb8c6c",
            "name": "unfollowProductById | Unfollow a Specific Product by ID",
            "request": {
              "name": "unfollowProductById | Unfollow a Specific Product by ID",
              "description": {
                "content": "This endpoint allows a user to unfollow a previously followed product using its unique item ID for a sales channel.         \n",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "user",
                  ":user_id",
                  "products",
                  ":item_id",
                  "follow"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "user_id",
                    "description": "(Required) User ID of User"
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "item_id",
                    "description": "(Required) Item ID of Product"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "be2548bf-b84c-4096-a728-3ae0ae7ffbc5",
                "name": "Successfully unfollowed the product",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user",
                      ":user_id",
                      "products",
                      ":item_id",
                      "follow"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) The Company ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID of the Store Front"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "user_id",
                        "description": "(Required) User ID of User"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "item_id",
                        "description": "(Required) Item ID of Product"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Products Removed From Wishlist\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "0ef3f248-ba7a-47f6-959a-131f044b31aa",
                "name": "Bad request",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user",
                      ":user_id",
                      "products",
                      ":item_id",
                      "follow"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) The Company ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID of the Store Front"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "user_id",
                        "description": "(Required) User ID of User"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "item_id",
                        "description": "(Required) Item ID of Product"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"ut\",\n  \"status\": 42451215,\n  \"success\": true,\n  \"error_trace\": \"in dolore consequat\",\n  \"error\": \"occaecat nulla dolor ex\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "f532df49-fec4-4406-9c98-58dc03e857e5",
            "name": "getPriceFactories | Retrieve Price Factories for an Application",
            "request": {
              "name": "getPriceFactories | Retrieve Price Factories for an Application",
              "description": {
                "content": "Fetches a paginated list of price factories configured for the specified application within a company. Supports optional filters such as brand IDs, category IDs, seller identifier, item code, slug, and name to narrow down the results.\n",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "price",
                  "list"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Optional q to filter price factories by name.\n"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "d2bd7057-80d7-4a3a-a730-cec7d1f5d8a1",
                "name": "Successfully retrieved the list of price factories matching the filters.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "price",
                      "list"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "q",
                        "value": "factory name"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier representing the seller's company account.\n"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier representing the application or sales channel.\n"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"data\": {\n        \"app_id\": \"000000000000000000000001\",\n        \"created_by\": {\n          \"username\": \"johndoe@example.com\",\n          \"user_id\": \"user-123\"\n        },\n        \"company_id\": 1,\n        \"modified_by\": {\n          \"username\": \"janedoe@example.com\",\n          \"user_id\": \"user-456\"\n        },\n        \"price_zone_id\": \"zone-123\",\n        \"price_factory_id\": \"67ca9c0bcfabff5444a36d81\",\n        \"name\": \"Test Price Factory\",\n        \"type\": \"international\",\n        \"currencies\": [\n          \"USD\",\n          \"EUR\"\n        ],\n        \"price_strategy\": [\n          {\n            \"currency\": \"USD\",\n            \"adjustment_value\": 10,\n            \"adjustment_type\": \"fixed\"\n          },\n          {\n            \"currency\": \"EUR\",\n            \"adjustment_value\": 10,\n            \"adjustment_type\": \"percentage\"\n          }\n        ],\n        \"active\": true\n      }\n    }\n  ],\n  \"page\": {\n    \"has_previous\": false,\n    \"current\": 1,\n    \"has_next\": false,\n    \"size\": 1,\n    \"type\": \"number\",\n    \"item_total\": 1\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "90a1e738-8a56-49be-b7d9-58aebdfbc47d",
            "name": "createPriceFactory | Create a Price Factory for an Application",
            "request": {
              "name": "createPriceFactory | Create a Price Factory for an Application",
              "description": {
                "content": "Creates a new price factory configuration for the specified application under a given company. A price factory allows defining region-based or international pricing strategies using fixed or percentage-based adjustments per currency.\n",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "price"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"currencies\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"price_strategy\": [\n    {\n      \"currency\": \"<string>\",\n      \"adjustment_value\": \"<number>\",\n      \"adjustment_type\": \"<string>\"\n    },\n    {\n      \"currency\": \"<string>\",\n      \"adjustment_value\": \"<number>\",\n      \"adjustment_type\": \"<string>\"\n    }\n  ],\n  \"price_zone_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "66a7e173-96ab-4b78-90f1-837fb29b721f",
                "name": "Price factory created successfully.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "price"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier representing the seller's company account.\n"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier for the application or sales channel where the price factory will be applied.\n"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Test Price Factory 1\",\n  \"type\": \"international\",\n  \"currencies\": [\n    \"USD\",\n    \"EUR\"\n  ],\n  \"price_strategy\": [\n    {\n      \"currency\": \"USD\",\n      \"adjustment_type\": \"fixed\",\n      \"adjustment_value\": 5\n    },\n    {\n      \"currency\": \"EUR\",\n      \"adjustment_type\": \"percentage\",\n      \"adjustment_value\": 10\n    }\n  ],\n  \"price_zone_id\": \"67f7559df2067b7b9f856a66\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "4af4d017-e35e-4c3d-9072-2da0a883abdd",
                "name": "Failed to create price factory due to invalid or missing data.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "price"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier representing the seller's company account.\n"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier for the application or sales channel where the price factory will be applied.\n"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Test Price Factory 1\",\n  \"type\": \"international\",\n  \"currencies\": [\n    \"USD\",\n    \"EUR\"\n  ],\n  \"price_strategy\": [\n    {\n      \"currency\": \"USD\",\n      \"adjustment_type\": \"fixed\",\n      \"adjustment_value\": 5\n    },\n    {\n      \"currency\": \"EUR\",\n      \"adjustment_type\": \"percentage\",\n      \"adjustment_value\": 10\n    }\n  ],\n  \"price_zone_id\": \"67f7559df2067b7b9f856a66\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                "code": 422,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"code\": 400,\n  \"message\": \"Invalid price zone Id.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "21b88321-0511-4eb7-95f1-cc5feb791364",
            "name": "getPriceFactory | Retrieve a Specific Price Factory Configuration",
            "request": {
              "name": "getPriceFactory | Retrieve a Specific Price Factory Configuration",
              "description": {
                "content": "Retrieves detailed information about a specific price factory configuration  for the given application and company, using the unique price factory ID.  This includes currency strategies, adjustment values, zone mapping, and audit metadata.\n",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "price",
                  ":price_factory_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "price_factory_id",
                    "description": "(Required) Unique identifier of the specific price factory to be retrieved.\n"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "da2f0fa1-f829-4932-99e1-c430621b6b86",
                "name": "Successfully retrieved the price factory configuration.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "price",
                      ":price_factory_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier representing the seller's company account.\n"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier representing the application or sales channel.\n"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "price_factory_id",
                        "description": "(Required) Unique identifier of the specific price factory to be retrieved.\n"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"price_factory_id\": \"67ca9c0bcfabff5444a36d81\",\n  \"price_zone_id\": \"67f7559df2067b7b9f856a66\",\n  \"name\": \"Test Price Factory\",\n  \"type\": \"international\",\n  \"currencies\": [\n    \"USD\",\n    \"EUR\"\n  ],\n  \"price_strategy\": [\n    {\n      \"adjustment_type\": \"fixed\",\n      \"adjustment_value\": 10,\n      \"currency\": \"USD\"\n    },\n    {\n      \"adjustment_type\": \"percentage\",\n      \"adjustment_value\": 10,\n      \"currency\": \"EUR\"\n    }\n  ],\n  \"active\": true,\n  \"created_by\": {\n    \"user_id\": \"user-123\"\n  },\n  \"modified_by\": {\n    \"user_id\": \"user-456\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "5cabe395-6941-4a68-9ad9-ccc39ff7306d",
                "name": "Failed to retrieve price factory due to invalid or missing data.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "price",
                      ":price_factory_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier representing the seller's company account.\n"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier representing the application or sales channel.\n"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "price_factory_id",
                        "description": "(Required) Unique identifier of the specific price factory to be retrieved.\n"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"code\": 404,\n  \"message\": \"Price factory 68384c80274f85ea8c3f1611: The requested resource could not be found.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "988c3fc6-4e20-4843-97ea-e6ae51c1661a",
            "name": "updatePriceFactory | Update an Existing Price Factory Configuration",
            "request": {
              "name": "updatePriceFactory | Update an Existing Price Factory Configuration",
              "description": {
                "content": "Allows partial update of an existing price factory configuration  for a specific application and company using the provided price factory ID.  Fields such as name, currencies, pricing strategies, or zone mapping can be modified.\n",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "price",
                  ":price_factory_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "price_factory_id",
                    "description": "(Required) Unique identifier of the specific price factory to be updated.\n"
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PATCH",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"name\": \"<string>\",\n  \"currencies\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"price_strategy\": [\n    {\n      \"currency\": \"<string>\",\n      \"adjustment_value\": \"<number>\",\n      \"adjustment_type\": \"<string>\"\n    },\n    {\n      \"currency\": \"<string>\",\n      \"adjustment_value\": \"<number>\",\n      \"adjustment_type\": \"<string>\"\n    }\n  ],\n  \"price_zone_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "d2511fa8-5f92-4269-8be2-5f0136fa78bd",
                "name": "Price factory updated successfully.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "price",
                      ":price_factory_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier representing the seller's company account.\n"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier representing the application or sales channel.\n"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "price_factory_id",
                        "description": "(Required) Unique identifier of the specific price factory to be updated.\n"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Updated Price Factory Name\",\n  \"currencies\": [\n    \"INR\",\n    \"USD\"\n  ],\n  \"price_strategy\": [\n    {\n      \"currency\": \"INR\",\n      \"adjustment_type\": \"fixed\",\n      \"adjustment_value\": 15\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "c555a3d2-93af-47b0-b760-3c1a4b999c6d",
                "name": "Invalid input or update failed.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "price",
                      ":price_factory_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier representing the seller's company account.\n"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier representing the application or sales channel.\n"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "price_factory_id",
                        "description": "(Required) Unique identifier of the specific price factory to be updated.\n"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Updated Price Factory Name\",\n  \"currencies\": [\n    \"INR\",\n    \"USD\"\n  ],\n  \"price_strategy\": [\n    {\n      \"currency\": \"INR\",\n      \"adjustment_type\": \"fixed\",\n      \"adjustment_value\": 15\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"code\": 404,\n  \"message\": \"Invalid update data or price factory not found.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "6a5d785d-1619-4c25-a111-6c61e8ce8310",
            "name": "deletePriceFactory | Delete a Price Factory Configuration",
            "request": {
              "name": "deletePriceFactory | Delete a Price Factory Configuration",
              "description": {
                "content": "Deletes a specific price factory configuration associated with a given company and application.  This action is typically irreversible and will remove the pricing logic tied to the specified price factory ID.\n",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "price",
                  ":price_factory_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "price_factory_id",
                    "description": "(Required) A `price_factory_id` is a unique identifier for a particular price factory configuration.\n"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "1f765e70-42e0-4a3f-a503-9d5ddf828f3f",
                "name": "Price factory deleted successfully or deletion failed due to invalid ID.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "price",
                      ":price_factory_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account.\n"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel.\n"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "price_factory_id",
                        "description": "(Required) A `price_factory_id` is a unique identifier for a particular price factory configuration.\n"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "67768227-113a-4ebd-b4f3-19d0adaa333c",
            "name": "getPriceFactoryProducts | Get Products associated with a Price Factory",
            "request": {
              "name": "getPriceFactoryProducts | Get Products associated with a Price Factory",
              "description": {
                "content": "Retrieves a paginated list of products linked to a specific price factory configuration for the given application and company. This endpoint returns item-level details such as pricing by currency, delivery zones, seller identifiers, media, and size-level configurations. Useful for viewing how pricing strategies are applied across different items.\n",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "price",
                  ":price_factory_id",
                  "products"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "brand_ids",
                    "value": "<integer>",
                    "description": "Optional list of brand IDs to filter price factories associated with specific brands.\n"
                  },
                  {
                    "disabled": false,
                    "key": "brand_ids",
                    "value": "<integer>",
                    "description": "Optional list of brand IDs to filter price factories associated with specific brands.\n"
                  },
                  {
                    "disabled": false,
                    "key": "category_ids",
                    "value": "<integer>",
                    "description": "Optional list of category IDs to filter price factories related to specific product categories.\n"
                  },
                  {
                    "disabled": false,
                    "key": "category_ids",
                    "value": "<integer>",
                    "description": "Optional list of category IDs to filter price factories related to specific product categories.\n"
                  },
                  {
                    "disabled": false,
                    "key": "seller_identifier",
                    "value": "<string>",
                    "description": "Optional seller identifier to filter price factories associated with a particular seller.\n"
                  },
                  {
                    "disabled": false,
                    "key": "item_code",
                    "value": "<string>",
                    "description": "Optional item code to filter price factories configured for a specific product code.\n"
                  },
                  {
                    "disabled": false,
                    "key": "slug",
                    "value": "<string>",
                    "description": "Optional slug to filter price factories by product slug.\n"
                  },
                  {
                    "disabled": false,
                    "key": "name",
                    "value": "<string>",
                    "description": "Optional name to filter price factories by product or configuration name.\n"
                  },
                  {
                    "disabled": false,
                    "key": "active",
                    "value": "<boolean>",
                    "description": "Optional name to filter price factories by product status.\n"
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The page number to navigate through the given set of results"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "12",
                    "description": "Number of items to retrieve in each page. Default is 12."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "price_factory_id",
                    "description": "(Required) A `price_factory_id` uniquely identifies a price factory configuration for a specific application.\n"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "04f1957c-550b-4af3-83f4-45fd07410ed0",
                "name": "Successfully retrieved list of products linked to the specified price factory.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "price",
                      ":price_factory_id",
                      "products"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "brand_ids",
                        "value": "1"
                      },
                      {
                        "key": "category_ids",
                        "value": "1"
                      },
                      {
                        "key": "seller_identifier",
                        "value": "ABCDE"
                      },
                      {
                        "key": "item_code",
                        "value": "ABCDE"
                      },
                      {
                        "key": "slug",
                        "value": "product-slug"
                      },
                      {
                        "key": "name",
                        "value": "product name"
                      },
                      {
                        "key": "active",
                        "value": "<boolean>"
                      },
                      {
                        "key": "page_no",
                        "value": "<integer>"
                      },
                      {
                        "key": "page_size",
                        "value": "12"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account.\n"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sales channel.\n"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "price_factory_id",
                        "description": "(Required) A `price_factory_id` uniquely identifies a price factory configuration for a specific application.\n"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"data\": [\n    {\n      \"item_id\": 7500001,\n      \"item_code\": \"TVSET111\",\n      \"slug\": \"tv-set\",\n      \"active\": true,\n      \"name\": \"TV Set\",\n      \"media\": [\n        {\n          \"type\": \"image\",\n          \"url\": \"https://hdn-1.addsale.com/x0/products/pictures/item/free/135x0/dcizgsG_Y-Tv-Set.png\"\n        }\n      ],\n      \"sizes\": [\n        {\n          \"size\": \"XXLX2\",\n          \"seller_identifier\": \"HGS272727272\",\n          \"price_zone_id\": \"67fe69c6f50277f9a0094479\",\n          \"price_factory_id\": \"PF123456\",\n          \"currency_prices\": [\n            {\n              \"currency\": \"INR\",\n              \"base_price\": true,\n              \"marked_price\": 25000,\n              \"selling_price\": 25000\n            }\n          ],\n          \"modified_on\": \"2025-04-15T10:00:00Z\"\n        }\n      ]\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": false,\n    \"has_previous\": false,\n    \"item_total\": 1,\n    \"size\": 1,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "d6c8b429-723c-4e19-a88b-173d79da6ea8",
                "name": "Invalid or missing price factory ID.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "price",
                      ":price_factory_id",
                      "products"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "brand_ids",
                        "value": "1"
                      },
                      {
                        "key": "category_ids",
                        "value": "1"
                      },
                      {
                        "key": "seller_identifier",
                        "value": "ABCDE"
                      },
                      {
                        "key": "item_code",
                        "value": "ABCDE"
                      },
                      {
                        "key": "slug",
                        "value": "product-slug"
                      },
                      {
                        "key": "name",
                        "value": "product name"
                      },
                      {
                        "key": "active",
                        "value": "<boolean>"
                      },
                      {
                        "key": "page_no",
                        "value": "<integer>"
                      },
                      {
                        "key": "page_size",
                        "value": "12"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account.\n"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sales channel.\n"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "price_factory_id",
                        "description": "(Required) A `price_factory_id` uniquely identifies a price factory configuration for a specific application.\n"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"code\": 400,\n  \"message\": \"Invalid price factory id.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "7b829ac2-5083-4acb-9312-f58d72c2bdb9",
            "name": "getPriceFactoryProduct | Update marketplace optin",
            "request": {
              "name": "getPriceFactoryProduct | Update marketplace optin",
              "description": {
                "content": "get price related information of item for given price factory",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "price",
                  ":price_factory_id",
                  "products",
                  ":item_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "price_factory_id",
                    "description": "(Required) A `price_factory_id` is a unique identifier for a particular sale channel."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<integer>",
                    "key": "item_id",
                    "description": "(Required) A `item_id` is a unique identifier for a particular product."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "72be3831-2e71-4082-949b-34b74cb0bdb2",
                "name": "Price Factory product scuccess response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "price",
                      ":price_factory_id",
                      "products",
                      ":item_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "price_factory_id",
                        "description": "(Required) A `price_factory_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "item_id",
                        "description": "(Required) A `item_id` is a unique identifier for a particular product."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"item_id\": 101,\n  \"item_code\": \"TVSET111\",\n  \"slug\": \"tv-set\",\n  \"active\": true,\n  \"name\": \"TV Set\",\n  \"media\": [\n    {\n      \"type\": \"image\",\n      \"url\": \"https://example.com/media/image1.png\"\n    },\n    {\n      \"type\": \"video\",\n      \"url\": \"https://example.com/media/video1.mp4\"\n    }\n  ],\n  \"sizes\": [\n    {\n      \"size\": \"XL\",\n      \"seller_identifier\": \"SELLER123\",\n      \"currency_prices\": [\n        {\n          \"currency\": \"INR\",\n          \"marked_price\": 24999,\n          \"selling_price\": 24999,\n          \"base_price\": false\n        },\n        {\n          \"currency\": \"USD\",\n          \"marked_price\": 305,\n          \"selling_price\": 305,\n          \"base_price\": false\n        }\n      ]\n    },\n    {\n      \"size\": \"M\",\n      \"seller_identifier\": \"SELLER456\",\n      \"currency_prices\": [\n        {\n          \"currency\": \"INR\",\n          \"marked_price\": 19999,\n          \"selling_price\": 19999,\n          \"base_price\": false\n        }\n      ]\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "cafa2f43-483f-4b43-9a7e-76f00a612f35",
                "name": "Price Factory Product Failure Response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "price",
                      ":price_factory_id",
                      "products",
                      ":item_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "price_factory_id",
                        "description": "(Required) A `price_factory_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "item_id",
                        "description": "(Required) A `item_id` is a unique identifier for a particular product."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"code\": 404,\n  \"message\": \"Product 6500001: The requested resource could not be found.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "ed249670-186e-4084-a403-b4a81203bfb4",
            "name": "updatePriceFactoryProduct | Partially update price factory product configuration",
            "request": {
              "name": "updatePriceFactoryProduct | Partially update price factory product configuration",
              "description": {
                "content": "Updates specific fields in the price factory product configuration. Use this to partially update pricing or status for a given product and size without overwriting the entire configuration.\n",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "catalog",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "price",
                  ":price_factory_id",
                  "products",
                  ":item_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "price_factory_id",
                    "description": "(Required) A `price_factory_id` is a unique identifier for a specific price factory configuration."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<integer>",
                    "key": "item_id",
                    "description": "(Required) A `item_id` is a unique identifier for a particular product."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PATCH",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"sizes\": [\n    {\n      \"size\": \"<string>\",\n      \"currency_prices\": [\n        {\n          \"marked_price\": \"<float>\",\n          \"selling_price\": \"<float>\",\n          \"currency\": \"<string>\"\n        },\n        {\n          \"marked_price\": \"<float>\",\n          \"selling_price\": \"<float>\",\n          \"currency\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"size\": \"<string>\",\n      \"currency_prices\": [\n        {\n          \"marked_price\": \"<float>\",\n          \"selling_price\": \"<float>\",\n          \"currency\": \"<string>\"\n        },\n        {\n          \"marked_price\": \"<float>\",\n          \"selling_price\": \"<float>\",\n          \"currency\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"active\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "53611815-226d-41c2-b8db-d60b807795e4",
                "name": "Price factory product successfully updated.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "catalog",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "price",
                      ":price_factory_id",
                      "products",
                      ":item_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sales channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "price_factory_id",
                        "description": "(Required) A `price_factory_id` is a unique identifier for a specific price factory configuration."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "item_id",
                        "description": "(Required) A `item_id` is a unique identifier for a particular product."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"active\": false\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      },
      {
        "id": "c5070540-6b4d-4ac8-b61a-fbc1dcb81455",
        "name": "CompanyProfile",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "cad86d01-4c51-428a-95b6-e699f8d0d2ba",
            "name": "cbsOnboardGet | Get company profile",
            "request": {
              "name": "cbsOnboardGet | Get company profile",
              "description": {
                "content": "View the company profile of the seller account.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "company-profile",
                  "v2.0",
                  "company",
                  "{{companyId}}"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "e4dda487-eb5e-442b-ad4f-6eb9762ce915",
                "name": "Company profile object.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v2.0",
                      "company",
                      ":company_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"documents\": [\n    {\n      \"verified\": true,\n      \"legal_name\": \"SHOPSENSE RETAIL TECHNOLOGIES PRIVATE LIMITED\",\n      \"value\": \"TESTPAN123\",\n      \"type\": \"pan\"\n    }\n  ],\n  \"created_by\": {\n    \"user_id\": \"123\",\n    \"username\": \"918888888888_12345\"\n  },\n  \"business_info\": \"I sell\",\n  \"franchise_enabled\": true,\n  \"company_type\": \"mbo\",\n  \"warnings\": {},\n  \"business_details\": {\n    \"website\": {\n      \"url\": \"https://www.google.com\"\n    }\n  },\n  \"addresses\": [\n    {\n      \"country\": \"India\",\n      \"longitude\": 72.8231511,\n      \"state\": \"Maharashtra\",\n      \"address1\": \"A 204, Sai Vandan, Tulinj Road. Nallasopara East, \",\n      \"country_code\": \"IN\",\n      \"latitude\": 19.4232024,\n      \"pincode\": \"401209\",\n      \"address_type\": \"office\",\n      \"city\": \"Mumbai\"\n    },\n    {\n      \"country\": \"India\",\n      \"longitude\": 72.8231511,\n      \"state\": \"Maharashtra\",\n      \"address1\": \"A 204, Sai Vandan, Tulinj Road. Nallasopara East, \",\n      \"country_code\": \"IN\",\n      \"latitude\": 19.4232024,\n      \"pincode\": \"401209\",\n      \"address_type\": \"registered\",\n      \"city\": \"Mumbai\"\n    }\n  ],\n  \"modified_by\": {\n    \"user_id\": \"123\",\n    \"username\": \"918888888888_12345\"\n  },\n  \"notification_emails\": [\n    \"test@example.com\"\n  ],\n  \"business_type\": \"huf\",\n  \"name\": \"Cache Company\",\n  \"stage\": \"verified\",\n  \"uid\": 1,\n  \"business_country_info\": {\n    \"country\": \"India\",\n    \"country_code\": \"IN\",\n    \"currency\": {\n      \"code\": \"INR\",\n      \"symbol\": \"₹\",\n      \"name\": \"Indian Rupee\"\n    },\n    \"timezone\": \"Asia/Kolkata\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "571ac626-1280-4e11-94ff-5fa18e2c50c7",
                "name": "Bad request.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v2.0",
                      "company",
                      ":company_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid input data\",\n  \"error\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "a417f7b7-cd49-456b-be0f-8d9907df6c49",
                "name": "Not Found.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v2.0",
                      "company",
                      ":company_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"company Not Found.\",\n  \"error\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "65bac10f-f4c8-4b34-a953-a70c06007dbe",
            "name": "updateCompany | Update company profile",
            "request": {
              "name": "updateCompany | Update company profile",
              "description": {
                "content": "Allows to edit the company profile of the seller account.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "company-profile",
                  "v2.0",
                  "company",
                  "{{companyId}}"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PATCH",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"franchise_enabled\": \"<boolean>\",\n  \"business_info\": \"<string>\",\n  \"warnings\": {\n    \"incididunt_de\": false,\n    \"in_f\": \"ullamco\"\n  },\n  \"company_type\": \"<string>\",\n  \"_custom_json\": {\n    \"ut7c\": 43508866\n  },\n  \"taxes\": [\n    {\n      \"effective_date\": \"<dateTime>\",\n      \"rate\": \"<number>\",\n      \"enable\": \"<boolean>\"\n    },\n    {\n      \"effective_date\": \"<dateTime>\",\n      \"rate\": \"<number>\",\n      \"enable\": \"<boolean>\"\n    }\n  ],\n  \"business_details\": {\n    \"website\": {\n      \"url\": \"<url>\"\n    }\n  },\n  \"documents\": [\n    {\n      \"type\": \"<string>\",\n      \"legal_name\": \"<string>\",\n      \"value\": \"<string>\",\n      \"verified\": \"<boolean>\",\n      \"url\": \"<string>\"\n    },\n    {\n      \"type\": \"<string>\",\n      \"legal_name\": \"<string>\",\n      \"value\": \"<string>\",\n      \"verified\": \"<boolean>\",\n      \"url\": \"<string>\"\n    }\n  ],\n  \"business_type\": \"<string>\",\n  \"addresses\": [\n    {\n      \"address1\": \"<string>\",\n      \"address_type\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"<string>\",\n      \"latitude\": \"<number>\",\n      \"longitude\": \"<number>\",\n      \"pincode\": \"<string>\",\n      \"state\": \"<string>\",\n      \"landmark\": \"<string>\",\n      \"country_code\": \"<string>\",\n      \"address2\": \"<string>\"\n    },\n    {\n      \"address1\": \"<string>\",\n      \"address_type\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"<string>\",\n      \"latitude\": \"<number>\",\n      \"longitude\": \"<number>\",\n      \"pincode\": \"<string>\",\n      \"state\": \"<string>\",\n      \"landmark\": \"<string>\",\n      \"country_code\": \"<string>\",\n      \"address2\": \"<string>\"\n    }\n  ],\n  \"notification_emails\": [\n    \"<email>\",\n    \"<email>\"\n  ],\n  \"contact_details\": {\n    \"phone\": [\n      {\n        \"country_code\": \"<integer>\",\n        \"number\": \"<string>\"\n      },\n      {\n        \"country_code\": \"<integer>\",\n        \"number\": \"<string>\"\n      }\n    ],\n    \"emails\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"reject_reason\": \"<string>\",\n  \"name\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "21b92943-d9ce-4eb9-9c0d-cb08998a6606",
                "name": "Returns a success message",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v2.0",
                      "company",
                      ":company_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"CBS edited\",\n  \"franchise_enabled\": false,\n  \"business_type\": \"huf\",\n  \"company_type\": \"mbo\",\n  \"business_info\": \"I amkjhhkj \",\n  \"warnings\": {},\n  \"documents\": [\n    {\n      \"legal_name\": \"Rahul\",\n      \"verified\": true,\n      \"value\": \"TESTPAN123\",\n      \"type\": \"pan\"\n    }\n  ],\n  \"addresses\": [\n    {\n      \"pincode\": \"400070\",\n      \"state\": \"Maharashtra\",\n      \"address_type\": \"office\",\n      \"country_code\": \"IN\",\n      \"country\": \"India\",\n      \"city\": \"Mumbai Suburban\",\n      \"latitude\": 19.058461,\n      \"longitude\": 72.871395,\n      \"address1\": \"Chunabhatti Phatak, Maharashtra Nagar, Maharashtra Nagar,\"\n    },\n    {\n      \"pincode\": \"400070\",\n      \"state\": \"Maharashtra\",\n      \"address_type\": \"registered\",\n      \"country_code\": \"IN\",\n      \"country\": \"India\",\n      \"city\": \"Mumbai Suburban\",\n      \"latitude\": 19.058461,\n      \"longitude\": 72.871395,\n      \"address1\": \"Chunabhatti Phatak, Maharashtra Nagar, Maharashtra Nagar,\"\n    }\n  ],\n  \"stage\": \"complete\",\n  \"business_country_info\": {\n    \"country_code\": \"IN\",\n    \"country\": \"India\"\n  },\n  \"notification_emails\": [\n    \"test@example.com\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"uid\": 1,\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "b8dd4455-4fff-4fe2-82d8-44905f9d698e",
                "name": "Bad request.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v2.0",
                      "company",
                      ":company_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"CBS edited\",\n  \"franchise_enabled\": false,\n  \"business_type\": \"huf\",\n  \"company_type\": \"mbo\",\n  \"business_info\": \"I amkjhhkj \",\n  \"warnings\": {},\n  \"documents\": [\n    {\n      \"legal_name\": \"Rahul\",\n      \"verified\": true,\n      \"value\": \"TESTPAN123\",\n      \"type\": \"pan\"\n    }\n  ],\n  \"addresses\": [\n    {\n      \"pincode\": \"400070\",\n      \"state\": \"Maharashtra\",\n      \"address_type\": \"office\",\n      \"country_code\": \"IN\",\n      \"country\": \"India\",\n      \"city\": \"Mumbai Suburban\",\n      \"latitude\": 19.058461,\n      \"longitude\": 72.871395,\n      \"address1\": \"Chunabhatti Phatak, Maharashtra Nagar, Maharashtra Nagar,\"\n    },\n    {\n      \"pincode\": \"400070\",\n      \"state\": \"Maharashtra\",\n      \"address_type\": \"registered\",\n      \"country_code\": \"IN\",\n      \"country\": \"India\",\n      \"city\": \"Mumbai Suburban\",\n      \"latitude\": 19.058461,\n      \"longitude\": 72.871395,\n      \"address1\": \"Chunabhatti Phatak, Maharashtra Nagar, Maharashtra Nagar,\"\n    }\n  ],\n  \"stage\": \"complete\",\n  \"business_country_info\": {\n    \"country_code\": \"IN\",\n    \"country\": \"India\"\n  },\n  \"notification_emails\": [\n    \"test@example.com\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid Data\",\n  \"error\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "f3b1bd9f-537b-4257-acd7-00321050f642",
                "name": "Not Found.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v2.0",
                      "company",
                      ":company_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"CBS edited\",\n  \"franchise_enabled\": false,\n  \"business_type\": \"huf\",\n  \"company_type\": \"mbo\",\n  \"business_info\": \"I amkjhhkj \",\n  \"warnings\": {},\n  \"documents\": [\n    {\n      \"legal_name\": \"Rahul\",\n      \"verified\": true,\n      \"value\": \"TESTPAN123\",\n      \"type\": \"pan\"\n    }\n  ],\n  \"addresses\": [\n    {\n      \"pincode\": \"400070\",\n      \"state\": \"Maharashtra\",\n      \"address_type\": \"office\",\n      \"country_code\": \"IN\",\n      \"country\": \"India\",\n      \"city\": \"Mumbai Suburban\",\n      \"latitude\": 19.058461,\n      \"longitude\": 72.871395,\n      \"address1\": \"Chunabhatti Phatak, Maharashtra Nagar, Maharashtra Nagar,\"\n    },\n    {\n      \"pincode\": \"400070\",\n      \"state\": \"Maharashtra\",\n      \"address_type\": \"registered\",\n      \"country_code\": \"IN\",\n      \"country\": \"India\",\n      \"city\": \"Mumbai Suburban\",\n      \"latitude\": 19.058461,\n      \"longitude\": 72.871395,\n      \"address1\": \"Chunabhatti Phatak, Maharashtra Nagar, Maharashtra Nagar,\"\n    }\n  ],\n  \"stage\": \"complete\",\n  \"business_country_info\": {\n    \"country_code\": \"IN\",\n    \"country\": \"India\"\n  },\n  \"notification_emails\": [\n    \"test@example.com\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"company Not Found.\",\n  \"error\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "aa1c37bb-76e8-45b5-b76c-e19516dcff91",
                "name": "Conflict.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v2.0",
                      "company",
                      ":company_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"CBS edited\",\n  \"franchise_enabled\": false,\n  \"business_type\": \"huf\",\n  \"company_type\": \"mbo\",\n  \"business_info\": \"I amkjhhkj \",\n  \"warnings\": {},\n  \"documents\": [\n    {\n      \"legal_name\": \"Rahul\",\n      \"verified\": true,\n      \"value\": \"TESTPAN123\",\n      \"type\": \"pan\"\n    }\n  ],\n  \"addresses\": [\n    {\n      \"pincode\": \"400070\",\n      \"state\": \"Maharashtra\",\n      \"address_type\": \"office\",\n      \"country_code\": \"IN\",\n      \"country\": \"India\",\n      \"city\": \"Mumbai Suburban\",\n      \"latitude\": 19.058461,\n      \"longitude\": 72.871395,\n      \"address1\": \"Chunabhatti Phatak, Maharashtra Nagar, Maharashtra Nagar,\"\n    },\n    {\n      \"pincode\": \"400070\",\n      \"state\": \"Maharashtra\",\n      \"address_type\": \"registered\",\n      \"country_code\": \"IN\",\n      \"country\": \"India\",\n      \"city\": \"Mumbai Suburban\",\n      \"latitude\": 19.058461,\n      \"longitude\": 72.871395,\n      \"address1\": \"Chunabhatti Phatak, Maharashtra Nagar, Maharashtra Nagar,\"\n    }\n  ],\n  \"stage\": \"complete\",\n  \"business_country_info\": {\n    \"country_code\": \"IN\",\n    \"country\": \"India\"\n  },\n  \"notification_emails\": [\n    \"test@example.com\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Conflict",
                "code": 409,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Duplicate company name with value testcompany\",\n  \"error\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "c22469a0-121a-4b3e-959d-0db09e6ab6ae",
            "name": "getBrand | Get a brand",
            "request": {
              "name": "getBrand | Get a brand",
              "description": {
                "content": "Retrieve detailed information about a specific brand associated to a particular company.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "company-profile",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "brand",
                  ":brand_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "brand_id",
                    "description": "(Required) Id of the brand to be viewed."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "2e211102-3ced-4319-8b43-9c49b09ed05c",
                "name": "Brand object.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v1.0",
                      "company",
                      ":company_id",
                      "brand",
                      ":brand_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company associated to brand that is to be viewed."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "brand_id",
                        "description": "(Required) Id of the brand to be viewed."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"stage\": \"verified\",\n  \"_custom_json\": {},\n  \"uid\": 1,\n  \"logo\": \"http://cdn4.gofynd.com/media/logo/brand/original/4597_40d1ce44d61940d4829a3c54951bd9ee.jpg\",\n  \"warnings\": {},\n  \"_locale_language\": {},\n  \"name\": \"edited brand\",\n  \"slug_key\": \"brand-2\",\n  \"banner\": {\n    \"portrait\": \"http://cdn4.gofynd.com/media/banner_portrait/brand/original/7021_16fc50205c40477daf419b64ec64c64c.jpg\",\n    \"landscape\": \"http://cdn4.gofynd.com/media/banner/brand/original/7020_f9e91f7d501c4f2985c09bd196ed304d.jpg\"\n  },\n  \"created_by\": {\n    \"username\": \"test_example_com_12345\",\n    \"user_id\": \"0\"\n  },\n  \"modified_by\": {\n    \"username\": \"918888888888_12345\",\n    \"user_id\": \"123\"\n  },\n  \"verified_by\": {\n    \"username\": \"918888888888_12345\",\n    \"user_id\": \"123\"\n  },\n  \"synonyms\": [\n    \"xyz\"\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "4415d059-3bef-496d-b301-d6b2e9ee20c1",
                "name": "Bad request.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v1.0",
                      "company",
                      ":company_id",
                      "brand",
                      ":brand_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company associated to brand that is to be viewed."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "brand_id",
                        "description": "(Required) Id of the brand to be viewed."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Failed to fetch brand data\",\n  \"error\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "f27c82e3-6ca7-4a34-9d91-0670607bea2e",
                "name": "Not Found.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v1.0",
                      "company",
                      ":company_id",
                      "brand",
                      ":brand_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company associated to brand that is to be viewed."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "brand_id",
                        "description": "(Required) Id of the brand to be viewed."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"brand Not Found.\",\n  \"error\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "77f2cf69-d9ee-4345-b062-08db2810adcf",
            "name": "editBrand | update brand",
            "request": {
              "name": "editBrand | update brand",
              "description": {
                "content": "Modify brand details and meta of a specific brand.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "company-profile",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "brand",
                  ":brand_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "brand_id",
                    "description": "(Required) Id of the brand to be viewed."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"banner\": {\n    \"landscape\": \"<string>\",\n    \"portrait\": \"<string>\"\n  },\n  \"logo\": \"<string>\",\n  \"name\": \"<string>\",\n  \"_custom_json\": {\n    \"est0\": true\n  },\n  \"_locale_language\": {\n    \"dolor_e\": 86892663\n  },\n  \"synonyms\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"company_id\": \"<integer>\",\n  \"description\": \"<string>\",\n  \"brand_tier\": \"<string>\",\n  \"uid\": \"<integer>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "5ec629a0-d0e9-4032-aa5b-622e9629e1de",
                "name": "Returns a success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v1.0",
                      "company",
                      ":company_id",
                      "brand",
                      ":brand_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company associated to brand that is to be viewed."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "brand_id",
                        "description": "(Required) Id of the brand to be viewed."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Brand edit\",\n  \"logo\": \"http://hdn-1.gofynd.com/media/logo/brand/original/4597_40d1ce44d61940d4829a3c54951bd9ee.jpg\",\n  \"banner\": {\n    \"landscape\": \"http://hdn-1.gofynd.com/media/banner/brand/original/7020_f9e91f7d501c4f2985c09bd196ed304d.jpg\",\n    \"portrait\": \"http://hdn-1.gofynd.com/media/banner_portrait/brand/original/7021_16fc50205c40477daf419b64ec64c64c.jpg\"\n  },\n  \"synonyms\": [\n    \"brand\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"uid\": 1,\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "6c468bff-75a2-4f4e-828b-1c57f04bbdaf",
                "name": "Bad request.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v1.0",
                      "company",
                      ":company_id",
                      "brand",
                      ":brand_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company associated to brand that is to be viewed."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "brand_id",
                        "description": "(Required) Id of the brand to be viewed."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Brand edit\",\n  \"logo\": \"http://hdn-1.gofynd.com/media/logo/brand/original/4597_40d1ce44d61940d4829a3c54951bd9ee.jpg\",\n  \"banner\": {\n    \"landscape\": \"http://hdn-1.gofynd.com/media/banner/brand/original/7020_f9e91f7d501c4f2985c09bd196ed304d.jpg\",\n    \"portrait\": \"http://hdn-1.gofynd.com/media/banner_portrait/brand/original/7021_16fc50205c40477daf419b64ec64c64c.jpg\"\n  },\n  \"synonyms\": [\n    \"brand\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid Data\",\n  \"error\": {\n    \"errors\": {\n      \"name\": [\n        \"Missing data for required field.\"\n      ],\n      \"logo\": [\n        \"Missing data for required field.\"\n      ]\n    }\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "e6015020-9161-420d-a8bb-e5bbbf43b038",
                "name": "Not Found.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v1.0",
                      "company",
                      ":company_id",
                      "brand",
                      ":brand_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company associated to brand that is to be viewed."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "brand_id",
                        "description": "(Required) Id of the brand to be viewed."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Brand edit\",\n  \"logo\": \"http://hdn-1.gofynd.com/media/logo/brand/original/4597_40d1ce44d61940d4829a3c54951bd9ee.jpg\",\n  \"banner\": {\n    \"landscape\": \"http://hdn-1.gofynd.com/media/banner/brand/original/7020_f9e91f7d501c4f2985c09bd196ed304d.jpg\",\n    \"portrait\": \"http://hdn-1.gofynd.com/media/banner_portrait/brand/original/7021_16fc50205c40477daf419b64ec64c64c.jpg\"\n  },\n  \"synonyms\": [\n    \"brand\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"brand Not Found.\",\n  \"error\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "ef75a2df-ec0f-4c91-98b2-2ee8e88ba226",
            "name": "createBrand | Create brand",
            "request": {
              "name": "createBrand | Create brand",
              "description": {
                "content": "Allows to create a brand associated to a company.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "company-profile",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "brand",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"banner\": {\n    \"landscape\": \"<string>\",\n    \"portrait\": \"<string>\"\n  },\n  \"logo\": \"<string>\",\n  \"name\": \"<string>\",\n  \"_custom_json\": {\n    \"minim_11_\": -52889544.406228594\n  },\n  \"_locale_language\": {\n    \"in_a05\": -4671498.018463045\n  },\n  \"synonyms\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"company_id\": \"<integer>\",\n  \"description\": \"<string>\",\n  \"brand_tier\": \"<string>\",\n  \"uid\": \"<integer>\",\n  \"slug_key\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "79a46f8a-977b-4828-9b75-d323c8575303",
                "name": "Returns a success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v1.0",
                      "company",
                      ":company_id",
                      "brand",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Brand\",\n  \"logo\": \"http://hdn-1.gofynd.com/media/logo/brand/original/4597_40d1ce44d61940d4829a3c54951bd9ee.jpg\",\n  \"banner\": {\n    \"landscape\": \"http://hdn-1.gofynd.com/media/banner/brand/original/7020_f9e91f7d501c4f2985c09bd196ed304d.jpg\",\n    \"portrait\": \"http://hdn-1.gofynd.com/media/banner_portrait/brand/original/7021_16fc50205c40477daf419b64ec64c64c.jpg\"\n  },\n  \"synonyms\": [\n    \"brand\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Created",
                "code": 201,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"uid\": 1,\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "ca2a98cb-fb42-460e-8590-fe986a5e1761",
                "name": "Bad request.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v1.0",
                      "company",
                      ":company_id",
                      "brand",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Brand\",\n  \"logo\": \"http://hdn-1.gofynd.com/media/logo/brand/original/4597_40d1ce44d61940d4829a3c54951bd9ee.jpg\",\n  \"banner\": {\n    \"landscape\": \"http://hdn-1.gofynd.com/media/banner/brand/original/7020_f9e91f7d501c4f2985c09bd196ed304d.jpg\",\n    \"portrait\": \"http://hdn-1.gofynd.com/media/banner_portrait/brand/original/7021_16fc50205c40477daf419b64ec64c64c.jpg\"\n  },\n  \"synonyms\": [\n    \"brand\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Missing data for required field.\",\n  \"error\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "7acbfaeb-c8ae-4405-9eb7-c7479b255849",
                "name": "Not Found.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v1.0",
                      "company",
                      ":company_id",
                      "brand",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Brand\",\n  \"logo\": \"http://hdn-1.gofynd.com/media/logo/brand/original/4597_40d1ce44d61940d4829a3c54951bd9ee.jpg\",\n  \"banner\": {\n    \"landscape\": \"http://hdn-1.gofynd.com/media/banner/brand/original/7020_f9e91f7d501c4f2985c09bd196ed304d.jpg\",\n    \"portrait\": \"http://hdn-1.gofynd.com/media/banner_portrait/brand/original/7021_16fc50205c40477daf419b64ec64c64c.jpg\"\n  },\n  \"synonyms\": [\n    \"brand\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"brand Not Found.\",\n  \"error\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "6c3ab219-9a4b-4212-80d0-a32a593badac",
                "name": "Conflict.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v1.0",
                      "company",
                      ":company_id",
                      "brand",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Brand\",\n  \"logo\": \"http://hdn-1.gofynd.com/media/logo/brand/original/4597_40d1ce44d61940d4829a3c54951bd9ee.jpg\",\n  \"banner\": {\n    \"landscape\": \"http://hdn-1.gofynd.com/media/banner/brand/original/7020_f9e91f7d501c4f2985c09bd196ed304d.jpg\",\n    \"portrait\": \"http://hdn-1.gofynd.com/media/banner_portrait/brand/original/7021_16fc50205c40477daf419b64ec64c64c.jpg\"\n  },\n  \"synonyms\": [\n    \"brand\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Conflict",
                "code": 409,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Duplicate slug with value testbrandslug\",\n  \"error\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "9d0ac959-3e26-4ef6-a8da-f082fe7ca7ad",
            "name": "getBrands | list company brands",
            "request": {
              "name": "getBrands | list company brands",
              "description": {
                "content": "Retrieve a list of available brands associated to a company.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "company-profile",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "company-brand"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "The page number to navigate through the given set of results"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "20",
                    "description": "Number of items to retrieve in each page. Default is 10."
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Search term for name."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "fb067c10-7033-4c45-8771-c3922da3cd3c",
                "name": "Brand object.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v2.0",
                      "company",
                      ":company_id",
                      "company-brand"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "20"
                      },
                      {
                        "key": "q",
                        "value": "test"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"brand\": {\n        \"stage\": \"complete\",\n        \"uid\": 2,\n        \"banner\": {\n          \"portrait\": \"http://cdn4.gofynd.com/media/banner_portrait/brand/original/7021_16fc50205c40477daf419b64ec64c64c.jpg\",\n          \"landscape\": \"http://cdn4.gofynd.com/media/banner/brand/original/7020_f9e91f7d501c4f2985c09bd196ed304d.jpg\"\n        },\n        \"modified_by\": {\n          \"user_id\": \"123\",\n          \"username\": \"918888888888_12345\"\n        },\n        \"slug_key\": \"test-post\",\n        \"synonyms\": [\n          \"xyz\"\n        ],\n        \"created_on\": \"2021-02-25T15:21:57.666000+00:00\",\n        \"created_by\": {\n          \"user_id\": \"123\",\n          \"username\": \"918888888888_12345\"\n        },\n        \"modified_on\": \"2021-02-25T15:21:57.666000+00:00\",\n        \"name\": \"test_post\",\n        \"logo\": \"http://cdn4.gofynd.com/media/logo/brand/original/4597_40d1ce44d61940d4829a3c54951bd9ee.jpg\"\n      },\n      \"stage\": \"complete\",\n      \"uid\": 2,\n      \"modified_by\": {\n        \"user_id\": \"123\",\n        \"username\": \"918888888888_12345\"\n      },\n      \"company\": {\n        \"business_type\": \"huf\",\n        \"stage\": \"complete\",\n        \"uid\": 1,\n        \"addresses\": [\n          {\n            \"city\": \"Mumbai Suburban\",\n            \"latitude\": 19.058461,\n            \"longitude\": 72.871395,\n            \"address1\": \"Chunabhatti Phatak, Maharashtra Nagar, Maharashtra Nagar,\",\n            \"country_code\": \"IN\",\n            \"state\": \"Maharashtra\",\n            \"country\": \"India\",\n            \"pincode\": \"400070\",\n            \"address_type\": \"office\"\n          },\n          {\n            \"city\": \"Mumbai Suburban\",\n            \"latitude\": 19.058461,\n            \"longitude\": 72.871395,\n            \"address1\": \"Chunabhatti Phatak, Maharashtra Nagar, Maharashtra Nagar,\",\n            \"country_code\": \"IN\",\n            \"state\": \"Maharashtra\",\n            \"country\": \"India\",\n            \"pincode\": \"400070\",\n            \"address_type\": \"registered\"\n          }\n        ],\n        \"modified_by\": {\n          \"user_id\": \"-1\",\n          \"username\": \"test_example_com_12345\"\n        },\n        \"company_type\": \"mbo\",\n        \"created_on\": \"2021-02-25T15:21:51.526000+00:00\",\n        \"created_by\": {\n          \"user_id\": \"123\",\n          \"username\": \"918888888888_12345\"\n        },\n        \"modified_on\": \"2021-02-25T17:44:55.722000+00:00\",\n        \"name\": \"Cache Company\"\n      },\n      \"created_by\": {\n        \"user_id\": \"123\",\n        \"username\": \"918888888888_12345\"\n      }\n    }\n  ],\n  \"page\": {\n    \"type\": \"\",\n    \"current\": 1,\n    \"size\": 1,\n    \"has_previous\": false,\n    \"has_next\": false,\n    \"item_count\": 1\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "379528ef-688e-4000-8eeb-46b3e307670c",
                "name": "Bad request.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v2.0",
                      "company",
                      ":company_id",
                      "company-brand"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "20"
                      },
                      {
                        "key": "q",
                        "value": "test"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid data.\",\n  \"error\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "da4faf00-4958-48f4-b16c-9975b1d9d8f2",
                "name": "Not Found.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v2.0",
                      "company",
                      ":company_id",
                      "company-brand"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "20"
                      },
                      {
                        "key": "q",
                        "value": "test"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"company Not Found.\",\n  \"error\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "4567f5ae-a047-413e-bfd1-ca1c83c1ff78",
            "name": "createLocation | Create company stores",
            "request": {
              "name": "createLocation | Create company stores",
              "description": {
                "content": "Create a new location associated to a company.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "company-profile",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "location"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"address\": {\n    \"latitude\": \"<number>\",\n    \"longitude\": \"<number>\",\n    \"country_code\": \"<string>\",\n    \"landmark\": \"<string>\",\n    \"pincode\": \"<string>\",\n    \"address_type\": \"<string>\",\n    \"country\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"state\": \"<string>\",\n    \"sector\": \"<string>\",\n    \"state_code\": \"<string>\",\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\"\n  },\n  \"code\": \"<string>\",\n  \"company\": \"<integer>\",\n  \"display_name\": \"<string>\",\n  \"name\": \"<string>\",\n  \"documents\": [\n    {\n      \"type\": \"<string>\",\n      \"legal_name\": \"<string>\",\n      \"value\": \"<string>\",\n      \"verified\": \"<boolean>\",\n      \"url\": \"<string>\"\n    },\n    {\n      \"type\": \"<string>\",\n      \"legal_name\": \"<string>\",\n      \"value\": \"<string>\",\n      \"verified\": \"<boolean>\",\n      \"url\": \"<string>\"\n    }\n  ],\n  \"gst_credentials\": {\n    \"e_invoice\": {\n      \"username\": \"<string>\",\n      \"enabled\": \"<boolean>\",\n      \"password\": \"<string>\"\n    },\n    \"e_waybill\": {\n      \"username\": \"<string>\",\n      \"enabled\": \"<boolean>\",\n      \"password\": \"<string>\"\n    }\n  },\n  \"contact_numbers\": [\n    {\n      \"country_code\": \"<integer>\",\n      \"number\": \"<string>\"\n    },\n    {\n      \"country_code\": \"<integer>\",\n      \"number\": \"<string>\"\n    }\n  ],\n  \"_custom_json\": {\n    \"exercitationa1\": -53248245.420692444\n  },\n  \"warnings\": {\n    \"dolord\": 18261954,\n    \"sed_ab6\": \"consequat exercitation proident reprehenderit\"\n  },\n  \"store_type\": \"<string>\",\n  \"manager\": {\n    \"mobile_no\": {\n      \"country_code\": \"<integer>\",\n      \"number\": \"<string>\"\n    },\n    \"email\": \"<email>\",\n    \"name\": \"<string>\"\n  },\n  \"auto_invoice\": false,\n  \"uid\": \"<integer>\",\n  \"timing\": [\n    {\n      \"open\": \"<boolean>\",\n      \"weekday\": \"<string>\",\n      \"opening\": {\n        \"hour\": \"<integer>\",\n        \"minute\": \"<integer>\"\n      },\n      \"closing\": {\n        \"hour\": \"<integer>\",\n        \"minute\": \"<integer>\"\n      }\n    },\n    {\n      \"open\": \"<boolean>\",\n      \"weekday\": \"<string>\",\n      \"opening\": {\n        \"hour\": \"<integer>\",\n        \"minute\": \"<integer>\"\n      },\n      \"closing\": {\n        \"hour\": \"<integer>\",\n        \"minute\": \"<integer>\"\n      }\n    }\n  ],\n  \"stage\": \"<string>\",\n  \"credit_note\": false,\n  \"holiday\": [\n    {\n      \"date\": {\n        \"end_date\": \"<dateTime>\",\n        \"start_date\": \"<dateTime>\"\n      },\n      \"holiday_type\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"date\": {\n        \"end_date\": \"<dateTime>\",\n        \"start_date\": \"<dateTime>\"\n      },\n      \"holiday_type\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"product_return_config\": {\n    \"on_same_store\": \"<boolean>\",\n    \"store_uid\": \"<integer>\"\n  },\n  \"notification_emails\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"default_order_acceptance_timing\": \"<boolean>\",\n  \"order_acceptance_timing\": [\n    {\n      \"open\": \"<boolean>\",\n      \"weekday\": \"<string>\",\n      \"opening\": {\n        \"hour\": \"<integer>\",\n        \"minute\": \"<integer>\"\n      },\n      \"closing\": {\n        \"hour\": \"<integer>\",\n        \"minute\": \"<integer>\"\n      }\n    },\n    {\n      \"open\": \"<boolean>\",\n      \"weekday\": \"<string>\",\n      \"opening\": {\n        \"hour\": \"<integer>\",\n        \"minute\": \"<integer>\"\n      },\n      \"closing\": {\n        \"hour\": \"<integer>\",\n        \"minute\": \"<integer>\"\n      }\n    }\n  ],\n  \"avg_order_processing_time\": {\n    \"duration\": \"<integer>\",\n    \"duration_type\": \"<string>\"\n  },\n  \"bulk_shipment\": false,\n  \"multi_piece_shipment\": false,\n  \"auto_assign_courier_partner\": true\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "9805245b-0b22-4a3a-a6fd-6b55ba225e7e",
                "name": "Returns a success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v2.0",
                      "company",
                      ":company_id",
                      "location"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company inside which the location is to be created."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"notification_emails\": [],\n  \"address\": {\n    \"longitude\": 72.8231511,\n    \"landmark\": \"NARAYAN NAGAR\",\n    \"address2\": \"NARAYAN NAGAR\",\n    \"address1\": \"A 204, New SAI VANDAN, NARAYAN NAGAR, TULINJ ROAD\",\n    \"latitude\": 19.4232024,\n    \"country\": \"INDIA\",\n    \"pincode\": \"401209\",\n    \"city\": \"MUMBAI\",\n    \"state\": \"MAHARASHTRA\",\n    \"country_code\": \"IN\"\n  },\n  \"documents\": [],\n  \"gst_credentials\": {\n    \"e_invoice\": {\n      \"enabled\": true,\n      \"password\": \"hello\",\n      \"username\": \"test_example_com_12345\"\n    }\n  },\n  \"company\": 1,\n  \"name\": \"New Store\",\n  \"display_name\": \"new\",\n  \"store_type\": \"high_street\",\n  \"code\": \"storenew\",\n  \"multi_piece_shipment\": false,\n  \"timing\": [\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"monday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"tuesday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"wednesday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"thursday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"friday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"saturday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"sunday\",\n      \"open\": true\n    }\n  ],\n  \"manager\": {\n    \"name\": \"Yrf\",\n    \"mobile_no\": {\n      \"country_code\": 91,\n      \"number\": \"8888888888\"\n    },\n    \"email\": \"test@example.com\"\n  },\n  \"contact_numbers\": [\n    {\n      \"country_code\": 91,\n      \"number\": \"8888888888\"\n    }\n  ],\n  \"warnings\": {},\n  \"product_return_config\": {\n    \"on_same_store\": false,\n    \"store_uid\": 1\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"uid\": 1,\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "47d6686e-ef2f-4454-bba0-adc09e8be387",
                "name": "Bad request.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v2.0",
                      "company",
                      ":company_id",
                      "location"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company inside which the location is to be created."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"notification_emails\": [],\n  \"address\": {\n    \"longitude\": 72.8231511,\n    \"landmark\": \"NARAYAN NAGAR\",\n    \"address2\": \"NARAYAN NAGAR\",\n    \"address1\": \"A 204, New SAI VANDAN, NARAYAN NAGAR, TULINJ ROAD\",\n    \"latitude\": 19.4232024,\n    \"country\": \"INDIA\",\n    \"pincode\": \"401209\",\n    \"city\": \"MUMBAI\",\n    \"state\": \"MAHARASHTRA\",\n    \"country_code\": \"IN\"\n  },\n  \"documents\": [],\n  \"gst_credentials\": {\n    \"e_invoice\": {\n      \"enabled\": true,\n      \"password\": \"hello\",\n      \"username\": \"test_example_com_12345\"\n    }\n  },\n  \"company\": 1,\n  \"name\": \"New Store\",\n  \"display_name\": \"new\",\n  \"store_type\": \"high_street\",\n  \"code\": \"storenew\",\n  \"multi_piece_shipment\": false,\n  \"timing\": [\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"monday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"tuesday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"wednesday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"thursday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"friday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"saturday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"sunday\",\n      \"open\": true\n    }\n  ],\n  \"manager\": {\n    \"name\": \"Yrf\",\n    \"mobile_no\": {\n      \"country_code\": 91,\n      \"number\": \"8888888888\"\n    },\n    \"email\": \"test@example.com\"\n  },\n  \"contact_numbers\": [\n    {\n      \"country_code\": 91,\n      \"number\": \"8888888888\"\n    }\n  ],\n  \"warnings\": {},\n  \"product_return_config\": {\n    \"on_same_store\": false,\n    \"store_uid\": 1\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Duplicate store code\",\n  \"error\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "a69411d2-c2ee-4e4d-83fa-18848e430f32",
                "name": "Not Found.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v2.0",
                      "company",
                      ":company_id",
                      "location"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company inside which the location is to be created."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"notification_emails\": [],\n  \"address\": {\n    \"longitude\": 72.8231511,\n    \"landmark\": \"NARAYAN NAGAR\",\n    \"address2\": \"NARAYAN NAGAR\",\n    \"address1\": \"A 204, New SAI VANDAN, NARAYAN NAGAR, TULINJ ROAD\",\n    \"latitude\": 19.4232024,\n    \"country\": \"INDIA\",\n    \"pincode\": \"401209\",\n    \"city\": \"MUMBAI\",\n    \"state\": \"MAHARASHTRA\",\n    \"country_code\": \"IN\"\n  },\n  \"documents\": [],\n  \"gst_credentials\": {\n    \"e_invoice\": {\n      \"enabled\": true,\n      \"password\": \"hello\",\n      \"username\": \"test_example_com_12345\"\n    }\n  },\n  \"company\": 1,\n  \"name\": \"New Store\",\n  \"display_name\": \"new\",\n  \"store_type\": \"high_street\",\n  \"code\": \"storenew\",\n  \"multi_piece_shipment\": false,\n  \"timing\": [\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"monday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"tuesday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"wednesday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"thursday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"friday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"saturday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"sunday\",\n      \"open\": true\n    }\n  ],\n  \"manager\": {\n    \"name\": \"Yrf\",\n    \"mobile_no\": {\n      \"country_code\": 91,\n      \"number\": \"8888888888\"\n    },\n    \"email\": \"test@example.com\"\n  },\n  \"contact_numbers\": [\n    {\n      \"country_code\": 91,\n      \"number\": \"8888888888\"\n    }\n  ],\n  \"warnings\": {},\n  \"product_return_config\": {\n    \"on_same_store\": false,\n    \"store_uid\": 1\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"company Not Found.\",\n  \"error\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "fd7bd83f-2c42-4511-8631-a0bcf0d41b66",
            "name": "getLocationDetail | Get company stores",
            "request": {
              "name": "getLocationDetail | Get company stores",
              "description": {
                "content": "Retrive detailed information about a specific location associated to a specific company.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "company-profile",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "location",
                  ":location_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "location_id",
                    "description": "(Required) Id of the location which you want to view."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "05566d30-bf7d-4228-bdb3-24e5c66a54be",
                "name": "Brand object.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v2.0",
                      "company",
                      ":company_id",
                      "location",
                      ":location_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company inside which the location lies."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "location_id",
                        "description": "(Required) Id of the location which you want to view."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"verified_on\": \"2021-02-25T15:22:07.140000+00:00\",\n  \"company\": {\n    \"business_type\": \"huf\",\n    \"stage\": \"complete\",\n    \"uid\": 10,\n    \"addresses\": [\n      {\n        \"city\": \"Mumbai Suburban\",\n        \"latitude\": 19.058461,\n        \"longitude\": 72.871395,\n        \"address1\": \"Chunabhatti Phatak, Maharashtra Nagar, Maharashtra Nagar,\",\n        \"country_code\": \"IN\",\n        \"state\": \"Maharashtra\",\n        \"country\": \"India\",\n        \"pincode\": \"400070\",\n        \"address_type\": \"office\"\n      },\n      {\n        \"city\": \"Mumbai Suburban\",\n        \"latitude\": 19.058461,\n        \"longitude\": 72.871395,\n        \"address1\": \"Chunabhatti Phatak, Maharashtra Nagar, Maharashtra Nagar,\",\n        \"country_code\": \"IN\",\n        \"state\": \"Maharashtra\",\n        \"country\": \"India\",\n        \"pincode\": \"400070\",\n        \"address_type\": \"registered\"\n      }\n    ],\n    \"modified_by\": {\n      \"user_id\": \"-1\",\n      \"username\": \"test_example_com_12345\"\n    },\n    \"company_type\": \"mbo\",\n    \"created_by\": {\n      \"user_id\": \"123\",\n      \"username\": \"918888888888_12345\"\n    },\n    \"name\": \"Cache Company\"\n  },\n  \"address\": {\n    \"city\": \"MUMBAI\",\n    \"landmark\": \"\",\n    \"latitude\": 19.4232024,\n    \"longitude\": 72.8231511,\n    \"address2\": \"NARAYAN NAGAR\",\n    \"address1\": \"A 204, SAI VANDAN, NARAYAN NAGAR, TULINJ ROAD\",\n    \"state\": \"MAHARASHTRA\",\n    \"country\": \"INDIA\",\n    \"pincode\": \"401209\"\n  },\n  \"timing\": [\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"open\": true,\n      \"weekday\": \"monday\"\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"open\": true,\n      \"weekday\": \"tuesday\"\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"open\": true,\n      \"weekday\": \"wednesday\"\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"open\": true,\n      \"weekday\": \"thursday\"\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"open\": true,\n      \"weekday\": \"friday\"\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"open\": true,\n      \"weekday\": \"saturday\"\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"open\": true,\n      \"weekday\": \"sunday\"\n    }\n  ],\n  \"documents\": [],\n  \"warnings\": {},\n  \"display_name\": \"new store\",\n  \"manager\": {\n    \"name\": \"Yrf\",\n    \"mobile_no\": {\n      \"country_code\": 91,\n      \"number\": \"8888888888\"\n    },\n    \"email\": \"test@example.com\"\n  },\n  \"code\": \"store1\",\n  \"product_return_config\": {\n    \"on_same_store\": true\n  },\n  \"modified_by\": {\n    \"user_id\": \"-1\",\n    \"username\": \"test_example_com_12345\"\n  },\n  \"created_by\": {\n    \"user_id\": \"123\",\n    \"username\": \"918888888888_12345\"\n  },\n  \"name\": \"edited_store\",\n  \"gst_credentials\": {\n    \"e_invoice\": {\n      \"enabled\": false\n    }\n  },\n  \"verified_by\": {\n    \"user_id\": \"-1\",\n    \"username\": \"test_example_com_12345\"\n  },\n  \"store_type\": \"high_street\",\n  \"contact_numbers\": [\n    {\n      \"country_code\": 91,\n      \"number\": \"8888888888\"\n    }\n  ],\n  \"stage\": \"verified\",\n  \"uid\": 1,\n  \"multi_piece_shipment\": false,\n  \"notification_emails\": []\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "521634d7-bf13-4778-941f-4546defd2eea",
                "name": "Bad request.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v2.0",
                      "company",
                      ":company_id",
                      "location",
                      ":location_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company inside which the location lies."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "location_id",
                        "description": "(Required) Id of the location which you want to view."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Store can be accessed only from the parent company\",\n  \"error\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "bd11f98c-7770-44dd-bea2-d9096aad3c59",
                "name": "Not Found.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v2.0",
                      "company",
                      ":company_id",
                      "location",
                      ":location_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company inside which the location lies."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "location_id",
                        "description": "(Required) Id of the location which you want to view."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"store Not Found.\",\n  \"error\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "4441a967-7dc6-49ed-8675-39a8a2e27106",
            "name": "updateLocation | Update company stores",
            "request": {
              "name": "updateLocation | Update company stores",
              "description": {
                "content": "Allows to edit a location associated to a company.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "company-profile",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "location",
                  ":location_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "location_id",
                    "description": "(Required) Id of the location which you want to edit."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"address\": {\n    \"latitude\": \"<number>\",\n    \"longitude\": \"<number>\",\n    \"country_code\": \"<string>\",\n    \"landmark\": \"<string>\",\n    \"pincode\": \"<string>\",\n    \"address_type\": \"<string>\",\n    \"country\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"state\": \"<string>\",\n    \"sector\": \"<string>\",\n    \"state_code\": \"<string>\",\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\"\n  },\n  \"code\": \"<string>\",\n  \"company\": \"<integer>\",\n  \"display_name\": \"<string>\",\n  \"name\": \"<string>\",\n  \"documents\": [\n    {\n      \"type\": \"<string>\",\n      \"legal_name\": \"<string>\",\n      \"value\": \"<string>\",\n      \"verified\": \"<boolean>\",\n      \"url\": \"<string>\"\n    },\n    {\n      \"type\": \"<string>\",\n      \"legal_name\": \"<string>\",\n      \"value\": \"<string>\",\n      \"verified\": \"<boolean>\",\n      \"url\": \"<string>\"\n    }\n  ],\n  \"gst_credentials\": {\n    \"e_invoice\": {\n      \"username\": \"<string>\",\n      \"enabled\": \"<boolean>\",\n      \"password\": \"<string>\"\n    },\n    \"e_waybill\": {\n      \"username\": \"<string>\",\n      \"enabled\": \"<boolean>\",\n      \"password\": \"<string>\"\n    }\n  },\n  \"contact_numbers\": [\n    {\n      \"country_code\": \"<integer>\",\n      \"number\": \"<string>\"\n    },\n    {\n      \"country_code\": \"<integer>\",\n      \"number\": \"<string>\"\n    }\n  ],\n  \"_custom_json\": {\n    \"exf\": \"in ad non\",\n    \"elit_a\": 69599751.54686853,\n    \"cupidatat_f\": -7956033\n  },\n  \"warnings\": {\n    \"eua2c\": 34168782\n  },\n  \"store_type\": \"<string>\",\n  \"manager\": {\n    \"mobile_no\": {\n      \"country_code\": \"<integer>\",\n      \"number\": \"<string>\"\n    },\n    \"email\": \"<email>\",\n    \"name\": \"<string>\"\n  },\n  \"auto_invoice\": false,\n  \"uid\": \"<integer>\",\n  \"timing\": [\n    {\n      \"open\": \"<boolean>\",\n      \"weekday\": \"<string>\",\n      \"opening\": {\n        \"hour\": \"<integer>\",\n        \"minute\": \"<integer>\"\n      },\n      \"closing\": {\n        \"hour\": \"<integer>\",\n        \"minute\": \"<integer>\"\n      }\n    },\n    {\n      \"open\": \"<boolean>\",\n      \"weekday\": \"<string>\",\n      \"opening\": {\n        \"hour\": \"<integer>\",\n        \"minute\": \"<integer>\"\n      },\n      \"closing\": {\n        \"hour\": \"<integer>\",\n        \"minute\": \"<integer>\"\n      }\n    }\n  ],\n  \"stage\": \"<string>\",\n  \"credit_note\": false,\n  \"holiday\": [\n    {\n      \"date\": {\n        \"end_date\": \"<dateTime>\",\n        \"start_date\": \"<dateTime>\"\n      },\n      \"holiday_type\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"date\": {\n        \"end_date\": \"<dateTime>\",\n        \"start_date\": \"<dateTime>\"\n      },\n      \"holiday_type\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"product_return_config\": {\n    \"on_same_store\": \"<boolean>\",\n    \"store_uid\": \"<integer>\"\n  },\n  \"notification_emails\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"default_order_acceptance_timing\": \"<boolean>\",\n  \"order_acceptance_timing\": [\n    {\n      \"open\": \"<boolean>\",\n      \"weekday\": \"<string>\",\n      \"opening\": {\n        \"hour\": \"<integer>\",\n        \"minute\": \"<integer>\"\n      },\n      \"closing\": {\n        \"hour\": \"<integer>\",\n        \"minute\": \"<integer>\"\n      }\n    },\n    {\n      \"open\": \"<boolean>\",\n      \"weekday\": \"<string>\",\n      \"opening\": {\n        \"hour\": \"<integer>\",\n        \"minute\": \"<integer>\"\n      },\n      \"closing\": {\n        \"hour\": \"<integer>\",\n        \"minute\": \"<integer>\"\n      }\n    }\n  ],\n  \"avg_order_processing_time\": {\n    \"duration\": \"<integer>\",\n    \"duration_type\": \"<string>\"\n  },\n  \"bulk_shipment\": false,\n  \"multi_piece_shipment\": false,\n  \"auto_assign_courier_partner\": true\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "65196f63-b670-40a7-adcc-51612b2ef7dd",
                "name": "Returns a success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v2.0",
                      "company",
                      ":company_id",
                      "location",
                      ":location_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company inside which the location is to be created."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "location_id",
                        "description": "(Required) Id of the location which you want to edit."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"notification_emails\": [],\n  \"address\": {\n    \"longitude\": 72.8231511,\n    \"landmark\": \"NARAYAN NAGAR\",\n    \"address2\": \"NARAYAN NAGAR\",\n    \"address1\": \"A 204, New SAI VANDAN, NARAYAN NAGAR, TULINJ ROAD\",\n    \"latitude\": 19.4232024,\n    \"country\": \"INDIA\",\n    \"pincode\": \"401209\",\n    \"city\": \"MUMBAI\",\n    \"state\": \"MAHARASHTRA\",\n    \"country_code\": \"IN\"\n  },\n  \"documents\": [],\n  \"gst_credentials\": {\n    \"e_invoice\": {\n      \"enabled\": true,\n      \"password\": \"hello\",\n      \"username\": \"test_example_com_12345\"\n    }\n  },\n  \"company\": 1,\n  \"name\": \"New Store\",\n  \"display_name\": \"new\",\n  \"store_type\": \"high_street\",\n  \"code\": \"store\",\n  \"multi_piece_shipment\": false,\n  \"timing\": [\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"monday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"tuesday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"wednesday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"thursday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"friday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"saturday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"sunday\",\n      \"open\": true\n    }\n  ],\n  \"manager\": {\n    \"name\": \"Yrf\",\n    \"mobile_no\": {\n      \"country_code\": 91,\n      \"number\": \"8888888888\"\n    },\n    \"email\": \"test@example.com\"\n  },\n  \"contact_numbers\": [\n    {\n      \"country_code\": 91,\n      \"number\": \"8888888888\"\n    }\n  ],\n  \"warnings\": {},\n  \"product_return_config\": {\n    \"on_same_store\": false,\n    \"store_uid\": 1\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"uid\": 1,\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "959b94fd-2788-44a6-aa5c-9d138951e438",
                "name": "Bad request.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v2.0",
                      "company",
                      ":company_id",
                      "location",
                      ":location_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company inside which the location is to be created."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "location_id",
                        "description": "(Required) Id of the location which you want to edit."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"notification_emails\": [],\n  \"address\": {\n    \"longitude\": 72.8231511,\n    \"landmark\": \"NARAYAN NAGAR\",\n    \"address2\": \"NARAYAN NAGAR\",\n    \"address1\": \"A 204, New SAI VANDAN, NARAYAN NAGAR, TULINJ ROAD\",\n    \"latitude\": 19.4232024,\n    \"country\": \"INDIA\",\n    \"pincode\": \"401209\",\n    \"city\": \"MUMBAI\",\n    \"state\": \"MAHARASHTRA\",\n    \"country_code\": \"IN\"\n  },\n  \"documents\": [],\n  \"gst_credentials\": {\n    \"e_invoice\": {\n      \"enabled\": true,\n      \"password\": \"hello\",\n      \"username\": \"test_example_com_12345\"\n    }\n  },\n  \"company\": 1,\n  \"name\": \"New Store\",\n  \"display_name\": \"new\",\n  \"store_type\": \"high_street\",\n  \"code\": \"store\",\n  \"multi_piece_shipment\": false,\n  \"timing\": [\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"monday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"tuesday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"wednesday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"thursday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"friday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"saturday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"sunday\",\n      \"open\": true\n    }\n  ],\n  \"manager\": {\n    \"name\": \"Yrf\",\n    \"mobile_no\": {\n      \"country_code\": 91,\n      \"number\": \"8888888888\"\n    },\n    \"email\": \"test@example.com\"\n  },\n  \"contact_numbers\": [\n    {\n      \"country_code\": 91,\n      \"number\": \"8888888888\"\n    }\n  ],\n  \"warnings\": {},\n  \"product_return_config\": {\n    \"on_same_store\": false,\n    \"store_uid\": 1\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Store is already mapped to a company\",\n  \"error\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "06f25e31-b6f3-4141-be72-16c64e769325",
                "name": "Not Found.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v2.0",
                      "company",
                      ":company_id",
                      "location",
                      ":location_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company inside which the location is to be created."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "location_id",
                        "description": "(Required) Id of the location which you want to edit."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"notification_emails\": [],\n  \"address\": {\n    \"longitude\": 72.8231511,\n    \"landmark\": \"NARAYAN NAGAR\",\n    \"address2\": \"NARAYAN NAGAR\",\n    \"address1\": \"A 204, New SAI VANDAN, NARAYAN NAGAR, TULINJ ROAD\",\n    \"latitude\": 19.4232024,\n    \"country\": \"INDIA\",\n    \"pincode\": \"401209\",\n    \"city\": \"MUMBAI\",\n    \"state\": \"MAHARASHTRA\",\n    \"country_code\": \"IN\"\n  },\n  \"documents\": [],\n  \"gst_credentials\": {\n    \"e_invoice\": {\n      \"enabled\": true,\n      \"password\": \"hello\",\n      \"username\": \"test_example_com_12345\"\n    }\n  },\n  \"company\": 1,\n  \"name\": \"New Store\",\n  \"display_name\": \"new\",\n  \"store_type\": \"high_street\",\n  \"code\": \"store\",\n  \"multi_piece_shipment\": false,\n  \"timing\": [\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"monday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"tuesday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"wednesday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"thursday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"friday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"saturday\",\n      \"open\": true\n    },\n    {\n      \"closing\": {\n        \"minute\": 0,\n        \"hour\": 22\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      },\n      \"weekday\": \"sunday\",\n      \"open\": true\n    }\n  ],\n  \"manager\": {\n    \"name\": \"Yrf\",\n    \"mobile_no\": {\n      \"country_code\": 91,\n      \"number\": \"8888888888\"\n    },\n    \"email\": \"test@example.com\"\n  },\n  \"contact_numbers\": [\n    {\n      \"country_code\": 91,\n      \"number\": \"8888888888\"\n    }\n  ],\n  \"warnings\": {},\n  \"product_return_config\": {\n    \"on_same_store\": false,\n    \"store_uid\": 1\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"store Not Found.\",\n  \"error\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "18abfc29-fd6e-4994-a9f8-77e35396dcf7",
            "name": "createLocationBulk | Bulk create company stores",
            "request": {
              "name": "createLocationBulk | Bulk create company stores",
              "description": {
                "content": "Allows to create locations in bulk at once associated to a company",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "company-profile",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "location",
                  "bulk"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"data\": [\n    {\n      \"address\": {\n        \"latitude\": \"<number>\",\n        \"longitude\": \"<number>\",\n        \"country_code\": \"<string>\",\n        \"landmark\": \"<string>\",\n        \"pincode\": \"<string>\",\n        \"address_type\": \"<string>\",\n        \"country\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"state\": \"<string>\",\n        \"sector\": \"<string>\",\n        \"state_code\": \"<string>\",\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\"\n      },\n      \"code\": \"<string>\",\n      \"company\": \"<integer>\",\n      \"display_name\": \"<string>\",\n      \"name\": \"<string>\",\n      \"documents\": [\n        {\n          \"type\": \"<string>\",\n          \"legal_name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"verified\": \"<boolean>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"type\": \"<string>\",\n          \"legal_name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"verified\": \"<boolean>\",\n          \"url\": \"<string>\"\n        }\n      ],\n      \"gst_credentials\": {\n        \"e_invoice\": {\n          \"username\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"password\": \"<string>\"\n        },\n        \"e_waybill\": {\n          \"username\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"password\": \"<string>\"\n        }\n      },\n      \"contact_numbers\": [\n        {\n          \"country_code\": \"<integer>\",\n          \"number\": \"<string>\"\n        },\n        {\n          \"country_code\": \"<integer>\",\n          \"number\": \"<string>\"\n        }\n      ],\n      \"_custom_json\": {\n        \"magna_b3b\": -48302350.28665677,\n        \"exercitation_f\": false\n      },\n      \"warnings\": {\n        \"enim17a\": \"Lorem laborum esse \",\n        \"pariatur88\": -99969348.64501536\n      },\n      \"store_type\": \"<string>\",\n      \"manager\": {\n        \"mobile_no\": {\n          \"country_code\": \"<integer>\",\n          \"number\": \"<string>\"\n        },\n        \"email\": \"<email>\",\n        \"name\": \"<string>\"\n      },\n      \"auto_invoice\": false,\n      \"uid\": \"<integer>\",\n      \"timing\": [\n        {\n          \"open\": \"<boolean>\",\n          \"weekday\": \"<string>\",\n          \"opening\": {\n            \"hour\": \"<integer>\",\n            \"minute\": \"<integer>\"\n          },\n          \"closing\": {\n            \"hour\": \"<integer>\",\n            \"minute\": \"<integer>\"\n          }\n        },\n        {\n          \"open\": \"<boolean>\",\n          \"weekday\": \"<string>\",\n          \"opening\": {\n            \"hour\": \"<integer>\",\n            \"minute\": \"<integer>\"\n          },\n          \"closing\": {\n            \"hour\": \"<integer>\",\n            \"minute\": \"<integer>\"\n          }\n        }\n      ],\n      \"stage\": \"<string>\",\n      \"credit_note\": false,\n      \"holiday\": [\n        {\n          \"date\": {\n            \"end_date\": \"<dateTime>\",\n            \"start_date\": \"<dateTime>\"\n          },\n          \"holiday_type\": \"<string>\",\n          \"title\": \"<string>\"\n        },\n        {\n          \"date\": {\n            \"end_date\": \"<dateTime>\",\n            \"start_date\": \"<dateTime>\"\n          },\n          \"holiday_type\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      ],\n      \"product_return_config\": {\n        \"on_same_store\": \"<boolean>\",\n        \"store_uid\": \"<integer>\"\n      },\n      \"notification_emails\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"default_order_acceptance_timing\": \"<boolean>\",\n      \"order_acceptance_timing\": [\n        {\n          \"open\": \"<boolean>\",\n          \"weekday\": \"<string>\",\n          \"opening\": {\n            \"hour\": \"<integer>\",\n            \"minute\": \"<integer>\"\n          },\n          \"closing\": {\n            \"hour\": \"<integer>\",\n            \"minute\": \"<integer>\"\n          }\n        },\n        {\n          \"open\": \"<boolean>\",\n          \"weekday\": \"<string>\",\n          \"opening\": {\n            \"hour\": \"<integer>\",\n            \"minute\": \"<integer>\"\n          },\n          \"closing\": {\n            \"hour\": \"<integer>\",\n            \"minute\": \"<integer>\"\n          }\n        }\n      ],\n      \"avg_order_processing_time\": {\n        \"duration\": \"<integer>\",\n        \"duration_type\": \"<string>\"\n      },\n      \"bulk_shipment\": false,\n      \"multi_piece_shipment\": false,\n      \"auto_assign_courier_partner\": true\n    },\n    {\n      \"address\": {\n        \"latitude\": \"<number>\",\n        \"longitude\": \"<number>\",\n        \"country_code\": \"<string>\",\n        \"landmark\": \"<string>\",\n        \"pincode\": \"<string>\",\n        \"address_type\": \"<string>\",\n        \"country\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"state\": \"<string>\",\n        \"sector\": \"<string>\",\n        \"state_code\": \"<string>\",\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\"\n      },\n      \"code\": \"<string>\",\n      \"company\": \"<integer>\",\n      \"display_name\": \"<string>\",\n      \"name\": \"<string>\",\n      \"documents\": [\n        {\n          \"type\": \"<string>\",\n          \"legal_name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"verified\": \"<boolean>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"type\": \"<string>\",\n          \"legal_name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"verified\": \"<boolean>\",\n          \"url\": \"<string>\"\n        }\n      ],\n      \"gst_credentials\": {\n        \"e_invoice\": {\n          \"username\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"password\": \"<string>\"\n        },\n        \"e_waybill\": {\n          \"username\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"password\": \"<string>\"\n        }\n      },\n      \"contact_numbers\": [\n        {\n          \"country_code\": \"<integer>\",\n          \"number\": \"<string>\"\n        },\n        {\n          \"country_code\": \"<integer>\",\n          \"number\": \"<string>\"\n        }\n      ],\n      \"_custom_json\": {\n        \"ullamco_fa4\": \"Duis sit \"\n      },\n      \"warnings\": {\n        \"ut_3\": -43367934,\n        \"nostrud39\": \"proident dolor\"\n      },\n      \"store_type\": \"<string>\",\n      \"manager\": {\n        \"mobile_no\": {\n          \"country_code\": \"<integer>\",\n          \"number\": \"<string>\"\n        },\n        \"email\": \"<email>\",\n        \"name\": \"<string>\"\n      },\n      \"auto_invoice\": false,\n      \"uid\": \"<integer>\",\n      \"timing\": [\n        {\n          \"open\": \"<boolean>\",\n          \"weekday\": \"<string>\",\n          \"opening\": {\n            \"hour\": \"<integer>\",\n            \"minute\": \"<integer>\"\n          },\n          \"closing\": {\n            \"hour\": \"<integer>\",\n            \"minute\": \"<integer>\"\n          }\n        },\n        {\n          \"open\": \"<boolean>\",\n          \"weekday\": \"<string>\",\n          \"opening\": {\n            \"hour\": \"<integer>\",\n            \"minute\": \"<integer>\"\n          },\n          \"closing\": {\n            \"hour\": \"<integer>\",\n            \"minute\": \"<integer>\"\n          }\n        }\n      ],\n      \"stage\": \"<string>\",\n      \"credit_note\": false,\n      \"holiday\": [\n        {\n          \"date\": {\n            \"end_date\": \"<dateTime>\",\n            \"start_date\": \"<dateTime>\"\n          },\n          \"holiday_type\": \"<string>\",\n          \"title\": \"<string>\"\n        },\n        {\n          \"date\": {\n            \"end_date\": \"<dateTime>\",\n            \"start_date\": \"<dateTime>\"\n          },\n          \"holiday_type\": \"<string>\",\n          \"title\": \"<string>\"\n        }\n      ],\n      \"product_return_config\": {\n        \"on_same_store\": \"<boolean>\",\n        \"store_uid\": \"<integer>\"\n      },\n      \"notification_emails\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"default_order_acceptance_timing\": \"<boolean>\",\n      \"order_acceptance_timing\": [\n        {\n          \"open\": \"<boolean>\",\n          \"weekday\": \"<string>\",\n          \"opening\": {\n            \"hour\": \"<integer>\",\n            \"minute\": \"<integer>\"\n          },\n          \"closing\": {\n            \"hour\": \"<integer>\",\n            \"minute\": \"<integer>\"\n          }\n        },\n        {\n          \"open\": \"<boolean>\",\n          \"weekday\": \"<string>\",\n          \"opening\": {\n            \"hour\": \"<integer>\",\n            \"minute\": \"<integer>\"\n          },\n          \"closing\": {\n            \"hour\": \"<integer>\",\n            \"minute\": \"<integer>\"\n          }\n        }\n      ],\n      \"avg_order_processing_time\": {\n        \"duration\": \"<integer>\",\n        \"duration_type\": \"<string>\"\n      },\n      \"bulk_shipment\": false,\n      \"multi_piece_shipment\": false,\n      \"auto_assign_courier_partner\": true\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "02ade4b0-2779-4b92-a41e-ab5c1baea4d3",
                "name": "Returns a success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v1.0",
                      "company",
                      ":company_id",
                      "location",
                      "bulk"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company inside which the location is to be created."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"data\": [\n    {\n      \"notification_emails\": [],\n      \"address\": {\n        \"longitude\": 72.8231511,\n        \"landmark\": \"NARAYAN NAGAR\",\n        \"address2\": \"NARAYAN NAGAR\",\n        \"address1\": \"A 204, New SAI VANDAN, NARAYAN NAGAR, TULINJ ROAD\",\n        \"latitude\": 19.4232024,\n        \"country\": \"INDIA\",\n        \"pincode\": \"401209\",\n        \"city\": \"MUMBAI\",\n        \"country_code\": \"IN\",\n        \"state\": \"MAHARASHTRA\"\n      },\n      \"documents\": [],\n      \"gst_credentials\": {\n        \"e_invoice\": {\n          \"enabled\": true,\n          \"password\": \"hello\",\n          \"username\": \"test_example_com_12345\"\n        }\n      },\n      \"company\": 10,\n      \"name\": \"New Store\",\n      \"display_name\": \"new \",\n      \"store_type\": \"high_street\",\n      \"code\": \"store\",\n      \"multi_piece_shipment\": false,\n      \"timing\": [\n        {\n          \"closing\": {\n            \"minute\": 0,\n            \"hour\": 22\n          },\n          \"opening\": {\n            \"minute\": 0,\n            \"hour\": 11\n          },\n          \"weekday\": \"monday\",\n          \"open\": true\n        },\n        {\n          \"closing\": {\n            \"minute\": 0,\n            \"hour\": 22\n          },\n          \"opening\": {\n            \"minute\": 0,\n            \"hour\": 11\n          },\n          \"weekday\": \"tuesday\",\n          \"open\": true\n        },\n        {\n          \"closing\": {\n            \"minute\": 0,\n            \"hour\": 22\n          },\n          \"opening\": {\n            \"minute\": 0,\n            \"hour\": 11\n          },\n          \"weekday\": \"wednesday\",\n          \"open\": true\n        },\n        {\n          \"closing\": {\n            \"minute\": 0,\n            \"hour\": 22\n          },\n          \"opening\": {\n            \"minute\": 0,\n            \"hour\": 11\n          },\n          \"weekday\": \"thursday\",\n          \"open\": true\n        },\n        {\n          \"closing\": {\n            \"minute\": 0,\n            \"hour\": 22\n          },\n          \"opening\": {\n            \"minute\": 0,\n            \"hour\": 11\n          },\n          \"weekday\": \"friday\",\n          \"open\": true\n        },\n        {\n          \"closing\": {\n            \"minute\": 0,\n            \"hour\": 22\n          },\n          \"opening\": {\n            \"minute\": 0,\n            \"hour\": 11\n          },\n          \"weekday\": \"saturday\",\n          \"open\": true\n        },\n        {\n          \"closing\": {\n            \"minute\": 0,\n            \"hour\": 22\n          },\n          \"opening\": {\n            \"minute\": 0,\n            \"hour\": 11\n          },\n          \"weekday\": \"sunday\",\n          \"open\": true\n        }\n      ],\n      \"manager\": {\n        \"name\": \"Yrf\",\n        \"mobile_no\": {\n          \"country_code\": 91,\n          \"number\": \"8888888888\"\n        },\n        \"email\": \"test@example.com\"\n      },\n      \"contact_numbers\": [\n        {\n          \"country_code\": 91,\n          \"number\": \"8888888888\"\n        }\n      ],\n      \"warnings\": {},\n      \"product_return_config\": {\n        \"on_same_store\": false,\n        \"store_uid\": 11906\n      }\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"10 stores inserted\",\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "16dfe5d6-e140-4a1a-af6b-3e960b80324b",
                "name": "Bad request.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v1.0",
                      "company",
                      ":company_id",
                      "location",
                      "bulk"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company inside which the location is to be created."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"data\": [\n    {\n      \"notification_emails\": [],\n      \"address\": {\n        \"longitude\": 72.8231511,\n        \"landmark\": \"NARAYAN NAGAR\",\n        \"address2\": \"NARAYAN NAGAR\",\n        \"address1\": \"A 204, New SAI VANDAN, NARAYAN NAGAR, TULINJ ROAD\",\n        \"latitude\": 19.4232024,\n        \"country\": \"INDIA\",\n        \"pincode\": \"401209\",\n        \"city\": \"MUMBAI\",\n        \"country_code\": \"IN\",\n        \"state\": \"MAHARASHTRA\"\n      },\n      \"documents\": [],\n      \"gst_credentials\": {\n        \"e_invoice\": {\n          \"enabled\": true,\n          \"password\": \"hello\",\n          \"username\": \"test_example_com_12345\"\n        }\n      },\n      \"company\": 10,\n      \"name\": \"New Store\",\n      \"display_name\": \"new \",\n      \"store_type\": \"high_street\",\n      \"code\": \"store\",\n      \"multi_piece_shipment\": false,\n      \"timing\": [\n        {\n          \"closing\": {\n            \"minute\": 0,\n            \"hour\": 22\n          },\n          \"opening\": {\n            \"minute\": 0,\n            \"hour\": 11\n          },\n          \"weekday\": \"monday\",\n          \"open\": true\n        },\n        {\n          \"closing\": {\n            \"minute\": 0,\n            \"hour\": 22\n          },\n          \"opening\": {\n            \"minute\": 0,\n            \"hour\": 11\n          },\n          \"weekday\": \"tuesday\",\n          \"open\": true\n        },\n        {\n          \"closing\": {\n            \"minute\": 0,\n            \"hour\": 22\n          },\n          \"opening\": {\n            \"minute\": 0,\n            \"hour\": 11\n          },\n          \"weekday\": \"wednesday\",\n          \"open\": true\n        },\n        {\n          \"closing\": {\n            \"minute\": 0,\n            \"hour\": 22\n          },\n          \"opening\": {\n            \"minute\": 0,\n            \"hour\": 11\n          },\n          \"weekday\": \"thursday\",\n          \"open\": true\n        },\n        {\n          \"closing\": {\n            \"minute\": 0,\n            \"hour\": 22\n          },\n          \"opening\": {\n            \"minute\": 0,\n            \"hour\": 11\n          },\n          \"weekday\": \"friday\",\n          \"open\": true\n        },\n        {\n          \"closing\": {\n            \"minute\": 0,\n            \"hour\": 22\n          },\n          \"opening\": {\n            \"minute\": 0,\n            \"hour\": 11\n          },\n          \"weekday\": \"saturday\",\n          \"open\": true\n        },\n        {\n          \"closing\": {\n            \"minute\": 0,\n            \"hour\": 22\n          },\n          \"opening\": {\n            \"minute\": 0,\n            \"hour\": 11\n          },\n          \"weekday\": \"sunday\",\n          \"open\": true\n        }\n      ],\n      \"manager\": {\n        \"name\": \"Yrf\",\n        \"mobile_no\": {\n          \"country_code\": 91,\n          \"number\": \"8888888888\"\n        },\n        \"email\": \"test@example.com\"\n      },\n      \"contact_numbers\": [\n        {\n          \"country_code\": 91,\n          \"number\": \"8888888888\"\n        }\n      ],\n      \"warnings\": {},\n      \"product_return_config\": {\n        \"on_same_store\": false,\n        \"store_uid\": 11906\n      }\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Store country code must be same as company.\",\n  \"error\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "c53fc2bf-e3c0-46c2-acd7-8dae5b2629af",
                "name": "Not Found.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v1.0",
                      "company",
                      ":company_id",
                      "location",
                      "bulk"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company inside which the location is to be created."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"data\": [\n    {\n      \"notification_emails\": [],\n      \"address\": {\n        \"longitude\": 72.8231511,\n        \"landmark\": \"NARAYAN NAGAR\",\n        \"address2\": \"NARAYAN NAGAR\",\n        \"address1\": \"A 204, New SAI VANDAN, NARAYAN NAGAR, TULINJ ROAD\",\n        \"latitude\": 19.4232024,\n        \"country\": \"INDIA\",\n        \"pincode\": \"401209\",\n        \"city\": \"MUMBAI\",\n        \"country_code\": \"IN\",\n        \"state\": \"MAHARASHTRA\"\n      },\n      \"documents\": [],\n      \"gst_credentials\": {\n        \"e_invoice\": {\n          \"enabled\": true,\n          \"password\": \"hello\",\n          \"username\": \"test_example_com_12345\"\n        }\n      },\n      \"company\": 10,\n      \"name\": \"New Store\",\n      \"display_name\": \"new \",\n      \"store_type\": \"high_street\",\n      \"code\": \"store\",\n      \"multi_piece_shipment\": false,\n      \"timing\": [\n        {\n          \"closing\": {\n            \"minute\": 0,\n            \"hour\": 22\n          },\n          \"opening\": {\n            \"minute\": 0,\n            \"hour\": 11\n          },\n          \"weekday\": \"monday\",\n          \"open\": true\n        },\n        {\n          \"closing\": {\n            \"minute\": 0,\n            \"hour\": 22\n          },\n          \"opening\": {\n            \"minute\": 0,\n            \"hour\": 11\n          },\n          \"weekday\": \"tuesday\",\n          \"open\": true\n        },\n        {\n          \"closing\": {\n            \"minute\": 0,\n            \"hour\": 22\n          },\n          \"opening\": {\n            \"minute\": 0,\n            \"hour\": 11\n          },\n          \"weekday\": \"wednesday\",\n          \"open\": true\n        },\n        {\n          \"closing\": {\n            \"minute\": 0,\n            \"hour\": 22\n          },\n          \"opening\": {\n            \"minute\": 0,\n            \"hour\": 11\n          },\n          \"weekday\": \"thursday\",\n          \"open\": true\n        },\n        {\n          \"closing\": {\n            \"minute\": 0,\n            \"hour\": 22\n          },\n          \"opening\": {\n            \"minute\": 0,\n            \"hour\": 11\n          },\n          \"weekday\": \"friday\",\n          \"open\": true\n        },\n        {\n          \"closing\": {\n            \"minute\": 0,\n            \"hour\": 22\n          },\n          \"opening\": {\n            \"minute\": 0,\n            \"hour\": 11\n          },\n          \"weekday\": \"saturday\",\n          \"open\": true\n        },\n        {\n          \"closing\": {\n            \"minute\": 0,\n            \"hour\": 22\n          },\n          \"opening\": {\n            \"minute\": 0,\n            \"hour\": 11\n          },\n          \"weekday\": \"sunday\",\n          \"open\": true\n        }\n      ],\n      \"manager\": {\n        \"name\": \"Yrf\",\n        \"mobile_no\": {\n          \"country_code\": 91,\n          \"number\": \"8888888888\"\n        },\n        \"email\": \"test@example.com\"\n      },\n      \"contact_numbers\": [\n        {\n          \"country_code\": 91,\n          \"number\": \"8888888888\"\n        }\n      ],\n      \"warnings\": {},\n      \"product_return_config\": {\n        \"on_same_store\": false,\n        \"store_uid\": 11906\n      }\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"company Not Found.\",\n  \"error\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "da4890eb-9845-4aa4-801f-54161edd96e0",
            "name": "getLocationTags | Get company store tags",
            "request": {
              "name": "getLocationTags | Get company store tags",
              "description": {
                "content": "Retrieve all the distinct tags associated to a company location.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "company-profile",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "location",
                  "tags"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "e711bac1-aa48-4af2-95d0-b6925356f5b2",
                "name": "Tags list.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v1.0",
                      "company",
                      ":company_id",
                      "location",
                      "tags"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company inside which the location is to be created."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"TagsFound\": {\n    \"value\": {\n      \"tags\": [\n        \"hyperlocale\",\n        \"instant\"\n      ],\n      \"success\": true\n    }\n  },\n  \"NoTagsFound\": {\n    \"value\": {\n      \"tags\": [],\n      \"success\": true\n    }\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "9269debb-788d-427b-9712-f421d6d48e7e",
                "name": "Bad request.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v1.0",
                      "company",
                      ":company_id",
                      "location",
                      "tags"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company inside which the location is to be created."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid data.\",\n  \"error\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "7267aaab-daf1-4c6a-8d03-c2f03b7f4490",
                "name": "Not Found.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "company-profile",
                      "v1.0",
                      "company",
                      ":company_id",
                      "location",
                      "tags"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Id of the company inside which the location is to be created."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"company Not Found.\",\n  \"error\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      },
      {
        "id": "000b7257-97a8-46ff-88d3-7bc2505ce39d",
        "name": "Configuration",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "5247d2b9-7fb0-4e12-a701-09128fb52d88",
            "name": "getInventoryConfig | Get inventory configuration",
            "request": {
              "name": "getInventoryConfig | Get inventory configuration",
              "description": {
                "content": "Retrieve configuration details of authentication, inventory, article assignment rules, reward points, cart, payment, order, logistics, etc.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "configuration",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "configuration"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "08c19a05-7056-4fc9-ab82-0e21d5b8db51",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "configuration",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "configuration"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application (sales channel website) created within a business account"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"inventory\": {\n    \"price_strategy\": \"price_factory\",\n    \"international\": true,\n    \"strategy_change_pending\": false,\n    \"strategy_modified_at\": \"2021-03-09t15:40:29.208z\",\n    \"delivery_strategy\": {\n      \"value\": \"delivery_zone\"\n    },\n    \"brand\": {\n      \"criteria\": \"all\",\n      \"brands\": []\n    },\n    \"store\": {\n      \"criteria\": \"filter\",\n      \"stores\": [],\n      \"rules\": [\n        {\n          \"companies\": [\n            1,\n            2,\n            4\n          ],\n          \"brands\": []\n        }\n      ]\n    },\n    \"category\": {\n      \"criteria\": \"all\",\n      \"categories\": []\n    },\n    \"price\": {\n      \"min\": 1,\n      \"max\": 10000\n    },\n    \"discount\": {\n      \"min\": 0,\n      \"max\": 100\n    },\n    \"out_of_stock\": true,\n    \"franchise_enabled\": true,\n    \"exclude_category\": [],\n    \"image\": [\n      \"standard\",\n      \"substandard\",\n      \"default\"\n    ],\n    \"company_store\": []\n  },\n  \"authentication\": {\n    \"required\": true,\n    \"provider\": \"fynd\"\n  },\n  \"article_assignment\": {\n    \"rules\": {\n      \"store_priority\": {\n        \"enabled\": false,\n        \"storetype_order\": []\n      }\n    },\n    \"post_order_reassignment\": true\n  },\n  \"search\": {\n    \"query_suggestions\": {\n      \"enabled\": false,\n      \"max_limit\": 10\n    },\n    \"fst_identification\": {\n      \"enabled\": false\n    },\n    \"skg_identification\": {\n      \"enabled\": true\n    }\n  },\n  \"reward_points\": {\n    \"credit\": {\n      \"enabled\": true\n    },\n    \"debit\": {\n      \"enabled\": true,\n      \"auto_apply\": false,\n      \"strategy_channel\": \"rewards\"\n    }\n  },\n  \"cart\": {\n    \"delivery_charges\": {\n      \"enabled\": true\n    },\n    \"charges\": [\n      {\n        \"threshold\": 1000,\n        \"charges\": 49\n      },\n      {\n        \"threshold\": 200000,\n        \"charges\": 79\n      }\n    ],\n    \"international_delivery_charges\": {\n      \"enabled\": true,\n      \"charges\": [\n        {\n          \"threshold\": 1000,\n          \"charges\": 49\n        },\n        {\n          \"threshold\": 200000,\n          \"charges\": 79\n        }\n      ]\n    },\n    \"enabled\": true,\n    \"max_cart_items\": 0,\n    \"min_cart_value\": 120,\n    \"bulk_coupons\": true,\n    \"revenue_engine_coupon\": false\n  },\n  \"payment\": {\n    \"callback_url\": {\n      \"app\": \"\",\n      \"web\": \"\"\n    },\n    \"methods\": {\n      \"pl\": {\n        \"enabled\": true\n      },\n      \"card\": {\n        \"enabled\": true\n      },\n      \"nb\": {\n        \"enabled\": true\n      },\n      \"wl\": {\n        \"enabled\": true\n      },\n      \"ps\": {\n        \"enabled\": true\n      },\n      \"upi\": {\n        \"enabled\": true\n      },\n      \"qr\": {\n        \"enabled\": true\n      },\n      \"cod\": {\n        \"enabled\": true\n      },\n      \"pp\": {\n        \"enabled\": true\n      },\n      \"jp\": {\n        \"enabled\": false\n      },\n      \"pac\": {\n        \"enabled\": false\n      },\n      \"fc\": {\n        \"enabled\": false\n      },\n      \"jiopp\": {\n        \"enabled\": false\n      },\n      \"stripepg\": {\n        \"enabled\": true\n      },\n      \"juspaypg\": {\n        \"enabled\": false\n      },\n      \"payubizpg\": {\n        \"enabled\": true\n      },\n      \"payumoneypg\": {\n        \"enabled\": true\n      },\n      \"rupifipg\": {\n        \"enabled\": false\n      },\n      \"simpl\": {\n        \"enabled\": true\n      }\n    },\n    \"payment_selection_lock\": {\n      \"enabled\": false,\n      \"default_options\": \"\",\n      \"payment_identifier\": \"\"\n    },\n    \"mode_of_payment\": \"uniket_b2b\",\n    \"source\": \"uniket\",\n    \"enabled\": true,\n    \"cod_amount_limit\": 100000,\n    \"cod_charges\": 1500\n  },\n  \"order\": {\n    \"enabled\": true,\n    \"force_reassignment\": false\n  },\n  \"logistics\": {\n    \"logistics_by_seller\": false,\n    \"serviceability_check\": true,\n    \"same_day_delivery\": true,\n    \"dp_assignment\": true\n  },\n  \"business\": \"retail\",\n  \"comms_enabled\": true,\n  \"communication\": {\n    \"email\": {\n      \"enabled\": false\n    },\n    \"sms\": {\n      \"enabled\": false\n    },\n    \"voice\": {\n      \"enabled\": false\n    }\n  },\n  \"platforms\": [\n    \"uniket_wholesale\"\n  ],\n  \"_id\": \"5e04c76b8dd8c003577fdd0a\",\n  \"loyalty_points\": {\n    \"enabled\": true,\n    \"auto_apply\": false\n  },\n  \"app\": \"000000000000000000000001\",\n  \"created_at\": \"2019-12-26t14:44:59.835z\",\n  \"modified_at\": \"2021-03-09t15:40:29.208z\",\n  \"__v\": 3,\n  \"modified_by\": \"5e199eed98cfe16dc61385de\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "6c7df0e4-1681-4757-b1c9-792992681729",
                "name": "Not found",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "configuration",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "configuration"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application (sales channel website) created within a business account"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Configuration not found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "599c822e-f18a-402f-89a8-b99c7d80a329",
            "name": "getDomains | List  domains",
            "request": {
              "name": "getDomains | List  domains",
              "description": {
                "content": "Retrieve a list of existing domains by its sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "configuration",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "domain"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "0ba85bc2-3756-4cae-af05-67cebfdee0f7",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "configuration",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "domain"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application (sales channel website) created within a business account"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"domains\": [\n    {\n      \"_id\": \"5eb1177748312a3bd55d0f1e\",\n      \"verified\": true,\n      \"name\": \"uniket.hostfynd.dev\",\n      \"is_primary\": true,\n      \"is_shortlink\": false,\n      \"is_predefined\": true\n    },\n    {\n      \"verified\": true,\n      \"is_primary\": false,\n      \"is_shortlink\": true,\n      \"_id\": \"5f0858c5f86e00cd42dccc8d\",\n      \"name\": \"jd.hostfynd.dev\",\n      \"is_predefined\": true\n    },\n    {\n      \"verified\": true,\n      \"is_primary\": false,\n      \"is_shortlink\": false,\n      \"_id\": \"6048497e87f5730423149190\",\n      \"name\": \"testdm.hostfynd.dev\",\n      \"is_predefined\": true\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "8d75f818-3834-42dc-80e4-aedff642478f",
            "name": "getCurrencies | List currencies",
            "request": {
              "name": "getCurrencies | List currencies",
              "description": {
                "content": "Retrieve a list of available currencies.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "configuration",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "currencies"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "8f11a977-9fe6-4456-9898-2e247a26feeb",
                "name": "Currencies Success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "configuration",
                      "v1.0",
                      "company",
                      ":company_id",
                      "currencies"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"_id\": \"5ec75d11f7bfb54d798f3516\",\n      \"is_active\": true,\n      \"name\": \"United States Dollar\",\n      \"code\": \"USD\",\n      \"created_at\": \"2020-05-22T05:03:13.354Z\",\n      \"updated_at\": \"2020-06-05T09:12:04.248Z\",\n      \"decimal_digits\": 2,\n      \"symbol\": \"$\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "18c2e247-4db9-422e-8e61-ce2ae4437244",
            "name": "getCurrencyExchangeRates | Get currency exchange rates",
            "request": {
              "name": "getCurrencyExchangeRates | Get currency exchange rates",
              "description": {
                "content": "Retrieve a list of currency exchange rates, relative to a provided currency.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "configuration",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "currency-exchange"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "currency_code",
                    "value": "INR",
                    "description": "The 3-letter ISO 4217 code representing the base currency for the exchange rates.  Defaults to \"INR\" if not specified."
                  },
                  {
                    "disabled": false,
                    "key": "exchange_currency_code",
                    "value": "<string>",
                    "description": "A 3-letter ISO 4217 currency code for which exchange rates against the base currency are requested."
                  },
                  {
                    "disabled": false,
                    "key": "exchange_country_code",
                    "value": "<string>",
                    "description": "The country code for which exchange rates against the base currency are requested."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "9ff39473-1b26-4773-a9dd-a25d5b25b109",
                "name": "Successful response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "configuration",
                      "v2.0",
                      "company",
                      ":company_id",
                      "currency-exchange"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "currency_code",
                        "value": "INR"
                      },
                      {
                        "key": "exchange_currency_code",
                        "value": "AED"
                      },
                      {
                        "key": "exchange_country_code",
                        "value": "AE"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"base\": \"USD\",\n  \"ttl_seconds\": 311,\n  \"items\": [\n    {\n      \"currency_code\": \"AED\",\n      \"rate\": 3.672955,\n      \"country_code\": \"AE\",\n      \"subunit\": \"Fils\",\n      \"country_name\": \"United Arab Emirates\",\n      \"decimal_digits\": 2,\n      \"symbol\": \"AED\"\n    }\n  ],\n  \"total\": 1\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "60e7ac8a-8511-4543-8a6b-650ce81be5af",
                "name": "Validation Error",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "configuration",
                      "v2.0",
                      "company",
                      ":company_id",
                      "currency-exchange"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "currency_code",
                        "value": "INR"
                      },
                      {
                        "key": "exchange_currency_code",
                        "value": "AED"
                      },
                      {
                        "key": "exchange_country_code",
                        "value": "AE"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                "code": 422,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid base currency 123e\",\n  \"field\": \"currency_code\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      },
      {
        "id": "2fcbfccd-5217-453e-a966-e3e6c67c9a70",
        "name": "Content",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "84670c74-7ab8-4516-8946-443eec5b6946",
            "name": "createBlog | Create blog",
            "request": {
              "name": "createBlog | Create blog",
              "description": {
                "content": "Generate and add a new blog.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "blogs",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"application\": \"<string>\",\n  \"_custom_json\": {\n    \"qui_b26\": false,\n    \"in0\": true,\n    \"ut24_\": 66133215.61905107\n  },\n  \"author\": {\n    \"designation\": \"<string>\",\n    \"id\": \"<string>\",\n    \"name\": \"<string>\"\n  },\n  \"content\": [\n    {\n      \"type\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"type\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ],\n  \"feature_image\": {\n    \"aspect_ratio\": \"<string>\",\n    \"id\": \"<string>\",\n    \"secure_url\": \"<string>\"\n  },\n  \"published\": \"<boolean>\",\n  \"reading_time\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"title\": \"<string>\",\n  \"seo\": {\n    \"description\": \"<string>\",\n    \"image\": {\n      \"url\": \"<string>\"\n    },\n    \"title\": \"<string>\",\n    \"meta_tags\": [\n      {\n        \"title\": \"<string>\",\n        \"items\": [\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        ]\n      },\n      {\n        \"title\": \"<string>\",\n        \"items\": [\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        ]\n      }\n    ],\n    \"sitemap\": {\n      \"priority\": \"<number>\",\n      \"frequency\": \"<string>\"\n    },\n    \"breadcrumb\": [\n      {\n        \"url\": \"<string>\",\n        \"action\": {\n          \"type\": \"<string>\",\n          \"page\": {\n            \"type\": \"<string>\",\n            \"params\": {\n              \"culpa_f9\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"mollita\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"query\": {\n              \"Ut9\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"in_ca\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"url\": \"<string>\"\n          },\n          \"popup\": {\n            \"type\": \"<string>\",\n            \"params\": {\n              \"magna_d77\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"query\": {\n              \"irure_1e7\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"id34\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"url\": \"<string>\"\n          }\n        }\n      },\n      {\n        \"url\": \"<string>\",\n        \"action\": {\n          \"type\": \"<string>\",\n          \"page\": {\n            \"type\": \"<string>\",\n            \"params\": {\n              \"ut_fb\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"laboris_d2\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"query\": {\n              \"incididunt_f\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"eiusmod0\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"url\": \"<string>\"\n          },\n          \"popup\": {\n            \"type\": \"<string>\",\n            \"params\": {\n              \"nisi15b\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"query\": {\n              \"fugiat_6\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"url\": \"<string>\"\n          }\n        }\n      }\n    ],\n    \"canonical_url\": \"<string>\"\n  },\n  \"summary\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "2b83babd-845f-4186-8482-7b47f367f909",
                "name": "Success. Refer `BlogSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "blogs",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"title\": \"Art of a Nature\",\n  \"slug\": \"art-of-nature\",\n  \"feature_image\": {\n    \"secure_url\": \"https://google.com/feature-image-url\"\n  },\n  \"content\": [\n    {\n      \"type\": \"html\",\n      \"value\": \"<p>hey there!</p>\"\n    }\n  ],\n  \"seo\": {\n    \"title\": \"my first blog\",\n    \"description\": \"hey this is my first blog\",\n    \"image\": {\n      \"url\": \"\"\n    }\n  },\n  \"published\": true,\n  \"type\": \"html\",\n  \"tags\": [\n    \"art\"\n  ],\n  \"summary\": \"Blogs summary text\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"5eaa451a21a4dd75f0fd96c5\",\n  \"application\": \"5d3ebd89f540e7506b8b3548\",\n  \"tags\": [\n    \"abhinav\"\n  ],\n  \"title\": \"my first blog\",\n  \"slug\": \"1st_blog\",\n  \"feature_image\": {\n    \"secure_url\": \"https://google.com\"\n  },\n  \"content\": [\n    {\n      \"type\": \"html\",\n      \"value\": \"<p>hey there!</p>\"\n    }\n  ],\n  \"published\": true,\n  \"author\": {\n    \"name\": \"Fynd App\"\n  },\n  \"date_meta\": {\n    \"created_on\": \"2021-03-14T06:49:03.945Z\",\n    \"modified_on\": \"2021-03-14T06:49:03.945Z\"\n  },\n  \"summary\": \"Blogs summary text\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d5a6809e-51d1-438c-974c-7351a3b00603",
            "name": "getBlogs | List blogs",
            "request": {
              "name": "getBlogs | List blogs",
              "description": {
                "content": "List all blogs",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "blogs",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "The page number to navigate through the given set of results. Default value is 1."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10",
                    "description": "The number of items to retrieve in each page. Default value is 10."
                  },
                  {
                    "disabled": false,
                    "key": "tags",
                    "value": "<string>",
                    "description": "Blogs retrieve based on the list of tags passed."
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Blogs retrieve based on the title or slug passed."
                  },
                  {
                    "disabled": false,
                    "key": "slug",
                    "value": "<string>",
                    "description": "Blogs retrieve based on the slug passed."
                  },
                  {
                    "disabled": false,
                    "key": "title",
                    "value": "<string>",
                    "description": "Blogs retrieve based on the title passed."
                  },
                  {
                    "disabled": false,
                    "key": "status",
                    "value": "<string>",
                    "description": "Blogs retrieve based on the status passed."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "b6e702a5-be20-442f-b707-c23340f28b68",
                "name": "Success. Refer `BlogGetDetails` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "blogs",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "tags",
                        "value": "<string>"
                      },
                      {
                        "key": "q",
                        "value": "<string>"
                      },
                      {
                        "key": "slug",
                        "value": "<string>"
                      },
                      {
                        "key": "title",
                        "value": "<string>"
                      },
                      {
                        "key": "status",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"date_meta\": {\n        \"created_on\": \"2021-03-14T06:49:03.945Z\",\n        \"modified_on\": \"2021-03-14T06:49:03.945Z\"\n      },\n      \"tags\": [],\n      \"_id\": \"604db275b3ae202873964d94\",\n      \"content\": [\n        {\n          \"type\": \"html\",\n          \"value\": \"<p>test abhinav</p>\"\n        }\n      ],\n      \"title\": \"1st Blog\",\n      \"slug\": \"1st-blog\",\n      \"published\": true,\n      \"feature_image\": {\n        \"secure_url\": \"\"\n      },\n      \"application\": \"000000000000000000000001\",\n      \"author\": {\n        \"name\": \"Fynd App\"\n      },\n      \"summary\": \"Blogs summary text\"\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"current\": 1,\n    \"size\": 1,\n    \"item_total\": 2,\n    \"has_next\": true\n  },\n  \"filters\": {\n    \"tags\": [\n      \"gaming\",\n      \"fashion\",\n      \"pop culture\",\n      \"travelling\"\n    ]\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "8e914b04-4bee-4560-816c-64ca5437fcb4",
            "name": "updateBlog | Update a blog",
            "request": {
              "name": "updateBlog | Update a blog",
              "description": {
                "content": "Modify the content and settings of a specific blog.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "blogs",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) ID allotted to the blog."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"application\": \"<string>\",\n  \"_custom_json\": {\n    \"quisb29\": -94512815\n  },\n  \"author\": {\n    \"designation\": \"<string>\",\n    \"id\": \"<string>\",\n    \"name\": \"<string>\"\n  },\n  \"content\": [\n    {\n      \"type\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"type\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ],\n  \"feature_image\": {\n    \"aspect_ratio\": \"<string>\",\n    \"id\": \"<string>\",\n    \"secure_url\": \"<string>\"\n  },\n  \"published\": \"<boolean>\",\n  \"reading_time\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"title\": \"<string>\",\n  \"seo\": {\n    \"description\": \"<string>\",\n    \"image\": {\n      \"url\": \"<string>\"\n    },\n    \"title\": \"<string>\",\n    \"meta_tags\": [\n      {\n        \"title\": \"<string>\",\n        \"items\": [\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        ]\n      },\n      {\n        \"title\": \"<string>\",\n        \"items\": [\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        ]\n      }\n    ],\n    \"sitemap\": {\n      \"priority\": \"<number>\",\n      \"frequency\": \"<string>\"\n    },\n    \"breadcrumb\": [\n      {\n        \"url\": \"<string>\",\n        \"action\": {\n          \"type\": \"<string>\",\n          \"page\": {\n            \"type\": \"<string>\",\n            \"params\": {\n              \"velit_0b\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"query\": {\n              \"Ut__\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"voluptate57\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"url\": \"<string>\"\n          },\n          \"popup\": {\n            \"type\": \"<string>\",\n            \"params\": {\n              \"irurec1\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"query\": {\n              \"ullamco_4\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"tempor_d7_\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"url\": \"<string>\"\n          }\n        }\n      },\n      {\n        \"url\": \"<string>\",\n        \"action\": {\n          \"type\": \"<string>\",\n          \"page\": {\n            \"type\": \"<string>\",\n            \"params\": {\n              \"veniam_a\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"anim8\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"query\": {\n              \"ex6\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"dolore_3f\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"url\": \"<string>\"\n          },\n          \"popup\": {\n            \"type\": \"<string>\",\n            \"params\": {\n              \"consequat_2e8\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"nisia2\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"query\": {\n              \"irure_71e\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"sit_9\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"url\": \"<string>\"\n          }\n        }\n      }\n    ],\n    \"canonical_url\": \"<string>\"\n  },\n  \"summary\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "5ec3f354-f803-4579-8569-ae017b16393a",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "blogs",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) ID allotted to the blog."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"title\": \"Art of a Nature\",\n  \"slug\": \"art-of-nature\",\n  \"feature_image\": {\n    \"secure_url\": \"https://google.com/feature-image-url\"\n  },\n  \"content\": [\n    {\n      \"type\": \"html\",\n      \"value\": \"<p>hey there!</p>\"\n    }\n  ],\n  \"seo\": {\n    \"title\": \"my first blog\",\n    \"description\": \"hey this is my first blog\",\n    \"image\": {\n      \"url\": \"\"\n    }\n  },\n  \"published\": true,\n  \"type\": \"html\",\n  \"tags\": [\n    \"art\"\n  ],\n  \"summary\": \"Blogs summary text\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"5eaa451a21a4dd75f0fd96c5\",\n  \"application\": \"5d3ebd89f540e7506b8b3548\",\n  \"tags\": [\n    \"abhinav\"\n  ],\n  \"title\": \"my first blog\",\n  \"slug\": \"1st_blog\",\n  \"feature_image\": {\n    \"secure_url\": \"https://google.com\"\n  },\n  \"content\": [\n    {\n      \"type\": \"html\",\n      \"value\": \"<p>hey there!</p>\"\n    }\n  ],\n  \"published\": true,\n  \"author\": {\n    \"name\": \"Fynd App\"\n  },\n  \"date_meta\": {\n    \"created_on\": \"2021-03-14T06:49:03.945Z\",\n    \"modified_on\": \"2021-03-14T06:49:03.945Z\"\n  },\n  \"summary\": \"Blogs summary text\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "01cd8f3d-8d68-4bb5-9a52-dde87ac3c701",
            "name": "deleteBlog | Delete a blog",
            "request": {
              "name": "deleteBlog | Delete a blog",
              "description": {
                "content": "Remove a specific blog.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "blogs",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) ID allotted to the blog."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "608d7d43-f081-41f0-8dd2-a7a68139f5f2",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "blogs",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) ID allotted to the blog."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"5eaa451a21a4dd75f0fd96c5\",\n  \"application\": \"5d3ebd89f540e7506b8b3548\",\n  \"tags\": [\n    \"abhinav\"\n  ],\n  \"title\": \"my first blog\",\n  \"slug\": \"1st_blog\",\n  \"feature_image\": {\n    \"secure_url\": \"https://google.com\"\n  },\n  \"content\": [\n    {\n      \"type\": \"html\",\n      \"value\": \"<p>hey there!</p>\"\n    }\n  ],\n  \"published\": true,\n  \"author\": {\n    \"name\": \"Fynd App\"\n  },\n  \"date_meta\": {\n    \"created_on\": \"2021-03-14T06:49:03.945Z\",\n    \"modified_on\": \"2021-03-14T06:49:03.945Z\"\n  },\n  \"summary\": \"Blogs summary text\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e16e1d0b-181a-4c1c-96ae-0c0fc9cb6aa0",
            "name": "getFaqCategories | List FAQ Categories",
            "request": {
              "name": "getFaqCategories | List FAQ Categories",
              "description": {
                "content": "List all FAQ Categories",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "faq",
                  "categories"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "9ee65525-7241-4c61-a63b-a86f01193d34",
                "name": "Success. Refer `GetFaqCategoriesSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "faq",
                      "categories"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"categories\": [\n    {\n      \"index\": 0,\n      \"children\": [\n        \"6026426ae507768b168dee4b\"\n      ],\n      \"title\": \"Test\",\n      \"_id\": \"60263f80c83c1f89f2863a8a\",\n      \"slug\": \"test\",\n      \"application\": \"000000000000000000000001\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "384d57cb-8d60-40c2-a2e3-ea4b18aae46e",
            "name": "getFaqCategoryBySlugOrId | Get FAQ category",
            "request": {
              "name": "getFaqCategoryBySlugOrId | Get FAQ category",
              "description": {
                "content": "Get detailed information about a specific FAQ category",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "faq",
                  "category",
                  ":id_or_slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id_or_slug",
                    "description": "(Required) ID or the slug allotted to an FAQ category. Slug is a short, human-readable, URL-friendly identifier of an object. You can get slug value of an FAQ category from `getFaqCategories` API."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "597d66f5-4242-419a-a05a-38160096ca82",
                "name": "Success. Refer `GetFaqCategoryBySlugSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "faq",
                      "category",
                      ":id_or_slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id_or_slug",
                        "description": "(Required) ID or the slug allotted to an FAQ category. Slug is a short, human-readable, URL-friendly identifier of an object. You can get slug value of an FAQ category from `getFaqCategories` API."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"category\": {\n    \"index\": 0,\n    \"children\": [\n      {\n        \"_id\": \"6026426ae507768b168dee4b\",\n        \"question\": \"question 1\",\n        \"answer\": \"answer 1\",\n        \"slug\": \"question-1\",\n        \"application\": \"000000000000000000000001\"\n      }\n    ],\n    \"_id\": \"60263f80c83c1f89f2863a8a\",\n    \"slug\": \"test\",\n    \"title\": \"Test\",\n    \"application\": \"000000000000000000000001\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "a00b6e85-db06-441c-8f87-10bb3b238f0c",
            "name": "createFaqCategory | Create FAQ Category",
            "request": {
              "name": "createFaqCategory | Create FAQ Category",
              "description": {
                "content": "Generate and add a new FAQ category.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "faq",
                  "category"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"category\": {\n    \"slug\": \"<string>\",\n    \"title\": \"<string>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "4c126c89-7e38-4c35-a6a0-62a5f08ed5eb",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "faq",
                      "category"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"category\": {\n    \"slug\": \"test\",\n    \"title\": \"Test\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"category\": {\n    \"index\": 0,\n    \"children\": [],\n    \"_id\": \"60263f80c83c1f89f2863a8a\",\n    \"slug\": \"test\",\n    \"application\": \"000000000000000000000001\",\n    \"title\": \"Test\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b75ac5b9-e357-458c-b238-5be6358d1752",
            "name": "updateFaqCategory | Update FAQ category",
            "request": {
              "name": "updateFaqCategory | Update FAQ category",
              "description": {
                "content": "Modify the content and settings of a specific FAQ category.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "faq",
                  "category",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) ID allotted to an FAQ category."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"category\": {\n    \"index\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"description\": \"<string>\",\n    \"children\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"_id\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"application\": \"<string>\",\n    \"icon_url\": \"<string>\",\n    \"_custom_json\": {\n      \"mollit__\": 98353278.28594506\n    }\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "e3b65d9d-01e8-44ea-8f1d-dd61d3871b7b",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "faq",
                      "category",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) ID allotted to an FAQ category."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"category\": {\n    \"index\": 0,\n    \"title\": \"Test Updated\",\n    \"children\": [],\n    \"_id\": \"60263f80c83c1f89f2863a8a\",\n    \"slug\": \"test\",\n    \"application\": \"000000000000000000000001\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"category\": {\n    \"index\": 0,\n    \"children\": [],\n    \"_id\": \"60263f80c83c1f89f2863a8a\",\n    \"title\": \"Test Updated\",\n    \"slug\": \"test\",\n    \"application\": \"000000000000000000000001\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "895ad90e-65a0-4afa-9eb7-152d95a3acbd",
            "name": "deleteFaqCategory | Delete FAQ category",
            "request": {
              "name": "deleteFaqCategory | Delete FAQ category",
              "description": {
                "content": "Remove a specific FAQ category.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "faq",
                  "category",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) ID allotted to an FAQ category."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "ab3febcf-0a13-414f-8503-e2a072b1a167",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "faq",
                      "category",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) ID allotted to an FAQ category."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"category\": {\n    \"index\": 0,\n    \"children\": [],\n    \"_id\": \"60263f80c83c1f89f2863a8a\",\n    \"slug\": \"test\",\n    \"title\": \"Test\",\n    \"application\": \"000000000000000000000001\",\n    \"__v\": 2\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "2236d158-b552-4a64-b3aa-790c32529193",
            "name": "getFaqsByCategoryIdOrSlug | List FAQs",
            "request": {
              "name": "getFaqsByCategoryIdOrSlug | List FAQs",
              "description": {
                "content": "Retrieve a list of FAQs within a specific category.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "faq",
                  "category",
                  ":id_or_slug",
                  "faqs"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id_or_slug",
                    "description": "(Required) ID or the slug allotted to an FAQ category. Slug is a short, human-readable, URL-friendly identifier of an object. You can get slug value of an FAQ category from `getFaqCategories` API."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "5fd26c94-da3b-409e-a0ba-7d36fca57326",
                "name": "Success. Refer `GetFaqSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "faq",
                      "category",
                      ":id_or_slug",
                      "faqs"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id_or_slug",
                        "description": "(Required) ID or the slug allotted to an FAQ category. Slug is a short, human-readable, URL-friendly identifier of an object. You can get slug value of an FAQ category from `getFaqCategories` API."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"faqs\": [\n    {\n      \"_id\": \"60265b64e507768b168dee4d\",\n      \"question\": \"question 1\",\n      \"answer\": \"answer 1\",\n      \"slug\": \"question-1\",\n      \"application\": \"000000000000000000000001\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "c00c0f83-5c5d-498d-ba18-fee3884d9c8d",
            "name": "addFaq | Create FAQ",
            "request": {
              "name": "addFaq | Create FAQ",
              "description": {
                "content": "Create and add a new FAQ.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "faq",
                  "category",
                  ":category_id",
                  "faq"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "category_id",
                    "description": "(Required) ID allotted to an FAQ category."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"faq\": {\n    \"slug\": \"<string>\",\n    \"question\": \"<string>\",\n    \"answer\": \"<string>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "3824441c-5db1-4652-b428-fe72113540b3",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "faq",
                      "category",
                      ":category_id",
                      "faq"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "category_id",
                        "description": "(Required) ID allotted to an FAQ category."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"faq\": {\n    \"question\": \"question 1\",\n    \"answer\": \"answer 1\",\n    \"slug\": \"question-1\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"faq\": {\n    \"_id\": \"60265b64e507768b168dee4d\",\n    \"question\": \"question 1\",\n    \"answer\": \"answer 1\",\n    \"slug\": \"question-1\",\n    \"application\": \"000000000000000000000001\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "1a70af81-345c-451b-90e1-53347846a77b",
            "name": "updateFaq | Update FAQ",
            "request": {
              "name": "updateFaq | Update FAQ",
              "description": {
                "content": "Modify the content and settings of a specific FAQ.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "faq",
                  "category",
                  ":category_id",
                  "faq",
                  ":faq_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "category_id",
                    "description": "(Required) ID allotted to an FAQ category."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "faq_id",
                    "description": "(Required) ID allotted to an FAQ."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"faq\": {\n    \"slug\": \"<string>\",\n    \"question\": \"<string>\",\n    \"answer\": \"<string>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "ec726ab3-9b82-44d4-bc95-056968679086",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "faq",
                      "category",
                      ":category_id",
                      "faq",
                      ":faq_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "category_id",
                        "description": "(Required) ID allotted to an FAQ category."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "faq_id",
                        "description": "(Required) ID allotted to an FAQ."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"faq\": {\n    \"question\": \"question 1 updated\",\n    \"answer\": \"answer 1\",\n    \"slug\": \"question-1\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"faq\": {\n    \"_id\": \"60265b64e507768b168dee4d\",\n    \"question\": \"question 1 updated\",\n    \"answer\": \"answer 1\",\n    \"slug\": \"question-1\",\n    \"application\": \"000000000000000000000001\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "f54f0a66-784a-4b8b-a179-e9fa155a64a0",
            "name": "deleteFaq | Delete FAQ",
            "request": {
              "name": "deleteFaq | Delete FAQ",
              "description": {
                "content": "Remove a specific FAQ.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "faq",
                  "category",
                  ":category_id",
                  "faq",
                  ":faq_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "category_id",
                    "description": "(Required) ID allotted to an FAQ category."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "faq_id",
                    "description": "(Required) ID allotted to an FAQ."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "4eb43820-1051-4c8a-8ad3-1b81538f9ff0",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "faq",
                      "category",
                      ":category_id",
                      "faq",
                      ":faq_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "category_id",
                        "description": "(Required) ID allotted to an FAQ category."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "faq_id",
                        "description": "(Required) ID allotted to an FAQ."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"faq\": {\n    \"_id\": \"60265b64e507768b168dee4d\",\n    \"question\": \"question 1 updated\",\n    \"answer\": \"answer 1\",\n    \"slug\": \"question-1\",\n    \"application\": \"000000000000000000000001\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b8539c6b-0f7b-4aa1-8838-ccf99b83c47e",
            "name": "getFaqByIdOrSlug | Get FAQ or slug",
            "request": {
              "name": "getFaqByIdOrSlug | Get FAQ or slug",
              "description": {
                "content": "Get detailed information about a specific FAQ",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "faq",
                  ":id_or_slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id_or_slug",
                    "description": "(Required) ID or the slug allotted to an FAQ category. Slug is a short, human-readable, URL-friendly identifier of an object. You can get slug value of an FAQ category from `getFaqCategories` API."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "f07fe500-1ed0-4ed8-88e7-d4f412264e9d",
                "name": "Success. Refer `CreateFaqResponseSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "faq",
                      ":id_or_slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id_or_slug",
                        "description": "(Required) ID or the slug allotted to an FAQ category. Slug is a short, human-readable, URL-friendly identifier of an object. You can get slug value of an FAQ category from `getFaqCategories` API."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"faq\": {\n    \"_id\": \"60265b64e507768b168dee4d\",\n    \"question\": \"question 1\",\n    \"answer\": \"answer 1\",\n    \"slug\": \"question-1\",\n    \"application\": \"000000000000000000000001\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "bb0a6f7c-65c6-47c1-a62f-30906dc4dcd1",
            "name": "generateSEOTitle | Generate SEO title",
            "request": {
              "name": "generateSEOTitle | Generate SEO title",
              "description": {
                "content": "Create an SEO-friendly title for content.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "generate-seo",
                  ":type"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "type",
                    "description": "(Required) String representing the type of SEO content to be generated. Possible values are: title, description"
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"text\": \"<string>\",\n  \"existing_text\": \"<string>\",\n  \"keywords\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"type\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "b6c666a9-b845-4af0-9c2e-b50ec3c21946",
                "name": "Returns the generated SEO title",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "generate-seo",
                      ":type"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "type",
                        "description": "(Required) String representing the type of SEO content to be generated. Possible values are: title, description"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"text\": \"<string>\",\n  \"existing_text\": \"<string>\",\n  \"keywords\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"type\": \"<string>\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"title\": \"SEO Title example\",\n  \"description\": \"SEO Description example\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5408991e-b27e-4c7a-a212-1840b9928136",
            "name": "getLandingPages | Get landing pages",
            "request": {
              "name": "getLandingPages | Get landing pages",
              "description": {
                "content": "Lists a list landing pages as per device types",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "landing-page",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "The page number to navigate through the given set of results. Default value is 1."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10",
                    "description": "The number of items to retrieve in each page. Default value is 10."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "341c1e8e-efb4-497f-bf7c-ed6fc049dc0a",
                "name": "Success. Refer `LandingPageGetDetails` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "landing-page",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"date_meta\": {\n        \"created_on\": \"2021-03-12T09:26:12.157Z\",\n        \"modified_on\": \"2021-03-12T09:26:12.157Z\"\n      },\n      \"platform\": [\n        \"android\"\n      ],\n      \"_id\": \"604b342e29f19310d8ae9743\",\n      \"slug\": \"landing-page-default-2\",\n      \"action\": {\n        \"page\": {\n          \"type\": \"default\"\n        },\n        \"popup\": {},\n        \"type\": \"page\"\n      },\n      \"application\": \"5cd3db5e9d692cfe5302a7bb\",\n      \"archived\": false,\n      \"_custom_json\": {},\n      \"__v\": 0\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"current\": 1,\n    \"size\": 1,\n    \"item_total\": 2,\n    \"has_next\": true\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "a454aeaa-09a9-4dc2-82b3-bad4f3942b51",
            "name": "createLandingPage | Create landing page",
            "request": {
              "name": "createLandingPage | Create landing page",
              "description": {
                "content": "Generate and add a new landing page.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "landing-page",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"slug\": \"<string>\",\n  \"action\": {\n    \"type\": \"<string>\",\n    \"page\": {\n      \"type\": \"<string>\",\n      \"params\": {\n        \"ut98\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"exercitation_65\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"proident_3\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"ipsum_788\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"query\": {\n        \"officia9\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"eiusmod5\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"enim9\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"dolor0\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"url\": \"<string>\"\n    },\n    \"popup\": {\n      \"type\": \"<string>\",\n      \"params\": {\n        \"mollit0f\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"sit3\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"do54\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"eu_a\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"query\": {\n        \"sit48\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"url\": \"<string>\"\n    }\n  },\n  \"platform\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"created_by\": {\n    \"name\": \"<string>\",\n    \"user_id\": \"<string>\"\n  },\n  \"date_meta\": {\n    \"created_on\": \"<dateTime>\",\n    \"modified_on\": \"<dateTime>\"\n  },\n  \"_id\": \"<string>\",\n  \"application\": \"<string>\",\n  \"archived\": \"<boolean>\",\n  \"_custom_json\": {\n    \"aliqua_89f\": -18836466,\n    \"adipisicing_293\": 7940319,\n    \"sed_1\": -48465206\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "4153af49-8d30-4c75-8cb9-b9b46b282b33",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "landing-page",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"slug\": \"pnc-landing\",\n  \"action\": {\n    \"page\": {\n      \"type\": \"home\"\n    },\n    \"popup\": {},\n    \"type\": \"page\"\n  },\n  \"platform\": [\n    \"web\"\n  ],\n  \"_custom_json\": {}\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"5eaa451a21a4dd75f0fd96c5\",\n  \"application\": \"5d3ebd89f540e7506b8b3548\",\n  \"_custom_json\": {},\n  \"slug\": \"pnc-landing\",\n  \"action\": {\n    \"page\": {\n      \"type\": \"home\"\n    },\n    \"popup\": {},\n    \"type\": \"page\"\n  },\n  \"platform\": [\n    \"web\"\n  ],\n  \"created_by\": {\n    \"id\": \"000000000000000000000000\"\n  },\n  \"date_meta\": {\n    \"created_on\": \"2020-04-30T03:25:14.549Z\",\n    \"modified_on\": \"2020-04-30T03:25:14.549Z\"\n  },\n  \"archived\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "69de68c1-2953-4096-ae38-c5d642f20478",
            "name": "updateLandingPage | Update landing page",
            "request": {
              "name": "updateLandingPage | Update landing page",
              "description": {
                "content": "Modify the content and settings of a specific landing page.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "landing-page",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) ID allotted to a landing page."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"slug\": \"<string>\",\n  \"action\": {\n    \"type\": \"<string>\",\n    \"page\": {\n      \"type\": \"<string>\",\n      \"params\": {\n        \"aliquip_12\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"id_04d\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"officia07\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"query\": {\n        \"Lorem24\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"exercitation_dfc\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"url\": \"<string>\"\n    },\n    \"popup\": {\n      \"type\": \"<string>\",\n      \"params\": {\n        \"consectetur_e\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"query\": {\n        \"Excepteurc4\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"url\": \"<string>\"\n    }\n  },\n  \"platform\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"created_by\": {\n    \"name\": \"<string>\",\n    \"user_id\": \"<string>\"\n  },\n  \"date_meta\": {\n    \"created_on\": \"<dateTime>\",\n    \"modified_on\": \"<dateTime>\"\n  },\n  \"_id\": \"<string>\",\n  \"application\": \"<string>\",\n  \"archived\": \"<boolean>\",\n  \"_custom_json\": {\n    \"deserunt8\": -78707756\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "4caa0a1b-aa0c-4c51-b2d0-bbd6ff9e1c0f",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "landing-page",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) ID allotted to a landing page."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"_id\": \"5eaa451a21a4dd75f0fd96c5\",\n  \"application\": \"5d3ebd89f540e7506b8b3548\",\n  \"_custom_json\": {},\n  \"slug\": \"pnc-landing\",\n  \"action\": {\n    \"page\": {\n      \"type\": \"home\"\n    },\n    \"popup\": {},\n    \"type\": \"page\"\n  },\n  \"platform\": [\n    \"web\"\n  ],\n  \"created_by\": {\n    \"id\": \"000000000000000000000000\"\n  },\n  \"date_meta\": {\n    \"created_on\": \"2020-04-30T03:25:14.549Z\",\n    \"modified_on\": \"2020-04-30T03:25:14.549Z\"\n  },\n  \"archived\": false\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"5eaa451a21a4dd75f0fd96c5\",\n  \"application\": \"5d3ebd89f540e7506b8b3548\",\n  \"_custom_json\": {},\n  \"slug\": \"pnc-landing\",\n  \"action\": {\n    \"page\": {\n      \"type\": \"home\"\n    },\n    \"popup\": {},\n    \"type\": \"page\"\n  },\n  \"platform\": [\n    \"web\"\n  ],\n  \"created_by\": {\n    \"id\": \"000000000000000000000000\"\n  },\n  \"date_meta\": {\n    \"created_on\": \"2020-04-30T03:25:14.549Z\",\n    \"modified_on\": \"2020-04-30T03:25:14.549Z\"\n  },\n  \"archived\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "6abe5a8e-35a7-4aa1-95df-fd4d586474cd",
            "name": "deleteLandingPage | Delete landing page",
            "request": {
              "name": "deleteLandingPage | Delete landing page",
              "description": {
                "content": "Remove a specific landing page.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "landing-page",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) ID allotted to a landing page."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "b8d443b6-80d5-4c07-8553-786d5f4b1604",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "landing-page",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) ID allotted to a landing page."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"5eaa451a21a4dd75f0fd96c5\",\n  \"application\": \"5d3ebd89f540e7506b8b3548\",\n  \"_custom_json\": {},\n  \"slug\": \"pnc-landing\",\n  \"action\": {\n    \"page\": {\n      \"type\": \"home\"\n    },\n    \"popup\": {},\n    \"type\": \"page\"\n  },\n  \"platform\": [\n    \"web\"\n  ],\n  \"created_by\": {\n    \"id\": \"000000000000000000000000\"\n  },\n  \"date_meta\": {\n    \"created_on\": \"2020-04-30T03:25:14.549Z\",\n    \"modified_on\": \"2020-04-30T03:25:14.549Z\"\n  },\n  \"archived\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "837b6e5d-2c79-406f-90ec-64ebd6e98e3c",
            "name": "getLegalInformation | Get Legal Pages",
            "request": {
              "name": "getLegalInformation | Get Legal Pages",
              "description": {
                "content": "Get legal information and terms",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "legal"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "f8cafdd0-8476-43a8-b3a2-e5e564a9a0fb",
                "name": "Success. Refer `ApplicationLegal` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "legal"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"tnc\": \"**Terms and Conditions test**\",\n  \"policy\": \"**Privacy policy test**\",\n  \"shipping\": \"**Shipping term and conditions**\",\n  \"returns\": \"**Terms & conditions for returns **\",\n  \"_id\": \"5e8b2b96abe7dc94c02c9ac9\",\n  \"application\": \"000000000000000000000001\",\n  \"faq\": [\n    {\n      \"question\": \"New Question\",\n      \"answer\": \"New Answer\"\n    },\n    {\n      \"question\": \"New\",\n      \"answer\": \"sdfghjhg\"\n    },\n    {\n      \"question\": \"test\",\n      \"answer\": \"test\"\n    },\n    {\n      \"question\": \"New Test\",\n      \"answer\": \"New Test answer\"\n    },\n    {\n      \"question\": \"test\",\n      \"answer\": \"test\"\n    }\n  ],\n  \"created_at\": \"2020-04-06T13:16:06.818Z\",\n  \"updated_at\": \"2020-07-16T09:47:40.751Z\",\n  \"__v\": 260\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "592d4f4d-a9aa-4745-95ff-916157eb073d",
            "name": "updateLegalInformation | Update Legal Pages",
            "request": {
              "name": "updateLegalInformation | Update Legal Pages",
              "description": {
                "content": "Modify legal information and terms.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "legal"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"application\": \"<string>\",\n  \"tnc\": \"<string>\",\n  \"policy\": \"<string>\",\n  \"shipping\": \"<string>\",\n  \"returns\": \"<string>\",\n  \"faq\": [\n    {\n      \"question\": \"<string>\",\n      \"answer\": \"<string>\"\n    },\n    {\n      \"question\": \"<string>\",\n      \"answer\": \"<string>\"\n    }\n  ],\n  \"_id\": \"<string>\",\n  \"updated_at\": \"<dateTime>\",\n  \"created_at\": \"<dateTime>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "eef7488f-d181-4e58-9cfa-10849a768cb9",
                "name": "Success. Refer `ApplicationLegal` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "legal"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"tnc\": \"This is terms and condition\",\n  \"policy\": \"This is policy\",\n  \"faq\": [\n    {\n      \"question\": \"This is question\",\n      \"answer\": \"This is answer\"\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"tnc\": \"This is terms and condition\",\n  \"policy\": \"This is policy\",\n  \"faq\": [\n    {\n      \"question\": \"This is question\",\n      \"answer\": \"This is answer\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "27263ca4-097f-4c0d-863d-774de9d719ce",
            "name": "getNavigations | Get navigation items",
            "request": {
              "name": "getNavigations | Get navigation items",
              "description": {
                "content": "Retrieve a list of navigational elements.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "navigations",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "device_platform",
                    "value": "<string>",
                    "description": "(Required) Filter navigations by platform. Acceptable values are: web, android, ios, all"
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "The page number to navigate through the given set of results. Default value is 1."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10",
                    "description": "The number of items to retrieve in each page. Default value is 10."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "7bd61c7b-ac36-4fa9-bd5a-8bec79e85c50",
                "name": "Success. Refer `NavigationGetDetails` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "navigations",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "device_platform",
                        "value": "<string>"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"_id\": \"5ffbd9b90ac98678ae0458d7\",\n      \"application\": \"000000000000000000000001\",\n      \"_custom_json\": null,\n      \"name\": \"temp\",\n      \"slug\": \"temp\",\n      \"platform\": \"web\",\n      \"position\": \"top\",\n      \"orientation\": \"landscape\",\n      \"navigation\": [\n        {\n          \"display\": \"Home\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148153/production/system/icons/mystore-tab_y0dqzt.png\",\n          \"sort_order\": 1,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/\",\n              \"type\": \"home\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"tags\": {\n            \"type\": \"array\",\n            \"items\": {\n              \"type\": \"string\"\n            }\n          },\n          \"acl\": [\n            \"all\"\n          ],\n          \"_locale_language\": {\n            \"hi\": {\n              \"display\": \"\"\n            },\n            \"ar\": {\n              \"display\": \"\"\n            },\n            \"en_us\": {\n              \"display\": \"\"\n            }\n          },\n          \"sub_navigation\": [\n            {\n              \"display\": \"Brands\",\n              \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148153/production/system/icons/brands-tab_sfinpk.png\",\n              \"sort_order\": 1,\n              \"type\": \"\",\n              \"action\": {\n                \"page\": {\n                  \"url\": \"/brands/\",\n                  \"type\": \"brands\"\n                },\n                \"popup\": {},\n                \"type\": \"page\"\n              },\n              \"active\": true,\n              \"tags\": null,\n              \"acl\": [\n                \"all\"\n              ],\n              \"_locale_language\": {\n                \"hi\": {\n                  \"display\": \"\"\n                },\n                \"ar\": {\n                  \"display\": \"\"\n                },\n                \"en_us\": {\n                  \"display\": \"\"\n                }\n              }\n            }\n          ]\n        },\n        {\n          \"display\": \"Collections\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148153/production/system/icons/collections-tab_a0tg9c.png\",\n          \"sort_order\": 2,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/collections/\",\n              \"type\": \"collections\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"tags\": null,\n          \"acl\": [\n            \"all\"\n          ],\n          \"_locale_language\": {\n            \"hi\": {\n              \"display\": \"\"\n            },\n            \"ar\": {\n              \"display\": \"\"\n            },\n            \"en_us\": {\n              \"display\": \"\"\n            }\n          },\n          \"sub_navigation\": [\n            {\n              \"display\": \"Categories\",\n              \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148154/production/system/icons/categories-tab_ss8e0q.png\",\n              \"sort_order\": 1,\n              \"type\": \"\",\n              \"action\": {\n                \"page\": {\n                  \"url\": \"/categories/\",\n                  \"type\": \"categories\"\n                },\n                \"popup\": {},\n                \"type\": \"page\"\n              },\n              \"active\": true,\n              \"tags\": null,\n              \"acl\": [\n                \"all\"\n              ],\n              \"_locale_language\": {\n                \"hi\": {\n                  \"display\": \"\"\n                },\n                \"ar\": {\n                  \"display\": \"\"\n                },\n                \"en_us\": {\n                  \"display\": \"\"\n                }\n              }\n            }\n          ]\n        },\n        {\n          \"display\": \"Primary Menu\",\n          \"image\": \"\",\n          \"sort_order\": 3,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"type\": \"home\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"tags\": null,\n          \"acl\": [\n            \"all\"\n          ],\n          \"_locale_language\": {\n            \"hi\": {\n              \"display\": \"\"\n            },\n            \"ar\": {\n              \"display\": \"\"\n            },\n            \"en_us\": {\n              \"display\": \"\"\n            }\n          }\n        }\n      ],\n      \"created_by\": {\n        \"id\": \"000000000000000000000000\"\n      },\n      \"date_meta\": {\n        \"created_on\": \"2021-01-11T04:53:13.585Z\",\n        \"modified_on\": \"2021-01-14T10:24:34.485Z\"\n      }\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"current\": 1,\n    \"size\": 1,\n    \"item_total\": 2,\n    \"has_next\": true\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5997ec5f-1739-4039-8d01-eb47c86ca36d",
            "name": "createNavigation | Create navigation items",
            "request": {
              "name": "createNavigation | Create navigation items",
              "description": {
                "content": "Generate and add a new navigation element.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "navigations",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"platform\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"orientation\": {\n    \"portrait\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"landscape\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"navigation\": [\n    {\n      \"acl\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"_locale_language\": {\n        \"hi\": {\n          \"display\": \"<string>\"\n        },\n        \"ar\": {\n          \"display\": \"<string>\"\n        },\n        \"en_us\": {\n          \"display\": \"<string>\"\n        }\n      },\n      \"image\": \"<string>\",\n      \"type\": \"<string>\",\n      \"action\": {\n        \"type\": \"<string>\",\n        \"page\": {\n          \"type\": \"<string>\",\n          \"params\": {\n            \"quis3\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"ut_c9\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"query\": {\n            \"dolorc_\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"url\": \"<string>\"\n        },\n        \"popup\": {\n          \"type\": \"<string>\",\n          \"params\": {\n            \"Ut__9\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"query\": {\n            \"tempor_7a\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"url\": \"<string>\"\n        }\n      },\n      \"active\": \"<boolean>\",\n      \"display\": \"<string>\",\n      \"sort_order\": \"<integer>\",\n      \"schedule\": {\n        \"enabled\": \"<boolean>\",\n        \"cron\": \"<string>\",\n        \"start\": \"<dateTime>\",\n        \"end\": \"<dateTime>\"\n      },\n      \"sub_navigation\": [\n        {\n          \"value\": \"<Circular reference to #/components/schemas/NavigationReference detected>\"\n        },\n        {\n          \"value\": \"<Circular reference to #/components/schemas/NavigationReference detected>\"\n        }\n      ]\n    },\n    {\n      \"acl\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"_locale_language\": {\n        \"hi\": {\n          \"display\": \"<string>\"\n        },\n        \"ar\": {\n          \"display\": \"<string>\"\n        },\n        \"en_us\": {\n          \"display\": \"<string>\"\n        }\n      },\n      \"image\": \"<string>\",\n      \"type\": \"<string>\",\n      \"action\": {\n        \"type\": \"<string>\",\n        \"page\": {\n          \"type\": \"<string>\",\n          \"params\": {\n            \"eiusmod_f3\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"query\": {\n            \"amet5be\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"url\": \"<string>\"\n        },\n        \"popup\": {\n          \"type\": \"<string>\",\n          \"params\": {\n            \"incididunt_a06\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"eu_f54\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"query\": {\n            \"tempor_958\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"url\": \"<string>\"\n        }\n      },\n      \"active\": \"<boolean>\",\n      \"display\": \"<string>\",\n      \"sort_order\": \"<integer>\",\n      \"schedule\": {\n        \"enabled\": \"<boolean>\",\n        \"cron\": \"<string>\",\n        \"start\": \"<dateTime>\",\n        \"end\": \"<dateTime>\"\n      },\n      \"sub_navigation\": [\n        {\n          \"value\": \"<Circular reference to #/components/schemas/NavigationReference detected>\"\n        },\n        {\n          \"value\": \"<Circular reference to #/components/schemas/NavigationReference detected>\"\n        }\n      ]\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "e6cb3cce-e9df-4975-86df-bfa55488d4aa",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "navigations",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"test-nav\",\n  \"slug\": \"test-nav\",\n  \"platform\": [\n    \"ios\",\n    \"android\"\n  ],\n  \"orientation\": {\n    \"portrait\": [\n      \"left\"\n    ]\n  },\n  \"navigation\": [\n    {\n      \"display\": \"iiHome\",\n      \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1587918110/jiox0/applications/app_5ea1ad3720a2a9b35fa7aae5/media/navigation/icon/bxb8xsrrgu1pygiz5eq3.png\",\n      \"sort_order\": 1,\n      \"type\": \"\",\n      \"action\": {\n        \"page\": {\n          \"url\": \"/\",\n          \"type\": \"home\"\n        },\n        \"popup\": {},\n        \"type\": \"page\"\n      },\n      \"active\": true,\n      \"acl\": [\n        \"all\"\n      ],\n      \"_locale_language\": {\n        \"hi\": {\n          \"display\": \"घर\"\n        },\n        \"en_us\": {\n          \"display\": \"Home\"\n        }\n      },\n      \"sub_navigation\": [\n        {\n          \"display\": \"iiSubHome\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1587918110/jiox0/applications/app_5ea1ad3720a2a9b35fa7aae5/media/navigation/icon/bxb8xsrrgu1pygiz5eq3.png\",\n          \"sort_order\": 1,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/\",\n              \"type\": \"home\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"acl\": [\n            \"all\"\n          ],\n          \"_locale_language\": {\n            \"hi\": {\n              \"display\": \"विषय घर\"\n            },\n            \"en_us\": {\n              \"display\": \"SubHome\"\n            }\n          }\n        }\n      ]\n    },\n    {\n      \"display\": \"Cart\",\n      \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1587915357/jiox0/applications/app_5ea1ad3720a2a9b35fa7aae5/media/navigation/icon/qb0eymobp7sznldecwci.png\",\n      \"sort_order\": 2,\n      \"type\": \"\",\n      \"action\": {\n        \"page\": {\n          \"url\": \"/cart/bag/\",\n          \"type\": \"cart\"\n        },\n        \"popup\": {},\n        \"type\": \"page\"\n      },\n      \"active\": true,\n      \"acl\": [\n        \"all\"\n      ]\n    },\n    {\n      \"display\": \"My Orders\",\n      \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1587915397/jiox0/applications/app_5ea1ad3720a2a9b35fa7aae5/media/navigation/icon/ql6urfgroddqwufoezi0.png\",\n      \"sort_order\": 3,\n      \"type\": \"\",\n      \"action\": {\n        \"page\": {\n          \"url\": \"/profile/orders\",\n          \"type\": \"orders\"\n        },\n        \"popup\": {},\n        \"type\": \"page\"\n      },\n      \"active\": true,\n      \"acl\": [\n        \"all\"\n      ]\n    },\n    {\n      \"display\": \"Wishlist\",\n      \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1587915413/jiox0/applications/app_5ea1ad3720a2a9b35fa7aae5/media/navigation/icon/xdon2o9xgtj0moh5nh9w.png\",\n      \"sort_order\": 4,\n      \"type\": \"\",\n      \"action\": {\n        \"page\": {\n          \"url\": \"/wishlist/\",\n          \"type\": \"wishlist\"\n        },\n        \"popup\": {},\n        \"type\": \"page\"\n      },\n      \"active\": true,\n      \"acl\": [\n        \"all\"\n      ]\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"5ffbd9b90ac98678ae0458d7\",\n  \"application\": \"000000000000000000000001\",\n  \"_custom_json\": null,\n  \"name\": \"test-nav\",\n  \"slug\": \"test-nav\",\n  \"platform\": [\n    \"ios\",\n    \"android\"\n  ],\n  \"orientation\": {\n    \"portrait\": [\n      \"left\"\n    ]\n  },\n  \"navigation\": [\n    {\n      \"display\": \"Home\",\n      \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148153/production/system/icons/mystore-tab_y0dqzt.png\",\n      \"sort_order\": 1,\n      \"type\": \"\",\n      \"action\": {\n        \"page\": {\n          \"url\": \"/\",\n          \"type\": \"home\"\n        },\n        \"popup\": {},\n        \"type\": \"page\"\n      },\n      \"active\": true,\n      \"tags\": {\n        \"type\": \"array\",\n        \"items\": {\n          \"type\": \"string\"\n        }\n      },\n      \"acl\": [\n        \"all\"\n      ],\n      \"_locale_language\": {\n        \"hi\": {\n          \"display\": \"\"\n        },\n        \"ar\": {\n          \"display\": \"\"\n        },\n        \"en_us\": {\n          \"display\": \"\"\n        }\n      },\n      \"sub_navigation\": [\n        {\n          \"display\": \"Brands\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148153/production/system/icons/brands-tab_sfinpk.png\",\n          \"sort_order\": 1,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/brands/\",\n              \"type\": \"brands\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"tags\": null,\n          \"acl\": [\n            \"all\"\n          ],\n          \"_locale_language\": {\n            \"hi\": {\n              \"display\": \"\"\n            },\n            \"ar\": {\n              \"display\": \"\"\n            },\n            \"en_us\": {\n              \"display\": \"\"\n            }\n          }\n        }\n      ]\n    },\n    {\n      \"display\": \"Collections\",\n      \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148153/production/system/icons/collections-tab_a0tg9c.png\",\n      \"sort_order\": 2,\n      \"type\": \"\",\n      \"action\": {\n        \"page\": {\n          \"url\": \"/collections/\",\n          \"type\": \"collections\"\n        },\n        \"popup\": {},\n        \"type\": \"page\"\n      },\n      \"active\": true,\n      \"tags\": null,\n      \"acl\": [\n        \"all\"\n      ],\n      \"_locale_language\": {\n        \"hi\": {\n          \"display\": \"\"\n        },\n        \"ar\": {\n          \"display\": \"\"\n        },\n        \"en_us\": {\n          \"display\": \"\"\n        }\n      },\n      \"sub_navigation\": [\n        {\n          \"display\": \"Categories\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148154/production/system/icons/categories-tab_ss8e0q.png\",\n          \"sort_order\": 1,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/categories/\",\n              \"type\": \"categories\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"tags\": null,\n          \"acl\": [\n            \"all\"\n          ],\n          \"_locale_language\": {\n            \"hi\": {\n              \"display\": \"\"\n            },\n            \"ar\": {\n              \"display\": \"\"\n            },\n            \"en_us\": {\n              \"display\": \"\"\n            }\n          }\n        }\n      ]\n    },\n    {\n      \"display\": \"Primary Menu\",\n      \"image\": \"\",\n      \"sort_order\": 3,\n      \"type\": \"\",\n      \"action\": {\n        \"page\": {\n          \"type\": \"home\"\n        },\n        \"popup\": {},\n        \"type\": \"page\"\n      },\n      \"active\": true,\n      \"tags\": null,\n      \"acl\": [\n        \"all\"\n      ],\n      \"_locale_language\": {\n        \"hi\": {\n          \"display\": \"\"\n        },\n        \"ar\": {\n          \"display\": \"\"\n        },\n        \"en_us\": {\n          \"display\": \"\"\n        }\n      }\n    }\n  ],\n  \"created_by\": {\n    \"id\": \"000000000000000000000000\"\n  },\n  \"date_meta\": {\n    \"created_on\": \"2021-01-11T04:53:13.585Z\",\n    \"modified_on\": \"2021-01-14T10:24:34.485Z\"\n  },\n  \"archived\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "a108ef2c-30a1-4386-ad06-094855db6833",
            "name": "getDefaultNavigations | Get default navigations",
            "request": {
              "name": "getDefaultNavigations | Get default navigations",
              "description": {
                "content": "Retrieve default navigation elements.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "navigations",
                  "default"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "373f11af-e068-4ba6-b5f2-a891c0b7fbdd",
                "name": "Success. Refer `DefaultNavigationDetails` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "navigations",
                      "default"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"name\": \"default-bottom\",\n      \"slug\": \"default-bottom-vIhLiJKQvUZdQvGWzDdrzLP3CTC4Hbxg\",\n      \"orientation\": {\n        \"landscape\": [\n          \"bottom\"\n        ]\n      },\n      \"version\": 3,\n      \"navigation\": [\n        {\n          \"display\": \"Home\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148153/production/system/icons/mystore-tab_y0dqzt.png\",\n          \"sort_order\": 1,\n          \"acl\": [\n            \"all\"\n          ],\n          \"action\": {\n            \"page\": {\n              \"type\": \"home\"\n            },\n            \"type\": \"page\"\n          },\n          \"active\": true\n        },\n        {\n          \"display\": \"Brands\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148153/production/system/icons/brands-tab_sfinpk.png\",\n          \"sort_order\": 2,\n          \"acl\": [\n            \"all\"\n          ],\n          \"action\": {\n            \"page\": {\n              \"type\": \"brands\"\n            },\n            \"type\": \"page\"\n          },\n          \"active\": true\n        },\n        {\n          \"display\": \"Collections\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148153/production/system/icons/collections-tab_a0tg9c.png\",\n          \"sort_order\": 3,\n          \"acl\": [\n            \"all\"\n          ],\n          \"action\": {\n            \"page\": {\n              \"type\": \"collections\"\n            },\n            \"type\": \"page\"\n          },\n          \"active\": true\n        },\n        {\n          \"display\": \"Categories\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148154/production/system/icons/categories-tab_ss8e0q.png\",\n          \"sort_order\": 4,\n          \"acl\": [\n            \"all\"\n          ],\n          \"action\": {\n            \"page\": {\n              \"type\": \"categories\"\n            },\n            \"type\": \"page\"\n          },\n          \"active\": true\n        }\n      ],\n      \"created_by\": {},\n      \"_id\": \"6050244dbd9e072063f1586b\",\n      \"platform\": [\n        \"android\"\n      ]\n    },\n    {\n      \"name\": \"default-bottom\",\n      \"slug\": \"default-bottom-SB0zLTfiPN4Z5doJQBKRagsLTDldm8Ug\",\n      \"orientation\": {\n        \"landscape\": [\n          \"bottom\"\n        ]\n      },\n      \"version\": 3,\n      \"navigation\": [\n        {\n          \"display\": \"Home\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148153/production/system/icons/mystore-tab_y0dqzt.png\",\n          \"sort_order\": 1,\n          \"acl\": [\n            \"all\"\n          ],\n          \"action\": {\n            \"page\": {\n              \"type\": \"home\"\n            },\n            \"type\": \"page\"\n          },\n          \"active\": true\n        },\n        {\n          \"display\": \"Brands\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148153/production/system/icons/brands-tab_sfinpk.png\",\n          \"sort_order\": 2,\n          \"acl\": [\n            \"all\"\n          ],\n          \"action\": {\n            \"page\": {\n              \"type\": \"brands\"\n            },\n            \"type\": \"page\"\n          },\n          \"active\": true\n        },\n        {\n          \"display\": \"Collections\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148153/production/system/icons/collections-tab_a0tg9c.png\",\n          \"sort_order\": 3,\n          \"acl\": [\n            \"all\"\n          ],\n          \"action\": {\n            \"page\": {\n              \"type\": \"collections\"\n            },\n            \"type\": \"page\"\n          },\n          \"active\": true\n        },\n        {\n          \"display\": \"Categories\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148154/production/system/icons/categories-tab_ss8e0q.png\",\n          \"sort_order\": 4,\n          \"acl\": [\n            \"all\"\n          ],\n          \"action\": {\n            \"page\": {\n              \"type\": \"categories\"\n            },\n            \"type\": \"page\"\n          },\n          \"active\": true\n        }\n      ],\n      \"created_by\": {},\n      \"_id\": \"6050244dbd9e072063f1586c\",\n      \"platform\": [\n        \"ios\"\n      ]\n    },\n    {\n      \"name\": \"default-left\",\n      \"slug\": \"default-left-dWrrfpfcNw6Arl0QtmK5VgunYYAHhGRR\",\n      \"orientation\": {\n        \"portrait\": [\n          \"left\"\n        ]\n      },\n      \"version\": 3,\n      \"navigation\": [\n        {\n          \"display\": \"Profile\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1583938091/production/applications/app_000000000000000000000001/media/navigation/icon/hv0cd5jdo0rkhsqoizmi.png\",\n          \"sort_order\": 1,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/\",\n              \"type\": \"profile\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"acl\": [\n            \"registered\"\n          ]\n        },\n        {\n          \"display\": \"Orders\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1583938144/production/applications/app_000000000000000000000001/media/navigation/icon/lmv4fzpxxk0a6acitlfg.png\",\n          \"sort_order\": 2,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/\",\n              \"type\": \"orders\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"acl\": [\n            \"registered\"\n          ]\n        },\n        {\n          \"display\": \"Track Order\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1583938144/production/applications/app_000000000000000000000001/media/navigation/icon/lmv4fzpxxk0a6acitlfg.png\",\n          \"sort_order\": 3,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"type\": \"track-order\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"acl\": [\n            \"anonymous\"\n          ]\n        },\n        {\n          \"display\": \"Addresses\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1583938161/production/applications/app_000000000000000000000001/media/navigation/icon/qbod8vkjmot3qnaroibr.png\",\n          \"sort_order\": 4,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/\",\n              \"type\": \"addresses\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"acl\": [\n            \"registered\"\n          ]\n        },\n        {\n          \"display\": \"Wishlist\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1583938125/production/applications/app_000000000000000000000001/media/navigation/icon/u8c7jdke4a3wwc0ftz8x.png\",\n          \"sort_order\": 5,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/wishlist/\",\n              \"type\": \"wishlist\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"acl\": [\n            \"registered\"\n          ]\n        },\n        {\n          \"display\": \"Settings\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1584003256/production/applications/app_000000000000000000000001/media/navigation/icon/vywbdiio1zi7cbnltvgz.png\",\n          \"sort_order\": 6,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/\",\n              \"type\": \"settings\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"acl\": [\n            \"all\"\n          ]\n        },\n        {\n          \"display\": \"Policy\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1583939301/production/applications/app_000000000000000000000001/media/navigation/icon/bygqvme7hkrd45oemzy0.png\",\n          \"sort_order\": 7,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/\",\n              \"type\": \"policy\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"acl\": [\n            \"all\"\n          ]\n        },\n        {\n          \"display\": \"Terms & Conditions\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1583939382/production/applications/app_000000000000000000000001/media/navigation/icon/eaq0aagqr0xirojbuki3.png\",\n          \"sort_order\": 8,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/\",\n              \"type\": \"tnc\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"acl\": [\n            \"all\"\n          ]\n        },\n        {\n          \"display\": \"Need Help\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1583939416/production/applications/app_000000000000000000000001/media/navigation/icon/xeqv7pzyxagwtxcwvxbw.png\",\n          \"sort_order\": 9,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/faq/\",\n              \"type\": \"faq\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"acl\": [\n            \"all\"\n          ]\n        },\n        {\n          \"display\": \"About Us\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1583939196/production/applications/app_000000000000000000000001/media/navigation/icon/dccm5et4sgylisbug9xr.png\",\n          \"sort_order\": 10,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/\",\n              \"type\": \"about-us\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"acl\": [\n            \"all\"\n          ]\n        },\n        {\n          \"display\": \"Rate Us\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1584091739/production/applications/app_000000000000000000000001/media/navigation/icon/afryyfeccqgjyeosdmbz.png\",\n          \"sort_order\": 11,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/\",\n              \"type\": \"rate-us\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"acl\": [\n            \"registered\"\n          ]\n        }\n      ],\n      \"created_by\": {},\n      \"_id\": \"6050244dbd9e072063f1586d\",\n      \"platform\": [\n        \"android\"\n      ]\n    },\n    {\n      \"name\": \"default-left\",\n      \"slug\": \"default-left-tRK1fsQVUD7BmdvX30Fb4u5ZVSrSi3KW\",\n      \"orientation\": {\n        \"portrait\": [\n          \"left\"\n        ]\n      },\n      \"version\": 3,\n      \"navigation\": [\n        {\n          \"display\": \"Profile\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1583938091/production/applications/app_000000000000000000000001/media/navigation/icon/hv0cd5jdo0rkhsqoizmi.png\",\n          \"sort_order\": 1,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/\",\n              \"type\": \"profile\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"acl\": [\n            \"registered\"\n          ]\n        },\n        {\n          \"display\": \"Orders\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1583938144/production/applications/app_000000000000000000000001/media/navigation/icon/lmv4fzpxxk0a6acitlfg.png\",\n          \"sort_order\": 2,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/\",\n              \"type\": \"orders\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"acl\": [\n            \"registered\"\n          ]\n        },\n        {\n          \"display\": \"Track Order\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1583938144/production/applications/app_000000000000000000000001/media/navigation/icon/lmv4fzpxxk0a6acitlfg.png\",\n          \"sort_order\": 3,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"type\": \"track-order\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"acl\": [\n            \"anonymous\"\n          ]\n        },\n        {\n          \"display\": \"Addresses\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1583938161/production/applications/app_000000000000000000000001/media/navigation/icon/qbod8vkjmot3qnaroibr.png\",\n          \"sort_order\": 4,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/\",\n              \"type\": \"addresses\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"acl\": [\n            \"registered\"\n          ]\n        },\n        {\n          \"display\": \"Wishlist\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1583938125/production/applications/app_000000000000000000000001/media/navigation/icon/u8c7jdke4a3wwc0ftz8x.png\",\n          \"sort_order\": 5,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/wishlist/\",\n              \"type\": \"wishlist\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"acl\": [\n            \"registered\"\n          ]\n        },\n        {\n          \"display\": \"Settings\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1584003256/production/applications/app_000000000000000000000001/media/navigation/icon/vywbdiio1zi7cbnltvgz.png\",\n          \"sort_order\": 6,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/\",\n              \"type\": \"settings\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"acl\": [\n            \"all\"\n          ]\n        },\n        {\n          \"display\": \"Policy\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1583939301/production/applications/app_000000000000000000000001/media/navigation/icon/bygqvme7hkrd45oemzy0.png\",\n          \"sort_order\": 7,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/\",\n              \"type\": \"policy\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"acl\": [\n            \"all\"\n          ]\n        },\n        {\n          \"display\": \"Terms & Conditions\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1583939382/production/applications/app_000000000000000000000001/media/navigation/icon/eaq0aagqr0xirojbuki3.png\",\n          \"sort_order\": 8,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/\",\n              \"type\": \"tnc\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"acl\": [\n            \"all\"\n          ]\n        },\n        {\n          \"display\": \"Need Help\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1583939416/production/applications/app_000000000000000000000001/media/navigation/icon/xeqv7pzyxagwtxcwvxbw.png\",\n          \"sort_order\": 9,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/faq/\",\n              \"type\": \"faq\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"acl\": [\n            \"all\"\n          ]\n        },\n        {\n          \"display\": \"About Us\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1583939196/production/applications/app_000000000000000000000001/media/navigation/icon/dccm5et4sgylisbug9xr.png\",\n          \"sort_order\": 10,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/\",\n              \"type\": \"about-us\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"acl\": [\n            \"all\"\n          ]\n        },\n        {\n          \"display\": \"Rate Us\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1584091739/production/applications/app_000000000000000000000001/media/navigation/icon/afryyfeccqgjyeosdmbz.png\",\n          \"sort_order\": 11,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/\",\n              \"type\": \"rate-us\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"acl\": [\n            \"registered\"\n          ]\n        }\n      ],\n      \"created_by\": {},\n      \"_id\": \"6050244dbd9e072063f1586e\",\n      \"platform\": [\n        \"ios\"\n      ]\n    },\n    {\n      \"name\": \"default-top\",\n      \"slug\": \"default-top-qrprb8dxqr3m698wwUGXWsvTfVkjt4cR\",\n      \"orientation\": {\n        \"landscape\": [\n          \"top\"\n        ]\n      },\n      \"version\": 3,\n      \"navigation\": [\n        {\n          \"display\": \"Home\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148153/production/system/icons/mystore-tab_y0dqzt.png\",\n          \"sort_order\": 1,\n          \"acl\": [\n            \"all\"\n          ],\n          \"action\": {\n            \"page\": {\n              \"type\": \"home\"\n            },\n            \"type\": \"page\"\n          },\n          \"active\": true\n        },\n        {\n          \"display\": \"Brands\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148153/production/system/icons/brands-tab_sfinpk.png\",\n          \"sort_order\": 2,\n          \"acl\": [\n            \"all\"\n          ],\n          \"action\": {\n            \"page\": {\n              \"type\": \"brands\"\n            },\n            \"type\": \"page\"\n          },\n          \"active\": true\n        },\n        {\n          \"display\": \"Collections\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148153/production/system/icons/collections-tab_a0tg9c.png\",\n          \"sort_order\": 3,\n          \"acl\": [\n            \"all\"\n          ],\n          \"action\": {\n            \"page\": {\n              \"type\": \"collections\"\n            },\n            \"type\": \"page\"\n          },\n          \"active\": true\n        },\n        {\n          \"display\": \"Categories\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148154/production/system/icons/categories-tab_ss8e0q.png\",\n          \"sort_order\": 4,\n          \"acl\": [\n            \"all\"\n          ],\n          \"action\": {\n            \"page\": {\n              \"type\": \"categories\"\n            },\n            \"type\": \"page\"\n          },\n          \"active\": true\n        }\n      ],\n      \"created_by\": {},\n      \"_id\": \"6050244dbd9e072063f1586f\",\n      \"platform\": [\n        \"web\"\n      ]\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "113e0ad4-b409-4db1-8e85-beb47bfa387a",
            "name": "getNavigationBySlug | Get navigation by slug",
            "request": {
              "name": "getNavigationBySlug | Get navigation by slug",
              "description": {
                "content": "Retrieve detailed information about a specific navigation element.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "navigations",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "device_platform",
                    "value": "<string>",
                    "description": "Filter navigations by platform. Acceptable values are: web, android, ios."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) A short, human-readable, URL-friendly identifier of a navigation. You can get slug value of a navigation from `getNavigations` API."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "2ca39012-239d-4694-8c62-dbae5f789e7d",
                "name": "Success. Refer `NavigationSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "navigations",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "device_platform",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) A short, human-readable, URL-friendly identifier of a navigation. You can get slug value of a navigation from `getNavigations` API."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"5ffbd9b90ac98678ae0458d7\",\n  \"application\": \"000000000000000000000001\",\n  \"_custom_json\": null,\n  \"name\": \"test-nav\",\n  \"slug\": \"test-nav\",\n  \"platform\": [\n    \"ios\",\n    \"android\"\n  ],\n  \"orientation\": {\n    \"portrait\": [\n      \"left\"\n    ]\n  },\n  \"navigation\": [\n    {\n      \"display\": \"Home\",\n      \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148153/production/system/icons/mystore-tab_y0dqzt.png\",\n      \"sort_order\": 1,\n      \"type\": \"\",\n      \"action\": {\n        \"page\": {\n          \"url\": \"/\",\n          \"type\": \"home\"\n        },\n        \"popup\": {},\n        \"type\": \"page\"\n      },\n      \"active\": true,\n      \"tags\": {\n        \"type\": \"array\",\n        \"items\": {\n          \"type\": \"string\"\n        }\n      },\n      \"acl\": [\n        \"all\"\n      ],\n      \"_locale_language\": {\n        \"hi\": {\n          \"display\": \"\"\n        },\n        \"ar\": {\n          \"display\": \"\"\n        },\n        \"en_us\": {\n          \"display\": \"\"\n        }\n      },\n      \"sub_navigation\": [\n        {\n          \"display\": \"Brands\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148153/production/system/icons/brands-tab_sfinpk.png\",\n          \"sort_order\": 1,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/brands/\",\n              \"type\": \"brands\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"tags\": null,\n          \"acl\": [\n            \"all\"\n          ],\n          \"_locale_language\": {\n            \"hi\": {\n              \"display\": \"\"\n            },\n            \"ar\": {\n              \"display\": \"\"\n            },\n            \"en_us\": {\n              \"display\": \"\"\n            }\n          }\n        }\n      ]\n    },\n    {\n      \"display\": \"Collections\",\n      \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148153/production/system/icons/collections-tab_a0tg9c.png\",\n      \"sort_order\": 2,\n      \"type\": \"\",\n      \"action\": {\n        \"page\": {\n          \"url\": \"/collections/\",\n          \"type\": \"collections\"\n        },\n        \"popup\": {},\n        \"type\": \"page\"\n      },\n      \"active\": true,\n      \"tags\": null,\n      \"acl\": [\n        \"all\"\n      ],\n      \"_locale_language\": {\n        \"hi\": {\n          \"display\": \"\"\n        },\n        \"ar\": {\n          \"display\": \"\"\n        },\n        \"en_us\": {\n          \"display\": \"\"\n        }\n      },\n      \"sub_navigation\": [\n        {\n          \"display\": \"Categories\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148154/production/system/icons/categories-tab_ss8e0q.png\",\n          \"sort_order\": 1,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/categories/\",\n              \"type\": \"categories\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"tags\": null,\n          \"acl\": [\n            \"all\"\n          ],\n          \"_locale_language\": {\n            \"hi\": {\n              \"display\": \"\"\n            },\n            \"ar\": {\n              \"display\": \"\"\n            },\n            \"en_us\": {\n              \"display\": \"\"\n            }\n          }\n        }\n      ]\n    },\n    {\n      \"display\": \"Primary Menu\",\n      \"image\": \"\",\n      \"sort_order\": 3,\n      \"type\": \"\",\n      \"action\": {\n        \"page\": {\n          \"type\": \"home\"\n        },\n        \"popup\": {},\n        \"type\": \"page\"\n      },\n      \"active\": true,\n      \"tags\": null,\n      \"acl\": [\n        \"all\"\n      ],\n      \"_locale_language\": {\n        \"hi\": {\n          \"display\": \"\"\n        },\n        \"ar\": {\n          \"display\": \"\"\n        },\n        \"en_us\": {\n          \"display\": \"\"\n        }\n      }\n    }\n  ],\n  \"created_by\": {\n    \"id\": \"000000000000000000000000\"\n  },\n  \"date_meta\": {\n    \"created_on\": \"2021-01-11T04:53:13.585Z\",\n    \"modified_on\": \"2021-01-14T10:24:34.485Z\"\n  },\n  \"archived\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "fae2bb61-14a1-45e0-8ec4-edd8b8a212dc",
            "name": "updateNavigation | Update navigation",
            "request": {
              "name": "updateNavigation | Update navigation",
              "description": {
                "content": "Modify the content and settings of a specific navigation element.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "navigations",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) ID allotted to the navigation."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"platform\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"orientation\": {\n    \"portrait\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"landscape\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"navigation\": [\n    {\n      \"acl\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"_locale_language\": {\n        \"hi\": {\n          \"display\": \"<string>\"\n        },\n        \"ar\": {\n          \"display\": \"<string>\"\n        },\n        \"en_us\": {\n          \"display\": \"<string>\"\n        }\n      },\n      \"image\": \"<string>\",\n      \"type\": \"<string>\",\n      \"action\": {\n        \"type\": \"<string>\",\n        \"page\": {\n          \"type\": \"<string>\",\n          \"params\": {\n            \"laboris524\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"exercitation26\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"est007\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"est_9\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"query\": {\n            \"in_35f\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"url\": \"<string>\"\n        },\n        \"popup\": {\n          \"type\": \"<string>\",\n          \"params\": {\n            \"nisi_3\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"sit_edd\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"query\": {\n            \"irure9d\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"url\": \"<string>\"\n        }\n      },\n      \"active\": \"<boolean>\",\n      \"display\": \"<string>\",\n      \"sort_order\": \"<integer>\",\n      \"schedule\": {\n        \"enabled\": \"<boolean>\",\n        \"cron\": \"<string>\",\n        \"start\": \"<dateTime>\",\n        \"end\": \"<dateTime>\"\n      },\n      \"sub_navigation\": [\n        {\n          \"value\": \"<Circular reference to #/components/schemas/NavigationReference detected>\"\n        },\n        {\n          \"value\": \"<Circular reference to #/components/schemas/NavigationReference detected>\"\n        }\n      ]\n    },\n    {\n      \"acl\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"_locale_language\": {\n        \"hi\": {\n          \"display\": \"<string>\"\n        },\n        \"ar\": {\n          \"display\": \"<string>\"\n        },\n        \"en_us\": {\n          \"display\": \"<string>\"\n        }\n      },\n      \"image\": \"<string>\",\n      \"type\": \"<string>\",\n      \"action\": {\n        \"type\": \"<string>\",\n        \"page\": {\n          \"type\": \"<string>\",\n          \"params\": {\n            \"nostrud_5c7\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"query\": {\n            \"consequata88\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"url\": \"<string>\"\n        },\n        \"popup\": {\n          \"type\": \"<string>\",\n          \"params\": {\n            \"sint_38f\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"query\": {\n            \"magna33\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"esse_5\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"url\": \"<string>\"\n        }\n      },\n      \"active\": \"<boolean>\",\n      \"display\": \"<string>\",\n      \"sort_order\": \"<integer>\",\n      \"schedule\": {\n        \"enabled\": \"<boolean>\",\n        \"cron\": \"<string>\",\n        \"start\": \"<dateTime>\",\n        \"end\": \"<dateTime>\"\n      },\n      \"sub_navigation\": [\n        {\n          \"value\": \"<Circular reference to #/components/schemas/NavigationReference detected>\"\n        },\n        {\n          \"value\": \"<Circular reference to #/components/schemas/NavigationReference detected>\"\n        }\n      ]\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "a92c9203-dd6b-4c13-bf5a-0944f70b3777",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "navigations",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) ID allotted to the navigation."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"test-nav\",\n  \"slug\": \"test-nav\",\n  \"platform\": [\n    \"ios\",\n    \"android\"\n  ],\n  \"orientation\": {\n    \"portrait\": [\n      \"left\"\n    ]\n  },\n  \"navigation\": [\n    {\n      \"display\": \"iiHome\",\n      \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1587918110/jiox0/applications/app_5ea1ad3720a2a9b35fa7aae5/media/navigation/icon/bxb8xsrrgu1pygiz5eq3.png\",\n      \"sort_order\": 1,\n      \"type\": \"\",\n      \"action\": {\n        \"page\": {\n          \"url\": \"/\",\n          \"type\": \"home\"\n        },\n        \"popup\": {},\n        \"type\": \"page\"\n      },\n      \"active\": true,\n      \"acl\": [\n        \"all\"\n      ],\n      \"_locale_language\": {\n        \"hi\": {\n          \"display\": \"घर\"\n        },\n        \"en_us\": {\n          \"display\": \"Home\"\n        }\n      },\n      \"sub_navigation\": [\n        {\n          \"display\": \"iiSubHome\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1587918110/jiox0/applications/app_5ea1ad3720a2a9b35fa7aae5/media/navigation/icon/bxb8xsrrgu1pygiz5eq3.png\",\n          \"sort_order\": 1,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/\",\n              \"type\": \"home\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"acl\": [\n            \"all\"\n          ],\n          \"_locale_language\": {\n            \"hi\": {\n              \"display\": \"विषय घर\"\n            },\n            \"en_us\": {\n              \"display\": \"SubHome\"\n            }\n          }\n        }\n      ]\n    },\n    {\n      \"display\": \"Cart\",\n      \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1587915357/jiox0/applications/app_5ea1ad3720a2a9b35fa7aae5/media/navigation/icon/qb0eymobp7sznldecwci.png\",\n      \"sort_order\": 2,\n      \"type\": \"\",\n      \"action\": {\n        \"page\": {\n          \"url\": \"/cart/bag/\",\n          \"type\": \"cart\"\n        },\n        \"popup\": {},\n        \"type\": \"page\"\n      },\n      \"active\": true,\n      \"acl\": [\n        \"all\"\n      ]\n    },\n    {\n      \"display\": \"My Orders\",\n      \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1587915397/jiox0/applications/app_5ea1ad3720a2a9b35fa7aae5/media/navigation/icon/ql6urfgroddqwufoezi0.png\",\n      \"sort_order\": 3,\n      \"type\": \"\",\n      \"action\": {\n        \"page\": {\n          \"url\": \"/profile/orders\",\n          \"type\": \"orders\"\n        },\n        \"popup\": {},\n        \"type\": \"page\"\n      },\n      \"active\": true,\n      \"acl\": [\n        \"all\"\n      ]\n    },\n    {\n      \"display\": \"Wishlist\",\n      \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1587915413/jiox0/applications/app_5ea1ad3720a2a9b35fa7aae5/media/navigation/icon/xdon2o9xgtj0moh5nh9w.png\",\n      \"sort_order\": 4,\n      \"type\": \"\",\n      \"action\": {\n        \"page\": {\n          \"url\": \"/wishlist/\",\n          \"type\": \"wishlist\"\n        },\n        \"popup\": {},\n        \"type\": \"page\"\n      },\n      \"active\": true,\n      \"acl\": [\n        \"all\"\n      ]\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"5ffbd9b90ac98678ae0458d7\",\n  \"application\": \"000000000000000000000001\",\n  \"_custom_json\": null,\n  \"name\": \"test-nav\",\n  \"slug\": \"test-nav\",\n  \"platform\": [\n    \"ios\",\n    \"android\"\n  ],\n  \"orientation\": {\n    \"portrait\": [\n      \"left\"\n    ]\n  },\n  \"navigation\": [\n    {\n      \"display\": \"Home\",\n      \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148153/production/system/icons/mystore-tab_y0dqzt.png\",\n      \"sort_order\": 1,\n      \"type\": \"\",\n      \"action\": {\n        \"page\": {\n          \"url\": \"/\",\n          \"type\": \"home\"\n        },\n        \"popup\": {},\n        \"type\": \"page\"\n      },\n      \"active\": true,\n      \"tags\": {\n        \"type\": \"array\",\n        \"items\": {\n          \"type\": \"string\"\n        }\n      },\n      \"acl\": [\n        \"all\"\n      ],\n      \"_locale_language\": {\n        \"hi\": {\n          \"display\": \"\"\n        },\n        \"ar\": {\n          \"display\": \"\"\n        },\n        \"en_us\": {\n          \"display\": \"\"\n        }\n      },\n      \"sub_navigation\": [\n        {\n          \"display\": \"Brands\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148153/production/system/icons/brands-tab_sfinpk.png\",\n          \"sort_order\": 1,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/brands/\",\n              \"type\": \"brands\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"tags\": null,\n          \"acl\": [\n            \"all\"\n          ],\n          \"_locale_language\": {\n            \"hi\": {\n              \"display\": \"\"\n            },\n            \"ar\": {\n              \"display\": \"\"\n            },\n            \"en_us\": {\n              \"display\": \"\"\n            }\n          }\n        }\n      ]\n    },\n    {\n      \"display\": \"Collections\",\n      \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148153/production/system/icons/collections-tab_a0tg9c.png\",\n      \"sort_order\": 2,\n      \"type\": \"\",\n      \"action\": {\n        \"page\": {\n          \"url\": \"/collections/\",\n          \"type\": \"collections\"\n        },\n        \"popup\": {},\n        \"type\": \"page\"\n      },\n      \"active\": true,\n      \"tags\": null,\n      \"acl\": [\n        \"all\"\n      ],\n      \"_locale_language\": {\n        \"hi\": {\n          \"display\": \"\"\n        },\n        \"ar\": {\n          \"display\": \"\"\n        },\n        \"en_us\": {\n          \"display\": \"\"\n        }\n      },\n      \"sub_navigation\": [\n        {\n          \"display\": \"Categories\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148154/production/system/icons/categories-tab_ss8e0q.png\",\n          \"sort_order\": 1,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/categories/\",\n              \"type\": \"categories\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"tags\": null,\n          \"acl\": [\n            \"all\"\n          ],\n          \"_locale_language\": {\n            \"hi\": {\n              \"display\": \"\"\n            },\n            \"ar\": {\n              \"display\": \"\"\n            },\n            \"en_us\": {\n              \"display\": \"\"\n            }\n          }\n        }\n      ]\n    },\n    {\n      \"display\": \"Primary Menu\",\n      \"image\": \"\",\n      \"sort_order\": 3,\n      \"type\": \"\",\n      \"action\": {\n        \"page\": {\n          \"type\": \"home\"\n        },\n        \"popup\": {},\n        \"type\": \"page\"\n      },\n      \"active\": true,\n      \"tags\": null,\n      \"acl\": [\n        \"all\"\n      ],\n      \"_locale_language\": {\n        \"hi\": {\n          \"display\": \"\"\n        },\n        \"ar\": {\n          \"display\": \"\"\n        },\n        \"en_us\": {\n          \"display\": \"\"\n        }\n      }\n    }\n  ],\n  \"created_by\": {\n    \"id\": \"000000000000000000000000\"\n  },\n  \"date_meta\": {\n    \"created_on\": \"2021-01-11T04:53:13.585Z\",\n    \"modified_on\": \"2021-01-14T10:24:34.485Z\"\n  },\n  \"archived\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "bd273c85-1a2e-4583-a039-729a9315d9af",
            "name": "deleteNavigation | Delete navigation",
            "request": {
              "name": "deleteNavigation | Delete navigation",
              "description": {
                "content": "Remove a specific navigation element.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "navigations",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) ID allotted to the navigation."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "17824128-ed0a-485d-b7cc-b6d5ae91f377",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "navigations",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) ID allotted to the navigation."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"5ffbd9b90ac98678ae0458d7\",\n  \"application\": \"000000000000000000000001\",\n  \"_custom_json\": null,\n  \"name\": \"temp\",\n  \"slug\": \"temp\",\n  \"platform\": \"[web]\",\n  \"orientation\": {\n    \"portrait\": [\n      \"left\"\n    ]\n  },\n  \"navigation\": [\n    {\n      \"display\": \"Home\",\n      \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148153/production/system/icons/mystore-tab_y0dqzt.png\",\n      \"sort_order\": 1,\n      \"type\": \"\",\n      \"action\": {\n        \"page\": {\n          \"url\": \"/\",\n          \"type\": \"home\"\n        },\n        \"popup\": {},\n        \"type\": \"page\"\n      },\n      \"active\": true,\n      \"tags\": {\n        \"type\": \"array\",\n        \"items\": {\n          \"type\": \"string\"\n        }\n      },\n      \"acl\": [\n        \"all\"\n      ],\n      \"_locale_language\": {\n        \"hi\": {\n          \"display\": \"\"\n        },\n        \"ar\": {\n          \"display\": \"\"\n        },\n        \"en_us\": {\n          \"display\": \"\"\n        }\n      },\n      \"sub_navigation\": [\n        {\n          \"display\": \"Brands\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148153/production/system/icons/brands-tab_sfinpk.png\",\n          \"sort_order\": 1,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/brands/\",\n              \"type\": \"brands\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"tags\": null,\n          \"acl\": [\n            \"all\"\n          ],\n          \"_locale_language\": {\n            \"hi\": {\n              \"display\": \"\"\n            },\n            \"ar\": {\n              \"display\": \"\"\n            },\n            \"en_us\": {\n              \"display\": \"\"\n            }\n          }\n        }\n      ]\n    },\n    {\n      \"display\": \"Collections\",\n      \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148153/production/system/icons/collections-tab_a0tg9c.png\",\n      \"sort_order\": 2,\n      \"type\": \"\",\n      \"action\": {\n        \"page\": {\n          \"url\": \"/collections/\",\n          \"type\": \"collections\"\n        },\n        \"popup\": {},\n        \"type\": \"page\"\n      },\n      \"active\": true,\n      \"tags\": null,\n      \"acl\": [\n        \"all\"\n      ],\n      \"_locale_language\": {\n        \"hi\": {\n          \"display\": \"\"\n        },\n        \"ar\": {\n          \"display\": \"\"\n        },\n        \"en_us\": {\n          \"display\": \"\"\n        }\n      },\n      \"sub_navigation\": [\n        {\n          \"display\": \"Categories\",\n          \"image\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148154/production/system/icons/categories-tab_ss8e0q.png\",\n          \"sort_order\": 1,\n          \"type\": \"\",\n          \"action\": {\n            \"page\": {\n              \"url\": \"/categories/\",\n              \"type\": \"categories\"\n            },\n            \"popup\": {},\n            \"type\": \"page\"\n          },\n          \"active\": true,\n          \"tags\": null,\n          \"acl\": [\n            \"all\"\n          ],\n          \"_locale_language\": {\n            \"hi\": {\n              \"display\": \"\"\n            },\n            \"ar\": {\n              \"display\": \"\"\n            },\n            \"en_us\": {\n              \"display\": \"\"\n            }\n          }\n        }\n      ]\n    },\n    {\n      \"display\": \"Primary Menu\",\n      \"image\": \"\",\n      \"sort_order\": 3,\n      \"type\": \"\",\n      \"action\": {\n        \"page\": {\n          \"type\": \"home\"\n        },\n        \"popup\": {},\n        \"type\": \"page\"\n      },\n      \"active\": true,\n      \"tags\": null,\n      \"acl\": [\n        \"all\"\n      ],\n      \"_locale_language\": {\n        \"hi\": {\n          \"display\": \"\"\n        },\n        \"ar\": {\n          \"display\": \"\"\n        },\n        \"en_us\": {\n          \"display\": \"\"\n        }\n      }\n    }\n  ],\n  \"created_by\": {\n    \"id\": \"000000000000000000000000\"\n  },\n  \"date_meta\": {\n    \"created_on\": \"2021-01-11T04:53:13.585Z\",\n    \"modified_on\": \"2021-01-14T10:24:34.485Z\"\n  },\n  \"archived\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "4c6ec4da-8ca7-4127-9638-8cd460c086ff",
            "name": "getPageMeta | Get page meta",
            "request": {
              "name": "getPageMeta | Get page meta",
              "description": {
                "content": "Use this API to Get metadata for a specific page.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "pages",
                  "meta"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "ec134da8-3c5b-40e4-ad4c-7256f62d1285",
                "name": "Success. Refer `PageMetaSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "pages",
                      "meta"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"application_id\": \"000000000000000000000001\",\n  \"system_pages\": [\n    {\n      \"display\": \"Home\",\n      \"action\": {\n        \"page\": {\n          \"type\": \"home\"\n        },\n        \"type\": \"page\"\n      },\n      \"page_type\": \"home\"\n    },\n    {\n      \"display\": \"Brands\",\n      \"action\": {\n        \"page\": {\n          \"type\": \"brands\"\n        },\n        \"type\": \"page\"\n      },\n      \"page_type\": \"brands\"\n    },\n    {\n      \"display\": \"Collections\",\n      \"action\": {\n        \"page\": {\n          \"type\": \"collections\"\n        },\n        \"type\": \"page\"\n      },\n      \"page_type\": \"collections\"\n    },\n    {\n      \"display\": \"Categories\",\n      \"action\": {\n        \"page\": {\n          \"type\": \"categories\"\n        },\n        \"type\": \"page\"\n      },\n      \"page_type\": \"categories\"\n    }\n  ],\n  \"custom_pages\": [\n    {\n      \"display\": \"my first page\",\n      \"slug\": \"first_page\"\n    },\n    {\n      \"display\": \"my second page\",\n      \"slug\": \"second_page\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "709b010e-83e0-4a50-b6aa-5ca8a346088d",
            "name": "getPageSpec | Get page specification",
            "request": {
              "name": "getPageSpec | Get page specification",
              "description": {
                "content": "Use this API to Get specifications and details for a specific page",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "pages",
                  "spec"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "ab5b619f-6ef1-4e60-b2bf-404f549e5def",
                "name": "Success. Refer `PageSpec` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "pages",
                      "spec"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"specifications\": [\n    {\n      \"page_type\": \"home\",\n      \"display_name\": \"Home\",\n      \"params\": [],\n      \"query\": []\n    },\n    {\n      \"page_type\": \"collections\",\n      \"display_name\": \"Collections\",\n      \"params\": [],\n      \"query\": []\n    },\n    {\n      \"page_type\": \"collection\",\n      \"display_name\": \"Collection\",\n      \"params\": [\n        {\n          \"key\": \"slug\",\n          \"required\": true\n        }\n      ],\n      \"query\": []\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b407163c-4bf6-4e55-a0e4-fad3739804b4",
            "name": "updatePagePreview | Update page preview",
            "request": {
              "name": "updatePagePreview | Update page preview",
              "description": {
                "content": "Modify the content and settings of a specific page preview.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "pages",
                  "publish",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) A short, human-readable, URL-friendly identifier of a page. You can get slug value of a page from `getPages` API."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"publish\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "789bc57b-66c4-4b9e-b1f8-9ae309ca8642",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "pages",
                      "publish",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) A short, human-readable, URL-friendly identifier of a page. You can get slug value of a page from `getPages` API."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"publish\": true\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"date_meta\": {\n    \"created_on\": \"2021-03-16T08:24:19.197Z\",\n    \"modified_on\": \"2021-03-16T08:24:19.197Z\"\n  },\n  \"tags\": [\n    \"my first page\"\n  ],\n  \"published\": true,\n  \"component_ids\": [],\n  \"archived\": false,\n  \"_id\": \"60506dcad18cb33946026862\",\n  \"title\": \"my first page\",\n  \"slug\": \"1st_page\",\n  \"feature_image\": {\n    \"secure_url\": \"https://google.com/some-image\"\n  },\n  \"content\": [\n    {\n      \"type\": \"html\",\n      \"value\": \"<div id=\\\"icfm\\\">Emtpy Page. Create Page here.</div><div id=\\\"izu5\\\" class=\\\"aa\\\">hello there!<div id=\\\"izzl\\\">how are you doing</div><div><br/></div></div><img id=\\\"ibgj\\\" src=\\\"https://hdn-1.addsale.com/x0/company/52/applications/614957b7e7a0ccc371e96094/pages/pictures/free-content/original/-zLi_CuyM-apple.jpeg\\\"/>\"\n    },\n    {\n      \"type\": \"css\",\n      \"value\": \"* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}#icfm{text-align:center;padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;}#izu5{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;}#ibgj{color:black;}#izzl{float:none;display:flex;}.aa{float:right;}\"\n    },\n    {\n      \"type\": \"js\",\n      \"value\": \"\"\n    }\n  ],\n  \"content_path\": \"https://hdn-1.fynd.com/company/1526/applications/61012f6a9250ccd1b9ef8a1d/pages/content/page_slug.html\",\n  \"platform\": \"web\",\n  \"description\": \"hey this is my first page\",\n  \"visibility\": {\n    \"test\": true\n  },\n  \"_schedule\": {\n    \"start\": \"2021-04-23T23:50:00.000Z\",\n    \"next_schedule\": [\n      {}\n    ]\n  },\n  \"seo\": {\n    \"title\": \"my first page\",\n    \"description\": \"hey this is my first page\",\n    \"image\": {\n      \"url\": \"\"\n    }\n  },\n  \"type\": \"rawhtml\",\n  \"application\": \"000000000000000000000001\",\n  \"orientation\": \"portrait\",\n  \"page_meta\": []\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "99b0c452-2371-4c84-b7c4-3ce71f67553c",
            "name": "addPathRedirectionRules | Create path redirection rules",
            "request": {
              "name": "addPathRedirectionRules | Create path redirection rules",
              "description": {
                "content": "Create and add rules for path redirection.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "path-mappings"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"application\": \"<string>\",\n  \"_id\": \"<string>\",\n  \"redirect_from\": \"<string>\",\n  \"redirect_to\": \"<string>\",\n  \"updated_at\": \"<dateTime>\",\n  \"created_at\": \"<dateTime>\",\n  \"__source\": {\n    \"type\": \"<string>\",\n    \"id\": \"<string>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "a38c2599-804f-4ad1-9852-ea428b416379",
                "name": "Success. Refer `PathMappingSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "path-mappings"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"redirect_from\": \"test.hostfynd.dev/redirect_from\",\n  \"redirect_to\": \"/redirect_to\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"615188e9db1e444cb0f40837\",\n  \"application\": \"000000000000000000000002\",\n  \"redirect_from\": \"/from\",\n  \"redirect_to\": \"/to\",\n  \"createdAt\": \"2021-09-27T09:03:37.053Z\",\n  \"updatedAt\": \"2021-09-27T09:09:25.587Z\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "6532a575-b892-46dc-afea-7afc9683bd28",
            "name": "getPathRedirectionRules | List Path Redirection Rules",
            "request": {
              "name": "getPathRedirectionRules | List Path Redirection Rules",
              "description": {
                "content": "Use this API to List Path Redirection Rules",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "path-mappings"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "5",
                    "description": "The number of items to retrieve in each page. Default value is 5. "
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "The page number to navigate through the given set of results. Default value is 1."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "c2e894b0-5392-4874-9e97-db55c1625fbb",
                "name": "Success. Refer `PathMappingSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "path-mappings"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_size",
                        "value": "5"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"615188e9db1e444cb0f40837\",\n  \"application\": \"000000000000000000000002\",\n  \"redirect_from\": \"/from\",\n  \"redirect_to\": \"/to\",\n  \"createdAt\": \"2021-09-27T09:03:37.053Z\",\n  \"updatedAt\": \"2021-09-27T09:09:25.587Z\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "9fa861ab-aa55-47e9-8949-33def922f1e8",
            "name": "getPathRedirectionRule | Get Path Redirection Rule",
            "request": {
              "name": "getPathRedirectionRule | Get Path Redirection Rule",
              "description": {
                "content": "Use this API to Get detailed information about a specific path redirection rule",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "path-mappings",
                  ":path_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "path_id",
                    "description": "(Required) ID allotted to the path redirection rule."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "7024d0cd-a1d2-4cac-9734-7f597d5aa76b",
                "name": "Success. Refer `PathMappingSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "path-mappings",
                      ":path_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "path_id",
                        "description": "(Required) ID allotted to the path redirection rule."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"615188e9db1e444cb0f40837\",\n  \"application\": \"000000000000000000000002\",\n  \"redirect_from\": \"/from\",\n  \"redirect_to\": \"/to\",\n  \"createdAt\": \"2021-09-27T09:03:37.053Z\",\n  \"updatedAt\": \"2021-09-27T09:09:25.587Z\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "48328933-5ff9-4913-8961-5aae191705d3",
            "name": "updatePathRedirectionRules | Update path redirection rule",
            "request": {
              "name": "updatePathRedirectionRules | Update path redirection rule",
              "description": {
                "content": "Modify settings for path redirection rules.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "path-mappings",
                  ":path_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "path_id",
                    "description": "(Required) ID allotted to the path redirection rule."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"application\": \"<string>\",\n  \"_id\": \"<string>\",\n  \"redirect_from\": \"<string>\",\n  \"redirect_to\": \"<string>\",\n  \"updated_at\": \"<dateTime>\",\n  \"created_at\": \"<dateTime>\",\n  \"__source\": {\n    \"type\": \"<string>\",\n    \"id\": \"<string>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "27f7a43a-c38b-4def-bef6-cc7058c7d624",
                "name": "Success. Refer `PathMappingSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "path-mappings",
                      ":path_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "path_id",
                        "description": "(Required) ID allotted to the path redirection rule."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"redirect_from\": \"test.hostfynd.dev/redirect_from\",\n  \"redirect_to\": \"/redirect_to\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"615188e9db1e444cb0f40837\",\n  \"application\": \"000000000000000000000002\",\n  \"redirect_from\": \"/from\",\n  \"redirect_to\": \"/to\",\n  \"createdAt\": \"2021-09-27T09:03:37.053Z\",\n  \"updatedAt\": \"2021-09-27T09:09:25.587Z\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "496548ed-ca9f-4847-bc16-6f00072490cd",
            "name": "deletePathRedirectionRules | Delete path redirection rule",
            "request": {
              "name": "deletePathRedirectionRules | Delete path redirection rule",
              "description": {
                "content": "Remove specific path redirection rules.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "path-mappings",
                  ":path_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "path_id",
                    "description": "(Required) ID allotted to the path redirection rule."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "3e770319-7e69-40c8-a42d-91ea10b6bf2a",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "path-mappings",
                      ":path_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "path_id",
                        "description": "(Required) ID allotted to the path redirection rule."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Redirection deleted successfully\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "575cf878-3c6f-4cdb-a00d-58cdd9701016",
            "name": "getSEOConfiguration | Get sales channel SEO",
            "request": {
              "name": "getSEOConfiguration | Get sales channel SEO",
              "description": {
                "content": "Retrieve configuration settings for SEO.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "seo"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "f7b6a2b6-d3b0-4f7c-912f-2eab34a5619d",
                "name": "Success. Refer `SeoComponent` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "seo"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"seo\": {\n    \"details\": {\n      \"title\": \"Zyosa Zyosa\",\n      \"description\": \"\",\n      \"image_url\": \"\"\n    },\n    \"robots_txt\": \"User-agent: * \\nAllow: / \\nsancisciasn xwsaixjowqnxwsiwjs\",\n    \"sitemap_enabled\": false,\n    \"cannonical_enabled\": false,\n    \"_id\": \"6009819ee463ad40de397eb2\",\n    \"app\": \"000000000000000000000001\",\n    \"created_at\": \"2021-01-21T13:29:02.543Z\",\n    \"updated_at\": \"2021-02-05T06:36:16.048Z\",\n    \"__v\": 11,\n    \"custom_meta_tags\": [\n      {\n        \"name\": \"test 0000\",\n        \"content\": \"<meta name=\\\"test\\\" content=\\\"0000 cn dcje dcj rejre cjrenurenc \\\">\",\n        \"_id\": \"6017c301bde3c21dbb13b284\"\n      },\n      {\n        \"name\": \"cwdcdc\",\n        \"content\": \"<meta content=\\\"wdcewdewc\\\">\",\n        \"_id\": \"6017c675bde3c22cfb13b290\"\n      }\n    ]\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "49b2e96f-d5f1-44dd-bf19-9784dcab9bd5",
            "name": "updateSEOConfiguration | Update sales channel SEO information",
            "request": {
              "name": "updateSEOConfiguration | Update sales channel SEO information",
              "description": {
                "content": "Modify configuration settings for SEO.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "seo"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"seo\": {\n    \"app\": \"<string>\",\n    \"_id\": \"<string>\",\n    \"robots_txt\": \"<string>\",\n    \"sitemap_enabled\": \"<boolean>\",\n    \"additional_sitemap\": \"<string>\",\n    \"cannonical_enabled\": false,\n    \"custom_meta_tags\": [\n      {\n        \"name\": \"<string>\",\n        \"content\": \"<string>\",\n        \"_id\": \"<string>\"\n      },\n      {\n        \"name\": \"<string>\",\n        \"content\": \"<string>\",\n        \"_id\": \"<string>\"\n      }\n    ],\n    \"details\": {\n      \"title\": \"<string>\",\n      \"description\": \"<string>\",\n      \"image_url\": \"<string>\"\n    },\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "5f545208-9fbd-4a6f-8a80-fc3cb7c8a07a",
                "name": "Success. Refer `SeoSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "seo"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"seo\": {\n    \"details\": {\n      \"title\": \"Zyosa Zyosa\",\n      \"description\": \"\",\n      \"image_url\": \"\"\n    },\n    \"robots_txt\": \"User-agent: * \\nAllow: / \\nsancisciasn xwsaixjowqnxwsiwjs\",\n    \"sitemap_enabled\": false,\n    \"cannonical_enabled\": false,\n    \"_id\": \"6009819ee463ad40de397eb2\",\n    \"app\": \"000000000000000000000001\",\n    \"created_at\": \"2021-01-21T13:29:02.543Z\",\n    \"updated_at\": \"2021-02-05T06:36:16.048Z\",\n    \"__v\": 11,\n    \"custom_meta_tags\": [\n      {\n        \"name\": \"test 0000\",\n        \"content\": \"<meta name=\\\"test\\\" content=\\\"0000 cn dcje dcj rejre cjrenurenc \\\">\",\n        \"_id\": \"6017c301bde3c21dbb13b284\"\n      },\n      {\n        \"name\": \"cwdcdc\",\n        \"content\": \"<meta content=\\\"wdcewdewc\\\">\",\n        \"_id\": \"6017c675bde3c22cfb13b290\"\n      }\n    ]\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"details\": {\n    \"title\": \"Zyosa Zyosa\",\n    \"description\": \"\",\n    \"image_url\": \"\"\n  },\n  \"robots_txt\": \"User-agent: * \\nAllow: / \\nsancisciasn xwsaixjowqnxwsiwjs\",\n  \"sitemap_enabled\": false,\n  \"_id\": \"6009819ee463ad40de397eb2\",\n  \"app\": \"000000000000000000000001\",\n  \"created_at\": \"2021-01-21T13:29:02.543Z\",\n  \"updated_at\": \"2021-02-05T06:36:16.048Z\",\n  \"__v\": 11,\n  \"custom_meta_tags\": [\n    {\n      \"name\": \"test 0000\",\n      \"content\": \"<meta name=\\\"test\\\" content=\\\"0000 cn dcje dcj rejre cjrenurenc \\\">\",\n      \"_id\": \"6017c301bde3c21dbb13b284\"\n    },\n    {\n      \"name\": \"cwdcdc\",\n      \"content\": \"<meta content=\\\"wdcewdewc\\\">\",\n      \"_id\": \"6017c675bde3c22cfb13b290\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "6e416046-563d-4d4f-b0a5-d6a55dec15ba",
            "name": "getDefaultSEOMarkupSchema | List default SEO Markup Schemas",
            "request": {
              "name": "getDefaultSEOMarkupSchema | List default SEO Markup Schemas",
              "description": {
                "content": "Use this API to List default SEO Markup Schemas",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "seo",
                  "schema",
                  "default"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_type",
                    "value": "<string>",
                    "description": "The type of page against which schema template was created"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "3c9896eb-a8c0-4f4a-82cc-20229bc89e00",
                "name": "Success. Refer `DefaultSchemaComponent` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "seo",
                      "schema",
                      "default"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_type",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"page_type\": \"<string>\",\n      \"schema\": \"mollit eu ipsum\",\n      \"target_json\": {\n        \"id8d0\": \"eiusmod eu fugiat in\",\n        \"magna07\": true\n      }\n    },\n    {\n      \"page_type\": \"<string>\",\n      \"schema\": \"exercitation\",\n      \"target_json\": {\n        \"cupidatat2\": -78275819,\n        \"ut7\": false\n      }\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b6da5211-f078-4571-99de-a04db34753ee",
            "name": "getSEOMarkupSchemas | List default SEO Markup Schemas",
            "request": {
              "name": "getSEOMarkupSchemas | List default SEO Markup Schemas",
              "description": {
                "content": "Use this API to List default SEO Markup Schemas",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "seo",
                  "schema"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "title",
                    "value": "<string>",
                    "description": "Title of the seo schema."
                  },
                  {
                    "disabled": false,
                    "key": "active",
                    "value": "<string>",
                    "description": "Boolean value for fetching seo schema."
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "The page number to navigate through the given set of results. Default value is 1."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10",
                    "description": "The number of items to retrieve in each page. Default value is 10."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "192fbb1e-4f57-4ad2-a599-1a8b99007f26",
                "name": "Success. Refer `SeoSchemaComponent` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "seo",
                      "schema"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "title",
                        "value": "<string>"
                      },
                      {
                        "key": "active",
                        "value": "<string>"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"id\": \"cupidatat mollit esse dolor\",\n      \"title\": \"Ut adipisicing tempor labore\",\n      \"page_type\": \"<string>\",\n      \"schema\": \"nisi do quis eu reprehenderit\",\n      \"description\": \"sit velit deserunt\",\n      \"active\": false,\n      \"created_at\": \"2015-02-18T04:19:18.528Z\",\n      \"updated_at\": \"1982-02-06T14:56:32.934Z\",\n      \"application\": \"ea Ut deserunt amet labore\",\n      \"target_json\": {\n        \"reprehenderita5f\": 78777103,\n        \"Duis_df0\": true,\n        \"laborum_0\": 2184721,\n        \"ad_ceb\": \"cupidatat laborum enim non\"\n      }\n    },\n    {\n      \"id\": \"ut ipsum consequat\",\n      \"title\": \"Excepteur pariatur ut incididunt\",\n      \"page_type\": \"<string>\",\n      \"schema\": \"laboris adipisicing esse\",\n      \"description\": \"proident aute\",\n      \"active\": false,\n      \"created_at\": \"1981-08-21T10:32:57.066Z\",\n      \"updated_at\": \"1957-04-11T23:18:30.191Z\",\n      \"application\": \"aliqua eiusmod officia\",\n      \"target_json\": {\n        \"ex4a\": -72321250.26463039,\n        \"minim_f\": \"aliquip cillum pariatur\"\n      }\n    }\n  ],\n  \"page\": {\n    \"type\": \"cursor\",\n    \"item_total\": 10,\n    \"next_id\": \"abc123\",\n    \"has_previous\": true,\n    \"has_next\": false,\n    \"current\": 1,\n    \"size\": 20,\n    \"page_size\": 20\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "2fe90732-886a-48be-961a-0a0876bbf4cc",
            "name": "createSEOMarkupSchema | Create SEO Markup Schema",
            "request": {
              "name": "createSEOMarkupSchema | Create SEO Markup Schema",
              "description": {
                "content": "Use this API to Create SEO Markup Schema",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "seo",
                  "schema"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"title\": \"<string>\",\n  \"page_type\": \"<string>\",\n  \"schema\": \"<byte>\",\n  \"description\": \"<string>\",\n  \"target_json\": {\n    \"cupidatat3\": 88487397.66329533,\n    \"veniam_a7d\": \"sit\"\n  },\n  \"active\": \"<boolean>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "ea27143e-5f3f-46b5-9163-f463e4e1d26c",
                "name": "Success. Refer `SEOSchemaMarkupTemplate` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "seo",
                      "schema"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"title\": \"<string>\",\n  \"page_type\": \"<string>\",\n  \"schema\": \"<byte>\",\n  \"description\": \"<string>\",\n  \"target_json\": {\n    \"Duis_b\": -9755180.519945353\n  },\n  \"active\": \"<boolean>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"minim pariatur deserunt\",\n  \"title\": \"esse proident ut veniam\",\n  \"page_type\": \"<string>\",\n  \"schema\": \"Duis nulla non incididunt dolor\",\n  \"description\": \"eu nulla\",\n  \"active\": true,\n  \"created_at\": \"1995-11-27T23:13:17.840Z\",\n  \"updated_at\": \"2002-09-24T11:47:16.839Z\",\n  \"application\": \"eiusmod proid\",\n  \"target_json\": {\n    \"adipisicing_5\": 72261206.57328883,\n    \"minim_59\": \"non tempor dolore Lorem\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "53ae2e64-77f3-43ea-a980-aff4c56af8f2",
            "name": "getSEOMarkupSchema | Get SEO Markup Schema",
            "request": {
              "name": "getSEOMarkupSchema | Get SEO Markup Schema",
              "description": {
                "content": "Use this API to Get SEO Markup Schema",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "seo",
                  "schema",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) Alphanumeric ID allotted to a SEO Markup Schema Template created within a business."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "02b6d586-d9e9-4691-b206-f131aeede87e",
                "name": "Success. Refer `SEOSchemaMarkupTemplate` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "seo",
                      "schema",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) Alphanumeric ID allotted to a SEO Markup Schema Template created within a business."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"minim pariatur deserunt\",\n  \"title\": \"esse proident ut veniam\",\n  \"page_type\": \"<string>\",\n  \"schema\": \"Duis nulla non incididunt dolor\",\n  \"description\": \"eu nulla\",\n  \"active\": true,\n  \"created_at\": \"1995-11-27T23:13:17.840Z\",\n  \"updated_at\": \"2002-09-24T11:47:16.839Z\",\n  \"application\": \"eiusmod proid\",\n  \"target_json\": {\n    \"adipisicing_5\": 72261206.57328883,\n    \"minim_59\": \"non tempor dolore Lorem\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b9b271d5-316a-42ca-b2de-ce1afc6e24f0",
            "name": "editSEOMarkupSchema | Get SEO Markup Schema",
            "request": {
              "name": "editSEOMarkupSchema | Get SEO Markup Schema",
              "description": {
                "content": "Use this API to Get SEO Markup Schema",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "seo",
                  "schema",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) Alphanumeric ID allotted to a SEO Markup Schema Template created within a business."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"title\": \"<string>\",\n  \"page_type\": \"<string>\",\n  \"schema\": \"<byte>\",\n  \"description\": \"<string>\",\n  \"target_json\": {\n    \"ea_3_0\": -39679090,\n    \"ex_8\": 85474113\n  },\n  \"active\": \"<boolean>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "bcbc5c95-c4a5-41ec-96ed-e435d383bf03",
                "name": "Success. Refer `SEOSchemaMarkupTemplate` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "seo",
                      "schema",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) Alphanumeric ID allotted to a SEO Markup Schema Template created within a business."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"title\": \"<string>\",\n  \"page_type\": \"<string>\",\n  \"schema\": \"<byte>\",\n  \"description\": \"<string>\",\n  \"target_json\": {\n    \"Duis_b\": -9755180.519945353\n  },\n  \"active\": \"<boolean>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"minim pariatur deserunt\",\n  \"title\": \"esse proident ut veniam\",\n  \"page_type\": \"<string>\",\n  \"schema\": \"Duis nulla non incididunt dolor\",\n  \"description\": \"eu nulla\",\n  \"active\": true,\n  \"created_at\": \"1995-11-27T23:13:17.840Z\",\n  \"updated_at\": \"2002-09-24T11:47:16.839Z\",\n  \"application\": \"eiusmod proid\",\n  \"target_json\": {\n    \"adipisicing_5\": 72261206.57328883,\n    \"minim_59\": \"non tempor dolore Lorem\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "6a4865d4-19e4-4cbd-a34b-c08b6ccf358a",
            "name": "deleteSEOMarkupSchema | Delete SEO Markup Schema",
            "request": {
              "name": "deleteSEOMarkupSchema | Delete SEO Markup Schema",
              "description": {
                "content": "Use this API to Delete SEO Markup Schema",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "seo",
                  "schema",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) Alphanumeric ID allotted to a SEO Markup Schema Template created within a business."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "71e35a43-f723-427a-86d0-6510a07482af",
                "name": "Success. Refer `SEOSchemaMarkupTemplate` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "seo",
                      "schema",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) Alphanumeric ID allotted to a SEO Markup Schema Template created within a business."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"minim pariatur deserunt\",\n  \"title\": \"esse proident ut veniam\",\n  \"page_type\": \"<string>\",\n  \"schema\": \"Duis nulla non incididunt dolor\",\n  \"description\": \"eu nulla\",\n  \"active\": true,\n  \"created_at\": \"1995-11-27T23:13:17.840Z\",\n  \"updated_at\": \"2002-09-24T11:47:16.839Z\",\n  \"application\": \"eiusmod proid\",\n  \"target_json\": {\n    \"adipisicing_5\": 72261206.57328883,\n    \"minim_59\": \"non tempor dolore Lorem\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "85eedde9-996a-4c6a-b482-a425684b93bc",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "seo",
                      "schema",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) Alphanumeric ID allotted to a SEO Markup Schema Template created within a business."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Oops! Something went wrong. Please try later\",\n  \"status\": 400,\n  \"code\": \"CX-1003\",\n  \"exception\": \"\",\n  \"info\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "1654fbd0-86b9-449b-b689-40e4ab1e8320",
            "name": "getSupportInformation | Get support information",
            "request": {
              "name": "getSupportInformation | Get support information",
              "description": {
                "content": "Retrieve information related to customer support.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "support"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "91f0c26d-8b82-48ba-8d16-9c68e2c64e7c",
                "name": "Success. Refer `Support` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "support"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"5ea4980b87a7944094216193\",\n  \"application\": \"000000000000000000000001\",\n  \"created_at\": \"2020-04-25T20:05:31.300Z\",\n  \"updated_at\": \"2020-12-04T10:48:12.194Z\",\n  \"contact\": {\n    \"phone\": {\n      \"active\": true,\n      \"phone\": [\n        {\n          \"key\": \"Jane Doe\",\n          \"code\": \"91\",\n          \"number\": \"8888888888\",\n          \"phone_type\": \"phone_number\"\n        },\n        {\n          \"key\": \"Jack jill\",\n          \"number\": \"18001801111\",\n          \"phone_type\": \"tollfree\"\n        }\n      ]\n    },\n    \"email\": {\n      \"active\": false,\n      \"email\": []\n    }\n  },\n  \"created\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "1ecc1a67-a8eb-49c7-91b8-b84638e7d93f",
            "name": "updateSupportInformation | Update Customer Support Information",
            "request": {
              "name": "updateSupportInformation | Update Customer Support Information",
              "description": {
                "content": "Modify information related to customer support.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "support"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"created\": \"<boolean>\",\n  \"_id\": \"<string>\",\n  \"application\": \"<string>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\",\n  \"contact\": {\n    \"phone\": {\n      \"active\": \"<boolean>\",\n      \"phone\": [\n        {\n          \"key\": \"<string>\",\n          \"code\": \"<string>\",\n          \"number\": \"<string>\",\n          \"phone_type\": \"<string>\"\n        },\n        {\n          \"key\": \"<string>\",\n          \"code\": \"<string>\",\n          \"number\": \"<string>\",\n          \"phone_type\": \"<string>\"\n        }\n      ]\n    },\n    \"email\": {\n      \"active\": \"<boolean>\",\n      \"email\": [\n        {\n          \"key\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"key\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      ]\n    }\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "9f09ad82-179b-494d-908c-789f1a660fed",
                "name": "Success. Refer `Support` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "support"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"_id\": \"5ea4980b87a7944094216193\",\n  \"application\": \"000000000000000000000001\",\n  \"created_at\": \"2020-04-25T20:05:31.300Z\",\n  \"updated_at\": \"2020-12-04T10:48:12.194Z\",\n  \"contact\": {\n    \"phone\": {\n      \"active\": true,\n      \"phone\": [\n        {\n          \"key\": \"Jane Doe\",\n          \"code\": \"91\",\n          \"number\": \"8888888888\",\n          \"phone_type\": \"phone_number\"\n        },\n        {\n          \"key\": \"Jack jill\",\n          \"number\": \"18001801111\",\n          \"phone_type\": \"tollfree\"\n        }\n      ]\n    },\n    \"email\": {\n      \"active\": false,\n      \"email\": []\n    }\n  },\n  \"created\": true\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"5ea4980b87a7944094216193\",\n  \"application\": \"000000000000000000000001\",\n  \"created_at\": \"2020-04-25T20:05:31.300Z\",\n  \"updated_at\": \"2020-12-04T10:48:12.194Z\",\n  \"contact\": {\n    \"phone\": {\n      \"active\": true,\n      \"phone\": [\n        {\n          \"key\": \"Jane Doe\",\n          \"code\": \"91\",\n          \"number\": \"8888888888\",\n          \"phone_type\": \"phone_number\"\n        },\n        {\n          \"key\": \"Jack jill\",\n          \"number\": \"18001801111\",\n          \"phone_type\": \"tollfree\"\n        }\n      ]\n    },\n    \"email\": {\n      \"active\": false,\n      \"email\": []\n    }\n  },\n  \"created\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "31d4d3ca-eba3-43cf-aa70-f02e63455d7b",
            "name": "updateInjectableTag | Update HTML tag",
            "request": {
              "name": "updateInjectableTag | Update HTML tag",
              "description": {
                "content": "Modify settings for an injectable tag.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "tags"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"tags\": [\n    {\n      \"name\": \"<string>\",\n      \"sub_type\": \"<string>\",\n      \"_id\": \"<string>\",\n      \"type\": \"<string>\",\n      \"url\": \"<string>\",\n      \"position\": \"<string>\",\n      \"attributes\": {\n        \"magna_57\": -23491031.047456577,\n        \"exercitation_8\": 75359582,\n        \"proident_8\": \"nostrud ut et eiusmod\"\n      },\n      \"compatible_engines\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"pages\": [\n        \"<object>\",\n        \"<object>\"\n      ],\n      \"content\": \"<string>\",\n      \"template\": {\n        \"template_id\": \"<string>\",\n        \"template_version\": \"<string>\",\n        \"template_fields\": [\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"sub_type\": \"<string>\",\n      \"_id\": \"<string>\",\n      \"type\": \"<string>\",\n      \"url\": \"<string>\",\n      \"position\": \"<string>\",\n      \"attributes\": {\n        \"dolore7c7\": -2416553,\n        \"amet_b4a\": \"id est sunt\"\n      },\n      \"compatible_engines\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"pages\": [\n        \"<object>\",\n        \"<object>\"\n      ],\n      \"content\": \"<string>\",\n      \"template\": {\n        \"template_id\": \"<string>\",\n        \"template_version\": \"<string>\",\n        \"template_fields\": [\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        ]\n      }\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "9a0ef901-3b4e-4aff-829c-c30b0e294e23",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "tags"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"tags\": [\n    {\n      \"name\": \"Test\",\n      \"sub_type\": \"external\",\n      \"_id\": \"601f77e7aa61066feda44488\",\n      \"compatible_engines\": [\n        \"vue2\",\n        \"react\"\n      ],\n      \"type\": \"js\",\n      \"url\": \"youtube.com/watch?v=AaxFIY-cWH0&list=PL3O3jhFJEElBHFbs6XsOqZAWZLtlEkZTw&index=31\",\n      \"position\": \"head\",\n      \"template\": {\n        \"template_id\": \"2311\",\n        \"template_version\": \"v3\",\n        \"template_fields\": [\n          {\n            \"key\": \"src\",\n            \"value\": \"https://cdn.example.com/script.js\"\n          },\n          {\n            \"key\": \"integrity\",\n            \"value\": \"sha384-abc123...\"\n          },\n          {\n            \"key\": \"source\",\n            \"value\": \"ads\"\n          },\n          {\n            \"key\": \"priority\",\n            \"value\": \"high\"\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"Test 2\",\n      \"sub_type\": \"external\",\n      \"_id\": \"601f77e7aa61066feda44489\",\n      \"compatible_engines\": [\n        \"vue2\",\n        \"react\"\n      ],\n      \"type\": \"js\",\n      \"url\": \"youtube.com/watch?v=AaxFIY-cWH0&list=PL3O3jhFJEElBHFbs6XsOqZAWZLtlEkZTw&index=31\",\n      \"position\": \"head\",\n      \"template\": {\n        \"template_id\": \"2311\",\n        \"template_version\": \"v3\",\n        \"template_fields\": [\n          {\n            \"key\": \"src\",\n            \"value\": \"https://cdn.example.com/script.js\"\n          },\n          {\n            \"key\": \"integrity\",\n            \"value\": \"sha384-abc123...\"\n          },\n          {\n            \"key\": \"source\",\n            \"value\": \"ads\"\n          },\n          {\n            \"key\": \"priority\",\n            \"value\": \"high\"\n          }\n        ]\n      }\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"601f77e7aa61066feda44487\",\n  \"tags\": [\n    {\n      \"name\": \"Test\",\n      \"sub_type\": \"external\",\n      \"compatible_engines\": [\n        \"vue2\",\n        \"react\"\n      ],\n      \"_id\": \"601f77e7aa61066feda44488\",\n      \"type\": \"js\",\n      \"url\": \"youtube.com/watch?v=AaxFIY-cWH0&list=PL3O3jhFJEElBHFbs6XsOqZAWZLtlEkZTw&index=31\",\n      \"position\": \"head\",\n      \"template\": {\n        \"template_id\": \"2311\",\n        \"template_version\": \"v3\",\n        \"template_fields\": [\n          {\n            \"key\": \"src\",\n            \"value\": \"https://cdn.example.com/script.js\"\n          },\n          {\n            \"key\": \"integrity\",\n            \"value\": \"sha384-abc123...\"\n          },\n          {\n            \"key\": \"source\",\n            \"value\": \"ads\"\n          },\n          {\n            \"key\": \"priority\",\n            \"value\": \"high\"\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"Test 2\",\n      \"sub_type\": \"external\",\n      \"compatible_engines\": [\n        \"vue2\",\n        \"react\"\n      ],\n      \"_id\": \"601f77e7aa61066feda44489\",\n      \"type\": \"js\",\n      \"url\": \"youtube.com/watch?v=AaxFIY-cWH0&list=PL3O3jhFJEElBHFbs6XsOqZAWZLtlEkZTw&index=31\",\n      \"position\": \"head\",\n      \"template\": {\n        \"template_id\": \"2311\",\n        \"template_version\": \"v3\",\n        \"template_fields\": [\n          {\n            \"key\": \"src\",\n            \"value\": \"https://cdn.example.com/script.js\"\n          },\n          {\n            \"key\": \"integrity\",\n            \"value\": \"sha384-abc123...\"\n          },\n          {\n            \"key\": \"source\",\n            \"value\": \"ads\"\n          },\n          {\n            \"key\": \"priority\",\n            \"value\": \"high\"\n          }\n        ]\n      }\n    }\n  ],\n  \"application\": \"000000000000000000000001\",\n  \"company\": \"13\",\n  \"__v\": 0\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "12d74231-f6e4-4af8-bbd3-560cd74b422d",
            "name": "getInjectableTags | Get all HTML tags",
            "request": {
              "name": "getInjectableTags | Get all HTML tags",
              "description": {
                "content": "Retrieve a list of injectable tags.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "tags"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "all",
                    "value": "false",
                    "description": "Get all tags irrespective of the creator of tags"
                  },
                  {
                    "disabled": false,
                    "key": "search",
                    "value": "<string>",
                    "description": "Keyword to filter and find tags by name."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "b4ebe2f9-2d69-4ca8-809b-59ea6f311917",
                "name": "Success. Refer `TagsSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "tags"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "all",
                        "value": "false"
                      },
                      {
                        "key": "search",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"601f77e7aa61066feda44487\",\n  \"tags\": [\n    {\n      \"name\": \"Test\",\n      \"sub_type\": \"external\",\n      \"compatible_engines\": [\n        \"vue2\",\n        \"react\"\n      ],\n      \"_id\": \"601f77e7aa61066feda44488\",\n      \"type\": \"js\",\n      \"url\": \"youtube.com/watch?v=AaxFIY-cWH0&list=PL3O3jhFJEElBHFbs6XsOqZAWZLtlEkZTw&index=31\",\n      \"position\": \"head\",\n      \"template\": {\n        \"template_id\": \"2311\",\n        \"template_version\": \"v3\",\n        \"template_fields\": [\n          {\n            \"key\": \"src\",\n            \"value\": \"https://cdn.example.com/script.js\"\n          },\n          {\n            \"key\": \"integrity\",\n            \"value\": \"sha384-abc123...\"\n          },\n          {\n            \"key\": \"source\",\n            \"value\": \"ads\"\n          },\n          {\n            \"key\": \"priority\",\n            \"value\": \"high\"\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"Test 2\",\n      \"sub_type\": \"external\",\n      \"compatible_engines\": [\n        \"vue2\",\n        \"react\"\n      ],\n      \"_id\": \"601f77e7aa61066feda44489\",\n      \"type\": \"js\",\n      \"url\": \"youtube.com/watch?v=AaxFIY-cWH0&list=PL3O3jhFJEElBHFbs6XsOqZAWZLtlEkZTw&index=31\",\n      \"position\": \"head\",\n      \"template\": {\n        \"template_id\": \"2311\",\n        \"template_version\": \"v3\",\n        \"template_fields\": [\n          {\n            \"key\": \"src\",\n            \"value\": \"https://cdn.example.com/script.js\"\n          },\n          {\n            \"key\": \"integrity\",\n            \"value\": \"sha384-abc123...\"\n          },\n          {\n            \"key\": \"source\",\n            \"value\": \"ads\"\n          },\n          {\n            \"key\": \"priority\",\n            \"value\": \"high\"\n          }\n        ]\n      }\n    }\n  ],\n  \"application\": \"000000000000000000000001\",\n  \"company\": \"1\",\n  \"__v\": 0\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "018b9315-8f5a-40de-872b-868ab808b8e9",
            "name": "addInjectableTag | Create HTML tag",
            "request": {
              "name": "addInjectableTag | Create HTML tag",
              "description": {
                "content": "Create and add a new injectable tag.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "tags",
                  "add"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"tags\": [\n    {\n      \"name\": \"<string>\",\n      \"sub_type\": \"<string>\",\n      \"_id\": \"<string>\",\n      \"type\": \"<string>\",\n      \"url\": \"<string>\",\n      \"position\": \"<string>\",\n      \"attributes\": {\n        \"dolore_1bc\": \"quis\",\n        \"aliquip5b\": -84813575,\n        \"eiusmod_b\": \"eu\"\n      },\n      \"compatible_engines\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"pages\": [\n        \"<object>\",\n        \"<object>\"\n      ],\n      \"content\": \"<string>\",\n      \"template\": {\n        \"template_id\": \"<string>\",\n        \"template_version\": \"<string>\",\n        \"template_fields\": [\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"sub_type\": \"<string>\",\n      \"_id\": \"<string>\",\n      \"type\": \"<string>\",\n      \"url\": \"<string>\",\n      \"position\": \"<string>\",\n      \"attributes\": {\n        \"voluptate_8\": true,\n        \"tempor4\": -73811443.07141945,\n        \"anim_f\": \"est sunt proident voluptate\",\n        \"sed7d_\": \"do incididunt\"\n      },\n      \"compatible_engines\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"pages\": [\n        \"<object>\",\n        \"<object>\"\n      ],\n      \"content\": \"<string>\",\n      \"template\": {\n        \"template_id\": \"<string>\",\n        \"template_version\": \"<string>\",\n        \"template_fields\": [\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        ]\n      }\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "e606b775-8651-480c-9ded-8a67e6298294",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "tags",
                      "add"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"tags\": [\n    {\n      \"name\": \"Test\",\n      \"sub_type\": \"external\",\n      \"compatible_engines\": [\n        \"vue2\",\n        \"react\"\n      ],\n      \"_id\": \"601f77e7aa61066feda44488\",\n      \"type\": \"js\",\n      \"url\": \"youtube.com/watch?v=AaxFIY-cWH0&list=PL3O3jhFJEElBHFbs6XsOqZAWZLtlEkZTw&index=31\",\n      \"position\": \"head\",\n      \"template\": {\n        \"template_id\": \"2311\",\n        \"template_version\": \"v3\",\n        \"template_fields\": [\n          {\n            \"key\": \"src\",\n            \"value\": \"https://cdn.example.com/script.js\"\n          },\n          {\n            \"key\": \"integrity\",\n            \"value\": \"sha384-abc123...\"\n          },\n          {\n            \"key\": \"source\",\n            \"value\": \"ads\"\n          },\n          {\n            \"key\": \"priority\",\n            \"value\": \"high\"\n          }\n        ]\n      }\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"601f77e7aa61066feda44487\",\n  \"tags\": [\n    {\n      \"name\": \"Test\",\n      \"sub_type\": \"external\",\n      \"compatible_engines\": [\n        \"vue2\",\n        \"react\"\n      ],\n      \"_id\": \"601f77e7aa61066feda44488\",\n      \"type\": \"js\",\n      \"url\": \"youtube.com/watch?v=AaxFIY-cWH0&list=PL3O3jhFJEElBHFbs6XsOqZAWZLtlEkZTw&index=31\",\n      \"position\": \"head\",\n      \"template\": {\n        \"template_id\": \"2311\",\n        \"template_version\": \"v3\",\n        \"template_fields\": [\n          {\n            \"key\": \"src\",\n            \"value\": \"https://cdn.example.com/script.js\"\n          },\n          {\n            \"key\": \"integrity\",\n            \"value\": \"sha384-abc123...\"\n          },\n          {\n            \"key\": \"source\",\n            \"value\": \"ads\"\n          },\n          {\n            \"key\": \"priority\",\n            \"value\": \"high\"\n          }\n        ]\n      }\n    }\n  ],\n  \"application\": \"000000000000000000000001\",\n  \"company\": \"1\",\n  \"__v\": 0\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "cd76997b-f478-47db-b67f-04c532d114e3",
            "name": "removeInjectableTag | Remove HTML tag",
            "request": {
              "name": "removeInjectableTag | Remove HTML tag",
              "description": {
                "content": "Delete a specific injectable tag.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "tags",
                  "remove",
                  "handpicked"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "74ce8340-ddf6-4b88-b2ad-c0ac079c7fee",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "tags",
                      "remove",
                      "handpicked"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"tags\": [\n    \"5fe1896e1eaee246f41faaaf\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d4b50b7f-bb3e-4513-9fdd-b628f23e16c5",
            "name": "editInjectableTag | Update HTML tag",
            "request": {
              "name": "editInjectableTag | Update HTML tag",
              "description": {
                "content": "Modify settings for an injectable tag.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "tags",
                  "edit",
                  "handpicked",
                  ":tag_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "tag_id",
                    "description": "(Required) ID allotted to the tag."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"tag\": {\n    \"position\": \"<string>\",\n    \"attributes\": {\n      \"Ut_61\": 40654013,\n      \"non6\": 2267616\n    },\n    \"compatible_engines\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"name\": \"<string>\",\n    \"url\": \"<string>\",\n    \"type\": \"<string>\",\n    \"sub_type\": \"<string>\",\n    \"content\": \"<string>\",\n    \"template\": {\n      \"template_id\": \"<string>\",\n      \"template_version\": \"<string>\",\n      \"template_fields\": [\n        {\n          \"key\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"key\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      ]\n    }\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "eaeca8db-7a2a-43e5-b670-722853bbb96c",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "tags",
                      "edit",
                      "handpicked",
                      ":tag_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "tag_id",
                        "description": "(Required) ID allotted to the tag."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"tag\": {\n    \"attributes\": {},\n    \"name\": \"floating whatsapp\",\n    \"type\": \"css\",\n    \"sub_type\": \"inline\",\n    \"compatible_engines\": [\n      \"vue2\",\n      \"react\"\n    ],\n    \"content\": \".float{\\n\\tposition:fixed;\\n\\twidth:60px;\\n\\theight:60px;\\n\\tbottom:40px;\\n\\tright:40px;\\n\\tbackground-color:#25d366;\\n\\tcolor:#FFF;\\n\\tborder-radius:50px;\\n\\ttext-align:center;\\n  font-size:30px;\\n\\tbox-shadow: 2px 2px 3px #999;\\n  z-index:100;\\n}\\n\\n.my-float{\\n\\tmargin-top:16px;\\n}\",\n    \"position\": \"head\",\n    \"template\": {\n      \"template_id\": \"2311\",\n      \"template_version\": \"v3\",\n      \"template_fields\": [\n        {\n          \"key\": \"src\",\n          \"value\": \"https://cdn.example.com/script.js\"\n        },\n        {\n          \"key\": \"integrity\",\n          \"value\": \"sha384-abc123...\"\n        },\n        {\n          \"key\": \"source\",\n          \"value\": \"ads\"\n        },\n        {\n          \"key\": \"priority\",\n          \"value\": \"high\"\n        }\n      ]\n    }\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"602671b3c0bac99158b10874\",\n  \"application\": \"000000000000000000000001\",\n  \"company\": \"1\",\n  \"tags\": [\n    {\n      \"_id\": \"601f77e7aa61066feda44488\",\n      \"name\": \"floating whatsapp\",\n      \"sub_type\": \"inline\",\n      \"compatible_engines\": [\n        \"vue2\",\n        \"react\"\n      ],\n      \"type\": \"css\",\n      \"position\": \"head\",\n      \"content\": \".float{\\n\\tposition:fixed;\\n\\twidth:60px;\\n\\theight:60px;\\n\\tbottom:40px;\\n\\tright:40px;\\n\\tbackground-color:#25d366;\\n\\tcolor:#FFF;\\n\\tborder-radius:50px;\\n\\ttext-align:center;\\n  font-size:30px;\\n\\tbox-shadow: 2px 2px 3px #999;\\n  z-index:100;\\n}\\n\\n.my-float{\\n\\tmargin-top:16px;\\n}\",\n      \"template\": {\n        \"template_id\": \"2311\",\n        \"template_version\": \"v3\",\n        \"template_fields\": [\n          {\n            \"key\": \"src\",\n            \"value\": \"https://cdn.example.com/script.js\"\n          },\n          {\n            \"key\": \"integrity\",\n            \"value\": \"sha384-abc123...\"\n          },\n          {\n            \"key\": \"source\",\n            \"value\": \"ads\"\n          },\n          {\n            \"key\": \"priority\",\n            \"value\": \"high\"\n          }\n        ]\n      }\n    }\n  ],\n  \"__v\": 1\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "4137d88f-4ee0-4377-83db-5ee9405dacd9",
            "name": "getTagsTemplate | Get Script Tags Templates",
            "request": {
              "name": "getTagsTemplate | Get Script Tags Templates",
              "description": {
                "content": "Retrieve the available script tag templates",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "tags",
                  "templates"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "bdc33507-355f-44b1-b200-bafe8a90de0e",
                "name": "Success. Returns a JSON object with tags templates. Refer `TagsTemplateSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "tags",
                      "templates"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"template_name\": \"ga4\",\n      \"type\": \"js\",\n      \"sub_type\": \"inline\",\n      \"position\": \"head\",\n      \"pages\": [],\n      \"attributes\": {\n        \"async\": \"true\"\n      },\n      \"compatible_engines\": [\n        \"react\",\n        \"vue2\"\n      ],\n      \"field_mappings\": {\n        \"measurementId\": \"google_analytics_id\"\n      },\n      \"layout\": {\n        \"columns\": 3,\n        \"gap\": \"16px\",\n        \"responsive\": true\n      },\n      \"name\": \"Google Analytics\",\n      \"path\": \"google-analytics\",\n      \"description\": \"Tracks and reports website traffic, providing insights to help optimize your site's performance.\",\n      \"image\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/pictures/free-icon/original/iejFtwUQr-logo.png\",\n      \"note\": \"The APP_ID for your Google Analytics account is available on the Google Analytics Dashboard in **Settings > App Settings > Account Settings > APP ID**.\",\n      \"template_id\": \"1003\",\n      \"template_version\": \"1.0.0\",\n      \"category\": \"analytics\",\n      \"fields\": [\n        {\n          \"name\": \"measurementId\",\n          \"type\": \"text\",\n          \"label\": \"Google Analytics Measurement ID\",\n          \"placeholder\": \"G-XXXXXXXXXX\",\n          \"required\": true,\n          \"size\": \"medium\",\n          \"description\": \"GA4 (G-XXXXXXXXXX) or UA ID. Find in Admin → Data Streams.\",\n          \"validation\": {\n            \"pattern\": \"/^(G-[A-Z0-9]+|UA-[0-9]+-[0-9]+)$/i\",\n            \"message\": \"Must be a valid Measurement ID (e.g., G-XXXXXXXXXX or UA-XXXXXXXXX-X)\"\n          }\n        }\n      ],\n      \"script\": \"(function(){const script=document.createElement('script');script.async=true;script.src='https://www.googletagmanager.com/gtag/js?id={{measurementId}}';script.onload=()=>{window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','{{measurementId}}');};document.head.appendChild(script);}).call(this);\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e88cfa7e-380a-4d8e-bc69-8d938ac80bcb",
            "name": "getBlogBySlug | Get blog by slug",
            "request": {
              "name": "getBlogBySlug | Get blog by slug",
              "description": {
                "content": "Retrieve detailed information about a specific blog using its slug.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "blogs",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) A short, human-readable, URL-friendly identifier of a blog page. You can get slug value of a blog from `getBlogs` API."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "95325c34-fc36-436b-92eb-af7bc2b643cb",
                "name": "Success. Returns a JSON object with components. Refer `BlogSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "blogs",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) A short, human-readable, URL-friendly identifier of a blog page. You can get slug value of a blog from `getBlogs` API."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"5eaa451a21a4dd75f0fd96c5\",\n  \"application\": \"5d3ebd89f540e7506b8b3548\",\n  \"tags\": [\n    \"abhinav\"\n  ],\n  \"title\": \"my first blog\",\n  \"slug\": \"1st_blog\",\n  \"feature_image\": {\n    \"secure_url\": \"https://google.com\"\n  },\n  \"content\": [\n    {\n      \"type\": \"html\",\n      \"value\": \"<p>hey there!</p>\"\n    }\n  ],\n  \"published\": true,\n  \"author\": {\n    \"name\": \"Fynd App\"\n  },\n  \"date_meta\": {\n    \"created_on\": \"2021-03-14T06:49:03.945Z\",\n    \"modified_on\": \"2021-03-14T06:49:03.945Z\"\n  },\n  \"summary\": \"Blogs summary text\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "31808015-45ea-4470-9303-3fded98f8b93",
            "name": "getPages | Get pages",
            "request": {
              "name": "getPages | Get pages",
              "description": {
                "content": "Retrieve a list of available pages.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "pages",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "The page number to navigate through the given set of results. Default value is 1."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10",
                    "description": "The number of items to retrieve in each page. Default value is 10."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "639e1913-04ff-4076-9cd3-9e3031e8e1ce",
                "name": "Success. Refer `PageGetDetails` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "pages",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"date_meta\": {\n        \"created_on\": \"2021-03-14T06:49:03.945Z\",\n        \"modified_on\": \"2021-03-14T06:49:03.945Z\"\n      },\n      \"tags\": [\n        \"my first page\"\n      ],\n      \"_id\": \"604db275b3ae202873964d94\",\n      \"content_path\": \"https://hdn-1.fynd.com/company/1526/applications/61012f6a9250ccd1b9ef8a1d/pages/content/page_slug.html\",\n      \"title\": \"test-page\",\n      \"slug\": \"test-page\",\n      \"published\": true,\n      \"_schedule\": {\n        \"next_schedule\": [\n          {}\n        ],\n        \"start\": \"2021-04-08T07:15:13.000Z\",\n        \"end\": \"2021-04-10T02:00:00.000Z\"\n      },\n      \"feature_image\": {\n        \"secure_url\": \"https://google.com/some-image\"\n      },\n      \"seo\": {\n        \"title\": \"my first page\",\n        \"description\": \"hey this is my first page\",\n        \"image\": {\n          \"url\": \"\"\n        }\n      },\n      \"application\": \"000000000000000000000001\",\n      \"author\": {\n        \"name\": \"Abhinav Maurya\"\n      }\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"current\": 1,\n    \"size\": 1,\n    \"item_total\": 2,\n    \"has_next\": true\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "f59588c1-907f-4af6-a72a-72982ded8ed2",
            "name": "getPageBySlug | Get page by slug",
            "request": {
              "name": "getPageBySlug | Get page by slug",
              "description": {
                "content": "Get detailed information about a specific page using its slug.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "pages",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) A short, human-readable, URL-friendly identifier of a page. You can get slug value of a page from `getPages` API."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "c52a08db-265b-4d56-a3ba-ead7d4cf89f8",
                "name": "Success. Returns a JSON object of components. Refer `PageSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "pages",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Numeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) A short, human-readable, URL-friendly identifier of a page. You can get slug value of a page from `getPages` API."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"date_meta\": {\n    \"created_on\": \"2021-03-16T08:24:19.197Z\",\n    \"modified_on\": \"2021-03-16T08:24:19.197Z\"\n  },\n  \"tags\": [\n    \"my first page\"\n  ],\n  \"published\": true,\n  \"component_ids\": [],\n  \"archived\": false,\n  \"_id\": \"60506dcad18cb33946026862\",\n  \"title\": \"my first page\",\n  \"slug\": \"1st_page\",\n  \"feature_image\": {\n    \"secure_url\": \"https://google.com/some-image\"\n  },\n  \"content\": [\n    {\n      \"type\": \"html\",\n      \"value\": \"<div id=\\\"icfm\\\">Emtpy Page. Create Page here.</div><div id=\\\"izu5\\\" class=\\\"aa\\\">hello there!<div id=\\\"izzl\\\">how are you doing</div><div><br/></div></div><img id=\\\"ibgj\\\" src=\\\"https://hdn-1.addsale.com/x0/company/52/applications/614957b7e7a0ccc371e96094/pages/pictures/free-content/original/-zLi_CuyM-apple.jpeg\\\"/>\"\n    },\n    {\n      \"type\": \"css\",\n      \"value\": \"* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}#icfm{text-align:center;padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;}#izu5{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;}#ibgj{color:black;}#izzl{float:none;display:flex;}.aa{float:right;}\"\n    },\n    {\n      \"type\": \"js\",\n      \"value\": \"\"\n    }\n  ],\n  \"content_path\": \"https://hdn-1.fynd.com/company/1526/applications/61012f6a9250ccd1b9ef8a1d/pages/content/page_slug.html\",\n  \"platform\": \"web\",\n  \"description\": \"hey this is my first page\",\n  \"visibility\": {\n    \"test\": true\n  },\n  \"_schedule\": {\n    \"start\": \"2021-04-23T23:50:00.000Z\",\n    \"next_schedule\": [\n      {}\n    ]\n  },\n  \"seo\": {\n    \"title\": \"my first page\",\n    \"description\": \"hey this is my first page\",\n    \"image\": {\n      \"url\": \"\"\n    }\n  },\n  \"type\": \"rawhtml\",\n  \"application\": \"000000000000000000000001\",\n  \"orientation\": \"portrait\",\n  \"page_meta\": []\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "59794c11-f09f-49e6-ad69-3a79f1c1060c",
            "name": "getCustomFieldTypes | Get custom field types",
            "request": {
              "name": "getCustomFieldTypes | Get custom field types",
              "description": {
                "content": "Each custom field and custom field definition has a type, which defines the type of information that it can store. The custom field types have built-in validation. This api will give list of supported custom fields types",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "metafields",
                  "types"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "8a6b683f-c8b6-4e89-aa5e-4758b0d63801",
                "name": "Success. Returns all custom field types. ",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "metafields",
                      "types"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"metafield_types\": {\n    \"string_single_line\": {\n      \"name\": \"Single Line Text\",\n      \"list_enabled\": true,\n      \"category\": \"TEXT\",\n      \"type\": \"string\",\n      \"supported_validations\": [\n        {\n          \"name\": \"min\",\n          \"type\": \"integer\",\n          \"display\": \"Minimum Characters\"\n        },\n        {\n          \"name\": \"max\",\n          \"type\": \"integer\",\n          \"display\": \"Maximum Characters\"\n        },\n        {\n          \"name\": \"regex\",\n          \"type\": \"string\",\n          \"display\": \"Regular Expression\",\n          \"meta\": {\n            \"examples\": [\n              {\n                \"name\": \"Alphabet Characters\",\n                \"value\": \"^[a-zA-Z]+$\"\n              },\n              {\n                \"name\": \"Alphanumeric Characters\",\n                \"value\": \"^[a-zA-Z0-9]+$\"\n              },\n              {\n                \"name\": \"Numeric Characters\",\n                \"value\": \"^[0-9]+$\"\n              },\n              {\n                \"name\": \"Email Address\",\n                \"value\": \"^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\\\.[a-zA-Z]{2,}$\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"choices\",\n          \"type\": \"string_array\",\n          \"display\": \"Choices\"\n        }\n      ]\n    },\n    \"string_multi_line\": {\n      \"name\": \"Multi Line Text\",\n      \"list_enabled\": true,\n      \"category\": \"TEXT\",\n      \"type\": \"string\",\n      \"supported_validations\": [\n        {\n          \"name\": \"min\",\n          \"type\": \"integer\",\n          \"display\": \"Minimum Characters\"\n        },\n        {\n          \"name\": \"max\",\n          \"type\": \"integer\",\n          \"display\": \"Maximum Characters\"\n        }\n      ]\n    },\n    \"dropdown\": {\n      \"name\": \"Dropdown\",\n      \"list_enabled\": true,\n      \"category\": \"TEXT\",\n      \"type\": \"string\",\n      \"supported_validations\": [\n        {\n          \"name\": \"choices\",\n          \"type\": \"string_array\",\n          \"display\": \"Choices\",\n          \"required\": true\n        }\n      ]\n    },\n    \"integer\": {\n      \"name\": \"Integer\",\n      \"list_enabled\": true,\n      \"type\": \"integer\",\n      \"category\": \"NUMBER\",\n      \"supported_validations\": [\n        {\n          \"name\": \"min\",\n          \"type\": \"integer\",\n          \"display\": \"Minimum Value\"\n        },\n        {\n          \"name\": \"max\",\n          \"type\": \"integer\",\n          \"display\": \"Maximum Value\"\n        },\n        {\n          \"name\": \"choices\",\n          \"type\": \"integer_array\",\n          \"display\": \"Choices\"\n        }\n      ]\n    },\n    \"float_type\": {\n      \"name\": \"Decimal\",\n      \"list_enabled\": true,\n      \"type\": \"float\",\n      \"category\": \"NUMBER\",\n      \"supported_validations\": [\n        {\n          \"name\": \"min\",\n          \"type\": \"float\",\n          \"display\": \"Minimum Value\"\n        },\n        {\n          \"name\": \"max\",\n          \"type\": \"float\",\n          \"display\": \"Maximum Value\"\n        },\n        {\n          \"name\": \"choices\",\n          \"type\": \"float_array\",\n          \"display\": \"Choices\"\n        }\n      ]\n    },\n    \"boolean_type\": {\n      \"name\": \"Boolean\",\n      \"category\": \"TRUE_FALSE\",\n      \"list_enabled\": false,\n      \"type\": \"boolean\",\n      \"supported_validations\": []\n    },\n    \"date\": {\n      \"name\": \"Date\",\n      \"list_enabled\": true,\n      \"category\": \"DATETIME\",\n      \"type\": \"date\",\n      \"supported_validations\": [\n        {\n          \"name\": \"min\",\n          \"type\": \"date\",\n          \"display\": \"From Date\"\n        },\n        {\n          \"name\": \"max\",\n          \"type\": \"date\",\n          \"display\": \"To Date\"\n        }\n      ]\n    },\n    \"datetime\": {\n      \"name\": \"Date - Time\",\n      \"category\": \"DATETIME\",\n      \"list_enabled\": true,\n      \"type\": \"datetime\",\n      \"supported_validations\": [\n        {\n          \"name\": \"min\",\n          \"type\": \"date\",\n          \"display\": \"From Date & Time\"\n        },\n        {\n          \"name\": \"max\",\n          \"type\": \"date\",\n          \"display\": \"To Date & Time\"\n        }\n      ]\n    },\n    \"duration\": {\n      \"name\": \"Duration\",\n      \"list_enabled\": true,\n      \"category\": \"NUMBER\",\n      \"type\": \"integer\",\n      \"supported_validations\": [\n        {\n          \"name\": \"min\",\n          \"type\": \"integer\",\n          \"display\": \"Minimum Value\"\n        },\n        {\n          \"name\": \"max\",\n          \"type\": \"integer\",\n          \"display\": \"Maximum Value\"\n        },\n        {\n          \"name\": \"unit\",\n          \"type\": \"string\",\n          \"display\": \"Unit\",\n          \"meta\": {\n            \"supported_unit\": [\n              {\n                \"name\": \"Seconds\",\n                \"value\": \"seconds\"\n              },\n              {\n                \"name\": \"Minutes\",\n                \"value\": \"minutes\"\n              },\n              {\n                \"name\": \"Hours\",\n                \"value\": \"hours\"\n              },\n              {\n                \"name\": \"Days\",\n                \"value\": \"days\"\n              }\n            ]\n          }\n        }\n      ]\n    },\n    \"json\": {\n      \"name\": \"JSON\",\n      \"list_enabled\": false,\n      \"category\": \"ADVANCED\",\n      \"type\": \"json\",\n      \"supported_validations\": [\n        {\n          \"name\": \"schema\",\n          \"type\": \"json\",\n          \"display\": \"JSON Schema\"\n        }\n      ]\n    },\n    \"file\": {\n      \"name\": \"File\",\n      \"category\": \"REFERENCE\",\n      \"list_enabled\": true,\n      \"type\": \"string\",\n      \"supported_validations\": [\n        {\n          \"name\": \"file_type_options\",\n          \"type\": \"string_array\",\n          \"meta\": {\n            \"options\": [\n              {\n                \"image\": {\n                  \"supported_types\": [\n                    \"jpeg\",\n                    \"jpg\",\n                    \"png\",\n                    \"svg+xml\",\n                    \"tiff\",\n                    \"webp\",\n                    \"gif\"\n                  ],\n                  \"max_size\": 20971520\n                },\n                \"video\": {\n                  \"supported_types\": [\n                    \"x-flv\",\n                    \"mp4\",\n                    \"x-mpegURL\",\n                    \"MP2T\",\n                    \"3gpp\",\n                    \"/quicktime\",\n                    \"x-msvideo\",\n                    \"x-ms-wmv\",\n                    \"webm\"\n                  ],\n                  \"max_size\": 1048576000\n                }\n              }\n            ]\n          }\n        }\n      ]\n    },\n    \"url\": {\n      \"name\": \"URL\",\n      \"list_enabled\": true,\n      \"type\": \"string\",\n      \"supported_validations\": [\n        {\n          \"name\": \"allowed_domains\",\n          \"display\": \"Allowed Domains\",\n          \"type\": \"string_array\"\n        }\n      ]\n    },\n    \"html\": {\n      \"name\": \"HTML\",\n      \"list_enabled\": false,\n      \"type\": \"string\",\n      \"supported_validations\": []\n    },\n    \"metaobject\": {\n      \"name\": \"Custom Object\",\n      \"list_enabled\": true,\n      \"category\": \"REFERENCE\",\n      \"type\": \"string\",\n      \"supported_validations\": [\n        {\n          \"name\": \"metaobject_definition_id\",\n          \"display\": \"Reference\",\n          \"type\": \"string\",\n          \"required\": true\n        }\n      ]\n    },\n    \"product\": {\n      \"name\": \"Product\",\n      \"list_enabled\": true,\n      \"category\": \"REFERENCE\",\n      \"type\": \"string\",\n      \"supported_validations\": [],\n      \"scope\": [\n        \"company\",\n        \"application\"\n      ]\n    }\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "0bc263c5-2b20-4aae-ba2d-7f7e328724df",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "metafields",
                      "types"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Oops! Something went wrong. Please try later\",\n  \"status\": 400,\n  \"code\": \"CX-1003\",\n  \"exception\": \"\",\n  \"info\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b47987a2-c04d-43ba-be7a-48d236f4d164",
            "name": "getResources | Get resources",
            "request": {
              "name": "getResources | Get resources",
              "description": {
                "content": "Use this API to retrieve the resources, such as products, collections, customers, selling locations, etc.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "metafields",
                  "resources"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "7ccd52d6-ec9e-4ba2-a4b3-33a7a1341108",
                "name": "Success. Returns a JSON object of resources. Refer `ResourcesSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "metafields",
                      "resources"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"resources\": [\n    {\n      \"name\": \"product\",\n      \"key\": \"product\",\n      \"definitions_count\": 0\n    },\n    {\n      \"name\": \"Collection\",\n      \"key\": \"collection\",\n      \"definitions_count\": 0\n    },\n    {\n      \"name\": \"Page\",\n      \"key\": \"page\",\n      \"definitions_count\": 0\n    },\n    {\n      \"name\": \"Blog\",\n      \"key\": \"blog\",\n      \"definitions_count\": 0\n    },\n    {\n      \"name\": \"Customer\",\n      \"key\": \"customer\",\n      \"definitions_count\": 0\n    },\n    {\n      \"name\": \"Store\",\n      \"key\": \"store\",\n      \"definitions_count\": 0\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b54938b4-1736-4260-93b7-19be967f8e03",
            "name": "getCustomFieldDefinitions | Get custom fields definitions",
            "request": {
              "name": "getCustomFieldDefinitions | Get custom fields definitions",
              "description": {
                "content": "Custom field definitions enable you to include data validation for custom fields, and enable sellers to add custom fields values for resources. With the help of this seller can retrive list of custom field definitions list.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "customfields",
                  "definition"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<string>",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<string>",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "key": "resources",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "types",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "search",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "slugs",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "namespaces",
                    "value": "<string>"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "3d648772-5f8c-46d0-bdc5-666e684d75c4",
                "name": "Success. Returns a list of custom fields definitions. Refer `CustomFieldDefinitionsSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customfields",
                      "definition"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "<string>"
                      },
                      {
                        "key": "page_size",
                        "value": "<string>"
                      },
                      {
                        "key": "resources",
                        "value": "product"
                      },
                      {
                        "key": "types",
                        "value": "string_single_line"
                      },
                      {
                        "key": "search",
                        "value": "sometext"
                      },
                      {
                        "key": "slugs",
                        "value": "new-meta-object,single-image"
                      },
                      {
                        "key": "namespaces",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"id\": \"652e183347320aa8d8c28361\",\n      \"resource\": \"product\",\n      \"name\": \"new meta object\",\n      \"namespace\": \"custom\",\n      \"slug\": \"new-meta-object\",\n      \"description\": \"\",\n      \"type\": \"metaobject\",\n      \"multi_value\": false,\n      \"validations\": [\n        {\n          \"name\": \"metaobject_definition_id\",\n          \"type\": \"string\",\n          \"value\": \"652e1298b6ece12d06684c18\"\n        }\n      ],\n      \"company_id\": \"2\",\n      \"required\": false,\n      \"is_deleted\": false,\n      \"type_name\": \"Custom Object\",\n      \"invalid_fields_count\": 0\n    },\n    {\n      \"id\": \"652826cd99822ff1f62cbf13\",\n      \"resource\": \"product\",\n      \"name\": \"single image\",\n      \"namespace\": \"custom\",\n      \"slug\": \"single-image\",\n      \"description\": \"this is single\",\n      \"type\": \"file\",\n      \"multi_value\": false,\n      \"validations\": [\n        {\n          \"name\": \"file_type_options\",\n          \"type\": \"string_array\",\n          \"value\": [\n            \"image\",\n            \"audio\",\n            \"video\",\n            \"document\",\n            \"pdf\"\n          ]\n        }\n      ],\n      \"company_id\": \"2\",\n      \"required\": false,\n      \"is_deleted\": false,\n      \"type_name\": \"File\",\n      \"invalid_fields_count\": 0\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"current\": 1,\n    \"size\": 10,\n    \"item_total\": 15,\n    \"has_next\": true\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "5e139fdb-024d-4792-9c07-ddcfbcf2eb7d",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customfields",
                      "definition"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "<string>"
                      },
                      {
                        "key": "page_size",
                        "value": "<string>"
                      },
                      {
                        "key": "resources",
                        "value": "product"
                      },
                      {
                        "key": "types",
                        "value": "string_single_line"
                      },
                      {
                        "key": "search",
                        "value": "sometext"
                      },
                      {
                        "key": "slugs",
                        "value": "new-meta-object,single-image"
                      },
                      {
                        "key": "namespaces",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Oops! Something went wrong. Please try later\",\n  \"status\": 400,\n  \"code\": \"CX-1003\",\n  \"exception\": \"\",\n  \"info\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e44032da-e439-436b-95e5-fff157cf31b1",
            "name": "getCustomFieldDefinitionByResource | Get custom fields definitions for a given resource type",
            "request": {
              "name": "getCustomFieldDefinitionByResource | Get custom fields definitions for a given resource type",
              "description": {
                "content": "Custom field definitions enable you to include data validation for custom fields, and enable sellers to add custom fields values for resources. With the help of this seller can retrive list of custom field definitions list.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "customfields",
                  "resource",
                  ":resource",
                  "definition"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<string>",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<string>",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "key": "types",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "search",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "slugs",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "namespaces",
                    "value": "<string>"
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "resource",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "aed676c1-956d-4baa-b963-026251f29943",
                "name": "Success. Returns a list of custom fields definitions. Refer `CustomFieldDefinitionsSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customfields",
                      "resource",
                      ":resource",
                      "definition"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "<string>"
                      },
                      {
                        "key": "page_size",
                        "value": "<string>"
                      },
                      {
                        "key": "types",
                        "value": "string_single_line"
                      },
                      {
                        "key": "search",
                        "value": "sometext"
                      },
                      {
                        "key": "slugs",
                        "value": "new-meta-object,single-image"
                      },
                      {
                        "key": "namespaces",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"id\": \"652e183347320aa8d8c28361\",\n      \"resource\": \"product\",\n      \"name\": \"new meta object\",\n      \"namespace\": \"custom\",\n      \"slug\": \"new-meta-object\",\n      \"description\": \"\",\n      \"type\": \"metaobject\",\n      \"multi_value\": false,\n      \"validations\": [\n        {\n          \"name\": \"metaobject_definition_id\",\n          \"type\": \"string\",\n          \"value\": \"652e1298b6ece12d06684c18\"\n        }\n      ],\n      \"company_id\": \"2\",\n      \"required\": false,\n      \"is_deleted\": false,\n      \"type_name\": \"Custom Object\",\n      \"invalid_fields_count\": 0\n    },\n    {\n      \"id\": \"652826cd99822ff1f62cbf13\",\n      \"resource\": \"product\",\n      \"name\": \"single image\",\n      \"namespace\": \"custom\",\n      \"slug\": \"single-image\",\n      \"description\": \"this is single\",\n      \"type\": \"file\",\n      \"multi_value\": false,\n      \"validations\": [\n        {\n          \"name\": \"file_type_options\",\n          \"type\": \"string_array\",\n          \"value\": [\n            \"image\",\n            \"audio\",\n            \"video\",\n            \"document\",\n            \"pdf\"\n          ]\n        }\n      ],\n      \"company_id\": \"2\",\n      \"required\": false,\n      \"is_deleted\": false,\n      \"type_name\": \"File\",\n      \"invalid_fields_count\": 0\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"current\": 1,\n    \"size\": 10,\n    \"item_total\": 15,\n    \"has_next\": true\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "b1d6cc5f-4435-40f5-8d9b-84816499571a",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customfields",
                      "resource",
                      ":resource",
                      "definition"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "<string>"
                      },
                      {
                        "key": "page_size",
                        "value": "<string>"
                      },
                      {
                        "key": "types",
                        "value": "string_single_line"
                      },
                      {
                        "key": "search",
                        "value": "sometext"
                      },
                      {
                        "key": "slugs",
                        "value": "new-meta-object,single-image"
                      },
                      {
                        "key": "namespaces",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Oops! Something went wrong. Please try later\",\n  \"status\": 400,\n  \"code\": \"CX-1003\",\n  \"exception\": \"\",\n  \"info\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "c426ea7f-03d4-4d8a-8592-f9945729197a",
            "name": "createCustomFieldDefinition | Create custom field definition for a given resource type",
            "request": {
              "name": "createCustomFieldDefinition | Create custom field definition for a given resource type",
              "description": {
                "content": "You can create custom fields definition to any resource so you can extend property of resource.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "customfields",
                  "resource",
                  ":resource",
                  "definition"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "resource",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"type\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"namespace\": \"<string>\",\n  \"multi_value\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"validations\": [\n    {\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "703728b0-f3c8-4cf4-a327-fd909ff28c06",
                "name": "Custom field definition created.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customfields",
                      "resource",
                      ":resource",
                      "definition"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"type\": \"string_single_line\",\n  \"slug\": \"fname\",\n  \"namespace\": \"fname\",\n  \"multi_value\": false,\n  \"name\": \"name\",\n  \"description\": \"First name\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"65369654d436ae0e54147e7b\",\n  \"resource\": \"product\",\n  \"name\": \"name\",\n  \"namespace\": \"fname\",\n  \"slug\": \"fname\",\n  \"description\": \"First name\",\n  \"type\": \"string_single_line\",\n  \"multi_value\": false,\n  \"company_id\": \"1\",\n  \"application_id\": \"000000000000000000000001\",\n  \"required\": false,\n  \"is_deleted\": false,\n  \"validations\": []\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "4cdfc356-f6d9-4bb7-91ab-cf63a8e786d7",
                "name": "Bad Request",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customfields",
                      "resource",
                      ":resource",
                      "definition"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"type\": \"string_single_line\",\n  \"slug\": \"fname\",\n  \"namespace\": \"fname\",\n  \"multi_value\": false,\n  \"name\": \"name\",\n  \"description\": \"First name\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"status\": 400,\n  \"message\": \"Sorry, field(s) should be unique\",\n  \"code\": \"CX-2004\",\n  \"exception\": \"\",\n  \"request_id\": \"\",\n  \"info\": \"E11000 duplicate key error collection: meta.metafield_definitions index: namespace_1_key_1_resource_1_company_id_1_application_id_1 dup key: { namespace: 'custom', key: 'test', resource: 'product', company_id: '14610', application_id: null }\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "6822a1b8-fb15-4b37-8a59-cfd7f89fc66d",
            "name": "getCustomFieldDefinitionBySlug | Get custom fields definition by resource, slug and namespace",
            "request": {
              "name": "getCustomFieldDefinitionBySlug | Get custom fields definition by resource, slug and namespace",
              "description": {
                "content": "Custom field definitions can be retrived from this using its slug, namespace and resource",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "customfields",
                  "resource",
                  ":resource",
                  "namespace",
                  ":namespace",
                  "definition",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "resource",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "namespace",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "6fbb3344-d9f8-4304-a26f-bd0d0ba20210",
                "name": "Success. Returns a custom field definition. Refer `MetaFieldDefinitionDetailResSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customfields",
                      "resource",
                      ":resource",
                      "namespace",
                      ":namespace",
                      "definition",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"resource\": \"product\",\n  \"name\": \"name\",\n  \"namespace\": \"fname\",\n  \"slug\": \"fname\",\n  \"description\": \"First name\",\n  \"type\": \"string_single_line\",\n  \"multi_value\": false,\n  \"company_id\": \"1\",\n  \"required\": false,\n  \"is_deleted\": false,\n  \"id\": \"65369654d436ae0e54147e7b\",\n  \"validations\": []\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "b30b3b8f-1bd5-41e2-9c21-c45ca33b2081",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customfields",
                      "resource",
                      ":resource",
                      "namespace",
                      ":namespace",
                      "definition",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Oops! Something went wrong. Please try later\",\n  \"status\": 400,\n  \"code\": \"CX-1003\",\n  \"exception\": \"\",\n  \"info\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "7db96aa4-1a7c-48c8-a05a-8f72940a77a7",
            "name": "updateCustomFieldDefinitionBySlug | Update custom field definition",
            "request": {
              "name": "updateCustomFieldDefinitionBySlug | Update custom field definition",
              "description": {
                "content": "Custom fields definition can be update using this api, You can update custom field definition name and description.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "customfields",
                  "resource",
                  ":resource",
                  "namespace",
                  ":namespace",
                  "definition",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "resource",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "namespace",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"type\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"namespace\": \"<string>\",\n  \"multi_value\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"validations\": [\n    {\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "4acb400f-e857-4c06-a25d-e8dd84f928cb",
                "name": "Custom field definition updated.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customfields",
                      "resource",
                      ":resource",
                      "namespace",
                      ":namespace",
                      "definition",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"type\": \"string_single_line\",\n  \"slug\": \"product-name-update\",\n  \"namespace\": \"custom\",\n  \"multi_value\": false,\n  \"name\": \"product name\",\n  \"description\": \"This is product meta fields\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"65369654d436ae0e54147e7b\",\n  \"resource\": \"product\",\n  \"name\": \"name\",\n  \"namespace\": \"fname\",\n  \"slug\": \"fname\",\n  \"description\": \"First name\",\n  \"type\": \"string_single_line\",\n  \"multi_value\": false,\n  \"company_id\": \"1\",\n  \"application_id\": \"000000000000000000000001\",\n  \"required\": false,\n  \"is_deleted\": false,\n  \"validations\": []\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "580a376f-b063-4900-af3f-9130b92ea1b3",
                "name": "Bad Request",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customfields",
                      "resource",
                      ":resource",
                      "namespace",
                      ":namespace",
                      "definition",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"type\": \"string_single_line\",\n  \"slug\": \"product-name-update\",\n  \"namespace\": \"custom\",\n  \"multi_value\": false,\n  \"name\": \"product name\",\n  \"description\": \"This is product meta fields\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Duis mollit\",\n  \"status\": -36258209.707651235,\n  \"code\": \"in in ad anim\",\n  \"exception\": \"labore in in\",\n  \"info\": \"esse in \",\n  \"request_id\": \"officia esse deserunt sunt tempor\",\n  \"stack_trace\": \"enim \",\n  \"meta\": {\n    \"anim62e\": true,\n    \"enim_64\": 54488717\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "4b88bdc4-e064-4aff-92f6-68e609b01e16",
            "name": "deleteCustomFieldDefinitionBySlug | Delete custom fields definition",
            "request": {
              "name": "deleteCustomFieldDefinitionBySlug | Delete custom fields definition",
              "description": {
                "content": "Custom field definition and its assosiated custom fields value can be deleted using this api on the basis of definition id.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "customfields",
                  "resource",
                  ":resource",
                  "namespace",
                  ":namespace",
                  "definition",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "resource",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "namespace",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "01d9cb56-81f2-4035-bffb-b91e4af8fba4",
                "name": "Success. It will returns the message for delete successfully.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customfields",
                      "resource",
                      ":resource",
                      "namespace",
                      ":namespace",
                      "definition",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"Custom field definition deleted successfully\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "10db72d9-5c2d-45e8-9a35-f9d0a8f8cc94",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customfields",
                      "resource",
                      ":resource",
                      "namespace",
                      ":namespace",
                      "definition",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"status\": 404,\n  \"message\": \"No such metafield definition found\",\n  \"code\": \"CX-1013\",\n  \"exception\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "835c0c60-c95e-4afb-9aaa-0b75b1d9f31a",
            "name": "getCustomFieldsByResourceSlug | Get list of custom fields of given resource and resource slug",
            "request": {
              "name": "getCustomFieldsByResourceSlug | Get list of custom fields of given resource and resource slug",
              "description": {
                "content": "Retrieves a list of custom fields attached to a particular resource by using the resource and resource slug.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "customfields",
                  "resource",
                  ":resource",
                  ":resource_slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "resource",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "resource_slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "487d88f6-671c-471e-836b-5b17192c06b1",
                "name": "Success. Returns a list of custom fields. Refer `CustomFieldsResponseByResourceIdSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customfields",
                      "resource",
                      ":resource",
                      ":resource_slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource_slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"id\": \"65705772a20cc45d3f2585b3\",\n      \"namespace\": \"custom\",\n      \"slug\": \"designer-name\",\n      \"resource\": \"product\",\n      \"value\": [\n        \"ramsons\"\n      ],\n      \"resource_slug\": \"7612437\",\n      \"type\": \"string_single_line\",\n      \"multi_value\": false,\n      \"company_id\": \"2\",\n      \"has_invalid_values\": false,\n      \"invalid_value_errors\": [],\n      \"is_deleted\": false\n    },\n    {\n      \"id\": \"65705772a20cc45d3f2585b4\",\n      \"namespace\": \"custom\",\n      \"slug\": \"manufactures\",\n      \"resource\": \"product\",\n      \"value\": [\n        \"kartik\"\n      ],\n      \"resource_slug\": \"7612437\",\n      \"type\": \"string_single_line\",\n      \"multi_value\": false,\n      \"company_id\": \"2\",\n      \"has_invalid_values\": false,\n      \"invalid_value_errors\": [],\n      \"is_deleted\": false\n    },\n    {\n      \"id\": \"65705772a20cc45d3f2585b1\",\n      \"namespace\": \"custom\",\n      \"slug\": \"product-designer\",\n      \"resource\": \"product\",\n      \"value\": [\n        \"65702b4574c5764716ee671d\"\n      ],\n      \"resource_slug\": \"7612437\",\n      \"type\": \"metaobject\",\n      \"multi_value\": true,\n      \"company_id\": \"2\",\n      \"has_invalid_values\": false,\n      \"invalid_value_errors\": [],\n      \"is_deleted\": false\n    },\n    {\n      \"id\": \"65705772a20cc45d3f2585b2\",\n      \"namespace\": \"custom\",\n      \"slug\": \"validation-check\",\n      \"resource\": \"product\",\n      \"value\": [\n        \"ram\"\n      ],\n      \"resource_slug\": \"7612437\",\n      \"type\": \"string_single_line\",\n      \"multi_value\": false,\n      \"company_id\": \"2\",\n      \"has_invalid_values\": false,\n      \"invalid_value_errors\": [],\n      \"is_deleted\": false\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "41fc5623-3600-4c5c-a28f-497568a3fdd7",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customfields",
                      "resource",
                      ":resource",
                      ":resource_slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource_slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Oops! Something went wrong. Please try later\",\n  \"status\": 400,\n  \"code\": \"CX-1003\",\n  \"exception\": \"\",\n  \"info\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d158c39b-cd1f-4008-bf16-6a5cbf7165da",
            "name": "updateCustomFieldByResourceSlug | Update custom field entries for gives resource and resource slug",
            "request": {
              "name": "updateCustomFieldByResourceSlug | Update custom field entries for gives resource and resource slug",
              "description": {
                "content": "You can add a custom field using this endpoint to any resource by providing the resource slug.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "customfields",
                  "resource",
                  ":resource",
                  ":resource_slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "resource",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "resource_slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"fields\": [\n    {\n      \"value\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"namespace\": \"<string>\",\n      \"slug\": \"<string>\"\n    },\n    {\n      \"value\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"namespace\": \"<string>\",\n      \"slug\": \"<string>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "66d57014-3e9a-40cd-8fa2-795dfdb844d1",
                "name": "Success. Returns a list of custom fields. Refer `CustomFieldsResponseByResourceIdSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customfields",
                      "resource",
                      ":resource",
                      ":resource_slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource_slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"fields\": [\n    {\n      \"slug\": \"white-shirt\",\n      \"namespace\": \"test\",\n      \"value\": [\n        \"white shirt updated\"\n      ]\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"id\": \"65705772a20cc45d3f2585b1\",\n      \"namespace\": \"custom\",\n      \"slug\": \"product-designer\",\n      \"resource\": \"product\",\n      \"resource_slug\": \"7612437\",\n      \"type\": \"metaobject\",\n      \"multi_value\": true,\n      \"company_id\": \"2\",\n      \"invalid_value_errors\": [],\n      \"has_invalid_values\": false,\n      \"value\": [\n        \"65702b4574c5764716ee671d\"\n      ]\n    },\n    {\n      \"id\": \"65705772a20cc45d3f2585b2\",\n      \"namespace\": \"custom\",\n      \"slug\": \"validation-check\",\n      \"resource\": \"product\",\n      \"resource_slug\": \"7612437\",\n      \"type\": \"string_single_line\",\n      \"multi_value\": false,\n      \"company_id\": \"2\",\n      \"invalid_value_errors\": [],\n      \"has_invalid_values\": false,\n      \"value\": [\n        \"ram\"\n      ]\n    },\n    {\n      \"id\": \"65705772a20cc45d3f2585b3\",\n      \"namespace\": \"custom\",\n      \"slug\": \"designer-name\",\n      \"resource\": \"product\",\n      \"resource_slug\": \"7612437\",\n      \"type\": \"string_single_line\",\n      \"multi_value\": false,\n      \"company_id\": \"2\",\n      \"invalid_value_errors\": [],\n      \"has_invalid_values\": false,\n      \"value\": [\n        \"ramsons\"\n      ]\n    },\n    {\n      \"id\": \"65705772a20cc45d3f2585b4\",\n      \"namespace\": \"custom\",\n      \"slug\": \"manufactures\",\n      \"resource\": \"product\",\n      \"resource_slug\": \"7612437\",\n      \"type\": \"string_single_line\",\n      \"multi_value\": false,\n      \"company_id\": \"2\",\n      \"invalid_value_errors\": [],\n      \"has_invalid_values\": false,\n      \"value\": [\n        \"kartik\"\n      ]\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "ee658875-6438-4f02-b1cc-bbb31b73b805",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customfields",
                      "resource",
                      ":resource",
                      ":resource_slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource_slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"fields\": [\n    {\n      \"slug\": \"white-shirt\",\n      \"namespace\": \"test\",\n      \"value\": [\n        \"white shirt updated\"\n      ]\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Oops! Something went wrong. Please try later\",\n  \"status\": 400,\n  \"code\": \"CX-1003\",\n  \"exception\": \"\",\n  \"info\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "eb613535-4494-4f71-96f2-fafdd03d3a68",
            "name": "deleteCustomFieldsByResourceSlug | delete custom fields of given resource and resource slug",
            "request": {
              "name": "deleteCustomFieldsByResourceSlug | delete custom fields of given resource and resource slug",
              "description": {
                "content": "Use this API to delete the custom fields for given resource in param.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "customfields",
                  "resource",
                  ":resource",
                  ":resource_slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "ids",
                    "value": "<string>",
                    "description": "(Required) "
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "resource",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "resource_slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "1c933004-4f1f-47d2-b881-378be2b6a3fb",
                "name": "Success. Returns a list of custom fields. Refer `CustomFieldsDeleteSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customfields",
                      "resource",
                      ":resource",
                      ":resource_slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "ids",
                        "value": "65d196c533b05cbc1cf24323"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource_slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"Metafields deleted successfully\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "321d3da4-66ff-4d68-aa0d-b9ba534cf4ab",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customfields",
                      "resource",
                      ":resource",
                      ":resource_slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "ids",
                        "value": "65d196c533b05cbc1cf24323"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource_slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Oops! Something went wrong. Please try later\",\n  \"status\": 400,\n  \"code\": \"CX-1003\",\n  \"exception\": \"\",\n  \"info\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b4658b23-1e13-4380-ad5f-9ed8907b26aa",
            "name": "createCustomObjectDefinition | Create custom object definition",
            "request": {
              "name": "createCustomObjectDefinition | Create custom object definition",
              "description": {
                "content": "Create a custom object that will have a collection of custom fields and can be used anywhere in the custom field for any resource.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "customobjects",
                  "definition"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"type\": \"<string>\",\n  \"definition_slug\": \"<string>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"display_name_key\": \"<string>\",\n  \"field_definitions\": [\n    {\n      \"id\": \"<string>\",\n      \"type\": \"<string>\",\n      \"description\": \"<string>\",\n      \"name\": \"<string>\",\n      \"multi_value\": \"<boolean>\",\n      \"required\": \"<boolean>\",\n      \"slug\": \"<string>\",\n      \"validations\": [\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      ],\n      \"action\": \"<string>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"type\": \"<string>\",\n      \"description\": \"<string>\",\n      \"name\": \"<string>\",\n      \"multi_value\": \"<boolean>\",\n      \"required\": \"<boolean>\",\n      \"slug\": \"<string>\",\n      \"validations\": [\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      ],\n      \"action\": \"<string>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "56e257ed-4552-409c-8fdb-073a6c694567",
                "name": "Success. Returns the saved custom object defintion",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customobjects",
                      "definition"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"slug\": \"customobject1\",\n  \"description\": \"\",\n  \"name\": \"customObject1\",\n  \"field_definitions\": [\n    {\n      \"type\": \"string_single_line\",\n      \"description\": \"\",\n      \"name\": \"coCustomField1\",\n      \"multi_value\": false,\n      \"required\": false,\n      \"slug\": \"cocustomfield1\",\n      \"validations\": [\n        {\n          \"name\": \"min\",\n          \"type\": \"integer\",\n          \"display\": \"Minimum Characters\",\n          \"value\": 2,\n          \"errorText\": \"\"\n        },\n        {\n          \"name\": \"max\",\n          \"type\": \"integer\",\n          \"display\": \"Maximum Characters\",\n          \"value\": 10,\n          \"errorText\": \"\"\n        },\n        {\n          \"name\": \"regex\",\n          \"type\": \"string\",\n          \"display\": \"Regular Expression\",\n          \"meta\": {\n            \"examples\": [\n              {\n                \"name\": \"Alphabet Characters\",\n                \"value\": \"^[a-zA-Z]+$\"\n              },\n              {\n                \"name\": \"Alphanumeric Characters\",\n                \"value\": \"^[a-zA-Z0-9]+$\"\n              },\n              {\n                \"name\": \"Numeric Characters\",\n                \"value\": \"^[0-9]+$\"\n              },\n              {\n                \"name\": \"Email Address\",\n                \"value\": \"^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\\\\\\\.[a-zA-Z]{2,}$\"\n              }\n            ]\n          },\n          \"value\": \"^[a-zA-Z]+$\",\n          \"errorText\": \"\"\n        }\n      ],\n      \"action\": \"create\"\n    },\n    {\n      \"type\": \"string_single_line\",\n      \"description\": \"this is custom field 2 of custom object\",\n      \"name\": \"coCustomField2\",\n      \"multi_value\": false,\n      \"required\": false,\n      \"slug\": \"cocustomfield2\",\n      \"validations\": [\n        {\n          \"name\": \"min\",\n          \"type\": \"integer\",\n          \"display\": \"Minimum Characters\",\n          \"value\": 1,\n          \"errorText\": \"\"\n        },\n        {\n          \"name\": \"max\",\n          \"type\": \"integer\",\n          \"display\": \"Maximum Characters\",\n          \"value\": 100,\n          \"errorText\": \"\"\n        }\n      ],\n      \"action\": \"create\",\n      \"tempId\": 1701688609037\n    }\n  ],\n  \"display_name_key\": \"cocustomfield2\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"656db530766f951134509542\",\n  \"name\": \"customObject1\",\n  \"slug\": \"customobject1\",\n  \"display_name_key\": \"cocustomfield2\",\n  \"description\": \"\",\n  \"field_definitions\": [\n    {\n      \"resource\": \"metaobject\",\n      \"name\": \"coCustomField1\",\n      \"namespace\": \"customobject1\",\n      \"slug\": \"cocustomfield1\",\n      \"description\": \"\",\n      \"type\": \"string_single_line\",\n      \"multi_value\": false,\n      \"validations\": [\n        {\n          \"name\": \"min\",\n          \"type\": \"integer\",\n          \"value\": 2\n        },\n        {\n          \"name\": \"max\",\n          \"type\": \"integer\",\n          \"value\": 10\n        },\n        {\n          \"name\": \"regex\",\n          \"type\": \"string\",\n          \"value\": \"^[a-zA-Z]+$\"\n        }\n      ],\n      \"company_id\": \"1\",\n      \"required\": false,\n      \"is_deleted\": false,\n      \"id\": \"656db530766f951134509545\",\n      \"created_at\": \"2023-12-04T11:17:04.153Z\",\n      \"updated_at\": \"2023-12-04T11:17:04.153Z\"\n    },\n    {\n      \"resource\": \"metaobject\",\n      \"name\": \"coCustomField2\",\n      \"namespace\": \"customobject1\",\n      \"slug\": \"cocustomfield2\",\n      \"description\": \"this is custom field 2 of custom object\",\n      \"type\": \"string_single_line\",\n      \"multi_value\": false,\n      \"validations\": [\n        {\n          \"name\": \"min\",\n          \"type\": \"integer\",\n          \"value\": 1\n        },\n        {\n          \"name\": \"max\",\n          \"type\": \"integer\",\n          \"value\": 100\n        }\n      ],\n      \"company_id\": \"1\",\n      \"required\": false,\n      \"is_deleted\": false,\n      \"id\": \"656db530766f951134509546\",\n      \"created_at\": \"2023-12-04T11:17:04.154Z\",\n      \"updated_at\": \"2023-12-04T11:17:04.154Z\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "ca2727af-f003-4d2c-9ca6-e60ef2540260",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customobjects",
                      "definition"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"slug\": \"customobject1\",\n  \"description\": \"\",\n  \"name\": \"customObject1\",\n  \"field_definitions\": [\n    {\n      \"type\": \"string_single_line\",\n      \"description\": \"\",\n      \"name\": \"coCustomField1\",\n      \"multi_value\": false,\n      \"required\": false,\n      \"slug\": \"cocustomfield1\",\n      \"validations\": [\n        {\n          \"name\": \"min\",\n          \"type\": \"integer\",\n          \"display\": \"Minimum Characters\",\n          \"value\": 2,\n          \"errorText\": \"\"\n        },\n        {\n          \"name\": \"max\",\n          \"type\": \"integer\",\n          \"display\": \"Maximum Characters\",\n          \"value\": 10,\n          \"errorText\": \"\"\n        },\n        {\n          \"name\": \"regex\",\n          \"type\": \"string\",\n          \"display\": \"Regular Expression\",\n          \"meta\": {\n            \"examples\": [\n              {\n                \"name\": \"Alphabet Characters\",\n                \"value\": \"^[a-zA-Z]+$\"\n              },\n              {\n                \"name\": \"Alphanumeric Characters\",\n                \"value\": \"^[a-zA-Z0-9]+$\"\n              },\n              {\n                \"name\": \"Numeric Characters\",\n                \"value\": \"^[0-9]+$\"\n              },\n              {\n                \"name\": \"Email Address\",\n                \"value\": \"^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\\\\\\\.[a-zA-Z]{2,}$\"\n              }\n            ]\n          },\n          \"value\": \"^[a-zA-Z]+$\",\n          \"errorText\": \"\"\n        }\n      ],\n      \"action\": \"create\"\n    },\n    {\n      \"type\": \"string_single_line\",\n      \"description\": \"this is custom field 2 of custom object\",\n      \"name\": \"coCustomField2\",\n      \"multi_value\": false,\n      \"required\": false,\n      \"slug\": \"cocustomfield2\",\n      \"validations\": [\n        {\n          \"name\": \"min\",\n          \"type\": \"integer\",\n          \"display\": \"Minimum Characters\",\n          \"value\": 1,\n          \"errorText\": \"\"\n        },\n        {\n          \"name\": \"max\",\n          \"type\": \"integer\",\n          \"display\": \"Maximum Characters\",\n          \"value\": 100,\n          \"errorText\": \"\"\n        }\n      ],\n      \"action\": \"create\",\n      \"tempId\": 1701688609037\n    }\n  ],\n  \"display_name_key\": \"cocustomfield2\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"status\": 400,\n  \"message\": \"Sorry, field(s) should be unique\",\n  \"code\": \"CX-2004\",\n  \"exception\": \"\",\n  \"request_id\": \"\",\n  \"info\": \"E11000 duplicate key error collection: meta.metafield_definitions index: namespace_1_key_1_resource_1_company_id_1_application_id_1 dup key: { namespace: \\\"customobject1\\\", key: \\\"cocustomfield1\\\", resource: \\\"metaobject\\\", company_id: \\\"1\\\", application_id: null }\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "dc21910c-f81d-440e-99ec-e1f868154623",
            "name": "getCustomObjectDefinitions | Get custom object definitions",
            "request": {
              "name": "getCustomObjectDefinitions | Get custom object definitions",
              "description": {
                "content": "Custom object definition lists can be obtained using this endpoint.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "customobjects",
                  "definition"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<string>",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<string>",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "key": "search",
                    "value": "<string>"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "6e84fcf5-be39-47fc-b73f-2a7ef8db8e34",
                "name": "Success. Returns a list custom object definitions.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customobjects",
                      "definition"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "<string>"
                      },
                      {
                        "key": "page_size",
                        "value": "<string>"
                      },
                      {
                        "key": "search",
                        "value": "sometext"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"id\": \"656db530766f951134509542\",\n      \"name\": \"customObject1\",\n      \"slug\": \"customobject1\",\n      \"entries_count\": 0,\n      \"fields_count\": 2\n    },\n    {\n      \"id\": \"656db2d9766f95113450952b\",\n      \"name\": \"sample\",\n      \"slug\": \"sample\",\n      \"entries_count\": 0,\n      \"fields_count\": 1\n    },\n    {\n      \"id\": \"656495b58d3278a7c24260f8\",\n      \"name\": \"address\",\n      \"slug\": \"address\",\n      \"entries_count\": 1,\n      \"fields_count\": 3\n    },\n    {\n      \"id\": \"655c706ad5ff69fd3b95a1d9\",\n      \"name\": \"coCustomObject\",\n      \"slug\": \"cocustomobject\",\n      \"entries_count\": 0,\n      \"fields_count\": 2\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"current\": 1,\n    \"size\": 10,\n    \"item_total\": 4,\n    \"has_next\": false\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "9cf24f05-9acd-4153-82b4-e4b07f30736f",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customobjects",
                      "definition"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "<string>"
                      },
                      {
                        "key": "page_size",
                        "value": "<string>"
                      },
                      {
                        "key": "search",
                        "value": "sometext"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Oops! Something went wrong. Please try later\",\n  \"status\": 400,\n  \"code\": \"CX-1003\",\n  \"exception\": \"\",\n  \"info\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "59068a74-d2d9-4dc4-996d-ef497fe9e268",
            "name": "getCustomObjectDefinitionBySlug | Get custom object definition",
            "request": {
              "name": "getCustomObjectDefinitionBySlug | Get custom object definition",
              "description": {
                "content": "Custom object definitions can be fetched using their custom object definition slug.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "customobjects",
                  "definition",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "1a5d6f26-d159-4b0e-8765-4ca2a6d2c6c8",
                "name": "Success. It will returns the message for delete successfully.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customobjects",
                      "definition",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"656d67de766f95113450917b\",\n  \"name\": \"Designer\",\n  \"slug\": \"designer\",\n  \"display_name_key\": \"name\",\n  \"description\": \"\",\n  \"field_definitions\": [\n    {\n      \"resource\": \"metaobject\",\n      \"name\": \"city2\",\n      \"namespace\": \"designer\",\n      \"slug\": \"city\",\n      \"type\": \"string_single_line\",\n      \"description\": \"\",\n      \"multi_value\": false,\n      \"validations\": [],\n      \"company_id\": \"2\",\n      \"required\": false\n    },\n    {\n      \"resource\": \"metaobject\",\n      \"name\": \"mobile\",\n      \"namespace\": \"designer\",\n      \"slug\": \"mobile\",\n      \"type\": \"string_single_line\",\n      \"description\": \"\",\n      \"multi_value\": false,\n      \"validations\": [],\n      \"company_id\": \"2\",\n      \"required\": false\n    },\n    {\n      \"resource\": \"metaobject\",\n      \"name\": \"name\",\n      \"namespace\": \"designer\",\n      \"slug\": \"name\",\n      \"type\": \"string_single_line\",\n      \"description\": \"This is name of designer\",\n      \"multi_value\": false,\n      \"validations\": [],\n      \"company_id\": \"2\",\n      \"required\": true\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "fe8dd420-3e9e-4fab-93c6-4eb4ea5c8d49",
                "name": "Bad Request",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customobjects",
                      "definition",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Duis mollit\",\n  \"status\": -36258209.707651235,\n  \"code\": \"in in ad anim\",\n  \"exception\": \"labore in in\",\n  \"info\": \"esse in \",\n  \"request_id\": \"officia esse deserunt sunt tempor\",\n  \"stack_trace\": \"enim \",\n  \"meta\": {\n    \"anim62e\": true,\n    \"enim_64\": 54488717\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "81355dc3-3987-43f6-aef6-42219ae7c34b",
            "name": "updateCustomObjectDefinitionBySlug | Update custom object definition",
            "request": {
              "name": "updateCustomObjectDefinitionBySlug | Update custom object definition",
              "description": {
                "content": "Custom object definitions can be updated using this endpoint. You can update the name and description of the custom object and add more custom field definitions to the existing custom object.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "customobjects",
                  "definition",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"display_name_key\": \"<string>\",\n  \"field_definitions\": [\n    {\n      \"id\": \"<string>\",\n      \"type\": \"<string>\",\n      \"description\": \"<string>\",\n      \"name\": \"<string>\",\n      \"multi_value\": \"<boolean>\",\n      \"required\": \"<boolean>\",\n      \"slug\": \"<string>\",\n      \"validations\": [\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      ],\n      \"action\": \"<string>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"type\": \"<string>\",\n      \"description\": \"<string>\",\n      \"name\": \"<string>\",\n      \"multi_value\": \"<boolean>\",\n      \"required\": \"<boolean>\",\n      \"slug\": \"<string>\",\n      \"validations\": [\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      ],\n      \"action\": \"<string>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "e051900b-704a-49f9-a207-43f91d86020f",
                "name": "Custom field definition updated.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customobjects",
                      "definition",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"description\": \"\",\n  \"name\": \"Designer\",\n  \"display_name_key\": \"name\",\n  \"field_definitions\": [\n    {\n      \"id\": \"656d67de766f951134509180\",\n      \"type\": \"string_single_line\",\n      \"description\": \"\",\n      \"name\": \"city2\",\n      \"multi_value\": false,\n      \"required\": false,\n      \"slug\": \"city\",\n      \"validations\": [],\n      \"action\": \"update\"\n    },\n    {\n      \"id\": \"656d67de766f95113450917f\",\n      \"resource\": \"metaobject\",\n      \"name\": \"mobile\",\n      \"namespace\": \"designer\",\n      \"slug\": \"mobile\",\n      \"description\": \"\",\n      \"type\": \"string_single_line\",\n      \"multi_value\": false,\n      \"validations\": [],\n      \"company_id\": \"2\",\n      \"required\": false,\n      \"is_deleted\": false,\n      \"action\": \"update\"\n    },\n    {\n      \"id\": \"656d67de766f95113450917e\",\n      \"resource\": \"metaobject\",\n      \"name\": \"name\",\n      \"namespace\": \"designer\",\n      \"slug\": \"name\",\n      \"description\": \"This is name of designer\",\n      \"type\": \"string_single_line\",\n      \"multi_value\": false,\n      \"validations\": [],\n      \"company_id\": \"2\",\n      \"required\": true,\n      \"is_deleted\": false,\n      \"action\": \"update\"\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"656d67de766f95113450917b\",\n  \"name\": \"Designer\",\n  \"slug\": \"designer\",\n  \"display_name_key\": \"name\",\n  \"description\": \"\",\n  \"field_definitions\": [\n    {\n      \"resource\": \"metaobject\",\n      \"name\": \"city2\",\n      \"namespace\": \"designer\",\n      \"slug\": \"city\",\n      \"type\": \"string_single_line\",\n      \"description\": \"\",\n      \"multi_value\": false,\n      \"validations\": [],\n      \"company_id\": \"2\",\n      \"required\": false\n    },\n    {\n      \"resource\": \"metaobject\",\n      \"name\": \"mobile\",\n      \"namespace\": \"designer\",\n      \"slug\": \"mobile\",\n      \"type\": \"string_single_line\",\n      \"description\": \"\",\n      \"multi_value\": false,\n      \"validations\": [],\n      \"company_id\": \"2\",\n      \"required\": false\n    },\n    {\n      \"resource\": \"metaobject\",\n      \"name\": \"name\",\n      \"namespace\": \"designer\",\n      \"slug\": \"name\",\n      \"type\": \"string_single_line\",\n      \"description\": \"This is name of designer\",\n      \"multi_value\": false,\n      \"validations\": [],\n      \"company_id\": \"2\",\n      \"required\": true\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "22446c47-5600-409f-b406-b43ddc5bd5a3",
                "name": "Bad Request",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customobjects",
                      "definition",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"description\": \"\",\n  \"name\": \"Designer\",\n  \"display_name_key\": \"name\",\n  \"field_definitions\": [\n    {\n      \"id\": \"656d67de766f951134509180\",\n      \"type\": \"string_single_line\",\n      \"description\": \"\",\n      \"name\": \"city2\",\n      \"multi_value\": false,\n      \"required\": false,\n      \"slug\": \"city\",\n      \"validations\": [],\n      \"action\": \"update\"\n    },\n    {\n      \"id\": \"656d67de766f95113450917f\",\n      \"resource\": \"metaobject\",\n      \"name\": \"mobile\",\n      \"namespace\": \"designer\",\n      \"slug\": \"mobile\",\n      \"description\": \"\",\n      \"type\": \"string_single_line\",\n      \"multi_value\": false,\n      \"validations\": [],\n      \"company_id\": \"2\",\n      \"required\": false,\n      \"is_deleted\": false,\n      \"action\": \"update\"\n    },\n    {\n      \"id\": \"656d67de766f95113450917e\",\n      \"resource\": \"metaobject\",\n      \"name\": \"name\",\n      \"namespace\": \"designer\",\n      \"slug\": \"name\",\n      \"description\": \"This is name of designer\",\n      \"type\": \"string_single_line\",\n      \"multi_value\": false,\n      \"validations\": [],\n      \"company_id\": \"2\",\n      \"required\": true,\n      \"is_deleted\": false,\n      \"action\": \"update\"\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Duis mollit\",\n  \"status\": -36258209.707651235,\n  \"code\": \"in in ad anim\",\n  \"exception\": \"labore in in\",\n  \"info\": \"esse in \",\n  \"request_id\": \"officia esse deserunt sunt tempor\",\n  \"stack_trace\": \"enim \",\n  \"meta\": {\n    \"anim62e\": true,\n    \"enim_64\": 54488717\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "6bc2031c-61a1-4ac1-a568-80b97c6768eb",
            "name": "deleteCustomObjectDefinitionBySlug | Delete custom object definition",
            "request": {
              "name": "deleteCustomObjectDefinitionBySlug | Delete custom object definition",
              "description": {
                "content": "Custom object definitions can be deleted using this endpoint by providing the definition ID.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "customobjects",
                  "definition",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "51f9b704-2ea1-4138-b457-e7ef3a19c9c3",
                "name": "Custom object definition details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customobjects",
                      "definition",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"MetaObjectDefinition deleted successfully\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "5ac5c725-95e2-4215-8de3-b6fd098d137b",
                "name": "Bad Request",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customobjects",
                      "definition",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Duis mollit\",\n  \"status\": -36258209.707651235,\n  \"code\": \"in in ad anim\",\n  \"exception\": \"labore in in\",\n  \"info\": \"esse in \",\n  \"request_id\": \"officia esse deserunt sunt tempor\",\n  \"stack_trace\": \"enim \",\n  \"meta\": {\n    \"anim62e\": true,\n    \"enim_64\": 54488717\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d54ce220-33e7-4bdb-ab72-a5fd76844e66",
            "name": "getCustomObjectsBySlug | Get list of custom objects under a certain custom object definition",
            "request": {
              "name": "getCustomObjectsBySlug | Get list of custom objects under a certain custom object definition",
              "description": {
                "content": "Custom object entries can fetch using this endpoint.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "customobjects",
                  "definition",
                  ":definition_slug",
                  "entries"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<string>",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<string>",
                    "description": "(Required) "
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "definition_slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "51f70645-fb9d-45d3-9a6f-53965c40613d",
                "name": "Success. Returns a list of custom objects. Refer `CustomObjectsSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customobjects",
                      "definition",
                      ":definition_slug",
                      "entries"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "<string>"
                      },
                      {
                        "key": "page_size",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "definition_slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"id\": \"653929f012376081aafa90f1\",\n      \"slug\": \"painter\",\n      \"status\": \"active\",\n      \"updated_at\": \"2023-10-25T14:45:04.446Z\",\n      \"display_name\": \"painter #653929f012376081aafa90f1\",\n      \"definition\": {\n        \"id\": \"653907ced878d53c1a502d92\",\n        \"name\": \"painter\",\n        \"slug\": \"painter\"\n      },\n      \"references\": 0\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"current\": 1,\n    \"size\": 10,\n    \"item_total\": 1,\n    \"has_next\": false\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "eaa1a132-c8c3-47aa-be03-2c7ffe310438",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customobjects",
                      "definition",
                      ":definition_slug",
                      "entries"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "<string>"
                      },
                      {
                        "key": "page_size",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "definition_slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Oops! Something went wrong. Please try later\",\n  \"status\": 400,\n  \"code\": \"CX-1003\",\n  \"exception\": \"\",\n  \"info\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "7323819f-c3a4-4016-9452-f127eb21ae50",
            "name": "createCustomObjectBySlug | Create custom object entries",
            "request": {
              "name": "createCustomObjectBySlug | Create custom object entries",
              "description": {
                "content": "Custom object entries against the custom object definition can be added using this API.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "customobjects",
                  "definition",
                  ":definition_slug",
                  "entries"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "definition_slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"status\": \"<string>\",\n  \"fields\": [\n    {\n      \"slug\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"slug\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "bbc30f7a-1e7f-4f0a-b05c-ba93d52a357f",
                "name": "Success. Returns a list of custom objects. Refer `CustomObjectSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customobjects",
                      "definition",
                      ":definition_slug",
                      "entries"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "definition_slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"status\": \"active\",\n  \"slug\": \"painter2\",\n  \"fields\": [\n    {\n      \"slug\": \"name\",\n      \"namespace\": \"designer\",\n      \"value\": [\n        \"Batman\"\n      ]\n    },\n    {\n      \"slug\": \"age\",\n      \"namespace\": \"designer\",\n      \"value\": [\n        50\n      ]\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"65392bd912376081aafa90ff\",\n  \"company_id\": \"1\",\n  \"application_id\": \"000000000000000000000001\",\n  \"status\": \"active\",\n  \"slug\": \"painter\",\n  \"display_name\": \"painter #65392bd912376081aafa90ff\",\n  \"fields\": [\n    {\n      \"id\": \"65392bd912376081aafa9103\",\n      \"namespace\": \"painter\",\n      \"slug\": \"name\",\n      \"resource\": \"metaobject\",\n      \"resource_slug\": \"65392bd912376081aafa90ff\",\n      \"type\": \"string_single_line\",\n      \"multi_value\": false,\n      \"company_id\": \"1\",\n      \"application_id\": \"000000000000000000000001\",\n      \"invalid_value_errors\": [],\n      \"has_invalid_values\": false,\n      \"value\": [\n        \"Batman\"\n      ]\n    },\n    {\n      \"id\": \"65392bd912376081aafa9104\",\n      \"namespace\": \"painter\",\n      \"slug\": \"age\",\n      \"resource\": \"metaobject\",\n      \"resource_slug\": \"65392bd912376081aafa90ff\",\n      \"type\": \"integer\",\n      \"multi_value\": false,\n      \"company_id\": \"1\",\n      \"application_id\": \"000000000000000000000001\",\n      \"invalid_value_errors\": [],\n      \"has_invalid_values\": false,\n      \"value\": [\n        50\n      ]\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "294daf54-e1dd-4e00-b4f0-c7db45030d41",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customobjects",
                      "definition",
                      ":definition_slug",
                      "entries"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "definition_slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"status\": \"active\",\n  \"slug\": \"painter2\",\n  \"fields\": [\n    {\n      \"slug\": \"name\",\n      \"namespace\": \"designer\",\n      \"value\": [\n        \"Batman\"\n      ]\n    },\n    {\n      \"slug\": \"age\",\n      \"namespace\": \"designer\",\n      \"value\": [\n        50\n      ]\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"status\": 400,\n  \"message\": \"Sorry, field(s) should be unique\",\n  \"code\": \"CX-2004\",\n  \"exception\": \"\",\n  \"request_id\": \"\",\n  \"info\": \"E11000 duplicate key error collection: meta.metafield_definitions index: namespace_1_key_1_resource_1_company_id_1_application_id_1 dup key: { namespace: \\\"abcd10\\\", key: \\\"llll\\\", resource: \\\"metaobject\\\", company_id: \\\"1\\\", application_id: null }\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "4f762729-cbd4-4a98-8f30-d4abcd63b2d0",
            "name": "getCustomObjectBySlug | Get custom object details",
            "request": {
              "name": "getCustomObjectBySlug | Get custom object details",
              "description": {
                "content": "Details of a custom object entry can be obtained using this endpoint.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "customobjects",
                  "definition",
                  ":definition_slug",
                  "entries",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "definition_slug",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "b3236796-9b9c-406f-a3e5-788b5db59006",
                "name": "Success. Returns a custom object. Refer `CustomObjectBySlugSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customobjects",
                      "definition",
                      ":definition_slug",
                      "entries",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "definition_slug",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"653929f012376081aafa90f1\",\n  \"status\": \"active\",\n  \"display_name\": \"painter #653929f012376081aafa90f1\",\n  \"slug\": \"painter\",\n  \"definition_slug\": \"designer\",\n  \"definition\": {\n    \"id\": \"653907ced878d53c1a502d92\",\n    \"name\": \"painter\",\n    \"slug\": \"painter\"\n  },\n  \"references\": [],\n  \"fields\": [\n    {\n      \"id\": \"653929f012376081aafa90f5\",\n      \"slug\": \"name\",\n      \"namespace\": \"designer\",\n      \"value\": [\n        \"Bruce Wayne\"\n      ],\n      \"type\": \"string_single_line\"\n    },\n    {\n      \"id\": \"653929f012376081aafa90f6\",\n      \"slug\": \"age\",\n      \"namespace\": \"designer\",\n      \"value\": [\n        5\n      ],\n      \"type\": \"integer\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "1b1e303d-6311-4e57-9754-b296c0a23769",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customobjects",
                      "definition",
                      ":definition_slug",
                      "entries",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "definition_slug",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Oops! Something went wrong. Please try later\",\n  \"status\": 400,\n  \"code\": \"CX-1003\",\n  \"exception\": \"\",\n  \"info\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "f9587b96-6e9a-4451-9a04-9788b693a666",
            "name": "deleteCustomObjectBySlug | Delete custom object",
            "request": {
              "name": "deleteCustomObjectBySlug | Delete custom object",
              "description": {
                "content": "Custom object entries can be deleted by providing the delete ID using this endpoint.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "customobjects",
                  "definition",
                  ":definition_slug",
                  "entries",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "definition_slug",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "64243174-02c6-41ac-bca5-70b726ea12a6",
                "name": "Success. It will returns the message for delete successfully.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customobjects",
                      "definition",
                      ":definition_slug",
                      "entries",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "definition_slug",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"Custom object deleted successfully\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "65878eea-e87a-4a85-913c-a992e99c1369",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customobjects",
                      "definition",
                      ":definition_slug",
                      "entries",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "definition_slug",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"status\": 404,\n  \"message\": \"MetaObject Definition Not Found\",\n  \"code\": \"CX-1027\",\n  \"exception\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "85012d16-7c23-40fc-9d22-48ab0a9431ae",
            "name": "updateCustomObjectBySlug | Update custom object details",
            "request": {
              "name": "updateCustomObjectBySlug | Update custom object details",
              "description": {
                "content": "Custom object entries can be updated using this endpoint.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "customobjects",
                  "definition",
                  ":definition_slug",
                  "entries",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "definition_slug",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"status\": \"<string>\",\n  \"fields\": [\n    {\n      \"slug\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"slug\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "7d3244ce-72d3-4fb0-bc80-1c8e07b2cf60",
                "name": "Custom field definition created.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customobjects",
                      "definition",
                      ":definition_slug",
                      "entries",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "definition_slug",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"status\": \"active\",\n  \"fields\": [\n    {\n      \"slug\": \"address-line-1\",\n      \"value\": [\n        \"some address text\"\n      ]\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"656d67de766f95113450917b\",\n  \"name\": \"Designer\",\n  \"slug\": \"designer1\",\n  \"definition_slug\": \"designer\",\n  \"display_name_key\": \"name\",\n  \"description\": \"\",\n  \"field_definitions\": [\n    {\n      \"resource\": \"metaobject\",\n      \"name\": \"city2\",\n      \"namespace\": \"designer\",\n      \"slug\": \"city\",\n      \"type\": \"string_single_line\",\n      \"description\": \"\",\n      \"multi_value\": false,\n      \"validations\": [],\n      \"company_id\": \"2\",\n      \"required\": false\n    },\n    {\n      \"resource\": \"metaobject\",\n      \"name\": \"mobile\",\n      \"namespace\": \"designer\",\n      \"slug\": \"mobile\",\n      \"type\": \"string_single_line\",\n      \"description\": \"\",\n      \"multi_value\": false,\n      \"validations\": [],\n      \"company_id\": \"2\",\n      \"required\": false\n    },\n    {\n      \"resource\": \"metaobject\",\n      \"name\": \"name\",\n      \"namespace\": \"designer\",\n      \"slug\": \"name\",\n      \"type\": \"string_single_line\",\n      \"description\": \"This is name of designer\",\n      \"multi_value\": false,\n      \"validations\": [],\n      \"company_id\": \"2\",\n      \"required\": true\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "f5748108-c749-4349-8303-bd48dec421d5",
                "name": "Bad Request",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customobjects",
                      "definition",
                      ":definition_slug",
                      "entries",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "definition_slug",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"status\": \"active\",\n  \"fields\": [\n    {\n      \"slug\": \"address-line-1\",\n      \"value\": [\n        \"some address text\"\n      ]\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Duis mollit\",\n  \"status\": -36258209.707651235,\n  \"code\": \"in in ad anim\",\n  \"exception\": \"labore in in\",\n  \"info\": \"esse in \",\n  \"request_id\": \"officia esse deserunt sunt tempor\",\n  \"stack_trace\": \"enim \",\n  \"meta\": {\n    \"anim62e\": true,\n    \"enim_64\": 54488717\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "fa0d7508-87db-460c-8b4b-085c673ba54b",
            "name": "importCustomObjectEntriesBySlug | Bulk custom object entries upload",
            "request": {
              "name": "importCustomObjectEntriesBySlug | Bulk custom object entries upload",
              "description": {
                "content": "Custom object bulk import of bulk entries can be performed using this endpoint.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "customobjects",
                  "definition",
                  ":slug",
                  "bulk",
                  "upload"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"url\": \"<string>\",\n  \"total_records\": \"<integer>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "af5562af-1c43-4b10-8e46-24f9dbee70f6",
                "name": "Success. Returns confirmation that the upload has started",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customobjects",
                      "definition",
                      ":slug",
                      "bulk",
                      "upload"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/company/default/applications/default/meta-field/assets/original/qABURepOA-sample-(6)-(1).csv\",\n  \"total_records\": 2\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Bulk upload of Meta objects started successfully\",\n  \"task_id\": \"6570124da20cc45d3f2582a7\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "93d06c7f-5a61-41ad-8f03-2cf526504201",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customobjects",
                      "definition",
                      ":slug",
                      "bulk",
                      "upload"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/company/default/applications/default/meta-field/assets/original/qABURepOA-sample-(6)-(1).csv\",\n  \"total_records\": 2\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"status\": 400,\n  \"message\": \"Invalid MetaObject Request\",\n  \"code\": \"CX-1028\",\n  \"exception\": \"\",\n  \"request_id\": \"\",\n  \"info\": \"Total records is required\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5c8b8179-86c0-4bd1-a58f-d6f8c9dbe53c",
            "name": "exportCustomObjectEntriesBySlug | Initiate download for bulk custom object entries",
            "request": {
              "name": "exportCustomObjectEntriesBySlug | Initiate download for bulk custom object entries",
              "description": {
                "content": "Custom object bulk export of bulk entries can be perform using this endpoint.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "customobjects",
                  "definition",
                  ":slug",
                  "bulk",
                  "download"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "e70c8868-2d90-401c-a4a4-d698aa19be1e",
                "name": "Success. Initiates bulk entries download ",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customobjects",
                      "definition",
                      ":slug",
                      "bulk",
                      "download"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Bulk download of Meta Objects started successfully\",\n  \"task_id\": \"65702d2aa20cc45d3f258358\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "c916ea16-aaaa-439e-8bb6-c48032eee027",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customobjects",
                      "definition",
                      ":slug",
                      "bulk",
                      "download"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Oops! Something went wrong. Please try later\",\n  \"status\": 400,\n  \"code\": \"CX-1003\",\n  \"exception\": \"\",\n  \"info\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "280112e7-e8ec-421a-93ed-bcd07959bdfe",
            "name": "sampleCustomObjectBulkEntryBySlug | Download sample for custom object bulk entry",
            "request": {
              "name": "sampleCustomObjectBulkEntryBySlug | Download sample for custom object bulk entry",
              "description": {
                "content": "Sample files for custom object bulk import can be obtained from this endpoint.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "customobjects",
                  "definition",
                  ":slug",
                  "bulk",
                  "sample"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "35470dc1-68ab-4663-a67f-b7bc6f18e7eb",
                "name": "Success. Get headers of custom object definition",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customobjects",
                      "definition",
                      ":slug",
                      "bulk",
                      "sample"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "\"city,mobile,name,custom_object_status\"",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "314b5ca0-02f9-434a-ab69-b0a40da23a83",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "customobjects",
                      "definition",
                      ":slug",
                      "bulk",
                      "sample"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Oops! Something went wrong. Please try later\",\n  \"status\": 400,\n  \"code\": \"CX-1003\",\n  \"exception\": \"\",\n  \"info\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "94d28d72-8fe3-4109-a708-8f379f54c406",
            "name": "getAppCustomFieldTypes | Get custom field types",
            "request": {
              "name": "getAppCustomFieldTypes | Get custom field types",
              "description": {
                "content": "Each custom field and custom field definition has a type, which defines the type of information that it can store. The custom field types have built-in validation. This api will give list of supported custom fields types",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "metafields",
                  "types"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "8a819397-1808-490a-b32b-9b2f0f8d1dcf",
                "name": "Success. Returns all custom field types. ",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "metafields",
                      "types"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"metafield_types\": {\n    \"string_single_line\": {\n      \"name\": \"Single Line Text\",\n      \"list_enabled\": true,\n      \"category\": \"TEXT\",\n      \"type\": \"string\",\n      \"supported_validations\": [\n        {\n          \"name\": \"min\",\n          \"type\": \"integer\",\n          \"display\": \"Minimum Characters\"\n        },\n        {\n          \"name\": \"max\",\n          \"type\": \"integer\",\n          \"display\": \"Maximum Characters\"\n        },\n        {\n          \"name\": \"regex\",\n          \"type\": \"string\",\n          \"display\": \"Regular Expression\",\n          \"meta\": {\n            \"examples\": [\n              {\n                \"name\": \"Alphabet Characters\",\n                \"value\": \"^[a-zA-Z]+$\"\n              },\n              {\n                \"name\": \"Alphanumeric Characters\",\n                \"value\": \"^[a-zA-Z0-9]+$\"\n              },\n              {\n                \"name\": \"Numeric Characters\",\n                \"value\": \"^[0-9]+$\"\n              },\n              {\n                \"name\": \"Email Address\",\n                \"value\": \"^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\\\.[a-zA-Z]{2,}$\"\n              }\n            ]\n          }\n        },\n        {\n          \"name\": \"choices\",\n          \"type\": \"string_array\",\n          \"display\": \"Choices\"\n        }\n      ]\n    },\n    \"string_multi_line\": {\n      \"name\": \"Multi Line Text\",\n      \"list_enabled\": true,\n      \"category\": \"TEXT\",\n      \"type\": \"string\",\n      \"supported_validations\": [\n        {\n          \"name\": \"min\",\n          \"type\": \"integer\",\n          \"display\": \"Minimum Characters\"\n        },\n        {\n          \"name\": \"max\",\n          \"type\": \"integer\",\n          \"display\": \"Maximum Characters\"\n        }\n      ]\n    },\n    \"dropdown\": {\n      \"name\": \"Dropdown\",\n      \"list_enabled\": true,\n      \"category\": \"TEXT\",\n      \"type\": \"string\",\n      \"supported_validations\": [\n        {\n          \"name\": \"choices\",\n          \"type\": \"string_array\",\n          \"display\": \"Choices\",\n          \"required\": true\n        }\n      ]\n    },\n    \"integer\": {\n      \"name\": \"Integer\",\n      \"list_enabled\": true,\n      \"type\": \"integer\",\n      \"category\": \"NUMBER\",\n      \"supported_validations\": [\n        {\n          \"name\": \"min\",\n          \"type\": \"integer\",\n          \"display\": \"Minimum Value\"\n        },\n        {\n          \"name\": \"max\",\n          \"type\": \"integer\",\n          \"display\": \"Maximum Value\"\n        },\n        {\n          \"name\": \"choices\",\n          \"type\": \"integer_array\",\n          \"display\": \"Choices\"\n        }\n      ]\n    },\n    \"float_type\": {\n      \"name\": \"Decimal\",\n      \"list_enabled\": true,\n      \"type\": \"float\",\n      \"category\": \"NUMBER\",\n      \"supported_validations\": [\n        {\n          \"name\": \"min\",\n          \"type\": \"float\",\n          \"display\": \"Minimum Value\"\n        },\n        {\n          \"name\": \"max\",\n          \"type\": \"float\",\n          \"display\": \"Maximum Value\"\n        },\n        {\n          \"name\": \"choices\",\n          \"type\": \"float_array\",\n          \"display\": \"Choices\"\n        }\n      ]\n    },\n    \"boolean_type\": {\n      \"name\": \"Boolean\",\n      \"category\": \"TRUE_FALSE\",\n      \"list_enabled\": false,\n      \"type\": \"boolean\",\n      \"supported_validations\": []\n    },\n    \"date\": {\n      \"name\": \"Date\",\n      \"list_enabled\": true,\n      \"category\": \"DATETIME\",\n      \"type\": \"date\",\n      \"supported_validations\": [\n        {\n          \"name\": \"min\",\n          \"type\": \"date\",\n          \"display\": \"From Date\"\n        },\n        {\n          \"name\": \"max\",\n          \"type\": \"date\",\n          \"display\": \"To Date\"\n        }\n      ]\n    },\n    \"datetime\": {\n      \"name\": \"Date - Time\",\n      \"category\": \"DATETIME\",\n      \"list_enabled\": true,\n      \"type\": \"datetime\",\n      \"supported_validations\": [\n        {\n          \"name\": \"min\",\n          \"type\": \"date\",\n          \"display\": \"From Date & Time\"\n        },\n        {\n          \"name\": \"max\",\n          \"type\": \"date\",\n          \"display\": \"To Date & Time\"\n        }\n      ]\n    },\n    \"json\": {\n      \"name\": \"JSON\",\n      \"list_enabled\": false,\n      \"category\": \"ADVANCED\",\n      \"type\": \"json\",\n      \"supported_validations\": [\n        {\n          \"name\": \"schema\",\n          \"type\": \"json\",\n          \"display\": \"JSON Schema\"\n        }\n      ]\n    },\n    \"file\": {\n      \"name\": \"File\",\n      \"category\": \"REFERENCE\",\n      \"list_enabled\": true,\n      \"type\": \"string\",\n      \"supported_validations\": [\n        {\n          \"name\": \"file_type_options\",\n          \"type\": \"string_array\",\n          \"meta\": {\n            \"options\": [\n              {\n                \"image\": {\n                  \"supported_types\": [\n                    \"jpeg\",\n                    \"jpg\",\n                    \"png\",\n                    \"svg+xml\",\n                    \"tiff\",\n                    \"webp\",\n                    \"gif\"\n                  ],\n                  \"max_size\": 20971520\n                },\n                \"video\": {\n                  \"supported_types\": [\n                    \"x-flv\",\n                    \"mp4\",\n                    \"x-mpegURL\",\n                    \"MP2T\",\n                    \"3gpp\",\n                    \"/quicktime\",\n                    \"x-msvideo\",\n                    \"x-ms-wmv\",\n                    \"webm\"\n                  ],\n                  \"max_size\": 1048576000\n                }\n              }\n            ]\n          }\n        }\n      ]\n    },\n    \"url\": {\n      \"name\": \"URL\",\n      \"list_enabled\": true,\n      \"type\": \"string\",\n      \"supported_validations\": [\n        {\n          \"name\": \"allowed_domains\",\n          \"display\": \"Allowed Domains\",\n          \"type\": \"string_array\"\n        }\n      ]\n    },\n    \"metaobject\": {\n      \"name\": \"Custom Object\",\n      \"list_enabled\": true,\n      \"category\": \"REFERENCE\",\n      \"type\": \"string\",\n      \"supported_validations\": [\n        {\n          \"name\": \"metaobject_definition_id\",\n          \"display\": \"Reference\",\n          \"type\": \"string\",\n          \"required\": true\n        }\n      ]\n    },\n    \"product\": {\n      \"name\": \"Product\",\n      \"list_enabled\": true,\n      \"category\": \"REFERENCE\",\n      \"type\": \"string\",\n      \"supported_validations\": [],\n      \"scope\": [\n        \"company\",\n        \"application\"\n      ]\n    }\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "cd0e1f9f-f5bc-47b8-93c5-5b3be5c4935c",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "metafields",
                      "types"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Oops! Something went wrong. Please try later\",\n  \"status\": 400,\n  \"code\": \"CX-1003\",\n  \"exception\": \"\",\n  \"info\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "015ed32d-2bb1-415f-9d0c-23bb6f9c78f9",
            "name": "getAppResources | Get resources",
            "request": {
              "name": "getAppResources | Get resources",
              "description": {
                "content": "Each custom fields is assosiated with a resource such as product, promotion, coupon, selling location etc, This will gives list of supported resource list.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "metafields",
                  "resources"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "8aaf5b62-4ef6-4759-8f48-3b94ababc5e9",
                "name": "Success. Returns a JSON object of resources. Refer `ResourcesSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "metafields",
                      "resources"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"resources\": [\n    {\n      \"name\": \"product\",\n      \"key\": \"product\",\n      \"definitions_count\": 0\n    },\n    {\n      \"name\": \"Collection\",\n      \"key\": \"collection\",\n      \"definitions_count\": 0\n    },\n    {\n      \"name\": \"Page\",\n      \"key\": \"page\",\n      \"definitions_count\": 0\n    },\n    {\n      \"name\": \"Blog\",\n      \"key\": \"blog\",\n      \"definitions_count\": 0\n    },\n    {\n      \"name\": \"Customer\",\n      \"key\": \"customer\",\n      \"definitions_count\": 0\n    },\n    {\n      \"name\": \"Store\",\n      \"key\": \"store\",\n      \"definitions_count\": 0\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "964b3727-4fa0-49f9-a93b-d7919c29e3da",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "metafields",
                      "resources"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Oops! Something went wrong. Please try later\",\n  \"status\": 400,\n  \"code\": \"CX-1003\",\n  \"exception\": \"\",\n  \"info\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "26a5833e-64ad-4811-b77c-2941d615bdd3",
            "name": "getAppCustomFieldDefinitions | Get custom fields definitions",
            "request": {
              "name": "getAppCustomFieldDefinitions | Get custom fields definitions",
              "description": {
                "content": "Custom field definitions enable you to include data validation for custom fields, and enable sellers to add custom fields values for resources. With the help of this seller can retrive list of custom field definitions list.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customfields",
                  "definition"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<string>",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<string>",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "key": "resources",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "types",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "search",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "slugs",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "namespaces",
                    "value": "<string>"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "07158c05-e7f6-4aef-b9e7-974232319c79",
                "name": "Success. Returns a list of custom fields definitions. Refer `CustomFieldDefinitionsSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customfields",
                      "definition"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "<string>"
                      },
                      {
                        "key": "page_size",
                        "value": "<string>"
                      },
                      {
                        "key": "resources",
                        "value": "product"
                      },
                      {
                        "key": "types",
                        "value": "string_single_line"
                      },
                      {
                        "key": "search",
                        "value": "sometext"
                      },
                      {
                        "key": "slugs",
                        "value": "new-meta-object,single-image"
                      },
                      {
                        "key": "namespaces",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"id\": \"652e183347320aa8d8c28361\",\n      \"resource\": \"product\",\n      \"name\": \"new meta object\",\n      \"namespace\": \"custom\",\n      \"slug\": \"new-meta-object\",\n      \"description\": \"\",\n      \"type\": \"metaobject\",\n      \"multi_value\": false,\n      \"application_id\": \"64d37ebf989a52a3b43ea28b\",\n      \"validations\": [\n        {\n          \"name\": \"metaobject_definition_id\",\n          \"type\": \"string\",\n          \"value\": \"652e1298b6ece12d06684c18\"\n        }\n      ],\n      \"company_id\": \"2\",\n      \"required\": false,\n      \"is_deleted\": false,\n      \"type_name\": \"Custom Object\",\n      \"invalid_fields_count\": 0\n    },\n    {\n      \"id\": \"652826cd99822ff1f62cbf13\",\n      \"resource\": \"product\",\n      \"name\": \"single image\",\n      \"namespace\": \"custom\",\n      \"slug\": \"single-image\",\n      \"description\": \"this is single\",\n      \"type\": \"file\",\n      \"multi_value\": false,\n      \"validations\": [\n        {\n          \"name\": \"file_type_options\",\n          \"type\": \"string_array\",\n          \"value\": [\n            \"image\",\n            \"audio\",\n            \"video\",\n            \"document\",\n            \"pdf\"\n          ]\n        }\n      ],\n      \"company_id\": \"2\",\n      \"application_id\": \"64d37ebf989a52a3b43ea28b\",\n      \"required\": false,\n      \"is_deleted\": false,\n      \"type_name\": \"File\",\n      \"invalid_fields_count\": 0\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"current\": 1,\n    \"size\": 10,\n    \"item_total\": 15,\n    \"has_next\": true\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "5ce48b87-2eaf-48f1-b531-a03fba8c681a",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customfields",
                      "definition"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "<string>"
                      },
                      {
                        "key": "page_size",
                        "value": "<string>"
                      },
                      {
                        "key": "resources",
                        "value": "product"
                      },
                      {
                        "key": "types",
                        "value": "string_single_line"
                      },
                      {
                        "key": "search",
                        "value": "sometext"
                      },
                      {
                        "key": "slugs",
                        "value": "new-meta-object,single-image"
                      },
                      {
                        "key": "namespaces",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Oops! Something went wrong. Please try later\",\n  \"status\": 400,\n  \"code\": \"CX-1003\",\n  \"exception\": \"\",\n  \"info\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "1d62b977-94e0-4b9c-ac3a-77687e6e9811",
            "name": "getAppCustomFieldDefinitionByResource | Get custom fields definitions for a given resource type",
            "request": {
              "name": "getAppCustomFieldDefinitionByResource | Get custom fields definitions for a given resource type",
              "description": {
                "content": "Custom field definitions enable you to include data validation for custom fields, and enable sellers to add custom fields values for resources. With the help of this seller can retrive list of custom field definitions list.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customfields",
                  "resource",
                  ":resource",
                  "definition"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<string>",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<string>",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "key": "types",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "search",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "slugs",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "namespaces",
                    "value": "<string>"
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "resource",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "a23ec699-89fb-4155-a332-0cf8b565e559",
                "name": "Success. Returns a list of custom fields definitions. Refer `CustomFieldDefinitionsSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customfields",
                      "resource",
                      ":resource",
                      "definition"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "<string>"
                      },
                      {
                        "key": "page_size",
                        "value": "<string>"
                      },
                      {
                        "key": "types",
                        "value": "string_single_line"
                      },
                      {
                        "key": "search",
                        "value": "sometext"
                      },
                      {
                        "key": "slugs",
                        "value": "new-meta-object,single-image"
                      },
                      {
                        "key": "namespaces",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"id\": \"652e183347320aa8d8c28361\",\n      \"resource\": \"product\",\n      \"name\": \"new meta object\",\n      \"namespace\": \"custom\",\n      \"slug\": \"new-meta-object\",\n      \"description\": \"\",\n      \"type\": \"metaobject\",\n      \"multi_value\": false,\n      \"application_id\": \"64d37ebf989a52a3b43ea28b\",\n      \"validations\": [\n        {\n          \"name\": \"metaobject_definition_id\",\n          \"type\": \"string\",\n          \"value\": \"652e1298b6ece12d06684c18\"\n        }\n      ],\n      \"company_id\": \"2\",\n      \"required\": false,\n      \"is_deleted\": false,\n      \"type_name\": \"Custom Object\",\n      \"invalid_fields_count\": 0\n    },\n    {\n      \"id\": \"652826cd99822ff1f62cbf13\",\n      \"resource\": \"product\",\n      \"name\": \"single image\",\n      \"namespace\": \"custom\",\n      \"slug\": \"single-image\",\n      \"description\": \"this is single\",\n      \"type\": \"file\",\n      \"multi_value\": false,\n      \"validations\": [\n        {\n          \"name\": \"file_type_options\",\n          \"type\": \"string_array\",\n          \"value\": [\n            \"image\",\n            \"audio\",\n            \"video\",\n            \"document\",\n            \"pdf\"\n          ]\n        }\n      ],\n      \"company_id\": \"2\",\n      \"application_id\": \"64d37ebf989a52a3b43ea28b\",\n      \"required\": false,\n      \"is_deleted\": false,\n      \"type_name\": \"File\",\n      \"invalid_fields_count\": 0\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"current\": 1,\n    \"size\": 10,\n    \"item_total\": 15,\n    \"has_next\": true\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "7ac14745-7bb5-4535-a6e1-747ed6cb4b22",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customfields",
                      "resource",
                      ":resource",
                      "definition"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "<string>"
                      },
                      {
                        "key": "page_size",
                        "value": "<string>"
                      },
                      {
                        "key": "types",
                        "value": "string_single_line"
                      },
                      {
                        "key": "search",
                        "value": "sometext"
                      },
                      {
                        "key": "slugs",
                        "value": "new-meta-object,single-image"
                      },
                      {
                        "key": "namespaces",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Oops! Something went wrong. Please try later\",\n  \"status\": 400,\n  \"code\": \"CX-1003\",\n  \"exception\": \"\",\n  \"info\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "159bb2c1-4bed-41b5-9988-ea0fab196eee",
            "name": "createAppCustomFieldDefinition | Create custom field definition for a given resource type",
            "request": {
              "name": "createAppCustomFieldDefinition | Create custom field definition for a given resource type",
              "description": {
                "content": "You can create custom fields definition to any resource so you can extend property of resource.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customfields",
                  "resource",
                  ":resource",
                  "definition"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "resource",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"type\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"namespace\": \"<string>\",\n  \"multi_value\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"validations\": [\n    {\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "4cbc4e5c-642a-4322-a7c9-dda64ea7fb4e",
                "name": "Custom field definition created.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customfields",
                      "resource",
                      ":resource",
                      "definition"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"resource\": \"product\",\n  \"type\": \"string_single_line\",\n  \"slug\": \"fname\",\n  \"namespace\": \"fname\",\n  \"multi_value\": false,\n  \"name\": \"name\",\n  \"description\": \"First name\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"65369654d436ae0e54147e7b\",\n  \"resource\": \"product\",\n  \"name\": \"name\",\n  \"namespace\": \"fname\",\n  \"slug\": \"fname\",\n  \"description\": \"First name\",\n  \"type\": \"string_single_line\",\n  \"multi_value\": false,\n  \"company_id\": \"1\",\n  \"application_id\": \"000000000000000000000001\",\n  \"required\": false,\n  \"is_deleted\": false,\n  \"validations\": []\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "bcc7aecd-8393-40b9-abbe-5546be1d6d16",
                "name": "Bad Request",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customfields",
                      "resource",
                      ":resource",
                      "definition"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"resource\": \"product\",\n  \"type\": \"string_single_line\",\n  \"slug\": \"fname\",\n  \"namespace\": \"fname\",\n  \"multi_value\": false,\n  \"name\": \"name\",\n  \"description\": \"First name\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"status\": 400,\n  \"message\": \"Sorry, field(s) should be unique\",\n  \"code\": \"CX-2004\",\n  \"exception\": \"\",\n  \"request_id\": \"\",\n  \"info\": \"E11000 duplicate key error collection: meta.metafield_definitions index: namespace_1_key_1_resource_1_company_id_1_application_id_1 dup key: { namespace: 'custom', key: 'test', resource: 'product', company_id: '14610', application_id: null }\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "791da339-b4fc-4dc9-adc9-cc8ee96a3ada",
            "name": "getAppCustomFieldDefinitionBySlug | Get custom fields definition by resource, slug and namespace",
            "request": {
              "name": "getAppCustomFieldDefinitionBySlug | Get custom fields definition by resource, slug and namespace",
              "description": {
                "content": "Custom field definitions can be retrived from this using its slug, namespace and resource",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customfields",
                  "resource",
                  ":resource",
                  "namespace",
                  ":namespace",
                  "definition",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "resource",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "namespace",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "cbff83a1-053f-4b8c-8d00-f9d12a488a80",
                "name": "Success. Returns a custom field definition. Refer `MetaFieldDefinitionDetailResSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customfields",
                      "resource",
                      ":resource",
                      "namespace",
                      ":namespace",
                      "definition",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"resource\": \"product\",\n  \"name\": \"name\",\n  \"namespace\": \"fname\",\n  \"slug\": \"fname\",\n  \"description\": \"First name\",\n  \"type\": \"string_single_line\",\n  \"multi_value\": false,\n  \"company_id\": \"1\",\n  \"required\": false,\n  \"is_deleted\": false,\n  \"id\": \"65369654d436ae0e54147e7b\",\n  \"validations\": []\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "b6b1b959-fea6-4308-b189-85eb3999c9ee",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customfields",
                      "resource",
                      ":resource",
                      "namespace",
                      ":namespace",
                      "definition",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Oops! Something went wrong. Please try later\",\n  \"status\": 400,\n  \"code\": \"CX-1003\",\n  \"exception\": \"\",\n  \"info\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "777dae8e-9c6c-41bc-9bb7-653bf28553f3",
            "name": "updateAppCustomFieldDefinitionBySlug | Update custom field definition",
            "request": {
              "name": "updateAppCustomFieldDefinitionBySlug | Update custom field definition",
              "description": {
                "content": "Custom fields definition can be update using this api, You can update custom field definition name and description.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customfields",
                  "resource",
                  ":resource",
                  "namespace",
                  ":namespace",
                  "definition",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "resource",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "namespace",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"type\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"namespace\": \"<string>\",\n  \"multi_value\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"validations\": [\n    {\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "5e00f34a-1b7c-4347-bd7e-4062107c2c76",
                "name": "Custom field definition updated.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customfields",
                      "resource",
                      ":resource",
                      "namespace",
                      ":namespace",
                      "definition",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"type\": \"string_single_line\",\n  \"slug\": \"product-name-update\",\n  \"namespace\": \"custom\",\n  \"multi_value\": false,\n  \"name\": \"product name\",\n  \"description\": \"This is product meta fields\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"65369654d436ae0e54147e7b\",\n  \"resource\": \"product\",\n  \"name\": \"name\",\n  \"namespace\": \"fname\",\n  \"slug\": \"fname\",\n  \"description\": \"First name\",\n  \"type\": \"string_single_line\",\n  \"multi_value\": false,\n  \"company_id\": \"1\",\n  \"application_id\": \"000000000000000000000001\",\n  \"required\": false,\n  \"is_deleted\": false,\n  \"validations\": []\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "bd1c4439-9f65-42b5-bdaa-4ea667484546",
                "name": "Bad Request",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customfields",
                      "resource",
                      ":resource",
                      "namespace",
                      ":namespace",
                      "definition",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"type\": \"string_single_line\",\n  \"slug\": \"product-name-update\",\n  \"namespace\": \"custom\",\n  \"multi_value\": false,\n  \"name\": \"product name\",\n  \"description\": \"This is product meta fields\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Duis mollit\",\n  \"status\": -36258209.707651235,\n  \"code\": \"in in ad anim\",\n  \"exception\": \"labore in in\",\n  \"info\": \"esse in \",\n  \"request_id\": \"officia esse deserunt sunt tempor\",\n  \"stack_trace\": \"enim \",\n  \"meta\": {\n    \"anim62e\": true,\n    \"enim_64\": 54488717\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e55e55df-f1e0-4ea6-93f4-e2df61faedf4",
            "name": "deleteAppCustomFieldDefinitionBySlug | Delete custom fields definition",
            "request": {
              "name": "deleteAppCustomFieldDefinitionBySlug | Delete custom fields definition",
              "description": {
                "content": "Custom field definition and its assosiated custom fields value can be deleted using this api on the basis of definition id.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customfields",
                  "resource",
                  ":resource",
                  "namespace",
                  ":namespace",
                  "definition",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "resource",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "namespace",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "ce49d5ee-b3e0-4d6b-8919-1926c1604e2f",
                "name": "Success. It will returns the message for delete successfully.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customfields",
                      "resource",
                      ":resource",
                      "namespace",
                      ":namespace",
                      "definition",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"Custom field definition deleted successfully\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "a7c20f8e-c1a1-4742-9f48-7207d313bd5a",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customfields",
                      "resource",
                      ":resource",
                      "namespace",
                      ":namespace",
                      "definition",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"status\": 404,\n  \"message\": \"No such metafield definition found\",\n  \"code\": \"CX-1013\",\n  \"exception\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "98de9d68-02df-40a4-a085-82d4348010ce",
            "name": "getAppCustomFieldsByResourceSlug | Get list of custom fields of given resource and resource slug",
            "request": {
              "name": "getAppCustomFieldsByResourceSlug | Get list of custom fields of given resource and resource slug",
              "description": {
                "content": "Retrieves a list of custom fields attached to a particular resource by using the resource and resource slug.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customfields",
                  "resource",
                  ":resource",
                  ":resource_slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "resource",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "resource_slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "51ba37b0-b75e-48ac-acc9-c3f7311ae113",
                "name": "Success. Returns a list of custom fields. Refer `CustomFieldsResponseByResourceIdSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customfields",
                      "resource",
                      ":resource",
                      ":resource_slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource_slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"id\": \"65705772a20cc45d3f2585b3\",\n      \"namespace\": \"custom\",\n      \"slug\": \"designer-name\",\n      \"resource\": \"product\",\n      \"value\": [\n        \"ramsons\"\n      ],\n      \"resource_slug\": \"7612437\",\n      \"type\": \"string_single_line\",\n      \"multi_value\": false,\n      \"company_id\": \"2\",\n      \"has_invalid_values\": false,\n      \"invalid_value_errors\": [],\n      \"is_deleted\": false\n    },\n    {\n      \"id\": \"65705772a20cc45d3f2585b4\",\n      \"namespace\": \"custom\",\n      \"slug\": \"manufactures\",\n      \"resource\": \"product\",\n      \"value\": [\n        \"kartik\"\n      ],\n      \"resource_slug\": \"7612437\",\n      \"type\": \"string_single_line\",\n      \"multi_value\": false,\n      \"company_id\": \"2\",\n      \"has_invalid_values\": false,\n      \"invalid_value_errors\": [],\n      \"is_deleted\": false\n    },\n    {\n      \"id\": \"65705772a20cc45d3f2585b1\",\n      \"namespace\": \"custom\",\n      \"slug\": \"product-designer\",\n      \"resource\": \"product\",\n      \"value\": [\n        \"65702b4574c5764716ee671d\"\n      ],\n      \"resource_slug\": \"7612437\",\n      \"type\": \"metaobject\",\n      \"multi_value\": true,\n      \"company_id\": \"2\",\n      \"has_invalid_values\": false,\n      \"invalid_value_errors\": [],\n      \"is_deleted\": false\n    },\n    {\n      \"id\": \"65705772a20cc45d3f2585b2\",\n      \"namespace\": \"custom\",\n      \"slug\": \"validation-check\",\n      \"resource\": \"product\",\n      \"value\": [\n        \"ram\"\n      ],\n      \"resource_slug\": \"7612437\",\n      \"type\": \"string_single_line\",\n      \"multi_value\": false,\n      \"company_id\": \"2\",\n      \"has_invalid_values\": false,\n      \"invalid_value_errors\": [],\n      \"is_deleted\": false\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "66af2dea-b9ac-42cf-b41a-d0a008bc7aad",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customfields",
                      "resource",
                      ":resource",
                      ":resource_slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource_slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Oops! Something went wrong. Please try later\",\n  \"status\": 400,\n  \"code\": \"CX-1003\",\n  \"exception\": \"\",\n  \"info\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "a414b191-8b94-4c71-ad43-84211a669601",
            "name": "updateAppCustomFieldByResourceSlug | Create custom field entries for gives resource and resource slug",
            "request": {
              "name": "updateAppCustomFieldByResourceSlug | Create custom field entries for gives resource and resource slug",
              "description": {
                "content": "You can add a custom field using this endpoint to any resource by providing the resource slug.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customfields",
                  "resource",
                  ":resource",
                  ":resource_slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "resource",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "resource_slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"fields\": [\n    {\n      \"value\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"namespace\": \"<string>\",\n      \"slug\": \"<string>\"\n    },\n    {\n      \"value\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"namespace\": \"<string>\",\n      \"slug\": \"<string>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "0b4b5daa-64ab-4704-a6fb-9bed30eef3e6",
                "name": "Success. Returns a list of custom fields. Refer `CustomFieldsResponseByResourceIdSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customfields",
                      "resource",
                      ":resource",
                      ":resource_slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource_slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"fields\": [\n    {\n      \"slug\": \"white-shirt\",\n      \"namespace\": \"test\",\n      \"value\": [\n        \"white shirt updated\"\n      ]\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"id\": \"65705772a20cc45d3f2585b1\",\n      \"namespace\": \"custom\",\n      \"slug\": \"product-designer\",\n      \"resource\": \"product\",\n      \"resource_slug\": \"7612437\",\n      \"type\": \"metaobject\",\n      \"multi_value\": true,\n      \"company_id\": \"2\",\n      \"invalid_value_errors\": [],\n      \"has_invalid_values\": false,\n      \"value\": [\n        \"65702b4574c5764716ee671d\"\n      ]\n    },\n    {\n      \"id\": \"65705772a20cc45d3f2585b2\",\n      \"namespace\": \"custom\",\n      \"slug\": \"validation-check\",\n      \"resource\": \"product\",\n      \"resource_slug\": \"7612437\",\n      \"type\": \"string_single_line\",\n      \"multi_value\": false,\n      \"company_id\": \"2\",\n      \"invalid_value_errors\": [],\n      \"has_invalid_values\": false,\n      \"value\": [\n        \"ram\"\n      ]\n    },\n    {\n      \"id\": \"65705772a20cc45d3f2585b3\",\n      \"namespace\": \"custom\",\n      \"slug\": \"designer-name\",\n      \"resource\": \"product\",\n      \"resource_slug\": \"7612437\",\n      \"type\": \"string_single_line\",\n      \"multi_value\": false,\n      \"company_id\": \"2\",\n      \"invalid_value_errors\": [],\n      \"has_invalid_values\": false,\n      \"value\": [\n        \"ramsons\"\n      ]\n    },\n    {\n      \"id\": \"65705772a20cc45d3f2585b4\",\n      \"namespace\": \"custom\",\n      \"slug\": \"manufactures\",\n      \"resource\": \"product\",\n      \"resource_slug\": \"7612437\",\n      \"type\": \"string_single_line\",\n      \"multi_value\": false,\n      \"company_id\": \"2\",\n      \"invalid_value_errors\": [],\n      \"has_invalid_values\": false,\n      \"value\": [\n        \"kartik\"\n      ]\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "eb005e63-a671-4649-a982-0258d2abbe5f",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customfields",
                      "resource",
                      ":resource",
                      ":resource_slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource_slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"fields\": [\n    {\n      \"slug\": \"white-shirt\",\n      \"namespace\": \"test\",\n      \"value\": [\n        \"white shirt updated\"\n      ]\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Oops! Something went wrong. Please try later\",\n  \"status\": 400,\n  \"code\": \"CX-1003\",\n  \"exception\": \"\",\n  \"info\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "185c32ab-0cf9-45a8-82d7-5c11eca1e624",
            "name": "createAppCustomObjectDefinition | Create custom object definition",
            "request": {
              "name": "createAppCustomObjectDefinition | Create custom object definition",
              "description": {
                "content": "Create a custom object that will have a collection of custom fields and can be used anywhere in the custom field for any resource.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customobjects",
                  "definition"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"type\": \"<string>\",\n  \"definition_slug\": \"<string>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"display_name_key\": \"<string>\",\n  \"field_definitions\": [\n    {\n      \"id\": \"<string>\",\n      \"type\": \"<string>\",\n      \"description\": \"<string>\",\n      \"name\": \"<string>\",\n      \"multi_value\": \"<boolean>\",\n      \"required\": \"<boolean>\",\n      \"slug\": \"<string>\",\n      \"validations\": [\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      ],\n      \"action\": \"<string>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"type\": \"<string>\",\n      \"description\": \"<string>\",\n      \"name\": \"<string>\",\n      \"multi_value\": \"<boolean>\",\n      \"required\": \"<boolean>\",\n      \"slug\": \"<string>\",\n      \"validations\": [\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      ],\n      \"action\": \"<string>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "ab074494-8e87-4401-a757-0537bf8b4a1f",
                "name": "Success. Returns the saved custom object defintion",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customobjects",
                      "definition"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"slug\": \"customobject1\",\n  \"description\": \"\",\n  \"name\": \"customObject1\",\n  \"field_definitions\": [\n    {\n      \"type\": \"string_single_line\",\n      \"description\": \"\",\n      \"name\": \"coCustomField1\",\n      \"multi_value\": false,\n      \"required\": false,\n      \"slug\": \"cocustomfield1\",\n      \"validations\": [\n        {\n          \"name\": \"min\",\n          \"type\": \"integer\",\n          \"display\": \"Minimum Characters\",\n          \"value\": 2,\n          \"errorText\": \"\"\n        },\n        {\n          \"name\": \"max\",\n          \"type\": \"integer\",\n          \"display\": \"Maximum Characters\",\n          \"value\": 10,\n          \"errorText\": \"\"\n        },\n        {\n          \"name\": \"regex\",\n          \"type\": \"string\",\n          \"display\": \"Regular Expression\",\n          \"meta\": {\n            \"examples\": [\n              {\n                \"name\": \"Alphabet Characters\",\n                \"value\": \"^[a-zA-Z]+$\"\n              },\n              {\n                \"name\": \"Alphanumeric Characters\",\n                \"value\": \"^[a-zA-Z0-9]+$\"\n              },\n              {\n                \"name\": \"Numeric Characters\",\n                \"value\": \"^[0-9]+$\"\n              },\n              {\n                \"name\": \"Email Address\",\n                \"value\": \"^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\\\\\\\.[a-zA-Z]{2,}$\"\n              }\n            ]\n          },\n          \"value\": \"^[a-zA-Z]+$\",\n          \"errorText\": \"\"\n        }\n      ],\n      \"action\": \"create\"\n    },\n    {\n      \"type\": \"string_single_line\",\n      \"description\": \"this is custom field 2 of custom object\",\n      \"name\": \"coCustomField2\",\n      \"multi_value\": false,\n      \"required\": false,\n      \"slug\": \"cocustomfield2\",\n      \"validations\": [\n        {\n          \"name\": \"min\",\n          \"type\": \"integer\",\n          \"display\": \"Minimum Characters\",\n          \"value\": 1,\n          \"errorText\": \"\"\n        },\n        {\n          \"name\": \"max\",\n          \"type\": \"integer\",\n          \"display\": \"Maximum Characters\",\n          \"value\": 100,\n          \"errorText\": \"\"\n        }\n      ],\n      \"action\": \"create\",\n      \"tempId\": 1701688609037\n    }\n  ],\n  \"display_name_key\": \"cocustomfield2\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"656db530766f951134509542\",\n  \"name\": \"customObject1\",\n  \"slug\": \"customobject1\",\n  \"display_name_key\": \"cocustomfield2\",\n  \"description\": \"\",\n  \"field_definitions\": [\n    {\n      \"resource\": \"metaobject\",\n      \"name\": \"coCustomField1\",\n      \"namespace\": \"customobject1\",\n      \"slug\": \"cocustomfield1\",\n      \"description\": \"\",\n      \"type\": \"string_single_line\",\n      \"multi_value\": false,\n      \"validations\": [\n        {\n          \"name\": \"min\",\n          \"type\": \"integer\",\n          \"value\": 2\n        },\n        {\n          \"name\": \"max\",\n          \"type\": \"integer\",\n          \"value\": 10\n        },\n        {\n          \"name\": \"regex\",\n          \"type\": \"string\",\n          \"value\": \"^[a-zA-Z]+$\"\n        }\n      ],\n      \"company_id\": \"1\",\n      \"required\": false,\n      \"is_deleted\": false,\n      \"id\": \"656db530766f951134509545\",\n      \"created_at\": \"2023-12-04T11:17:04.153Z\",\n      \"updated_at\": \"2023-12-04T11:17:04.153Z\"\n    },\n    {\n      \"resource\": \"metaobject\",\n      \"name\": \"coCustomField2\",\n      \"namespace\": \"customobject1\",\n      \"slug\": \"cocustomfield2\",\n      \"description\": \"this is custom field 2 of custom object\",\n      \"type\": \"string_single_line\",\n      \"multi_value\": false,\n      \"validations\": [\n        {\n          \"name\": \"min\",\n          \"type\": \"integer\",\n          \"value\": 1\n        },\n        {\n          \"name\": \"max\",\n          \"type\": \"integer\",\n          \"value\": 100\n        }\n      ],\n      \"company_id\": \"1\",\n      \"required\": false,\n      \"is_deleted\": false,\n      \"id\": \"656db530766f951134509546\",\n      \"created_at\": \"2023-12-04T11:17:04.154Z\",\n      \"updated_at\": \"2023-12-04T11:17:04.154Z\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "98d8d5d5-6fbf-4e30-bbcf-104c6500faca",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customobjects",
                      "definition"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"slug\": \"customobject1\",\n  \"description\": \"\",\n  \"name\": \"customObject1\",\n  \"field_definitions\": [\n    {\n      \"type\": \"string_single_line\",\n      \"description\": \"\",\n      \"name\": \"coCustomField1\",\n      \"multi_value\": false,\n      \"required\": false,\n      \"slug\": \"cocustomfield1\",\n      \"validations\": [\n        {\n          \"name\": \"min\",\n          \"type\": \"integer\",\n          \"display\": \"Minimum Characters\",\n          \"value\": 2,\n          \"errorText\": \"\"\n        },\n        {\n          \"name\": \"max\",\n          \"type\": \"integer\",\n          \"display\": \"Maximum Characters\",\n          \"value\": 10,\n          \"errorText\": \"\"\n        },\n        {\n          \"name\": \"regex\",\n          \"type\": \"string\",\n          \"display\": \"Regular Expression\",\n          \"meta\": {\n            \"examples\": [\n              {\n                \"name\": \"Alphabet Characters\",\n                \"value\": \"^[a-zA-Z]+$\"\n              },\n              {\n                \"name\": \"Alphanumeric Characters\",\n                \"value\": \"^[a-zA-Z0-9]+$\"\n              },\n              {\n                \"name\": \"Numeric Characters\",\n                \"value\": \"^[0-9]+$\"\n              },\n              {\n                \"name\": \"Email Address\",\n                \"value\": \"^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\\\\\\\.[a-zA-Z]{2,}$\"\n              }\n            ]\n          },\n          \"value\": \"^[a-zA-Z]+$\",\n          \"errorText\": \"\"\n        }\n      ],\n      \"action\": \"create\"\n    },\n    {\n      \"type\": \"string_single_line\",\n      \"description\": \"this is custom field 2 of custom object\",\n      \"name\": \"coCustomField2\",\n      \"multi_value\": false,\n      \"required\": false,\n      \"slug\": \"cocustomfield2\",\n      \"validations\": [\n        {\n          \"name\": \"min\",\n          \"type\": \"integer\",\n          \"display\": \"Minimum Characters\",\n          \"value\": 1,\n          \"errorText\": \"\"\n        },\n        {\n          \"name\": \"max\",\n          \"type\": \"integer\",\n          \"display\": \"Maximum Characters\",\n          \"value\": 100,\n          \"errorText\": \"\"\n        }\n      ],\n      \"action\": \"create\",\n      \"tempId\": 1701688609037\n    }\n  ],\n  \"display_name_key\": \"cocustomfield2\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"status\": 400,\n  \"message\": \"Sorry, field(s) should be unique\",\n  \"code\": \"CX-2004\",\n  \"exception\": \"\",\n  \"request_id\": \"\",\n  \"info\": \"E11000 duplicate key error collection: meta.metafield_definitions index: namespace_1_key_1_resource_1_company_id_1_application_id_1 dup key: { namespace: \\\"customobject1\\\", key: \\\"cocustomfield1\\\", resource: \\\"metaobject\\\", company_id: \\\"1\\\", application_id: null }\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "57aaff85-fc2d-4f46-a705-513494b00610",
            "name": "getAppCustomObjectDefinitions | Get custom object definitions",
            "request": {
              "name": "getAppCustomObjectDefinitions | Get custom object definitions",
              "description": {
                "content": "Custom object definition lists can be obtained using this endpoint.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customobjects",
                  "definition"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<string>",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<string>",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "key": "search",
                    "value": "<string>"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "0b1d66e0-66a0-47a2-bd83-6733c9600398",
                "name": "Success. Returns a list custom object definitions.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customobjects",
                      "definition"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "<string>"
                      },
                      {
                        "key": "page_size",
                        "value": "<string>"
                      },
                      {
                        "key": "search",
                        "value": "sometext"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"id\": \"656db530766f951134509542\",\n      \"name\": \"customObject1\",\n      \"slug\": \"customobject1\",\n      \"entries_count\": 0,\n      \"fields_count\": 2\n    },\n    {\n      \"id\": \"656db2d9766f95113450952b\",\n      \"name\": \"sample\",\n      \"slug\": \"sample\",\n      \"entries_count\": 0,\n      \"fields_count\": 1\n    },\n    {\n      \"id\": \"656495b58d3278a7c24260f8\",\n      \"name\": \"address\",\n      \"slug\": \"address\",\n      \"entries_count\": 1,\n      \"fields_count\": 3\n    },\n    {\n      \"id\": \"655c706ad5ff69fd3b95a1d9\",\n      \"name\": \"coCustomObject\",\n      \"slug\": \"cocustomobject\",\n      \"entries_count\": 0,\n      \"fields_count\": 2\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"current\": 1,\n    \"size\": 10,\n    \"item_total\": 4,\n    \"has_next\": false\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "2c825504-09c7-496d-a339-7892bc0a38fd",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customobjects",
                      "definition"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "<string>"
                      },
                      {
                        "key": "page_size",
                        "value": "<string>"
                      },
                      {
                        "key": "search",
                        "value": "sometext"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Oops! Something went wrong. Please try later\",\n  \"status\": 400,\n  \"code\": \"CX-1003\",\n  \"exception\": \"\",\n  \"info\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e0875ff6-a052-4638-b6df-8ab9b4918ae5",
            "name": "getAppCustomObjectDefinitionBySlug | Get custom object definition",
            "request": {
              "name": "getAppCustomObjectDefinitionBySlug | Get custom object definition",
              "description": {
                "content": "Custom object definitions can be fetched using their custom object definition slug.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customobjects",
                  "definition",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "45d2bc5f-b65f-471d-8c15-44220f0f1ea2",
                "name": "Success. It will returns the message for delete successfully.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customobjects",
                      "definition",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"656d67de766f95113450917b\",\n  \"name\": \"Designer\",\n  \"slug\": \"designer\",\n  \"display_name_key\": \"name\",\n  \"description\": \"\",\n  \"field_definitions\": [\n    {\n      \"resource\": \"metaobject\",\n      \"name\": \"city2\",\n      \"namespace\": \"designer\",\n      \"slug\": \"city\",\n      \"type\": \"string_single_line\",\n      \"description\": \"\",\n      \"multi_value\": false,\n      \"validations\": [],\n      \"company_id\": \"2\",\n      \"required\": false\n    },\n    {\n      \"resource\": \"metaobject\",\n      \"name\": \"mobile\",\n      \"namespace\": \"designer\",\n      \"slug\": \"mobile\",\n      \"type\": \"string_single_line\",\n      \"description\": \"\",\n      \"multi_value\": false,\n      \"validations\": [],\n      \"company_id\": \"2\",\n      \"required\": false\n    },\n    {\n      \"resource\": \"metaobject\",\n      \"name\": \"name\",\n      \"namespace\": \"designer\",\n      \"slug\": \"name\",\n      \"type\": \"string_single_line\",\n      \"description\": \"This is name of designer\",\n      \"multi_value\": false,\n      \"validations\": [],\n      \"company_id\": \"2\",\n      \"required\": true\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "1101d953-e059-4951-944d-ab9fea0c53e9",
                "name": "Bad Request",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customobjects",
                      "definition",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Duis mollit\",\n  \"status\": -36258209.707651235,\n  \"code\": \"in in ad anim\",\n  \"exception\": \"labore in in\",\n  \"info\": \"esse in \",\n  \"request_id\": \"officia esse deserunt sunt tempor\",\n  \"stack_trace\": \"enim \",\n  \"meta\": {\n    \"anim62e\": true,\n    \"enim_64\": 54488717\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e227fac4-26bf-405b-8446-29112cb3947b",
            "name": "updateAppCustomObjectDefinitionBySlug | Update custom object definition",
            "request": {
              "name": "updateAppCustomObjectDefinitionBySlug | Update custom object definition",
              "description": {
                "content": "Custom object definitions can be updated using this endpoint. You can update the name and description of the custom object and add more custom field definitions to the existing custom object.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customobjects",
                  "definition",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"display_name_key\": \"<string>\",\n  \"field_definitions\": [\n    {\n      \"id\": \"<string>\",\n      \"type\": \"<string>\",\n      \"description\": \"<string>\",\n      \"name\": \"<string>\",\n      \"multi_value\": \"<boolean>\",\n      \"required\": \"<boolean>\",\n      \"slug\": \"<string>\",\n      \"validations\": [\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      ],\n      \"action\": \"<string>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"type\": \"<string>\",\n      \"description\": \"<string>\",\n      \"name\": \"<string>\",\n      \"multi_value\": \"<boolean>\",\n      \"required\": \"<boolean>\",\n      \"slug\": \"<string>\",\n      \"validations\": [\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      ],\n      \"action\": \"<string>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "8f50fabb-057c-464a-8e46-9e7a5183f3c7",
                "name": "Custom field definition updated.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customobjects",
                      "definition",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"description\": \"\",\n  \"name\": \"Designer\",\n  \"display_name_key\": \"name\",\n  \"field_definitions\": [\n    {\n      \"id\": \"656d67de766f951134509180\",\n      \"type\": \"string_single_line\",\n      \"description\": \"\",\n      \"name\": \"city2\",\n      \"multi_value\": false,\n      \"required\": false,\n      \"slug\": \"city\",\n      \"validations\": [],\n      \"action\": \"update\"\n    },\n    {\n      \"id\": \"656d67de766f95113450917f\",\n      \"resource\": \"metaobject\",\n      \"name\": \"mobile\",\n      \"namespace\": \"designer\",\n      \"slug\": \"mobile\",\n      \"description\": \"\",\n      \"type\": \"string_single_line\",\n      \"multi_value\": false,\n      \"validations\": [],\n      \"company_id\": \"2\",\n      \"required\": false,\n      \"is_deleted\": false,\n      \"action\": \"update\"\n    },\n    {\n      \"id\": \"656d67de766f95113450917e\",\n      \"resource\": \"metaobject\",\n      \"name\": \"name\",\n      \"namespace\": \"designer\",\n      \"slug\": \"name\",\n      \"description\": \"This is name of designer\",\n      \"type\": \"string_single_line\",\n      \"multi_value\": false,\n      \"validations\": [],\n      \"company_id\": \"2\",\n      \"required\": true,\n      \"is_deleted\": false,\n      \"action\": \"update\"\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"656d67de766f95113450917b\",\n  \"name\": \"Designer\",\n  \"slug\": \"designer\",\n  \"display_name_key\": \"name\",\n  \"description\": \"\",\n  \"field_definitions\": [\n    {\n      \"resource\": \"metaobject\",\n      \"name\": \"city2\",\n      \"namespace\": \"designer\",\n      \"slug\": \"city\",\n      \"type\": \"string_single_line\",\n      \"description\": \"\",\n      \"multi_value\": false,\n      \"validations\": [],\n      \"company_id\": \"2\",\n      \"required\": false\n    },\n    {\n      \"resource\": \"metaobject\",\n      \"name\": \"mobile\",\n      \"namespace\": \"designer\",\n      \"slug\": \"mobile\",\n      \"type\": \"string_single_line\",\n      \"description\": \"\",\n      \"multi_value\": false,\n      \"validations\": [],\n      \"company_id\": \"2\",\n      \"required\": false\n    },\n    {\n      \"resource\": \"metaobject\",\n      \"name\": \"name\",\n      \"namespace\": \"designer\",\n      \"slug\": \"name\",\n      \"type\": \"string_single_line\",\n      \"description\": \"This is name of designer\",\n      \"multi_value\": false,\n      \"validations\": [],\n      \"company_id\": \"2\",\n      \"required\": true\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "dfc374f2-7dd0-4f27-a5b7-88083169ec2c",
                "name": "Bad Request",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customobjects",
                      "definition",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"description\": \"\",\n  \"name\": \"Designer\",\n  \"display_name_key\": \"name\",\n  \"field_definitions\": [\n    {\n      \"id\": \"656d67de766f951134509180\",\n      \"type\": \"string_single_line\",\n      \"description\": \"\",\n      \"name\": \"city2\",\n      \"multi_value\": false,\n      \"required\": false,\n      \"slug\": \"city\",\n      \"validations\": [],\n      \"action\": \"update\"\n    },\n    {\n      \"id\": \"656d67de766f95113450917f\",\n      \"resource\": \"metaobject\",\n      \"name\": \"mobile\",\n      \"namespace\": \"designer\",\n      \"slug\": \"mobile\",\n      \"description\": \"\",\n      \"type\": \"string_single_line\",\n      \"multi_value\": false,\n      \"validations\": [],\n      \"company_id\": \"2\",\n      \"required\": false,\n      \"is_deleted\": false,\n      \"action\": \"update\"\n    },\n    {\n      \"id\": \"656d67de766f95113450917e\",\n      \"resource\": \"metaobject\",\n      \"name\": \"name\",\n      \"namespace\": \"designer\",\n      \"slug\": \"name\",\n      \"description\": \"This is name of designer\",\n      \"type\": \"string_single_line\",\n      \"multi_value\": false,\n      \"validations\": [],\n      \"company_id\": \"2\",\n      \"required\": true,\n      \"is_deleted\": false,\n      \"action\": \"update\"\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Duis mollit\",\n  \"status\": -36258209.707651235,\n  \"code\": \"in in ad anim\",\n  \"exception\": \"labore in in\",\n  \"info\": \"esse in \",\n  \"request_id\": \"officia esse deserunt sunt tempor\",\n  \"stack_trace\": \"enim \",\n  \"meta\": {\n    \"anim62e\": true,\n    \"enim_64\": 54488717\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "ac1c462d-d24d-4a19-b1e4-ee6dda6d4c7d",
            "name": "deleteAppCustomObjectDefinitionBySlug | Delete custom object definition",
            "request": {
              "name": "deleteAppCustomObjectDefinitionBySlug | Delete custom object definition",
              "description": {
                "content": "Custom object definitions can be deleted using this endpoint by providing the definition ID.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customobjects",
                  "definition",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "cf53f7dc-8b54-4b66-90aa-391d3cea2dcc",
                "name": "Custom object definition details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customobjects",
                      "definition",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"MetaObjectDefinition deleted successfully\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "8ef8f541-76a6-4316-bc60-45775d030fdf",
                "name": "Bad Request",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customobjects",
                      "definition",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Duis mollit\",\n  \"status\": -36258209.707651235,\n  \"code\": \"in in ad anim\",\n  \"exception\": \"labore in in\",\n  \"info\": \"esse in \",\n  \"request_id\": \"officia esse deserunt sunt tempor\",\n  \"stack_trace\": \"enim \",\n  \"meta\": {\n    \"anim62e\": true,\n    \"enim_64\": 54488717\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "24d25ae1-68fa-49b7-893b-f5cac925811f",
            "name": "getAppCustomObjectsBySlug | Get list of custom objects",
            "request": {
              "name": "getAppCustomObjectsBySlug | Get list of custom objects",
              "description": {
                "content": "Custom object entries can fetch using this endpoint.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customobjects",
                  "definition",
                  ":definition_slug",
                  "entries"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<string>",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<string>",
                    "description": "(Required) "
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "definition_slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "7fc43893-204e-4529-967d-6837398a512c",
                "name": "Success. Returns a list of custom objects. Refer `CustomObjectsSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customobjects",
                      "definition",
                      ":definition_slug",
                      "entries"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "<string>"
                      },
                      {
                        "key": "page_size",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "definition_slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"id\": \"653929f012376081aafa90f1\",\n      \"slug\": \"painter\",\n      \"status\": \"active\",\n      \"updated_at\": \"2023-10-25T14:45:04.446Z\",\n      \"display_name\": \"painter #653929f012376081aafa90f1\",\n      \"definition\": {\n        \"id\": \"653907ced878d53c1a502d92\",\n        \"name\": \"painter\",\n        \"slug\": \"painter\"\n      },\n      \"references\": 0\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"current\": 1,\n    \"size\": 10,\n    \"item_total\": 1,\n    \"has_next\": false\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "9a97e8de-1708-4090-a222-37422be64a08",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customobjects",
                      "definition",
                      ":definition_slug",
                      "entries"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "<string>"
                      },
                      {
                        "key": "page_size",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "definition_slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Oops! Something went wrong. Please try later\",\n  \"status\": 400,\n  \"code\": \"CX-1003\",\n  \"exception\": \"\",\n  \"info\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "742d819b-798b-4cb6-abf5-51f634726754",
            "name": "createAppCustomObjectBySlug | Create custom object entries",
            "request": {
              "name": "createAppCustomObjectBySlug | Create custom object entries",
              "description": {
                "content": "Custom object entries against the custom object definition can be added using this API.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customobjects",
                  "definition",
                  ":definition_slug",
                  "entries"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "definition_slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"status\": \"<string>\",\n  \"fields\": [\n    {\n      \"slug\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"slug\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "7aca26c5-6a4d-47d9-b573-611096f24a8f",
                "name": "Success. Returns a list of custom objects. Refer `CustomObjectSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customobjects",
                      "definition",
                      ":definition_slug",
                      "entries"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "definition_slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"status\": \"active\",\n  \"slug\": \"painter2\",\n  \"fields\": [\n    {\n      \"slug\": \"name\",\n      \"namespace\": \"designer\",\n      \"value\": [\n        \"Batman\"\n      ]\n    },\n    {\n      \"slug\": \"age\",\n      \"namespace\": \"designer\",\n      \"value\": [\n        50\n      ]\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"65392bd912376081aafa90ff\",\n  \"company_id\": \"1\",\n  \"application_id\": \"000000000000000000000001\",\n  \"status\": \"active\",\n  \"slug\": \"painter\",\n  \"display_name\": \"painter #65392bd912376081aafa90ff\",\n  \"fields\": [\n    {\n      \"id\": \"65392bd912376081aafa9103\",\n      \"namespace\": \"painter\",\n      \"slug\": \"name\",\n      \"resource\": \"metaobject\",\n      \"resource_slug\": \"65392bd912376081aafa90ff\",\n      \"type\": \"string_single_line\",\n      \"multi_value\": false,\n      \"company_id\": \"1\",\n      \"application_id\": \"000000000000000000000001\",\n      \"invalid_value_errors\": [],\n      \"has_invalid_values\": false,\n      \"value\": [\n        \"Batman\"\n      ]\n    },\n    {\n      \"id\": \"65392bd912376081aafa9104\",\n      \"namespace\": \"painter\",\n      \"slug\": \"age\",\n      \"resource\": \"metaobject\",\n      \"resource_slug\": \"65392bd912376081aafa90ff\",\n      \"type\": \"integer\",\n      \"multi_value\": false,\n      \"company_id\": \"1\",\n      \"application_id\": \"000000000000000000000001\",\n      \"invalid_value_errors\": [],\n      \"has_invalid_values\": false,\n      \"value\": [\n        50\n      ]\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "5ed42773-cb90-444d-b48a-cf75717e8b95",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customobjects",
                      "definition",
                      ":definition_slug",
                      "entries"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "definition_slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"status\": \"active\",\n  \"slug\": \"painter2\",\n  \"fields\": [\n    {\n      \"slug\": \"name\",\n      \"namespace\": \"designer\",\n      \"value\": [\n        \"Batman\"\n      ]\n    },\n    {\n      \"slug\": \"age\",\n      \"namespace\": \"designer\",\n      \"value\": [\n        50\n      ]\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"status\": 400,\n  \"message\": \"Sorry, field(s) should be unique\",\n  \"code\": \"CX-2004\",\n  \"exception\": \"\",\n  \"request_id\": \"\",\n  \"info\": \"E11000 duplicate key error collection: meta.metafield_definitions index: namespace_1_key_1_resource_1_company_id_1_application_id_1 dup key: { namespace: \\\"abcd10\\\", key: \\\"llll\\\", resource: \\\"metaobject\\\", company_id: \\\"1\\\", application_id: null }\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "c6791ab4-964b-46ee-9b29-9233f746e10c",
            "name": "getAppCustomObjectBySlug | Get custom object details",
            "request": {
              "name": "getAppCustomObjectBySlug | Get custom object details",
              "description": {
                "content": "Details of a custom object entry can be obtained using this endpoint.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customobjects",
                  "definition",
                  ":definition_slug",
                  "entries",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "definition_slug",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "1eab2ba4-ecd1-4b13-8588-010c25699662",
                "name": "Success. Returns a custom object. Refer `CustomObjectBySlugSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customobjects",
                      "definition",
                      ":definition_slug",
                      "entries",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "definition_slug",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"653929f012376081aafa90f1\",\n  \"status\": \"active\",\n  \"display_name\": \"painter #653929f012376081aafa90f1\",\n  \"slug\": \"painter\",\n  \"definition_slug\": \"designer\",\n  \"definition\": {\n    \"id\": \"653907ced878d53c1a502d92\",\n    \"name\": \"painter\",\n    \"slug\": \"painter\"\n  },\n  \"references\": [],\n  \"fields\": [\n    {\n      \"id\": \"653929f012376081aafa90f5\",\n      \"slug\": \"name\",\n      \"namespace\": \"designer\",\n      \"value\": [\n        \"Bruce Wayne\"\n      ],\n      \"type\": \"string_single_line\"\n    },\n    {\n      \"id\": \"653929f012376081aafa90f6\",\n      \"slug\": \"age\",\n      \"namespace\": \"designer\",\n      \"value\": [\n        5\n      ],\n      \"type\": \"integer\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "18d5290f-7c3c-49da-900e-e4deb67bb990",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customobjects",
                      "definition",
                      ":definition_slug",
                      "entries",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "definition_slug",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Oops! Something went wrong. Please try later\",\n  \"status\": 400,\n  \"code\": \"CX-1003\",\n  \"exception\": \"\",\n  \"info\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "0771dc18-3f9a-460e-b395-d0a04023abb3",
            "name": "deleteAppCustomObjectBySlug | Delete custom object",
            "request": {
              "name": "deleteAppCustomObjectBySlug | Delete custom object",
              "description": {
                "content": "A Custom object entry can be deleted by providing the custom object definition slug and custom object entry slug using this endpoint.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customobjects",
                  "definition",
                  ":definition_slug",
                  "entries",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "definition_slug",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "601f3884-2b71-4932-89b5-b72964cdabe8",
                "name": "Success. It will returns the message for delete successfully.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customobjects",
                      "definition",
                      ":definition_slug",
                      "entries",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "definition_slug",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"Custom field definition deleted successfully\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "8645e2d5-8698-42da-bbef-b3a73df52cc0",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customobjects",
                      "definition",
                      ":definition_slug",
                      "entries",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "definition_slug",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"status\": 404,\n  \"message\": \"MetaObject Definition Not Found\",\n  \"code\": \"CX-1027\",\n  \"exception\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5ed1c08d-854c-4151-99a3-e9722330d78e",
            "name": "updateAppCustomObjectBySlug | Update custom object details",
            "request": {
              "name": "updateAppCustomObjectBySlug | Update custom object details",
              "description": {
                "content": "Custom object entries can be updated using this endpoint.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customobjects",
                  "definition",
                  ":definition_slug",
                  "entries",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "definition_slug",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"status\": \"<string>\",\n  \"fields\": [\n    {\n      \"slug\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"slug\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "deebfaa7-6b91-4afc-80bd-976f0d8cbd4b",
                "name": "Custom field definition created.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customobjects",
                      "definition",
                      ":definition_slug",
                      "entries",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "definition_slug",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"status\": \"active\",\n  \"fields\": [\n    {\n      \"slug\": \"address-line-1\",\n      \"value\": [\n        \"some address text\"\n      ]\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"656d67de766f95113450917b\",\n  \"name\": \"Designer\",\n  \"slug\": \"designer\",\n  \"definition_slug\": \"designer\",\n  \"display_name_key\": \"name\",\n  \"description\": \"\",\n  \"field_definitions\": [\n    {\n      \"resource\": \"metaobject\",\n      \"name\": \"city2\",\n      \"namespace\": \"designer\",\n      \"slug\": \"city\",\n      \"type\": \"string_single_line\",\n      \"description\": \"\",\n      \"multi_value\": false,\n      \"validations\": [],\n      \"company_id\": \"2\",\n      \"required\": false\n    },\n    {\n      \"resource\": \"metaobject\",\n      \"name\": \"mobile\",\n      \"namespace\": \"designer\",\n      \"slug\": \"mobile\",\n      \"type\": \"string_single_line\",\n      \"description\": \"\",\n      \"multi_value\": false,\n      \"validations\": [],\n      \"company_id\": \"2\",\n      \"required\": false\n    },\n    {\n      \"resource\": \"metaobject\",\n      \"name\": \"name\",\n      \"namespace\": \"designer\",\n      \"slug\": \"name\",\n      \"type\": \"string_single_line\",\n      \"description\": \"This is name of designer\",\n      \"multi_value\": false,\n      \"validations\": [],\n      \"company_id\": \"2\",\n      \"required\": true\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "bf2c8275-22f8-4e73-9ba0-7088f3ae0c09",
                "name": "Bad Request",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customobjects",
                      "definition",
                      ":definition_slug",
                      "entries",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "definition_slug",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"status\": \"active\",\n  \"fields\": [\n    {\n      \"slug\": \"address-line-1\",\n      \"value\": [\n        \"some address text\"\n      ]\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Duis mollit\",\n  \"status\": -36258209.707651235,\n  \"code\": \"in in ad anim\",\n  \"exception\": \"labore in in\",\n  \"info\": \"esse in \",\n  \"request_id\": \"officia esse deserunt sunt tempor\",\n  \"stack_trace\": \"enim \",\n  \"meta\": {\n    \"anim62e\": true,\n    \"enim_64\": 54488717\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "bad1b6a2-35f2-41f5-a733-4dc7f232c433",
            "name": "getAppJobs | Get bulk import and export job list",
            "request": {
              "name": "getAppJobs | Get bulk import and export job list",
              "description": {
                "content": "Custom object bulk import and export jobs status and details can be obtained using this endpoint.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "metaobjects",
                  "jobs"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page",
                    "value": "<string>",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<string>",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "key": "action_type",
                    "value": "<string>",
                    "description": "(Required) "
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "602d7f02-69b7-482e-b2a4-c9cba1be6caf",
                "name": "Success. Returns all bulk entries history. ",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "metaobjects",
                      "jobs"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page",
                        "value": "<string>"
                      },
                      {
                        "key": "page_size",
                        "value": "<string>"
                      },
                      {
                        "key": "action_type",
                        "value": "upload"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"id\": \"6570124da20cc45d3f2582a7\",\n      \"jobs\": [\n        \"2311\"\n      ],\n      \"finished_jobs\": [\n        \"2311\"\n      ],\n      \"error_jobs\": [],\n      \"errors_occured\": [],\n      \"company_id\": \"2\",\n      \"URL\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/misc/custom-data/CustomObject-designer-import-6570124da20cc45d3f2582a7.csv\",\n      \"status\": \"completed\",\n      \"action_type\": \"upload\",\n      \"entity\": \"metaobject\",\n      \"error_url\": \"\",\n      \"finished_count\": 0,\n      \"error_count\": 0,\n      \"success_count\": 0,\n      \"total_jobs\": 1,\n      \"meta\": {\n        \"mo_total_count\": 2,\n        \"mo_success_count\": 2,\n        \"mo_error_count\": 0,\n        \"mo_defintion_type\": \"designer\"\n      },\n      \"created_at\": \"2023-12-06T06:18:53.219Z\",\n      \"updated_at\": \"2023-12-06T06:20:23.560Z\"\n    },\n    {\n      \"id\": \"6558b8c49340c43a7015b4af\",\n      \"jobs\": [\n        \"2297\"\n      ],\n      \"finished_jobs\": [\n        \"2297\"\n      ],\n      \"error_jobs\": [],\n      \"errors_occured\": [],\n      \"company_id\": \"2\",\n      \"URL\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/misc/custom-data/CustomObject-kuldeep-custom-import-6558b8c49340c43a7015b4af.csv\",\n      \"status\": \"completed\",\n      \"action_type\": \"upload\",\n      \"entity\": \"metaobject\",\n      \"error_url\": \"\",\n      \"finished_count\": 0,\n      \"error_count\": 0,\n      \"success_count\": 0,\n      \"total_jobs\": 1,\n      \"meta\": {\n        \"mo_total_count\": 1,\n        \"mo_success_count\": 0,\n        \"mo_error_count\": 1,\n        \"mo_defintion_type\": \"kuldeep-custom\"\n      },\n      \"created_at\": \"2023-11-18T13:14:44.360Z\",\n      \"updated_at\": \"2023-11-18T13:17:19.765Z\"\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"current\": 1,\n    \"size\": 20,\n    \"item_total\": 2,\n    \"has_next\": false\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "72bf3b7f-e89e-4001-90b9-aeea64d0ff07",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "metaobjects",
                      "jobs"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page",
                        "value": "<string>"
                      },
                      {
                        "key": "page_size",
                        "value": "<string>"
                      },
                      {
                        "key": "action_type",
                        "value": "upload"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Oops! Something went wrong. Please try later\",\n  \"status\": 400,\n  \"code\": \"CX-1003\",\n  \"exception\": \"\",\n  \"info\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d1c8b9bb-0511-4c87-8262-59e26123838d",
            "name": "importAppCustomObjectEntriesBySlug | Bulk custom object entries upload",
            "request": {
              "name": "importAppCustomObjectEntriesBySlug | Bulk custom object entries upload",
              "description": {
                "content": "Custom object bulk import of bulk entries can be performed using this endpoint.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customobjects",
                  "definition",
                  ":slug",
                  "bulk",
                  "upload"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"url\": \"<string>\",\n  \"total_records\": \"<integer>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "78a7efc6-e076-4264-b2ea-8864cb715d88",
                "name": "Success. Returns confirmation that the upload has started",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customobjects",
                      "definition",
                      ":slug",
                      "bulk",
                      "upload"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/company/default/applications/default/meta-field/assets/original/qABURepOA-sample-(6)-(1).csv\",\n  \"total_records\": 2\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Bulk upload of Meta objects started successfully\",\n  \"task_id\": \"6570124da20cc45d3f2582a7\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "1c88f1f5-cd52-4ace-a5ef-a3e417bc1289",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customobjects",
                      "definition",
                      ":slug",
                      "bulk",
                      "upload"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/company/default/applications/default/meta-field/assets/original/qABURepOA-sample-(6)-(1).csv\",\n  \"total_records\": 2\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"status\": 400,\n  \"message\": \"Invalid MetaObject Request\",\n  \"code\": \"CX-1028\",\n  \"exception\": \"\",\n  \"request_id\": \"\",\n  \"info\": \"Total records is required\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d30f5194-cea3-4847-a0f5-8a3f2577aa0c",
            "name": "exportAppCustomObjectEntriesBySlug | Initiate download for bulk custom object entries",
            "request": {
              "name": "exportAppCustomObjectEntriesBySlug | Initiate download for bulk custom object entries",
              "description": {
                "content": "Custom object bulk export of bulk entries can be perform using this endpoint.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customobjects",
                  "definition",
                  ":slug",
                  "bulk",
                  "download"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "17be8e92-fc2b-4a6c-a54c-242f3a629ec9",
                "name": "Success. Initiates bulk entries download ",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customobjects",
                      "definition",
                      ":slug",
                      "bulk",
                      "download"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Bulk download of Meta Objects started successfully\",\n  \"task_id\": \"65702d2aa20cc45d3f258358\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "7f5795f0-70eb-4dd4-9f66-2f1075768b67",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customobjects",
                      "definition",
                      ":slug",
                      "bulk",
                      "download"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Oops! Something went wrong. Please try later\",\n  \"status\": 400,\n  \"code\": \"CX-1003\",\n  \"exception\": \"\",\n  \"info\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "35e49cda-a5a2-411f-882e-e3d2f71cc2fd",
            "name": "sampleAppCustomObjectBulkEntryBySlug | Download sample for custom object bulk entry",
            "request": {
              "name": "sampleAppCustomObjectBulkEntryBySlug | Download sample for custom object bulk entry",
              "description": {
                "content": "Sample files for custom object bulk import can be obtained from this endpoint.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "content",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customobjects",
                  "definition",
                  ":slug",
                  "bulk",
                  "sample"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "83f9f406-0607-4c0c-9ff7-c97b02c787fb",
                "name": "Success. Get headers of custom object definition",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customobjects",
                      "definition",
                      ":slug",
                      "bulk",
                      "sample"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "\"city,mobile,name,custom_object_status\"",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "65f58d04-a9cb-4adc-8622-1b3eb158d7b0",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "content",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customobjects",
                      "definition",
                      ":slug",
                      "bulk",
                      "sample"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) This is company id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) This is application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Oops! Something went wrong. Please try later\",\n  \"status\": 400,\n  \"code\": \"CX-1003\",\n  \"exception\": \"\",\n  \"info\": \"\",\n  \"request_id\": \"\",\n  \"stack_trace\": \"\",\n  \"meta\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      },
      {
        "id": "d80830ec-cdbc-48f8-81e1-3d27202d80f3",
        "name": "Discount",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "3f6a6f6a-31e6-4ba9-b64c-f903d5783705",
            "name": "getDiscounts | List discounts",
            "request": {
              "name": "getDiscounts | List discounts",
              "description": {
                "content": "Retrieve a list of discounts. You can also retrieve discounts using filter query parameters. There are additional optional parameters that can be specified in the parameters of the request when retrieving discount",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "discount",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "job",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "view",
                    "value": "<string>",
                    "description": "Specifies the format in which the discounts are displayed. Options are 'listing' for a list view or 'calendar' for a calendar view. Defaults to 'listing'."
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "The search query. This can be a partial or complete name of a discount."
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The page number to navigate through the given set of results. Default is 1."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<integer>",
                    "description": "Number of items to retrieve in each page. Default is 12."
                  },
                  {
                    "disabled": false,
                    "key": "archived",
                    "value": "<boolean>",
                    "description": "Indicates whether to include expired discounts in the results. Defaults to false."
                  },
                  {
                    "disabled": false,
                    "key": "month",
                    "value": "<integer>",
                    "description": "The month for which discounts is requested. Defaults to the current month if not specified."
                  },
                  {
                    "disabled": false,
                    "key": "year",
                    "value": "<integer>",
                    "description": "The year for which discounts is requested. Defaults to the current year if not specified."
                  },
                  {
                    "disabled": false,
                    "key": "type",
                    "value": "<string>",
                    "description": "Specifies the type of disocunt to list, either 'basic' or 'custom'."
                  },
                  {
                    "disabled": false,
                    "key": "app_ids",
                    "value": "<string>",
                    "description": "A `application_id` is a unique identifier for a particular sales channel."
                  },
                  {
                    "disabled": false,
                    "key": "app_ids",
                    "value": "<string>",
                    "description": "A `application_id` is a unique identifier for a particular sales channel."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "70b7ca36-7cb2-40f8-b55d-e6d6c78672ee",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "discount",
                      "v1.0",
                      "company",
                      ":company_id",
                      "job",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "view",
                        "value": "<string>"
                      },
                      {
                        "key": "q",
                        "value": "Contract Test Custom"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "archived",
                        "value": "<boolean>"
                      },
                      {
                        "key": "month",
                        "value": "1"
                      },
                      {
                        "key": "year",
                        "value": "2090"
                      },
                      {
                        "key": "type",
                        "value": "basic"
                      },
                      {
                        "key": "app_ids",
                        "value": "646f43ee3b7f8c2847e31fb0"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"is_active\": false,\n      \"app_ids\": [\n        \"646f43ee3b7f8c2847e31fb0\"\n      ],\n      \"_id\": \"xxxxxxxxxxxx\",\n      \"name\": \"Discount Basic\",\n      \"job_type\": \"app\",\n      \"discount_type\": \"percentage\",\n      \"discount_level\": \"application\",\n      \"company_id\": 90,\n      \"validity\": {\n        \"start\": \"2021-04-06T08:25:34.110000Z\",\n        \"end\": \"2021-04-22T18:30:00Z\"\n      },\n      \"value\": 0,\n      \"created_by\": {\n        \"username\": \"test_example_com_12345\",\n        \"user_id\": \"0\"\n      },\n      \"modified_by\": {\n        \"username\": \"test_example_com_12345\",\n        \"user_id\": \"0\"\n      },\n      \"created_on\": \"2021-04-06T08:10:16.609000Z\",\n      \"modified_on\": \"2021-04-07T08:19:12.007000Z\",\n      \"brand_ids\": [\n        90\n      ],\n      \"store_ids\": [\n        1001\n      ],\n      \"price_factory_ids\": [\n        \"646f43ee3b7f8c2847e31fb0\"\n      ]\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"item_total\": 1,\n    \"type\": \"number\",\n    \"size\": 1,\n    \"has_previous\": true,\n    \"has_next\": false\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "8d36a6c0-1fe7-4795-b878-3e5a5ab48465",
                "name": "Failed",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "discount",
                      "v1.0",
                      "company",
                      ":company_id",
                      "job",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "view",
                        "value": "<string>"
                      },
                      {
                        "key": "q",
                        "value": "Contract Test Custom"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "archived",
                        "value": "<boolean>"
                      },
                      {
                        "key": "month",
                        "value": "1"
                      },
                      {
                        "key": "year",
                        "value": "2090"
                      },
                      {
                        "key": "type",
                        "value": "basic"
                      },
                      {
                        "key": "app_ids",
                        "value": "646f43ee3b7f8c2847e31fb0"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"company id missing.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "557bad6c-782c-4936-aa8a-45111b9f2f4d",
            "name": "createDiscount | Create discount",
            "request": {
              "name": "createDiscount | Create discount",
              "description": {
                "content": "Creates a discount. There are additional optional parameters that can be specified in the body of the request when creating a discount",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "discount",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "job",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"name\": \"<string>\",\n  \"job_type\": \"<string>\",\n  \"discount_type\": \"<string>\",\n  \"discount_level\": \"<string>\",\n  \"company_id\": \"<integer>\",\n  \"app_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"validity\": {\n    \"start\": \"<dateTime>\",\n    \"end\": \"<dateTime>\"\n  },\n  \"is_active\": \"<boolean>\",\n  \"extension_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"value\": \"<integer>\",\n  \"file_path\": \"<string>\",\n  \"brand_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"store_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"zone_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"price_factory_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"discount_meta\": {\n    \"timer\": \"<boolean>\",\n    \"hours\": \"<number>\",\n    \"minutes\": \"<number>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "507322da-aefc-4341-a329-b5f8961e7db2",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "discount",
                      "v1.0",
                      "company",
                      ":company_id",
                      "job",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Contract Discount Custom\",\n  \"company_id\": 90,\n  \"is_active\": true,\n  \"app_ids\": [\n    \"646f43ee3b7f8c2847e31fb0\"\n  ],\n  \"job_type\": \"app|brand|store|product\",\n  \"discount_type\": \"flat\",\n  \"discount_level\": \"application\",\n  \"value\": 10,\n  \"file_path\": \"http://xxx.xxx.xxx/file.csv\",\n  \"brand_ids\": [\n    90\n  ],\n  \"store_ids\": [\n    1001\n  ],\n  \"discount_meta\": {\n    \"timer\": true,\n    \"hours\": 20,\n    \"minutes\": 35\n  },\n  \"validity\": {\n    \"start\": \"2090-04-11T08:19:12.007000Z\",\n    \"end\": \"2090-04-11T08:20:12.007000Z\"\n  },\n  \"price_factory_ids\": [\n    \"646f43ee3b7f8c2847e31fb0\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"64a7c915c160922f34ba4f12\",\n  \"name\": \"Contract Discount Name\",\n  \"company_id\": 90,\n  \"is_active\": true,\n  \"app_ids\": [\n    \"646f43ee3b7f8c2847e31fb0\"\n  ],\n  \"job_type\": \"app\",\n  \"discount_type\": \"flat\",\n  \"discount_level\": \"application\",\n  \"value\": 10,\n  \"brand_ids\": [\n    90\n  ],\n  \"store_ids\": [\n    1001\n  ],\n  \"discount_meta\": {\n    \"timer\": true,\n    \"hours\": 20,\n    \"minutes\": 35\n  },\n  \"validity\": {\n    \"start\": \"2090-04-07T08:19:12.007000Z\",\n    \"end\": \"2090-04-10T08:19:12.007000Z\"\n  },\n  \"created_on\": \"2021-04-06T08:19:12.007000Z\",\n  \"modified_on\": \"2021-04-06T08:19:12.007000Z\",\n  \"created_by\": {\n    \"username\": \"test_example_com_12345\",\n    \"user_id\": \"0\"\n  },\n  \"modified_by\": {\n    \"username\": \"test_example_com_12345\",\n    \"user_id\": \"0\"\n  },\n  \"price_factory_ids\": [\n    \"646f43ee3b7f8c2847e31fb0\"\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "a08f92c0-8288-4797-b13e-33d7f3323bb3",
                "name": "Failed",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "discount",
                      "v1.0",
                      "company",
                      ":company_id",
                      "job",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Contract Discount Custom\",\n  \"company_id\": 90,\n  \"is_active\": true,\n  \"app_ids\": [\n    \"646f43ee3b7f8c2847e31fb0\"\n  ],\n  \"job_type\": \"app|brand|store|product\",\n  \"discount_type\": \"flat\",\n  \"discount_level\": \"application\",\n  \"value\": 10,\n  \"file_path\": \"http://xxx.xxx.xxx/file.csv\",\n  \"brand_ids\": [\n    90\n  ],\n  \"store_ids\": [\n    1001\n  ],\n  \"discount_meta\": {\n    \"timer\": true,\n    \"hours\": 20,\n    \"minutes\": 35\n  },\n  \"validity\": {\n    \"start\": \"2090-04-11T08:19:12.007000Z\",\n    \"end\": \"2090-04-11T08:20:12.007000Z\"\n  },\n  \"price_factory_ids\": [\n    \"646f43ee3b7f8c2847e31fb0\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"The end time of discount should be at least 15 minutes ahead of the start time.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "71812f48-5203-4346-94ae-7b4f37bca50c",
            "name": "getDiscount | Get discount",
            "request": {
              "name": "getDiscount | Get discount",
              "description": {
                "content": "Retrieve a single discount by its id.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "discount",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "job",
                  ":id",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) Unique identifier for the discount."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "85aa75a9-9733-4ce8-9731-d5a0eb6c269b",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "discount",
                      "v1.0",
                      "company",
                      ":company_id",
                      "job",
                      ":id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) Unique identifier for the discount."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"64a7c915c160922f34ba4f12\",\n  \"name\": \"Discount Name\",\n  \"company_id\": 90,\n  \"is_active\": true,\n  \"app_ids\": [\n    \"646f43ee3b7f8c2847e31fb0\"\n  ],\n  \"job_type\": \"app\",\n  \"discount_type\": \"flat\",\n  \"discount_level\": \"application\",\n  \"value\": 10,\n  \"brand_ids\": [\n    90\n  ],\n  \"store_ids\": [\n    1001\n  ],\n  \"discount_meta\": {\n    \"timer\": true,\n    \"hours\": 20,\n    \"minutes\": 35\n  },\n  \"validity\": {\n    \"start\": \"2021-04-07T08:19:12.007000Z\",\n    \"end\": \"2021-04-10T08:19:12.007000Z\"\n  },\n  \"created_on\": \"2021-04-06T08:19:12.007000Z\",\n  \"modified_on\": \"2021-04-06T08:19:12.007000Z\",\n  \"created_by\": {\n    \"username\": \"test_example_com_12345\",\n    \"user_id\": \"0\"\n  },\n  \"modified_by\": {\n    \"username\": \"test_example_com_12345\",\n    \"user_id\": \"0\"\n  },\n  \"price_factory_ids\": [\n    \"646f43ee3b7f8c2847e31fb0\"\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "3edad1e3-2818-40ce-9e9e-030b17b3ee2a",
                "name": "Failed",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "discount",
                      "v1.0",
                      "company",
                      ":company_id",
                      "job",
                      ":id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) Unique identifier for the discount."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid Id.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "c4fab5b2-ebd0-4a3a-bbab-991336ac39de",
            "name": "updateDiscount | Update discount",
            "request": {
              "name": "updateDiscount | Update discount",
              "description": {
                "content": "Update an existing discount by its id. Discount can only be updated after 5 min from last updated time stamp (modified_on).",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "discount",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "job",
                  ":id",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) Unique identifier for the discount."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"name\": \"<string>\",\n  \"job_type\": \"<string>\",\n  \"discount_type\": \"<string>\",\n  \"discount_level\": \"<string>\",\n  \"company_id\": \"<integer>\",\n  \"app_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"validity\": {\n    \"start\": \"<dateTime>\",\n    \"end\": \"<dateTime>\"\n  },\n  \"is_active\": \"<boolean>\",\n  \"extension_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"value\": \"<integer>\",\n  \"file_path\": \"<string>\",\n  \"brand_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"store_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"zone_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"price_factory_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"discount_meta\": {\n    \"timer\": \"<boolean>\",\n    \"hours\": \"<number>\",\n    \"minutes\": \"<number>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "0dacc1fa-df33-4c15-9487-546b50981428",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "discount",
                      "v1.0",
                      "company",
                      ":company_id",
                      "job",
                      ":id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) Unique identifier for the discount."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Discount Name Custom\",\n  \"company_id\": 90,\n  \"is_active\": true,\n  \"app_ids\": [\n    \"646f43ee3b7f8c2847e31fb0\"\n  ],\n  \"job_type\": \"app|brand|store|inventory\",\n  \"discount_type\": \"flat\",\n  \"discount_level\": \"application\",\n  \"file_path\": \"https://xxx.xxx.xxx/file.xlsx\",\n  \"value\": 10,\n  \"brand_ids\": [\n    90\n  ],\n  \"store_ids\": [\n    1001\n  ],\n  \"discount_meta\": {\n    \"timer\": true,\n    \"hours\": 20,\n    \"minutes\": 35\n  },\n  \"validity\": {\n    \"start\": \"2090-05-11T08:19:12.007000Z\",\n    \"end\": \"2090-05-13T08:19:12.007000Z\"\n  },\n  \"price_factory_ids\": [\n    \"646f43ee3b7f8c2847e31fb0\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"64a7c915c160922f34ba4f12\",\n  \"name\": \"Discount Name\",\n  \"company_id\": 90,\n  \"is_active\": true,\n  \"app_ids\": [\n    \"646f43ee3b7f8c2847e31fb0\"\n  ],\n  \"job_type\": \"app\",\n  \"discount_type\": \"flat\",\n  \"discount_level\": \"application\",\n  \"value\": 10,\n  \"brand_ids\": [\n    90\n  ],\n  \"store_ids\": [\n    1001\n  ],\n  \"discount_meta\": {\n    \"timer\": true,\n    \"hours\": 20,\n    \"minutes\": 35\n  },\n  \"validity\": {\n    \"start\": \"2021-04-07T08:19:12.007000Z\",\n    \"end\": \"2021-04-10T08:19:12.007000Z\"\n  },\n  \"created_by\": {\n    \"username\": \"test_example_com_12345\",\n    \"user_id\": \"0\"\n  },\n  \"modified_by\": {\n    \"username\": \"test_example_com_12345\",\n    \"user_id\": \"0\"\n  },\n  \"created_on\": \"2021-04-06T08:19:12.007000Z\",\n  \"modified_on\": \"2021-04-06T08:19:12.007000Z\",\n  \"price_factory_ids\": [\n    \"646f43ee3b7f8c2847e31fb0\"\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "3b336d8b-d159-4498-8322-083631e80001",
                "name": "Failed",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "discount",
                      "v1.0",
                      "company",
                      ":company_id",
                      "job",
                      ":id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) Unique identifier for the discount."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Discount Name Custom\",\n  \"company_id\": 90,\n  \"is_active\": true,\n  \"app_ids\": [\n    \"646f43ee3b7f8c2847e31fb0\"\n  ],\n  \"job_type\": \"app|brand|store|inventory\",\n  \"discount_type\": \"flat\",\n  \"discount_level\": \"application\",\n  \"file_path\": \"https://xxx.xxx.xxx/file.xlsx\",\n  \"value\": 10,\n  \"brand_ids\": [\n    90\n  ],\n  \"store_ids\": [\n    1001\n  ],\n  \"discount_meta\": {\n    \"timer\": true,\n    \"hours\": 20,\n    \"minutes\": 35\n  },\n  \"validity\": {\n    \"start\": \"2090-05-11T08:19:12.007000Z\",\n    \"end\": \"2090-05-13T08:19:12.007000Z\"\n  },\n  \"price_factory_ids\": [\n    \"646f43ee3b7f8c2847e31fb0\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Once a discount is created, its type cannot be changed. Try creating a new discount.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "be3ed632-6ba0-41c0-9ae3-e9e94c1df2a8",
            "name": "upsertDiscountItems | Upsert discount items",
            "request": {
              "name": "upsertDiscountItems | Upsert discount items",
              "description": {
                "content": "Enables users to create custom discounts in bulk by providing the multiple products in requestBody. It allows for the efficient creation of multiple discounts simultaneously, streamlining the discount management process.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "discount",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "job",
                  ":id",
                  "items",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) Unique identifier for the discount."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"items\": [\n    {\n      \"discount_type\": \"<string>\",\n      \"value\": \"<number>\",\n      \"item_code\": \"<string>\",\n      \"brand_name\": \"<string>\",\n      \"seller_identifier\": \"<string>\",\n      \"discount_meta\": {\n        \"timer\": \"<boolean>\",\n        \"hours\": \"<number>\",\n        \"minutes\": \"<number>\"\n      }\n    },\n    {\n      \"discount_type\": \"<string>\",\n      \"value\": \"<number>\",\n      \"item_code\": \"<string>\",\n      \"brand_name\": \"<string>\",\n      \"seller_identifier\": \"<string>\",\n      \"discount_meta\": {\n        \"timer\": \"<boolean>\",\n        \"hours\": \"<number>\",\n        \"minutes\": \"<number>\"\n      }\n    }\n  ],\n  \"company_id\": \"<integer>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "5b177df0-9548-4357-8371-a21a1e56c5ad",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "discount",
                      "v1.0",
                      "company",
                      ":company_id",
                      "job",
                      ":id",
                      "items",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) Unique identifier for the discount."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"items\": [\n    {\n      \"value\": 500,\n      \"seller_identifier\": \"8907664561001\",\n      \"discount_type\": \"flat\",\n      \"discount_meta\": {\n        \"timer\": true,\n        \"hours\": 20,\n        \"minutes\": 35\n      }\n    }\n  ],\n  \"company_id\": 90\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "2f3398d0-cde9-4334-822e-1390f9e27c7b",
                "name": "Failed",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "discount",
                      "v1.0",
                      "company",
                      ":company_id",
                      "job",
                      ":id",
                      "items",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) Unique identifier for the discount."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"items\": [\n    {\n      \"value\": 500,\n      \"seller_identifier\": \"8907664561001\",\n      \"discount_type\": \"flat\",\n      \"discount_meta\": {\n        \"timer\": true,\n        \"hours\": 20,\n        \"minutes\": 35\n      }\n    }\n  ],\n  \"company_id\": 90\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Not a custom discount.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d4ca31b8-b71f-45dd-8cde-6a21d9b445a5",
            "name": "validateDiscountFile | Validate discount file",
            "request": {
              "name": "validateDiscountFile | Validate discount file",
              "description": {
                "content": "Validates the discount file for any discrepancies. like item should be valid etc..",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "discount",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "file",
                  "validation",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "discount",
                    "value": "<string>",
                    "description": "Unique identifier for the discount."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"name\": \"<string>\",\n  \"company_id\": \"<integer>\",\n  \"app_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"job_type\": \"<string>\",\n  \"discount_level\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"validity\": {\n    \"start\": \"<dateTime>\",\n    \"end\": \"<dateTime>\"\n  },\n  \"discount_type\": \"<string>\",\n  \"file_path\": \"<string>\",\n  \"brand_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"store_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"price_factory_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"meta\": {\n    \"voluptate_adf\": \"reprehenderit voluptate nostrud\",\n    \"et_\": 44580530.16005036\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "0307b2ab-6767-4269-9929-635d7d6b3766",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "discount",
                      "v1.0",
                      "company",
                      ":company_id",
                      "file",
                      "validation",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "discount",
                        "value": "6512735aa98e0ed14ef1f1fd"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Discount Name\",\n  \"is_active\": true,\n  \"company_id\": 90,\n  \"app_ids\": [\n    \"646f43ee3b7f8c2847e31fb0\"\n  ],\n  \"job_type\": \"app|brand|product\",\n  \"discount_type\": \"flat\",\n  \"discount_level\": \"application\",\n  \"file_path\": \"http://xxx.xxx.xxx/file.jpg\",\n  \"brand_ids\": [\n    90\n  ],\n  \"store_ids\": [\n    1001\n  ],\n  \"validity\": {\n    \"start\": \"2090-04-07T08:19:12.007000Z\",\n    \"end\": \"2090-04-10T08:19:12.007000Z\"\n  },\n  \"price_factory_ids\": [\n    \"646f43ee3b7f8c2847e31fb0\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"xxxxxxxxxxxx\",\n  \"stage\": \"processing\",\n  \"total\": 10,\n  \"failed\": 0,\n  \"company_id\": 90,\n  \"file_path\": \"https://xxx.xxx.xxx/file.xlsx\",\n  \"body\": {\n    \"is_active\": false,\n    \"app_ids\": [\n      \"646f43ee3b7f8c2847e31fb0\"\n    ],\n    \"_id\": \"xxxxxxxxxxxx\",\n    \"name\": \"Discount\",\n    \"job_type\": \"app|brand|product\",\n    \"discount_type\": \"percentage\",\n    \"discount_level\": \"application\",\n    \"company_id\": 90,\n    \"file_path\": \"https://xxx.xxx.xxx/file.xlsx\",\n    \"validity\": {\n      \"start\": \"2090-04-06T08:25:34.110000Z\",\n      \"end\": \"2090-04-22T18:30:00Z\"\n    },\n    \"value\": 1,\n    \"created_by\": {\n      \"username\": \"test_example_com_12345\",\n      \"user_id\": \"0\"\n    },\n    \"modified_by\": {\n      \"username\": \"test_example_com_12345\",\n      \"user_id\": \"0\"\n    },\n    \"created_on\": \"2021-04-06T08:10:16.609000Z\",\n    \"modified_on\": \"2021-04-07T08:19:12.007000Z\",\n    \"brand_ids\": [\n      90\n    ],\n    \"store_ids\": [\n      1001\n    ]\n  },\n  \"type\": \"download\",\n  \"file_type\": \"product\",\n  \"price_factory_ids\": [\n    \"646f43ee3b7f8c2847e31fb0\"\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "cbb5c4ed-2e7f-4062-beb6-13d963ba8489",
                "name": "Failed",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "discount",
                      "v1.0",
                      "company",
                      ":company_id",
                      "file",
                      "validation",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "discount",
                        "value": "6512735aa98e0ed14ef1f1fd"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Discount Name\",\n  \"is_active\": true,\n  \"company_id\": 90,\n  \"app_ids\": [\n    \"646f43ee3b7f8c2847e31fb0\"\n  ],\n  \"job_type\": \"app|brand|product\",\n  \"discount_type\": \"flat\",\n  \"discount_level\": \"application\",\n  \"file_path\": \"http://xxx.xxx.xxx/file.jpg\",\n  \"brand_ids\": [\n    90\n  ],\n  \"store_ids\": [\n    1001\n  ],\n  \"validity\": {\n    \"start\": \"2090-04-07T08:19:12.007000Z\",\n    \"end\": \"2090-04-10T08:19:12.007000Z\"\n  },\n  \"price_factory_ids\": [\n    \"646f43ee3b7f8c2847e31fb0\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid File\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "1f1ee4af-6ce1-47fc-b9f3-3bd27a41d21d",
            "name": "downloadDiscountFile | Get discount file",
            "request": {
              "name": "downloadDiscountFile | Get discount file",
              "description": {
                "content": "Retrieve a discount file by its type, it could be product or inventory.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "discount",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "file",
                  ":type",
                  "download",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "type",
                    "description": "(Required) The type of discount file to download, either 'product' or 'inventory'."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"brand_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"store_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "3778b5ab-c8f1-4c05-afa0-f94b0fefabf5",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "discount",
                      "v1.0",
                      "company",
                      ":company_id",
                      "file",
                      ":type",
                      "download",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "type",
                        "description": "(Required) The type of discount file to download, either 'product' or 'inventory'."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"brand_ids\": [\n    90\n  ],\n  \"store_ids\": [\n    1001\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"xxxxxxxxxxxx\",\n  \"stage\": \"processing\",\n  \"total\": 10,\n  \"failed\": 0,\n  \"company_id\": 90,\n  \"file_path\": \"https://xxx.xxx.xxx/file.xlsx\",\n  \"body\": {\n    \"is_active\": false,\n    \"app_ids\": [\n      \"646f43ee3b7f8c2847e31fb0\"\n    ],\n    \"_id\": \"xxxxxxxxxxxx\",\n    \"name\": \"Discount\",\n    \"job_type\": \"app\",\n    \"discount_type\": \"percentage\",\n    \"discount_level\": \"application\",\n    \"company_id\": 90,\n    \"file_path\": \"https://xxx.xxx.xxx/file.xlsx\",\n    \"validity\": {\n      \"start\": \"2021-04-06T08:25:34.110000Z\",\n      \"end\": \"2021-04-22T18:30:00Z\"\n    },\n    \"value\": 1,\n    \"created_by\": {\n      \"username\": \"test_example_com_12345\",\n      \"user_id\": \"0\"\n    },\n    \"modified_by\": {\n      \"username\": \"test_example_com_12345\",\n      \"user_id\": \"0\"\n    },\n    \"created_on\": \"2021-04-06T08:10:16.609000Z\",\n    \"modified_on\": \"2021-04-07T08:19:12.007000Z\",\n    \"brand_ids\": [\n      90\n    ],\n    \"store_ids\": [\n      1001\n    ]\n  },\n  \"type\": \"download\",\n  \"file_type\": \"product\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "2b7beb5b-4e52-4bfe-9309-c60bbc41c1ce",
                "name": "Failed",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "discount",
                      "v1.0",
                      "company",
                      ":company_id",
                      "file",
                      ":type",
                      "download",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "type",
                        "description": "(Required) The type of discount file to download, either 'product' or 'inventory'."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"brand_ids\": [\n    90\n  ],\n  \"store_ids\": [\n    1001\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Not a valid choice. Choices are Product or Inventory\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "68ec4278-ae0f-4178-bcdc-4fe35e476126",
            "name": "getValidationJob | List validation job discount",
            "request": {
              "name": "getValidationJob | List validation job discount",
              "description": {
                "content": "Retrieve a validation job of a discount by its id.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "discount",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "file",
                  "validation",
                  ":id",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) Unique identifier for the discount."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "954e1419-3ea3-46d8-a465-c81c550e0ac0",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "discount",
                      "v1.0",
                      "company",
                      ":company_id",
                      "file",
                      "validation",
                      ":id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) Unique identifier for the discount."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"6519669e7fc0cd03ce111ab9\",\n  \"stage\": \"processing\",\n  \"total\": 10,\n  \"failed\": 0,\n  \"company_id\": 90,\n  \"file_path\": \"https://xxx.xxx.xxx/file.xlsx\",\n  \"body\": {\n    \"is_active\": false,\n    \"app_ids\": [\n      \"646f43ee3b7f8c2847e31fb0\"\n    ],\n    \"_id\": \"64a7c915c160922f34ba4f12\",\n    \"name\": \"Discount\",\n    \"job_type\": \"app\",\n    \"discount_type\": \"percentage\",\n    \"discount_level\": \"application\",\n    \"company_id\": 90,\n    \"file_path\": \"https://xxx.xxx.xxx/file.xlsx\",\n    \"validity\": {\n      \"start\": \"2021-04-06T08:25:34.110000Z\",\n      \"end\": \"2021-04-22T18:30:00Z\"\n    },\n    \"value\": 1,\n    \"created_by\": {\n      \"username\": \"test_example_com_12345\",\n      \"user_id\": \"0\"\n    },\n    \"modified_by\": {\n      \"username\": \"test_example_com_12345\",\n      \"user_id\": \"0\"\n    },\n    \"created_on\": \"2021-04-06T08:10:16.609000Z\",\n    \"modified_on\": \"2021-04-07T08:19:12.007000Z\",\n    \"brand_ids\": [\n      90\n    ],\n    \"store_ids\": [\n      1001\n    ],\n    \"price_factory_ids\": [\n      \"646f43ee3b7f8c2847e31fb0\"\n    ]\n  },\n  \"type\": \"download\",\n  \"file_type\": \"product\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "02f77700-6e66-427a-ae2b-2d9a67f3ae8f",
                "name": "Failed",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "discount",
                      "v1.0",
                      "company",
                      ":company_id",
                      "file",
                      "validation",
                      ":id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) Unique identifier for the discount."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"data\": {\n    \"message\": \"Job Not Found.\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b4dbdd6d-1b84-4d9d-911c-860319d5962b",
            "name": "cancelValidationJob | deletel validation job discount",
            "request": {
              "name": "cancelValidationJob | deletel validation job discount",
              "description": {
                "content": "Cancel validation job of a discount by its id.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "discount",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "file",
                  "validation",
                  ":id",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) Unique identifier for the discount."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "e38d75b0-64c3-4c98-aded-7b93f595602f",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "discount",
                      "v1.0",
                      "company",
                      ":company_id",
                      "file",
                      "validation",
                      ":id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) Unique identifier for the discount."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "589089ee-da29-46b1-a482-9b2817a2b960",
                "name": "Failed",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "discount",
                      "v1.0",
                      "company",
                      ":company_id",
                      "file",
                      "validation",
                      ":id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) Unique identifier for the discount."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"data\": {\n    \"message\": \"Job Not Found.\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "9684f333-93d0-4b14-85fe-3d0964ec4ab4",
            "name": "getDownloadJob | List discount download job",
            "request": {
              "name": "getDownloadJob | List discount download job",
              "description": {
                "content": "Retrieve a discount download job by its id.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "discount",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "file",
                  "download",
                  ":id",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) Unique identifier for the discount."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "775da02e-65a1-4781-ab66-ab70b8951872",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "discount",
                      "v1.0",
                      "company",
                      ":company_id",
                      "file",
                      "download",
                      ":id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) Unique identifier for the discount."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"651b00ef29aedf98f98a8cbd\",\n  \"stage\": \"processing\",\n  \"total\": 10,\n  \"failed\": 0,\n  \"company_id\": 90,\n  \"file_path\": \"https://xxx.xxx.xxx/file.xlsx\",\n  \"body\": {\n    \"is_active\": false,\n    \"app_ids\": [\n      \"646f43ee3b7f8c2847e31fb0\"\n    ],\n    \"_id\": \"64a7c915c160922f34ba4f12\",\n    \"name\": \"Discount\",\n    \"job_type\": \"app\",\n    \"discount_type\": \"percentage\",\n    \"discount_level\": \"application\",\n    \"company_id\": 90,\n    \"file_path\": \"https://xxx.xxx.xxx/file.xlsx\",\n    \"validity\": {\n      \"start\": \"2021-04-06T08:25:34.110000Z\",\n      \"end\": \"2021-04-22T18:30:00Z\"\n    },\n    \"value\": 1,\n    \"created_by\": {\n      \"username\": \"test_example_com_12345\",\n      \"user_id\": \"0\"\n    },\n    \"modified_by\": {\n      \"username\": \"test_example_com_12345\",\n      \"user_id\": \"0\"\n    },\n    \"created_on\": \"2021-04-06T08:10:16.609000Z\",\n    \"modified_on\": \"2021-04-07T08:19:12.007000Z\",\n    \"brand_ids\": [\n      90\n    ],\n    \"store_ids\": [\n      1001\n    ]\n  },\n  \"type\": \"download\",\n  \"file_type\": \"product\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "1c9a7ff0-a5c2-427d-8064-cd8462816cb0",
                "name": "Failed",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "discount",
                      "v1.0",
                      "company",
                      ":company_id",
                      "file",
                      "download",
                      ":id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) Unique identifier for the discount."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"data\": {\n    \"message\": \"Invalid Id.\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "27f13a1d-c34b-4316-8728-a0aaab821164",
            "name": "cancelDownloadJob | delete discount download job",
            "request": {
              "name": "cancelDownloadJob | delete discount download job",
              "description": {
                "content": "Cancel a discount download job by its id.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "discount",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "file",
                  "download",
                  ":id",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) Unique identifier for the discount"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "a8341f85-2d2d-46f9-bac5-5500563ec716",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "discount",
                      "v1.0",
                      "company",
                      ":company_id",
                      "file",
                      "download",
                      ":id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) Unique identifier for the discount"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "a2301526-6464-4d78-9f71-ab4a12e8e69b",
                "name": "Failed",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "discount",
                      "v1.0",
                      "company",
                      ":company_id",
                      "file",
                      "download",
                      ":id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) Unique identifier for the discount"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"data\": {\n    \"message\": \"Invalid Id.\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      },
      {
        "id": "cf70f4f6-7511-4bbe-966f-d867ea44441f",
        "name": "FileStorage",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "559ae3b5-6d4f-4b5f-91e7-acf5952a4a3f",
            "name": "startUpload | Start file upload.",
            "request": {
              "name": "startUpload | Start file upload.",
              "description": {
                "content": "Inititates the process of uploading a file to storage location, and returns a storage link in response.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "assets",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "namespaces",
                  ":namespace",
                  "upload",
                  "start"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "namespace",
                    "description": "(Required) Segregation of different types of files(products, orders, logistics etc), Required for validating the data of the file being uploaded, decides where exactly the file will be stored inside the storage bucket."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"file_name\": \"<string>\",\n  \"content_type\": \"<string>\",\n  \"size\": \"<integer>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"params\": {\n    \"dolore_c\": \"in\",\n    \"in_6\": \"ut est reprehenderit officia\",\n    \"incididuntc\": -47454598\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "6344066e-a012-4e06-afd8-052c581fca9e",
                "name": "Success. Returns a response containing relaving and absolute_url of storage service",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "assets",
                      "v2.0",
                      "company",
                      ":company_id",
                      "namespaces",
                      ":namespace",
                      "upload",
                      "start"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) Segregation of different types of files(products, orders, logistics etc), Required for validating the data of the file being uploaded, decides where exactly the file will be stored inside the storage bucket."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"file_name\": \"shirt.png\",\n  \"content_type\": \"application/pdf\",\n  \"size\": 500,\n  \"params\": {\n    \"subpath\": \"test\"\n  },\n  \"tags\": [\n    \"clothing\",\n    \"men\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"file_name\": \"shirt.png\",\n  \"file_path\": \"/path/qwertyuiop-shirt.png\",\n  \"content_type\": \"image/png\",\n  \"method\": \"PUT\",\n  \"namespace\": \"products-item-images\",\n  \"operation\": \"putObject\",\n  \"tags\": [\n    \"clothing\",\n    \"shirt\"\n  ],\n  \"size\": 9999,\n  \"upload\": {\n    \"expiry\": 5000,\n    \"url\": \"https://xxx.xxx.xxx/products/pictures/free/original/qwertyuiop-shirt.png?AWSAccessKeyId=xxx&Content-Type=image%2Fpng&Expires=5000&Signature=xxx&x-amz-acl=public-read\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "5a3aaac1-6e5f-4039-ad4b-2646c045eecb",
                "name": "Missing or incorrect required field",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "assets",
                      "v2.0",
                      "company",
                      ":company_id",
                      "namespaces",
                      ":namespace",
                      "upload",
                      "start"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) Segregation of different types of files(products, orders, logistics etc), Required for validating the data of the file being uploaded, decides where exactly the file will be stored inside the storage bucket."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"file_name\": \"shirt.png\",\n  \"content_type\": \"application/pdf\",\n  \"size\": 500,\n  \"params\": {\n    \"subpath\": \"test\"\n  },\n  \"tags\": [\n    \"clothing\",\n    \"men\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"status\": \"error\",\n  \"message\": \"params.subpath required\",\n  \"valid_namespaces\": [\n    \"misc\",\n    \"admin-catalogue-import-export\",\n    \"admin-catalogue-assets\"\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "12689e1d-a4fd-4c5f-aa30-318d0f2ffa23",
            "name": "completeUpload | Complete file upload.",
            "request": {
              "name": "completeUpload | Complete file upload.",
              "description": {
                "content": "Starts the process of uploading a file to storage location, and returns a storage link in response.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "assets",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "namespaces",
                  ":namespace",
                  "upload",
                  "complete"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "namespace",
                    "description": "(Required) Segregation of different types of files(products, orders, logistics etc), Required for validating the data of the file being uploaded, decides where exactly the file will be stored inside the storage bucket."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"file_name\": \"<string>\",\n  \"file_path\": \"<string>\",\n  \"content_type\": \"<string>\",\n  \"namespace\": \"<string>\",\n  \"operation\": \"<string>\",\n  \"size\": \"<integer>\",\n  \"upload\": {\n    \"expiry\": \"<integer>\",\n    \"url\": \"<string>\"\n  },\n  \"method\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "ca29e131-710e-4636-b24d-ac25011e8ff4",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "assets",
                      "v2.0",
                      "company",
                      ":company_id",
                      "namespaces",
                      ":namespace",
                      "upload",
                      "complete"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) Segregation of different types of files(products, orders, logistics etc), Required for validating the data of the file being uploaded, decides where exactly the file will be stored inside the storage bucket."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"file_name\": \"shirt.png\",\n  \"file_path\": \"/path/qwertyuiop-shirt.png\",\n  \"content_type\": \"image/png\",\n  \"method\": \"PUT\",\n  \"namespace\": \"test\",\n  \"operation\": \"putObject\",\n  \"tags\": [\n    \"clothing\",\n    \"shirt\"\n  ],\n  \"size\": 9999,\n  \"upload\": {\n    \"expiry\": 5000,\n    \"url\": \"https://hdn-1.jiomarketx0.de/x0/support-ticket-private/file/free/original/myl1-tBeF-download.jpeg\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"_id\": \"xxxxxxxxxxxxxxxxxxxxxx\",\n  \"file_name\": \"shirt.png\",\n  \"file_path\": \"/path/qwertyuiop-shirt.png\",\n  \"content_type\": \"image/png\",\n  \"namespace\": \"products-item-images\",\n  \"operation\": \"putObject\",\n  \"company_id\": 2,\n  \"tags\": [\n    \"clothing\",\n    \"shirt\"\n  ],\n  \"size\": 9999,\n  \"cdn\": {\n    \"url\": \"https://xxx.xxx.xxx/products/pictures/free/original/qwertyuiop-shirt.png\",\n    \"absolute_url\": \"https://xxx.xxx.xxx/products/pictures/free/original/qwertyuiop-shirt.png\",\n    \"relative_url\": \"products/pictures/free/original/qwertyuiop-shirt.png\"\n  },\n  \"upload\": {\n    \"expiry\": 5000,\n    \"url\": \"https://xxx.xxx.xxx/products/pictures/free/original/qwertyuiop-shirt.png?AWSAccessKeyId=xxx&Content-Type=image%2Fpng&Expires=5000&Signature=xxx&x-amz-acl=public-read\"\n  },\n  \"created_on\": \"2020-02-03T09:50:04Z\",\n  \"modified_on\": \"2020-02-03T09:50:04Z\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "14040baa-8ee3-42dd-a1e4-c6f5a7b13c67",
                "name": "cdn is not passed correctly",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "assets",
                      "v2.0",
                      "company",
                      ":company_id",
                      "namespaces",
                      ":namespace",
                      "upload",
                      "complete"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) Segregation of different types of files(products, orders, logistics etc), Required for validating the data of the file being uploaded, decides where exactly the file will be stored inside the storage bucket."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"file_name\": \"shirt.png\",\n  \"file_path\": \"/path/qwertyuiop-shirt.png\",\n  \"content_type\": \"image/png\",\n  \"method\": \"PUT\",\n  \"namespace\": \"test\",\n  \"operation\": \"putObject\",\n  \"tags\": [\n    \"clothing\",\n    \"shirt\"\n  ],\n  \"size\": 9999,\n  \"upload\": {\n    \"expiry\": 5000,\n    \"url\": \"https://hdn-1.jiomarketx0.de/x0/support-ticket-private/file/free/original/myl1-tBeF-download.jpeg\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"errors\": {\n    \"namespace\": {\n      \"name\": \"ValidatorError\",\n      \"message\": \"`test123` is not a valid enum value for path `namespace`.\",\n      \"properties\": {\n        \"message\": \"`test123` is not a valid enum value for path `namespace`.\",\n        \"type\": \"enum\",\n        \"enumValues\": [\n          \"misc\",\n          \"admin-catalogue-import-export\",\n          \"admin-catalogue-assets\"\n        ],\n        \"path\": \"namespace\",\n        \"value\": \"test123\"\n      },\n      \"kind\": \"enum\",\n      \"path\": \"namespace\",\n      \"value\": \"test123\"\n    }\n  },\n  \"_message\": \"Assets validation failed\",\n  \"name\": \"ValidationError\",\n  \"message\": \"Assets validation failed: namespace: `test123` is not a valid enum value for path `namespace`.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "8ffef6b0-c110-49e6-ae8b-34e406edf672",
            "name": "appStartUpload | Application start upload.",
            "request": {
              "name": "appStartUpload | Application start upload.",
              "description": {
                "content": "Start uploading a file from an application and returns a storage link in response.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "assets",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "namespaces",
                  ":namespace",
                  "upload",
                  "start"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "namespace",
                    "description": "(Required) Segregation of different types of files(products, orders, logistics etc), Required for validating the data of the file being uploaded, decides where exactly the file will be stored inside the storage bucket."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"file_name\": \"<string>\",\n  \"content_type\": \"<string>\",\n  \"size\": \"<integer>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"params\": {\n    \"ipsum_887\": true,\n    \"amet3d6\": false\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "536efb8b-0c5b-4ccd-8e3e-8e46734956cd",
                "name": "Success. Returns a response containing relaving and absolute_url of storage service",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "assets",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "namespaces",
                      ":namespace",
                      "upload",
                      "start"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) Segregation of different types of files(products, orders, logistics etc), Required for validating the data of the file being uploaded, decides where exactly the file will be stored inside the storage bucket."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"file_name\": \"shirt.png\",\n  \"content_type\": \"image/png\",\n  \"size\": 500,\n  \"params\": {\n    \"subpath\": \"test\"\n  },\n  \"tags\": [\n    \"clothing\",\n    \"men\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"file_name\": \"shirt.png\",\n  \"file_path\": \"/path/qwertyuiop-shirt.png\",\n  \"content_type\": \"image/png\",\n  \"method\": \"PUT\",\n  \"namespace\": \"products-item-images\",\n  \"operation\": \"putObject\",\n  \"tags\": [\n    \"clothing\",\n    \"shirt\"\n  ],\n  \"size\": 9999,\n  \"upload\": {\n    \"expiry\": 5000,\n    \"url\": \"https://xxx.xxx.xxx/products/pictures/free/original/qwertyuiop-shirt.png?AWSAccessKeyId=xxx&Content-Type=image%2Fpng&Expires=5000&Signature=xxx&x-amz-acl=public-read\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "aa6018fe-1b37-4a38-836b-3649afc4f954",
                "name": "Missing or incorrect required field",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "assets",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "namespaces",
                      ":namespace",
                      "upload",
                      "start"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) Segregation of different types of files(products, orders, logistics etc), Required for validating the data of the file being uploaded, decides where exactly the file will be stored inside the storage bucket."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"file_name\": \"shirt.png\",\n  \"content_type\": \"image/png\",\n  \"size\": 500,\n  \"params\": {\n    \"subpath\": \"test\"\n  },\n  \"tags\": [\n    \"clothing\",\n    \"men\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"status\": \"error\",\n  \"message\": \"params.subpath required\",\n  \"valid_namespaces\": [\n    \"misc\",\n    \"admin-catalogue-import-export\",\n    \"admin-catalogue-assets\"\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "9010209e-6e99-4e23-8523-a8476edc65a7",
            "name": "appCompleteUpload | Application complete upload.",
            "request": {
              "name": "appCompleteUpload | Application complete upload.",
              "description": {
                "content": "Finish uploading a file from an application.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "assets",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "namespaces",
                  ":namespace",
                  "upload",
                  "complete"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "namespace",
                    "description": "(Required) Segregation of different types of files(products, orders, logistics etc), Required for validating the data of the file being uploaded, decides where exactly the file will be stored inside the storage bucket."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"file_name\": \"<string>\",\n  \"file_path\": \"<string>\",\n  \"content_type\": \"<string>\",\n  \"namespace\": \"<string>\",\n  \"operation\": \"<string>\",\n  \"size\": \"<integer>\",\n  \"upload\": {\n    \"expiry\": \"<integer>\",\n    \"url\": \"<string>\"\n  },\n  \"method\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "0f52638f-860b-4a91-a2f6-a2a5ac78e9c9",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "assets",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "namespaces",
                      ":namespace",
                      "upload",
                      "complete"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) Segregation of different types of files(products, orders, logistics etc), Required for validating the data of the file being uploaded, decides where exactly the file will be stored inside the storage bucket."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"file_name\": \"shirt.png\",\n  \"file_path\": \"/path/qwertyuiop-shirt.png\",\n  \"content_type\": \"image/png\",\n  \"method\": \"PUT\",\n  \"namespace\": \"test\",\n  \"operation\": \"putObject\",\n  \"tags\": [\n    \"clothing\",\n    \"shirt\"\n  ],\n  \"size\": 9999,\n  \"upload\": {\n    \"expiry\": 5000,\n    \"url\": \"https://xxx.xxx.xxx/products/pictures/free/original/qwertyuiop-shirt.png?AWSAccessKeyId=xxx&Content-Type=image%2Fpng&Expires=5000&Signature=xxx&x-amz-acl=public-read\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"_id\": \"xxxxxxxxxxxxxxxxxxxxxx\",\n  \"file_name\": \"shirt.png\",\n  \"file_path\": \"/path/qwertyuiop-shirt.png\",\n  \"content_type\": \"image/png\",\n  \"namespace\": \"products-item-images\",\n  \"operation\": \"putObject\",\n  \"company_id\": 2,\n  \"tags\": [\n    \"clothing\",\n    \"shirt\"\n  ],\n  \"size\": 9999,\n  \"cdn\": {\n    \"url\": \"https://xxx.xxx.xxx/products/pictures/free/original/qwertyuiop-shirt.png\",\n    \"absolute_url\": \"https://xxx.xxx.xxx/products/pictures/free/original/qwertyuiop-shirt.png\",\n    \"relative_url\": \"products/pictures/free/original/qwertyuiop-shirt.png\"\n  },\n  \"upload\": {\n    \"expiry\": 5000,\n    \"url\": \"https://xxx.xxx.xxx/products/pictures/free/original/qwertyuiop-shirt.png?AWSAccessKeyId=xxx&Content-Type=image%2Fpng&Expires=5000&Signature=xxx&x-amz-acl=public-read\"\n  },\n  \"created_on\": \"2020-02-03T09:50:04.240Z\",\n  \"modified_on\": \"2020-02-03T09:50:04.240Z\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "c1e98543-c632-426e-ad3a-ed648559ee1b",
                "name": "cdn is not passed correctly",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "assets",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "namespaces",
                      ":namespace",
                      "upload",
                      "complete"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) Segregation of different types of files(products, orders, logistics etc), Required for validating the data of the file being uploaded, decides where exactly the file will be stored inside the storage bucket."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"file_name\": \"shirt.png\",\n  \"file_path\": \"/path/qwertyuiop-shirt.png\",\n  \"content_type\": \"image/png\",\n  \"method\": \"PUT\",\n  \"namespace\": \"test\",\n  \"operation\": \"putObject\",\n  \"tags\": [\n    \"clothing\",\n    \"shirt\"\n  ],\n  \"size\": 9999,\n  \"upload\": {\n    \"expiry\": 5000,\n    \"url\": \"https://xxx.xxx.xxx/products/pictures/free/original/qwertyuiop-shirt.png?AWSAccessKeyId=xxx&Content-Type=image%2Fpng&Expires=5000&Signature=xxx&x-amz-acl=public-read\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"errors\": {\n    \"namespace\": {\n      \"name\": \"ValidatorError\",\n      \"message\": \"`test123` is not a valid enum value for path `namespace`.\",\n      \"properties\": {\n        \"message\": \"`test123` is not a valid enum value for path `namespace`.\",\n        \"type\": \"enum\",\n        \"enumValues\": [\n          \"misc\",\n          \"admin-catalogue-import-export\",\n          \"admin-catalogue-assets\"\n        ],\n        \"path\": \"namespace\",\n        \"value\": \"test123\"\n      },\n      \"kind\": \"enum\",\n      \"path\": \"namespace\",\n      \"value\": \"test123\"\n    }\n  },\n  \"_message\": \"Assets validation failed\",\n  \"name\": \"ValidationError\",\n  \"message\": \"Assets validation failed: namespace: `test123` is not a valid enum value for path `namespace`.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "f471e889-2c3a-46a0-b6d2-0148a4c5c652",
            "name": "getSignUrls | Get signed URLs.",
            "request": {
              "name": "getSignUrls | Get signed URLs.",
              "description": {
                "content": "Retrieve signed URLs for file access.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "assets",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "sign-urls"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"expiry\": \"<integer>\",\n  \"urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "549ad22f-12db-4e1a-8298-e0d6d036aa6b",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "assets",
                      "v1.0",
                      "company",
                      ":company_id",
                      "sign-urls"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"expiry\": 5000,\n  \"urls\": [\n    \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/x0/documents/manifest/PDFs/test/s3EtYk5p9-new_fee.pdf\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"urls\": [\n    {\n      \"url\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/x0/documents/manifest/PDFs/test/s3EtYk5p9-new_fee.pdf\",\n      \"signed_url\": \"https://fynd-staging-assets-private.s3-accelerate.amazonaws.com/addsale/v2/falling-surf-7c8bb8/fyndnp/wrkr/x0/documents/manifest/PDFs/test/s3EtYk5p9-new_fee.pdf\",\n      \"expiry\": 1800\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "65afe90f-8787-4422-a309-75b092f17f0b",
            "name": "copyFiles | Copy files.",
            "request": {
              "name": "copyFiles | Copy files.",
              "description": {
                "content": "Duplicate files to another location.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "assets",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "uploads",
                  "copy"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "sync",
                    "value": "<boolean>"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"destination\": {\n    \"namespace\": \"<string>\"\n  },\n  \"urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "982bff3c-6a54-401a-b098-da144abd05fa",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "assets",
                      "v1.0",
                      "company",
                      ":company_id",
                      "uploads",
                      "copy"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "sync",
                        "value": "false"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"destination\": {\n    \"namespace\": \"test\"\n  },\n  \"urls\": [\n    \"https://hdn-1.fynd.com/platform/pictures/free-logo/original/7qdHNTFe--platform-logo.png\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"tracking_url\": \"https://api.fynd.com/public/assets/v1.0/status/copy-files/1.0\",\n  \"task\": {\n    \"id\": \"1.0\",\n    \"name\": \"__default__\",\n    \"data\": {\n      \"urls\": [\n        \"https://hdn-1.fynd.com/platform/pictures/free-logo/original/7qdHNTFe--platform-logo.png\"\n      ],\n      \"destination\": {\n        \"namespace\": \"test\",\n        \"basepath\": \"/test/general/free/original\"\n      }\n    },\n    \"opts\": {\n      \"attempts\": 2,\n      \"backoff\": {\n        \"type\": \"fixed\",\n        \"delay\": 1000\n      },\n      \"delay\": 0,\n      \"timestamp\": 1694812055325\n    },\n    \"progress\": 0,\n    \"delay\": 0,\n    \"timestamp\": 1694812055325,\n    \"attemptsMade\": 0,\n    \"stacktrace\": [],\n    \"returnvalue\": null,\n    \"finishedOn\": null,\n    \"processedOn\": null\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "b7eb42ea-f4ef-492f-85e4-2d690e885f7c",
                "name": "Failed",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "assets",
                      "v1.0",
                      "company",
                      ":company_id",
                      "uploads",
                      "copy"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "sync",
                        "value": "false"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"destination\": {\n    \"namespace\": \"test\"\n  },\n  \"urls\": [\n    \"https://hdn-1.fynd.com/platform/pictures/free-logo/original/7qdHNTFe--platform-logo.png\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Please provide aleast one url\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "39433283-732c-4adc-9d9b-a72c9b29e3bc",
            "name": "browse | Browse files.",
            "request": {
              "name": "browse | Browse files.",
              "description": {
                "content": "View and navigate through available files.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "assets",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "namespaces",
                  ":namespace",
                  "browse"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page",
                    "value": "<integer>",
                    "description": "page no"
                  },
                  {
                    "disabled": false,
                    "key": "limit",
                    "value": "<integer>",
                    "description": "Limit"
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "namespace",
                    "description": "(Required) Segregation of different types of files(products, orders, logistics etc), Required for validating the data of the file being uploaded, decides where exactly the file will be stored inside the storage bucket."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "f9361f1e-a805-45bf-a11f-89d9f8e95587",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "assets",
                      "v1.0",
                      "company",
                      ":company_id",
                      "namespaces",
                      ":namespace",
                      "browse"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page",
                        "value": "1"
                      },
                      {
                        "key": "limit",
                        "value": "1"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) Segregation of different types of files(products, orders, logistics etc), Required for validating the data of the file being uploaded, decides where exactly the file will be stored inside the storage bucket."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"_id\": \"64e1e6fe0153e1a6d3e101f4\",\n      \"file_name\": \"logo.png\",\n      \"file_path\": \"/brands/pictures/square-logo/original/uY0P_ZtIz-logo.png\",\n      \"success\": true,\n      \"namespace\": \"brand-square-logo\",\n      \"content_type\": \"image/png\",\n      \"size\": 3298,\n      \"operation\": \"putObject\",\n      \"tags\": [],\n      \"cdn\": {\n        \"url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/brands/pictures/square-logo/original/uY0P_ZtIz-logo.png\"\n      },\n      \"upload\": {\n        \"url\": \"https://fynd-staging-assets.s3-accelerate.amazonaws.com/addsale/brands/pictures/square-logo/original/uY0P_ZtIz-logo.png?Content-Type=image%2Fpng&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=%2F20230820%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230820T101213Z&X-Amz-Expires=1800&X-Amz-Signature=04915b14aec15712abdea3c340d5dc43729e7c982a4994650488c0150c22b0ae&X-Amz-SignedHeaders=host%3Bx-amz-acl&x-amz-acl=public-read\",\n        \"expiry\": 1800\n      },\n      \"created_by\": {\n        \"username\": \"test_example_com_12345\"\n      },\n      \"company_id\": 6520,\n      \"bucket_key\": \"addsale/brands/pictures/square-logo/original/uY0P_ZtIz-logo.png\",\n      \"created_at\": \"2023-08-20T10:12:14.118Z\",\n      \"updated_at\": \"2023-08-20T10:12:14.118Z\",\n      \"__v\": 0\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_previous\": false,\n    \"has_next\": true,\n    \"item_total\": 481,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "a63bb113-4202-4718-a732-afcbcc430353",
                "name": "Failed",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "assets",
                      "v1.0",
                      "company",
                      ":company_id",
                      "namespaces",
                      ":namespace",
                      "browse"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page",
                        "value": "1"
                      },
                      {
                        "key": "limit",
                        "value": "1"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) Segregation of different types of files(products, orders, logistics etc), Required for validating the data of the file being uploaded, decides where exactly the file will be stored inside the storage bucket."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid namespace\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b3647eef-8557-4656-89a7-a70ed20bc149",
            "name": "appbrowse | Application browse files.",
            "request": {
              "name": "appbrowse | Application browse files.",
              "description": {
                "content": "Browse files within an application.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "assets",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "namespaces",
                  ":namespace",
                  "browse"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page",
                    "value": "<integer>",
                    "description": "page no"
                  },
                  {
                    "disabled": false,
                    "key": "limit",
                    "value": "<integer>",
                    "description": "Limit"
                  },
                  {
                    "disabled": false,
                    "key": "search",
                    "value": "<string>",
                    "description": "Search"
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "namespace",
                    "description": "(Required) Segregation of different types of files(products, orders, logistics etc), Required for validating the data of the file being uploaded, decides where exactly the file will be stored inside the storage bucket."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "94997bab-2758-4b73-ab54-9f1554817e1a",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "assets",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "namespaces",
                      ":namespace",
                      "browse"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page",
                        "value": "1"
                      },
                      {
                        "key": "limit",
                        "value": "1"
                      },
                      {
                        "key": "search",
                        "value": "test"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) Segregation of different types of files(products, orders, logistics etc), Required for validating the data of the file being uploaded, decides where exactly the file will be stored inside the storage bucket."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"_id\": \"64e1e6fe0153e1a6d3e101f4\",\n      \"file_name\": \"logo.png\",\n      \"file_path\": \"/brands/pictures/square-logo/original/uY0P_ZtIz-logo.png\",\n      \"success\": true,\n      \"namespace\": \"brand-square-logo\",\n      \"content_type\": \"image/png\",\n      \"size\": 3298,\n      \"operation\": \"putObject\",\n      \"tags\": [],\n      \"cdn\": {\n        \"url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/brands/pictures/square-logo/original/uY0P_ZtIz-logo.png\"\n      },\n      \"upload\": {\n        \"url\": \"https://fynd-staging-assets.s3-accelerate.amazonaws.com/addsale/brands/pictures/square-logo/original/uY0P_ZtIz-logo.png?Content-Type=image%2Fpng&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=%2F20230820%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230820T101213Z&X-Amz-Expires=1800&X-Amz-Signature=04915b14aec15712abdea3c340d5dc43729e7c982a4994650488c0150c22b0ae&X-Amz-SignedHeaders=host%3Bx-amz-acl&x-amz-acl=public-read\",\n        \"expiry\": 1800\n      },\n      \"created_by\": {\n        \"username\": \"test_example_com_12345\"\n      },\n      \"company_id\": 6520,\n      \"bucket_key\": \"addsale/brands/pictures/square-logo/original/uY0P_ZtIz-logo.png\",\n      \"created_at\": \"2023-08-20T10:12:14.118Z\",\n      \"updated_at\": \"2023-08-20T10:12:14.118Z\",\n      \"__v\": 0\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_previous\": false,\n    \"has_next\": true,\n    \"item_total\": 481,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "a277b101-f1ee-4744-9db1-1e218da7107e",
                "name": "Failed",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "assets",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "namespaces",
                      ":namespace",
                      "browse"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page",
                        "value": "1"
                      },
                      {
                        "key": "limit",
                        "value": "1"
                      },
                      {
                        "key": "search",
                        "value": "test"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) Segregation of different types of files(products, orders, logistics etc), Required for validating the data of the file being uploaded, decides where exactly the file will be stored inside the storage bucket."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid namespace\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "7e04a403-3927-493c-8064-52b60ab18dec",
            "name": "browsefiles | Browse Files",
            "request": {
              "name": "browsefiles | Browse Files",
              "description": {
                "content": "Browse Files",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "assets",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "namespaces",
                  ":namespace",
                  "browse"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page",
                    "value": "<integer>",
                    "description": "page no"
                  },
                  {
                    "disabled": false,
                    "key": "limit",
                    "value": "<integer>",
                    "description": "Limit"
                  },
                  {
                    "disabled": false,
                    "key": "search",
                    "value": "<string>",
                    "description": "Search"
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "namespace",
                    "description": "(Required) Segregation of different types of files(products, orders, logistics etc), Required for validating the data of the file being uploaded, decides where exactly the file will be stored inside the storage bucket."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"extension_slug\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "b0c19062-afbb-4290-84bd-4ba9c7e9fbfd",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "assets",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "namespaces",
                      ":namespace",
                      "browse"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page",
                        "value": "1"
                      },
                      {
                        "key": "limit",
                        "value": "1"
                      },
                      {
                        "key": "search",
                        "value": "test"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) Segregation of different types of files(products, orders, logistics etc), Required for validating the data of the file being uploaded, decides where exactly the file will be stored inside the storage bucket."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"extension_slug\": \"test\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"_id\": \"64e1e6fe0153e1a6d3e101f4\",\n      \"file_name\": \"logo.png\",\n      \"file_path\": \"/brands/pictures/square-logo/original/uY0P_ZtIz-logo.png\",\n      \"success\": true,\n      \"namespace\": \"brand-square-logo\",\n      \"content_type\": \"image/png\",\n      \"size\": 3298,\n      \"operation\": \"putObject\",\n      \"tags\": [],\n      \"cdn\": {\n        \"url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/brands/pictures/square-logo/original/uY0P_ZtIz-logo.png\"\n      },\n      \"upload\": {\n        \"url\": \"https://fynd-staging-assets.s3-accelerate.amazonaws.com/addsale/brands/pictures/square-logo/original/uY0P_ZtIz-logo.png?Content-Type=image%2Fpng&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=%2F20230820%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230820T101213Z&X-Amz-Expires=1800&X-Amz-Signature=04915b14aec15712abdea3c340d5dc43729e7c982a4994650488c0150c22b0ae&X-Amz-SignedHeaders=host%3Bx-amz-acl&x-amz-acl=public-read\",\n        \"expiry\": 1800\n      },\n      \"created_by\": {\n        \"username\": \"test_example_com_12345\"\n      },\n      \"company_id\": 6520,\n      \"bucket_key\": \"addsale/brands/pictures/square-logo/original/uY0P_ZtIz-logo.png\",\n      \"created_at\": \"2023-08-20T10:12:14.118Z\",\n      \"updated_at\": \"2023-08-20T10:12:14.118Z\",\n      \"__v\": 0\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_previous\": false,\n    \"has_next\": true,\n    \"item_total\": 481,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "873aed58-8436-467c-8675-148b82ee2217",
                "name": "Failed",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "assets",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "namespaces",
                      ":namespace",
                      "browse"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page",
                        "value": "1"
                      },
                      {
                        "key": "limit",
                        "value": "1"
                      },
                      {
                        "key": "search",
                        "value": "test"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) Segregation of different types of files(products, orders, logistics etc), Required for validating the data of the file being uploaded, decides where exactly the file will be stored inside the storage bucket."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"extension_slug\": \"test\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid namespace\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "361bf484-0897-4ccf-b833-58f7a3675134",
            "name": "proxy | Proxy file access.",
            "request": {
              "name": "proxy | Proxy file access.",
              "description": {
                "content": "Access files through a proxy.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "assets",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "proxy"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "url",
                    "value": "<string>",
                    "description": "(Required) url"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "add76bc6-67be-4a3c-98bd-49cf69c7301b",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "assets",
                      "v1.0",
                      "company",
                      ":company_id",
                      "proxy"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "url",
                        "value": "https://mock.fynd.engineering/assets-mgmt-proxy"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      },
      {
        "id": "e9311a35-3195-444e-a47d-06a7e7e54e49",
        "name": "Serviceability",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "fa1c50bf-8c64-41df-a784-c23fe01153db",
            "name": "createZone | Create zone",
            "request": {
              "name": "createZone | Create zone",
              "description": {
                "content": "Creates a delivery zone.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "zones"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"is_active\": \"<boolean>\",\n  \"slug\": \"<string>\",\n  \"name\": \"<string>\",\n  \"company_id\": \"<integer>\",\n  \"application_id\": \"<string>\",\n  \"geo_areas\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"stores\": {\n    \"type\": {},\n    \"values\": {}\n  },\n  \"product\": {\n    \"type\": {},\n    \"values\": {}\n  },\n  \"fulfillment_option_slug\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "8a7ab955-5bc9-4f67-a437-8b6f3fdbb41f",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "zones"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"slug\": \"maharashtra-pincode-zones\",\n  \"name\": \"Maharashtra Pincode Zones\",\n  \"fulfillment_option_slug\": \"standard-delivery\",\n  \"is_active\": true,\n  \"geo_areas\": [\n    \"65d300b6a3e31dec430b7208\"\n  ],\n  \"stores\": {\n    \"type\": \"all\",\n    \"values\": [\n      1\n    ]\n  },\n  \"product\": {\n    \"type\": \"all\",\n    \"values\": [\n      1\n    ]\n  },\n  \"application_id\": \"64aec5a93a079bd328537835\",\n  \"company_id\": 1\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"name\": \"Maharashtra Pincode Zone\",\n  \"slug\": \"maharashtra-pincode-zone\",\n  \"fulfillment_option_slug\": \"standard-delivery\",\n  \"company_id\": 1,\n  \"application_id\": \"64aec5a93a079bd328537835\",\n  \"is_active\": true,\n  \"geo_areas\": [\n    \"65d300b6a3e31dec430b7208\"\n  ],\n  \"product\": {\n    \"type\": \"department\",\n    \"values\": [\n      \"1\"\n    ]\n  },\n  \"stores\": {\n    \"type\": \"all\",\n    \"values\": [\n      \"10\"\n    ]\n  },\n  \"created_by\": {\n    \"id\": \"67a3a53c2f876cf8535f21c8\"\n  },\n  \"modified_by\": {\n    \"id\": \"67a3a53c2f876cf8535f21c8\"\n  },\n  \"created_on\": \"2024-03-01T16:13:55.240554\",\n  \"modified_on\": \"2024-03-01T16:13:55.240554\",\n  \"stage\": \"in_progress\",\n  \"zone_id\": \"65e1b16b3b58a28839285f94\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "8d6068c5-7eef-45b2-b06f-c5326621ff47",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "zones"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"slug\": \"maharashtra-pincode-zones\",\n  \"name\": \"Maharashtra Pincode Zones\",\n  \"fulfillment_option_slug\": \"standard-delivery\",\n  \"is_active\": true,\n  \"geo_areas\": [\n    \"65d300b6a3e31dec430b7208\"\n  ],\n  \"stores\": {\n    \"type\": \"all\",\n    \"values\": [\n      1\n    ]\n  },\n  \"product\": {\n    \"type\": \"all\",\n    \"values\": [\n      1\n    ]\n  },\n  \"application_id\": \"64aec5a93a079bd328537835\",\n  \"company_id\": 1\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": [\n    {\n      \"type\": \"SchemaValidationError\",\n      \"value\": \"slug\",\n      \"message\": \"Missing data for required field.\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5ce4080a-3354-44ab-89f3-e200234cae52",
            "name": "getZones | Get zones",
            "request": {
              "name": "getZones | Get zones",
              "description": {
                "content": "Retrieves a list of delivery zones.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "zones"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "stage",
                    "value": "<string>",
                    "description": "Identifies the specific stage of zone bing requested."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10",
                    "description": "Defines the number of items displayed per page."
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "Current page number."
                  },
                  {
                    "disabled": false,
                    "key": "fulfillment_option_slug",
                    "value": "<string>",
                    "description": "Slug identifier for filtering by fulfillment option."
                  },
                  {
                    "disabled": false,
                    "key": "is_active",
                    "value": "<boolean>",
                    "description": "Status of Zone (either active or inactive)"
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Used to search for matching results based on the provided input."
                  },
                  {
                    "disabled": false,
                    "key": "country_iso_code",
                    "value": "<string>",
                    "description": "ISO2 code of the country."
                  },
                  {
                    "disabled": false,
                    "key": "pincode",
                    "value": "<string>",
                    "description": "PIN Code of the country."
                  },
                  {
                    "disabled": false,
                    "key": "state",
                    "value": "<string>",
                    "description": "State of the country."
                  },
                  {
                    "disabled": false,
                    "key": "city",
                    "value": "<string>",
                    "description": "City of the country."
                  },
                  {
                    "disabled": false,
                    "key": "sector",
                    "value": "<string>",
                    "description": "Sector name of mentioned address."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "9b1b5025-601b-42f4-bead-dafabf54e9a1",
                "name": "Zone List of application in descending order of their last modified date.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "zones"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "stage",
                        "value": "completed"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "fulfillment_option_slug",
                        "value": "standard-delivery"
                      },
                      {
                        "key": "is_active",
                        "value": "true"
                      },
                      {
                        "key": "q",
                        "value": "zone"
                      },
                      {
                        "key": "country_iso_code",
                        "value": "IN"
                      },
                      {
                        "key": "pincode",
                        "value": "500060"
                      },
                      {
                        "key": "state",
                        "value": "MAHARASTRA"
                      },
                      {
                        "key": "city",
                        "value": "MUMBAI"
                      },
                      {
                        "key": "sector",
                        "value": "ABU_DHABI"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"name\": \"Maharashtra Pincode Zone\",\n      \"slug\": \"maharashtra-pincode-zone\",\n      \"application_id\": \"64aec5a93a079bd328537835\",\n      \"company_id\": 1,\n      \"is_active\": true,\n      \"geo_areas\": [\n        {\n          \"id\": \"65d300b6a3e31dec430b7208\",\n          \"type\": \"delivery\",\n          \"name\": \"Geo Area 3\"\n        }\n      ],\n      \"product\": {\n        \"type\": \"department\",\n        \"values\": [\n          \"1\"\n        ]\n      },\n      \"stores\": {\n        \"type\": \"all\",\n        \"values\": [\n          \"1\"\n        ]\n      },\n      \"summary\": {\n        \"stores_count\": 7,\n        \"products_count\": 1,\n        \"regions\": [\n          {\n            \"name\": \"India\",\n            \"count\": 2\n          }\n        ]\n      },\n      \"created_by\": {\n        \"id\": \"67a3a53c2f876cf8535f21c8\"\n      },\n      \"modified_by\": {\n        \"id\": \"67a3a53c2f876cf8535f21c8\"\n      },\n      \"created_on\": \"2024-02-20T15:36:32.061583\",\n      \"modified_on\": \"2024-02-20T15:36:32.061583\",\n      \"stage\": \"completed\",\n      \"zone_id\": \"65e1b16b3b58a28839285f94\"\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"size\": 1,\n    \"current\": 1,\n    \"has_next\": false,\n    \"item_total\": 1\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "97ef4474-d014-4f1e-ade6-761f06613668",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "zones"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "stage",
                        "value": "completed"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "fulfillment_option_slug",
                        "value": "standard-delivery"
                      },
                      {
                        "key": "is_active",
                        "value": "true"
                      },
                      {
                        "key": "q",
                        "value": "zone"
                      },
                      {
                        "key": "country_iso_code",
                        "value": "IN"
                      },
                      {
                        "key": "pincode",
                        "value": "500060"
                      },
                      {
                        "key": "state",
                        "value": "MAHARASTRA"
                      },
                      {
                        "key": "city",
                        "value": "MUMBAI"
                      },
                      {
                        "key": "sector",
                        "value": "ABU_DHABI"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": [\n    {\n      \"type\": \"SchemaValidationError\",\n      \"value\": \"slug\",\n      \"message\": \"Missing data for required field.\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "12e0c87f-f9ad-47ed-bff4-cdf9e40666cd",
            "name": "getZone | Get zone details",
            "request": {
              "name": "getZone | Get zone details",
              "description": {
                "content": "Retrieves a single delivery zone",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "zones",
                  ":zone_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "zone_id",
                    "description": "(Required) Unique identifier for a particular zone"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "600059c1-9200-4208-8e1a-ce7a6391831c",
                "name": "Get details of the Zone",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "zones",
                      ":zone_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "zone_id",
                        "description": "(Required) Unique identifier for a particular zone"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"name\": \"Maharashtra Pincode Zone\",\n  \"slug\": \"maharashtra-pincode-zone\",\n  \"is_active\": true,\n  \"geo_areas\": [\n    \"65d300b6a3e31dec430b7208\"\n  ],\n  \"product\": {\n    \"type\": \"department\",\n    \"values\": [\n      1\n    ]\n  },\n  \"stores\": {\n    \"type\": \"all\",\n    \"values\": [\n      1\n    ]\n  },\n  \"created_by\": {\n    \"id\": \"67a3a53c2f876cf8535f21c8\"\n  },\n  \"modified_by\": {\n    \"id\": \"67a3a53c2f876cf8535f21c8\"\n  },\n  \"created_on\": \"2024-02-20T15:36:32.061583\",\n  \"modified_on\": \"2024-02-20T15:36:32.061583\",\n  \"stage\": \"created\",\n  \"zone_id\": \"65e1b16b3b58a28839285f94\",\n  \"overlapping_file_url\": \"\",\n  \"overlapping_zone_names\": []\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "5c0cb737-505f-46fe-a032-d35159ba750b",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "zones",
                      ":zone_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "zone_id",
                        "description": "(Required) Unique identifier for a particular zone"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": [\n    {\n      \"type\": \"ZoneNotFoundError\",\n      \"value\": \"zone not found\",\n      \"message\": \"65e848bd31c43a48ff16af9c\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "aabd8e61-30f7-4320-87d9-205b7558c6fd",
            "name": "updateZone | Update details of a Zone to enable or disable",
            "request": {
              "name": "updateZone | Update details of a Zone to enable or disable",
              "description": {
                "content": "Enable or Disable a Zone under that application.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "zones",
                  ":zone_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "zone_id",
                    "description": "(Required) Unique identifier for a particular zone"
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PATCH",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"zone_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"geo_areas\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"company_id\": \"<integer>\",\n  \"application_id\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"product\": {\n    \"line_number\": \"<integer>\",\n    \"payment_methods\": [\n      {\n        \"name\": \"<string>\",\n        \"mode\": \"<string>\",\n        \"amount\": \"<float>\",\n        \"identifier\": \"<string>\",\n        \"display_name\": \"<string>\",\n        \"aggregator\": \"<string>\",\n        \"action\": {\n          \"name\": \"<string>\",\n          \"current_identifier\": \"<string>\",\n          \"current_mode\": \"<string>\",\n          \"refund_to\": \"<string>\"\n        },\n        \"refund_by\": \"<string>\",\n        \"collect_by\": \"<string>\",\n        \"meta\": {\n          \"payment_gateway\": \"<string>\",\n          \"payment_identifier\": \"<string>\",\n          \"logo_url\": {\n            \"large\": \"<string>\",\n            \"small\": \"<string>\"\n          }\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"mode\": \"<string>\",\n        \"amount\": \"<float>\",\n        \"identifier\": \"<string>\",\n        \"display_name\": \"<string>\",\n        \"aggregator\": \"<string>\",\n        \"action\": {\n          \"name\": \"<string>\",\n          \"current_identifier\": \"<string>\",\n          \"current_mode\": \"<string>\",\n          \"refund_to\": \"<string>\"\n        },\n        \"refund_by\": \"<string>\",\n        \"collect_by\": \"<string>\",\n        \"meta\": {\n          \"payment_gateway\": \"<string>\",\n          \"payment_identifier\": \"<string>\",\n          \"logo_url\": {\n            \"large\": \"<string>\",\n            \"small\": \"<string>\"\n          }\n        }\n      }\n    ]\n  },\n  \"stores\": {\n    \"type\": \"<string>\",\n    \"values\": [\n      \"<integer>\",\n      \"<integer>\"\n    ]\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "76fa61a2-e04d-4ff0-84be-a4a442faeaee",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "zones",
                      ":zone_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "zone_id",
                        "description": "(Required) Unique identifier for a particular zone"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"is_active\": true,\n  \"slug\": \"Name\",\n  \"type\": \"custom\",\n  \"name\": \"TestZone2\",\n  \"geo_areas\": [\n    \"65d300b6a3e31dec430b7208\"\n  ],\n  \"stores\": {\n    \"type\": \"all\",\n    \"values\": [\n      1\n    ]\n  },\n  \"product\": {\n    \"type\": \"department\",\n    \"values\": [\n      1\n    ]\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"name\": \"TestZone2\",\n  \"slug\": \"TestZone2\",\n  \"company_id\": 1,\n  \"application_id\": \"64aec5a93a079bd328537835\",\n  \"is_active\": true,\n  \"geo_areas\": [\n    \"65d300b6a3e31dec430b7208\"\n  ],\n  \"product\": {\n    \"type\": \"department\",\n    \"values\": [\n      1,\n      2\n    ]\n  },\n  \"stores\": {\n    \"type\": \"all\",\n    \"values\": [\n      1\n    ]\n  },\n  \"zone_id\": \"65971d573d51c4dcb94929b0\",\n  \"created_by\": {\n    \"id\": \"67a3a53c2f876cf8535f21c8\"\n  },\n  \"modified_by\": {\n    \"id\": \"67a3a53c2f876cf8535f21c8\"\n  },\n  \"created_on\": \"2024-03-01T16:13:55.240554\",\n  \"modified_on\": \"2024-03-01T16:21:16.900204\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "710f2db8-ff37-4d94-a1f6-334cde30d6a0",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "zones",
                      ":zone_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "zone_id",
                        "description": "(Required) Unique identifier for a particular zone"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"is_active\": true,\n  \"slug\": \"Name\",\n  \"type\": \"custom\",\n  \"name\": \"TestZone2\",\n  \"geo_areas\": [\n    \"65d300b6a3e31dec430b7208\"\n  ],\n  \"stores\": {\n    \"type\": \"all\",\n    \"values\": [\n      1\n    ]\n  },\n  \"product\": {\n    \"type\": \"department\",\n    \"values\": [\n      1\n    ]\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": [\n    {\n      \"type\": \"ZoneNotFoundError\",\n      \"value\": \"zone not found\",\n      \"message\": \"65e1b16b3b58a28839285f96.\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e7614bdc-f0c3-4657-85fa-35527b214b34",
            "name": "deleteZone | Delete a Specific Zone",
            "request": {
              "name": "deleteZone | Delete a Specific Zone",
              "description": {
                "content": "Delete a Zone under that application.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "zones",
                  ":zone_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "zone_id",
                    "description": "(Required) Unique identifier for a particular zone"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "c58b6568-ccab-4e60-803b-6588a89afa17",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "zones",
                      ":zone_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "zone_id",
                        "description": "(Required) Unique identifier for a particular zone"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Zone with name \\\"Zone1\\\" is deleted successfully\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "1f1391b0-6e2c-45c3-ae0d-b8b4ecc22fe8",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "zones",
                      ":zone_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "zone_id",
                        "description": "(Required) Unique identifier for a particular zone"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": [\n    {\n      \"type\": \"ZoneNotFoundError\",\n      \"value\": \"zone not found\",\n      \"message\": \"64aec5a93a079bd328537830.\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "9a3ea250-fb7e-4c97-afbb-d2b03687e268",
            "name": "createBulkExport | Create Bulk Export of Zones",
            "request": {
              "name": "createBulkExport | Create Bulk Export of Zones",
              "description": {
                "content": "Export zones defined at the application level.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "zones",
                  "bulk",
                  "export"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"placeholder\": \"\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "c476fab6-a88a-4d5b-ba5f-5030a9eedd03",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "zones",
                      "bulk",
                      "export"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"batch_id\": \"65f2f36dcf9ffae64b112646\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "dc71046c-31ff-43a4-896e-3c3ba7779362",
            "name": "getBulkExport | Get Bulk Export of Zones",
            "request": {
              "name": "getBulkExport | Get Bulk Export of Zones",
              "description": {
                "content": "Get specific zone which is exported at the application level.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "zones",
                  "bulk",
                  "export",
                  ":batch_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "batch_id",
                    "description": "(Required) A `batch_id` is a unique identifier for a particular zone."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "e1295e41-03cd-494a-81c5-a8c920e447fa",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "zones",
                      "bulk",
                      "export",
                      ":batch_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "batch_id",
                        "description": "(Required) A `batch_id` is a unique identifier for a particular zone."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"batch_id\": \"65f2fe5961d552faecbb2e82\",\n      \"file_path\": null,\n      \"total\": 1,\n      \"failed\": 0,\n      \"error_file_url\": null,\n      \"action\": \"export\",\n      \"updated_at\": \"2024-03-14T19:10:41.202000\",\n      \"updated_by\": \"\",\n      \"type\": \"zone_bulk_export\",\n      \"stage\": \"in_progress\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "45e4bbf6-1f91-4e3b-9604-d4f99663caee",
            "name": "createGeoArea | Creation of GeoArea",
            "request": {
              "name": "createGeoArea | Creation of GeoArea",
              "description": {
                "content": "Allows to create and manage GeoAreas, representing groups of geographic regions.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "geoareas"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"is_active\": \"<boolean>\",\n  \"slug\": \"<string>\",\n  \"name\": \"<string>\",\n  \"areas\": [\n    {\n      \"regions\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"country\": \"<string>\"\n    },\n    {\n      \"regions\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"country\": \"<string>\"\n    }\n  ],\n  \"type\": \"<string>\",\n  \"is_polygon\": \"<boolean>\",\n  \"region_type\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "4e00600a-0835-4431-b938-3ab55b8a379a",
                "name": "GeoArea has been created successfully.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "geoareas"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) The unique identifier for the sales channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"is_active\": true,\n  \"slug\": \"test_geoarea\",\n  \"name\": \"Test GeoArea\",\n  \"areas\": [\n    {\n      \"country\": \"64aec5aa3a079bd328539f11\",\n      \"regions\": [\n        \"64aec5aa3a079bd328539e25\",\n        \"64aec5aa3a079bd328539e26\"\n      ]\n    }\n  ],\n  \"type\": \"delivery\",\n  \"region_type\": \"pincode\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"name\": \"test_geoarea\",\n  \"slug\": \"Test GeoArea\",\n  \"is_active\": true,\n  \"areas\": [\n    {\n      \"country\": \"64aec5aa3a079bd328539f11\",\n      \"regions\": [\n        \"64aec5aa3a079bd328539e25\",\n        \"64aec5aa3a079bd328539e26\"\n      ]\n    }\n  ],\n  \"region_type\": \"non-pincode\",\n  \"type\": \"price\",\n  \"created_on\": \"2024-02-11T21:53:37.698700\",\n  \"modified_on\": \"2024-02-11T21:53:37.698700\",\n  \"created_by\": {\n    \"id\": \"67a3a53c2f876cf8535f21c8\"\n  },\n  \"modified_by\": {\n    \"id\": \"67a3a53c2f876cf8535f21c8\"\n  },\n  \"geoarea_id\": \"65c3f83737b3c46238175a18\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "8e586b93-72fa-4d6a-92df-98e891a3a24b",
                "name": "Invalid request. Please refer to the error object in the response body for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "geoareas"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) The unique identifier for the sales channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"is_active\": true,\n  \"slug\": \"test_geoarea\",\n  \"name\": \"Test GeoArea\",\n  \"areas\": [\n    {\n      \"country\": \"64aec5aa3a079bd328539f11\",\n      \"regions\": [\n        \"64aec5aa3a079bd328539e25\",\n        \"64aec5aa3a079bd328539e26\"\n      ]\n    }\n  ],\n  \"type\": \"delivery\",\n  \"region_type\": \"pincode\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": [\n    {\n      \"type\": \"ConflictingRegionsError\",\n      \"message\": \"Some pricing zones defined in this application are conflicting with each other\",\n      \"value\": [\n        {\n          \"geoarea_id\": \"659ec3c5959b4db956fd81cf\",\n          \"name\": \"test7\"\n        }\n      ]\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b09a3adf-0a63-4b8a-83e7-8f879bb1b6d6",
            "name": "getGeoAreas | Get all geoareas in the current application",
            "request": {
              "name": "getGeoAreas | Get all geoareas in the current application",
              "description": {
                "content": "Retrieves a listing view of created GeoAreas.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "geoareas"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10",
                    "description": "Determines the items to be displayed in a page"
                  },
                  {
                    "disabled": false,
                    "key": "is_active",
                    "value": "<boolean>",
                    "description": "Status of GeoAreas (either active or inactive)"
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "Current page number"
                  },
                  {
                    "disabled": false,
                    "key": "type",
                    "value": "<string>",
                    "description": "To fetch the type of a specific geoarea."
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Used to search for matching results based on the provided input."
                  },
                  {
                    "disabled": false,
                    "key": "country_iso_code",
                    "value": "<string>",
                    "description": "ISO2 code of the country"
                  },
                  {
                    "disabled": false,
                    "key": "state",
                    "value": "<string>",
                    "description": "State name"
                  },
                  {
                    "disabled": false,
                    "key": "city",
                    "value": "<string>",
                    "description": "City name"
                  },
                  {
                    "disabled": false,
                    "key": "pincode",
                    "value": "<string>",
                    "description": "Pincode value to search geoareas"
                  },
                  {
                    "disabled": false,
                    "key": "sector",
                    "value": "<string>",
                    "description": "Sector value to search geoareas"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "03b4d4c4-b839-4c52-8f0e-100d95e780b8",
                "name": "Successfully retrieved GeoArea.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "geoareas"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "is_active",
                        "value": "true"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "type",
                        "value": "<string>"
                      },
                      {
                        "key": "q",
                        "value": "geoareas"
                      },
                      {
                        "key": "country_iso_code",
                        "value": "IN"
                      },
                      {
                        "key": "state",
                        "value": "Maharashtra"
                      },
                      {
                        "key": "city",
                        "value": "Mumbai"
                      },
                      {
                        "key": "pincode",
                        "value": "400603"
                      },
                      {
                        "key": "sector",
                        "value": "Abu Dhabi"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for an application."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"name\": \"test1\",\n      \"company_id\": 1,\n      \"application_id\": \"65e2d5b3a71cf1bff40723f5\",\n      \"is_active\": true,\n      \"slug\": \"test1\",\n      \"type\": \"delivery\",\n      \"region_type\": \"pincode\",\n      \"geoarea_id\": \"64aec5aa3a079bd32853a746\",\n      \"areas\": [\n        {\n          \"country\": {\n            \"uid\": \"64aec5aa3a079bd32853a746\",\n            \"display_name\": \"India\"\n          },\n          \"regions\": [\n            {\n              \"uid\": \"64aec5aa3a079bd32853a746\",\n              \"display_name\": \"500060\",\n              \"sub_type\": \"pincode\",\n              \"parent_id\": [\n                \"64aec5a93a079bd328537e3a\",\n                \"64aec5a93a079bd328537853\",\n                \"64aec5a93a079bd328537835\"\n              ]\n            }\n          ]\n        }\n      ],\n      \"created_on\": \"2024-02-12T02:15:52.700522\",\n      \"modified_on\": \"2024-02-12T02:15:52.700522\",\n      \"created_by\": {\n        \"id\": \"67a3a53c2f876cf8535f21c8\"\n      },\n      \"modified_by\": {\n        \"id\": \"67a3a53c2f876cf8535f21c8\"\n      }\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"size\": 1,\n    \"current\": 1,\n    \"has_next\": false,\n    \"item_total\": 1\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5ee6c0ab-e15c-4b18-9418-024dd2155adc",
            "name": "getGeoArea | Get details of the specific geoarea",
            "request": {
              "name": "getGeoArea | Get details of the specific geoarea",
              "description": {
                "content": "This API Returns the data of the specific GeoArea which exists on the platform.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "geoareas",
                  ":geoarea_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "geoarea_id",
                    "description": "(Required) A unique identifier for the GeoArea."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "0a3d72c3-8d9a-4dfd-9d97-6b509ed7c719",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "geoareas",
                      ":geoarea_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "geoarea_id",
                        "description": "(Required) A unique identifier for the GeoArea."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) The unique identifier for the sales channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"name\": \"test1\",\n  \"slug\": \"test1\",\n  \"type\": \"delivery\",\n  \"is_active\": true,\n  \"region_type\": \"pincode\",\n  \"geoarea_id\": \"64aec5aa3a079bd32853a746\",\n  \"application_id\": \"65e2d5b3a71cf1bff40723f5\",\n  \"company_id\": 1,\n  \"areas\": [\n    {\n      \"country\": {\n        \"uid\": \"64aec5aa3a079bd32853a746\",\n        \"display_name\": \"India\"\n      },\n      \"regions\": [\n        {\n          \"uid\": \"64aec5aa3a079bd32853a746\",\n          \"display_name\": \"500060\",\n          \"sub_type\": \"pincode\",\n          \"parent_id\": [\n            \"64aec5a93a079bd328537e3a\",\n            \"64aec5a93a079bd328537853\",\n            \"64aec5a93a079bd328537835\"\n          ]\n        }\n      ]\n    }\n  ],\n  \"created_on\": \"2024-02-12T02:53:49.694990\",\n  \"modified_on\": \"2024-02-12T02:53:49.694990\",\n  \"created_by\": {\n    \"id\": \"67a3a53c2f876cf8535f21c8\"\n  },\n  \"modified_by\": {\n    \"id\": \"67a3a53c2f876cf8535f21c8\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "5556fb3c-fa14-47bb-9ebf-26f1118e530f",
                "name": "Invalid request. Please refer to the error object in the response body for more details",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "geoareas",
                      ":geoarea_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "geoarea_id",
                        "description": "(Required) A unique identifier for the GeoArea."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) The unique identifier for the sales channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": [\n    {\n      \"type\": \"GeoAreaNotFoundError\",\n      \"value\": \"65ef1f83a0b4221d41a4a90d\",\n      \"message\": \"GeoArea Not Found\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "84846a12-a900-4f90-a79b-596bb5ec10b6",
            "name": "updateGeoArea | Update the details of existing GeoArea",
            "request": {
              "name": "updateGeoArea | Update the details of existing GeoArea",
              "description": {
                "content": "Updates the GeoArea with a new name, regions, etc.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "geoareas",
                  ":geoarea_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "geoarea_id",
                    "description": "(Required) A unique identifier for the GeoArea."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"is_active\": \"<boolean>\",\n  \"slug\": \"<string>\",\n  \"name\": \"<string>\",\n  \"areas\": [\n    {\n      \"regions\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"country\": \"<string>\"\n    },\n    {\n      \"regions\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"country\": \"<string>\"\n    }\n  ],\n  \"type\": \"<string>\",\n  \"is_polygon\": \"<boolean>\",\n  \"region_type\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "2f6c5727-65b3-432a-982c-1643798bb2d7",
                "name": "Response status code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "geoareas",
                      ":geoarea_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "geoarea_id",
                        "description": "(Required) A unique identifier for the GeoArea."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) The unique identifier for the sales channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"is_active\": true,\n  \"name\": \"test\",\n  \"slug\": \"test\",\n  \"type\": \"delivery\",\n  \"areas\": [\n    {\n      \"country\": \"64aec5aa3a079bd328539f11\",\n      \"regions\": [\n        \"64aec5aa3a079bd328539e25\",\n        \"64aec5aa3a079bd328539e26\"\n      ]\n    }\n  ],\n  \"region_type\": \"pincode\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"name\": \"Test\",\n  \"slug\": \"test\",\n  \"is_active\": true,\n  \"geoarea_id\": \"64aec5a93a079bd32853874431\",\n  \"areas\": [\n    {\n      \"country\": \"64aec5aa3a079bd328539f11\",\n      \"regions\": [\n        \"64aec5aa3a079bd328539e25\",\n        \"64aec5aa3a079bd328539e26\"\n      ]\n    }\n  ],\n  \"region_type\": \"non-pincode\",\n  \"type\": \"delivery\",\n  \"created_on\": \"2024-02-11T21:53:37.698700\",\n  \"modified_on\": \"2024-02-11T21:53:37.698700\",\n  \"created_by\": {\n    \"id\": \"67a3a53c2f876cf8535f21c8\"\n  },\n  \"modified_by\": {\n    \"id\": \"67a3a53c2f876cf8535f21c8\"\n  },\n  \"upload_type\": \"manual\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "6d968609-b8d3-439f-8f4d-1b339a94919a",
                "name": "Invalid request. Please refer to the error object in the response body for more details",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "geoareas",
                      ":geoarea_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "geoarea_id",
                        "description": "(Required) A unique identifier for the GeoArea."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) The unique identifier for the sales channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"is_active\": true,\n  \"name\": \"test\",\n  \"slug\": \"test\",\n  \"type\": \"delivery\",\n  \"areas\": [\n    {\n      \"country\": \"64aec5aa3a079bd328539f11\",\n      \"regions\": [\n        \"64aec5aa3a079bd328539e25\",\n        \"64aec5aa3a079bd328539e26\"\n      ]\n    }\n  ],\n  \"region_type\": \"pincode\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": [\n    {\n      \"type\": \"GeoAreaNotFoundError\",\n      \"value\": \"65ef1f83a0b4221d41a4a90d\",\n      \"message\": \"GeoArea Not Found\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "3db6f933-5d13-46c3-87e0-50b2f4b6780b",
            "name": "createBulkGeoArea | Bulk Creation of GeoArea Regions",
            "request": {
              "name": "createBulkGeoArea | Bulk Creation of GeoArea Regions",
              "description": {
                "content": "Allows to create and manage GeoAreas, representing groups of geographic regions in bulk.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "geoareas",
                  "regions",
                  "bulk"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"file_url\": \"<string>\",\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"type\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "b32b4841-3692-45a3-9faa-b9e5eb1723a3",
                "name": "Bulk GeoArea has been created successfully.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "geoareas",
                      "regions",
                      "bulk"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) The unique identifier for the sales channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"test7\",\n  \"slug\": \"test7\",\n  \"type\": \"price\",\n  \"file_url\": \"https://filebin.net/xfufjqxixxctz1le/sheetone.csv\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"geoarea_id\": \"659ec3c5959b4db956fd81cf\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "c6876769-2e6c-4cf3-98d2-1f1ad5652b8a",
                "name": "Invalid request. Please refer to the error object in the response body for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "geoareas",
                      "regions",
                      "bulk"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) The unique identifier for the sales channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"test7\",\n  \"slug\": \"test7\",\n  \"type\": \"price\",\n  \"file_url\": \"https://filebin.net/xfufjqxixxctz1le/sheetone.csv\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": [\n    {\n      \"type\": \"SchemaValidationError\",\n      \"value\": \"type\",\n      \"message\": \"Field required\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "8b6c298f-f726-420a-a5ad-28e5b46b92a5",
            "name": "getBulkGeoArea | Get status of GeoAreas created in bulk",
            "request": {
              "name": "getBulkGeoArea | Get status of GeoAreas created in bulk",
              "description": {
                "content": "Allows to Get GeoArea status which is created, representing groups of geographic regions in bulk.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "geoareas",
                  "regions",
                  "bulk",
                  ":geoarea_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "geoarea_id",
                    "description": "(Required) A unique identifier for the GeoArea."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "fdf79d42-2f7b-4b1e-9c22-6a832a13c791",
                "name": "Bulk GeoArea has been fetched successfully.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "geoareas",
                      "regions",
                      "bulk",
                      ":geoarea_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) The unique identifier for the sales channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "geoarea_id",
                        "description": "(Required) A unique identifier for the GeoArea."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"batch_id\": \"659ec3c5959b4db956fd81cf\",\n  \"file_path\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/misc/general/free/original/_BCPM9rWY-Zones-sample-1708802194612.csv\",\n  \"total\": 2,\n  \"failed\": 0,\n  \"error_file_url\": null,\n  \"action\": \"import\",\n  \"updated_by\": \"null\",\n  \"updated_at\": \"2024-03-05T00:07:26\",\n  \"type\": \"geo_area_bulk\",\n  \"stage\": \"completed\",\n  \"file_url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/misc/general/free/original/_BCPM9rWY-Zones-sample-1708802194612.csv\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "409eeffb-a83d-4f45-be3c-be0db26b74bb",
                "name": "Invalid request. Please refer to the error object in the response body for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "geoareas",
                      "regions",
                      "bulk",
                      ":geoarea_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) The unique identifier for the sales channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "geoarea_id",
                        "description": "(Required) A unique identifier for the GeoArea."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": [\n    {\n      \"type\": \"SchemaValidationError\",\n      \"value\": \"type\",\n      \"message\": \"Field required\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "9b7d926a-87b2-44a4-822e-dc56a650464a",
            "name": "updateBulkGeoArea | Update geoareas and their associated regions in bulk",
            "request": {
              "name": "updateBulkGeoArea | Update geoareas and their associated regions in bulk",
              "description": {
                "content": "Update geoarea details and their associated regions through a CSV file in bulk.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "geoareas",
                  "regions",
                  "bulk",
                  ":geoarea_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "geoarea_id",
                    "description": "(Required) A unique identifier for the GeoArea."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"file_url\": \"<string>\",\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"type\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "44b8f76c-89ca-40f3-8501-b4cb370ce61d",
                "name": "Bulk GeoArea has been created successfully.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "geoareas",
                      "regions",
                      "bulk",
                      ":geoarea_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier for the company"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier for the sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "geoarea_id",
                        "description": "(Required) A unique identifier for the GeoArea."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"test7\",\n  \"slug\": \"test7\",\n  \"type\": \"price\",\n  \"file_url\": \"https://filebin.net/xfufjqxixxctz1le/sheetone.csv\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"geoarea_id\": \"659ec3c5959b4db956fd81cf\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "f7e6a08e-80c4-46db-9709-e19f4092c1aa",
                "name": "Invalid request. Please refer to the error object in the response body for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "geoareas",
                      "regions",
                      "bulk",
                      ":geoarea_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier for the company"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier for the sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "geoarea_id",
                        "description": "(Required) A unique identifier for the GeoArea."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"test7\",\n  \"slug\": \"test7\",\n  \"type\": \"price\",\n  \"file_url\": \"https://filebin.net/xfufjqxixxctz1le/sheetone.csv\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": [\n    {\n      \"type\": \"SchemaValidationError\",\n      \"value\": \"type\",\n      \"message\": \"Field required\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "691f0c35-3efa-45af-99e1-38a360ab05f1",
            "name": "createGeoAreaExportJob | Create job for exporting Geoarea regions",
            "request": {
              "name": "createGeoAreaExportJob | Create job for exporting Geoarea regions",
              "description": {
                "content": "Create the job for exporting the regions in Geoarea in CSV format.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "geoareas",
                  "bulk",
                  "export",
                  ":geoarea_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "geoarea_id",
                    "description": "(Required) The unique identifier of the Geoarea."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null
            },
            "response": [
              {
                "id": "2a701669-d059-433c-8a7a-ca0221f39052",
                "name": "The export process was successfully initiated.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "geoareas",
                      "bulk",
                      "export",
                      ":geoarea_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) The unique identifier of the application."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "geoarea_id",
                        "description": "(Required) The unique identifier of the Geoarea."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"batch_id\": \"66aa0368b57bb06ee71ce931\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "8524b58c-0f8c-4e55-ba78-5cc36b7d0266",
            "name": "getGeoAreaExportJobStatus | Get status of Geoarea export job",
            "request": {
              "name": "getGeoAreaExportJobStatus | Get status of Geoarea export job",
              "description": {
                "content": "Get the status and details of the Geoarea bulk export process.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "geoareas",
                  "bulk",
                  "export",
                  ":geoarea_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "geoarea_id",
                    "description": "(Required) The unique identifier of the Geoarea."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "70598edd-2756-43a1-842b-b8fe79f6801b",
                "name": "The export status details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "geoareas",
                      "bulk",
                      "export",
                      ":geoarea_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) The unique identifier of the application."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "geoarea_id",
                        "description": "(Required) The unique identifier of the Geoarea."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"batch_id\": \"66aa0368b57bb06ee71ce931\",\n  \"file_path\": null,\n  \"total\": 0,\n  \"failed\": 0,\n  \"error_file_url\": null,\n  \"action\": \"import\",\n  \"updated_at\": \"2024-07-31T09:41:14.277Z\",\n  \"updated_by\": \"sanket dasgupta\",\n  \"type\": \"geo_area_bulk_export\",\n  \"stage\": \"completed\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "6151459a-acd2-4f07-bc65-d742b5cafd46",
                "name": "The export status for the given GeoArea ID was not found.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "geoareas",
                      "bulk",
                      "export",
                      ":geoarea_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) The unique identifier of the application."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "geoarea_id",
                        "description": "(Required) The unique identifier of the Geoarea."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": [\n    {\n      \"type\": \"GeoAreaNotFoundError\",\n      \"value\": \"65ef1f83a0b4221d41a4a90d\",\n      \"message\": \"GeoArea Not Found\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "81df289e-4c5e-4e11-9d1a-28b894fb25a5",
            "name": "updatePincodeMopView | Update pincode COD support",
            "request": {
              "name": "updatePincodeMopView | Update pincode COD support",
              "description": {
                "content": "Modify and update views related to pincode MOP (Mode of Payment).",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "pincode-mop-update"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"action\": \"<string>\",\n  \"country\": \"<string>\",\n  \"pincodes\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "b4c02710-8ea3-458c-b8e8-1bb2c4102ab0",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "pincode-mop-update"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique Identifier of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"action\": \"activate\",\n  \"country\": \"INDIA\",\n  \"pincodes\": [\n    313001\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"action\": \"activate\",\n  \"batch_id\": \"id1\",\n  \"country\": \"INDIA\",\n  \"pincodes\": [\n    313001\n  ],\n  \"status_code\": 200,\n  \"success\": true,\n  \"updated_pincodes\": [\n    {\n      \"channel_id\": \"667be93f24dc1ea14d962667\",\n      \"country\": \"INDIA\",\n      \"is_active\": true,\n      \"pincode\": 313001\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "6d763b8a-6aff-46ac-b7bb-ecb65caf33a7",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "pincode-mop-update"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique Identifier of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"action\": \"activate\",\n  \"country\": \"INDIA\",\n  \"pincodes\": [\n    313001\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"batch_id\": \"123\",\n  \"status_code\": 400,\n  \"success\": false,\n  \"error\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5e98baf1-f62a-46f5-9168-6a974d5096fa",
            "name": "updatePincodeBulkView | Bulk update pincode COD support",
            "request": {
              "name": "updatePincodeBulkView | Bulk update pincode COD support",
              "description": {
                "content": "Updates the cash on delivery settings for multiple specified pin codes simultaneously.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "pincode-mop-bulk-update"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"batch_id\": \"<string>\",\n  \"s3_url\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "964c917b-837f-4572-bf91-37c6bf8d04ea",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "pincode-mop-bulk-update"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique Identifier of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"batch_id\": \"batch1\",\n  \"s3_url\": \"https://url.csv\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"batch_id\": \"batch1\",\n  \"s3_url\": \"https://url.csv\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "95c672d5-1b17-4d6a-b725-026e53c19f9a",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "pincode-mop-bulk-update"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique Identifier of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"batch_id\": \"batch1\",\n  \"s3_url\": \"https://url.csv\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"status_code\": 400,\n  \"error\": {\n    \"message\": \"Invalid request parameters.\",\n    \"details\": \"The 'country_code' field is missing.\"\n  },\n  \"success\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "8c979b4a-770d-472e-93d3-75d353ca347f",
            "name": "updatePincodeCoDListing | Get COD enabled pincodes",
            "request": {
              "name": "updatePincodeCoDListing | Get COD enabled pincodes",
              "description": {
                "content": "Retrieves a list of pincodes along with the count based on whether cash on delivery settings.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "pincode-mop-data"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_number",
                    "value": "1",
                    "description": "Page number to be fetched."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "100",
                    "description": "Determines the items to be displayed in a page"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"country\": \"INDIA\",\n  \"is_active\": true,\n  \"pincode\": \"<integer>\",\n  \"current\": 1,\n  \"page_size\": 100\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "58bb3d1e-7fa9-4223-b1ca-66e59efa1f0a",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "pincode-mop-data"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_number",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique Identifier of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"country\": \"INDIA\",\n  \"is_active\": false\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"country\": \"INDIA\",\n  \"data\": [\n    {\n      \"pincode\": \"313001\",\n      \"active\": true\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": true,\n    \"item_total\": 1000,\n    \"size\": 30,\n    \"type\": \"number\"\n  },\n  \"success\": true,\n  \"summary\": {\n    \"total_active_pincodes\": 300,\n    \"total_inactive_pincodes\": 13\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "1faa2b65-3a62-4b62-aad5-001d43c25d7d",
            "name": "updatePincodeAuditHistory | Get audit trail",
            "request": {
              "name": "updatePincodeAuditHistory | Get audit trail",
              "description": {
                "content": "Retrieves the history of changes made to cash on delivery settings for pincodes.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "history"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_number",
                    "value": "1",
                    "description": "Page number to be fetched."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "100",
                    "description": "Determines the items to be displayed in a page"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"entity_type\": \"<string>\",\n  \"file_name\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "324bb8c1-3a25-47a2-9c6d-ce687a364c14",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "history"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_number",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "20"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique Identifier of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"entity_type\": \"pincode-mop-update\",\n  \"file_name\": \"file.csv\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"data\": [],\n  \"entity_type\": \"pincode-mop-update\",\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": false,\n    \"item_total\": 2,\n    \"size\": 10,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "38e0412a-b105-4a01-8d73-2ed04593121a",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "history"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_number",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "20"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique Identifier of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"entity_type\": \"pincode-mop-update\",\n  \"file_name\": \"file.csv\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"status\": 400,\n  \"success\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "35e9bb0b-2740-446a-8509-58f8274683b4",
            "name": "createCourierPartnerAccount | Create courier account",
            "request": {
              "name": "createCourierPartnerAccount | Create courier account",
              "description": {
                "content": "Retrieves a list of courier partner accounts.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "courier-partner",
                  "account"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"extension_id\": \"<string>\",\n  \"is_self_ship\": \"<boolean>\",\n  \"scheme_id\": \"<string>\",\n  \"stage\": \"<string>\",\n  \"is_own_account\": \"<boolean>\",\n  \"account_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "defa9df7-cb1a-4f5a-b57c-6e747fd1c07c",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "courier-partner",
                      "account"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"extension_id\": \"651ffabb556007fa462c9c06\",\n  \"account_id\": \"65f7260080af9b55fea03e51\",\n  \"scheme_id\": \"651ffcb8400bbc458aa4ac7c\",\n  \"is_self_ship\": false,\n  \"stage\": \"enabled\",\n  \"is_own_account\": false\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"extension_id\": \"651ffabb556007fa462c9c06\",\n  \"account_id\": \"65f7260080af9b55fea03e51\",\n  \"scheme_id\": \"651ffcb8400bbc458aa4ac7c\",\n  \"is_self_ship\": false,\n  \"stage\": \"enabled\",\n  \"is_own_account\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "05bf99ff-9885-4f97-90a5-c8995fc47e84",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "courier-partner",
                      "account"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"extension_id\": \"651ffabb556007fa462c9c06\",\n  \"account_id\": \"65f7260080af9b55fea03e51\",\n  \"scheme_id\": \"651ffcb8400bbc458aa4ac7c\",\n  \"is_self_ship\": false,\n  \"stage\": \"enabled\",\n  \"is_own_account\": false\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"error\": [\n    {\n      \"value\": \"error value\",\n      \"message\": \"error message\",\n      \"type\": \"error type\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "115ffd0a-43ed-400a-8a51-ac1c4cd4bc8e",
            "name": "getCourierPartnerAccounts | List courier accounts",
            "request": {
              "name": "getCourierPartnerAccounts | List courier accounts",
              "description": {
                "content": "Retrieves a list of courier partner accounts.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "courier-partner",
                  "account"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "The current page number for paginated results."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10",
                    "description": "Determines the items to be displayed in a page"
                  },
                  {
                    "disabled": false,
                    "key": "stage",
                    "value": "<string>",
                    "description": "Stage of the account."
                  },
                  {
                    "disabled": false,
                    "key": "payment_mode",
                    "value": "<string>",
                    "description": "Filters dp accounts based on payment mode"
                  },
                  {
                    "disabled": false,
                    "key": "transport_type",
                    "value": "<string>",
                    "description": "Filters dp accounts based on transport_type"
                  },
                  {
                    "disabled": false,
                    "key": "account_ids",
                    "value": "<string>",
                    "description": "Filters dp accounts based on their ids"
                  },
                  {
                    "disabled": false,
                    "key": "account_ids",
                    "value": "<string>",
                    "description": "Filters dp accounts based on their ids"
                  },
                  {
                    "disabled": false,
                    "key": "self_ship",
                    "value": "<boolean>",
                    "description": "To filter self ship/non self ship dp accounts"
                  },
                  {
                    "disabled": false,
                    "key": "own_account",
                    "value": "<boolean>",
                    "description": "Filters seller owned or Fynd Managed dp accounts"
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Filters dp accounts based on case sensitive partial account name"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "bb913649-90bf-4093-bb91-d24f95f49576",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "courier-partner",
                      "account"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "stage",
                        "value": "<string>"
                      },
                      {
                        "key": "payment_mode",
                        "value": "COD"
                      },
                      {
                        "key": "transport_type",
                        "value": "surface"
                      },
                      {
                        "key": "account_ids",
                        "value": "67a3c8e60fd6c66371f3665d"
                      },
                      {
                        "key": "self_ship",
                        "value": "true"
                      },
                      {
                        "key": "own_account",
                        "value": "true"
                      },
                      {
                        "key": "q",
                        "value": "Scheme 2"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"scheme_id\": \"651ffcb8400bbc458aa4ac7d\",\n      \"is_own_account\": true,\n      \"company_id\": 123,\n      \"is_self_ship\": true,\n      \"scheme_rules\": {\n        \"feature\": {\n          \"doorstep_qc\": true,\n          \"cold_storage_goods\": true,\n          \"dangerous_goods\": true,\n          \"restricted_goods\": true,\n          \"single_pick_multi_drop\": true,\n          \"fragile_goods\": true,\n          \"doorstep_return\": true,\n          \"ndr\": true,\n          \"mps\": true,\n          \"qr\": true,\n          \"openbox_delivery\": true,\n          \"multi_pick_single_drop\": true,\n          \"doorstep_exchange\": true,\n          \"multi_pick_multi_drop\": true,\n          \"ndr_attempts\": 2,\n          \"product_installation\": true,\n          \"status_updates\": \"real-time\"\n        },\n        \"scheme_id\": \"651ffcb8400bbc458aa4ac7d\",\n        \"delivery_type\": \"hyperlocal\",\n        \"stage\": \"enabled\",\n        \"weight\": {\n          \"gte\": 1,\n          \"lte\": 5\n        },\n        \"region\": \"intra-city\",\n        \"transport_type\": \"surface\",\n        \"extension_id\": \"651ffabb556007fa462c9c06\",\n        \"payment_mode\": [\n          \"COD\",\n          \"PREPAID\"\n        ],\n        \"name\": \"Scheme 2\"\n      },\n      \"account_id\": \"23\",\n      \"stage\": \"enabled\",\n      \"extension_id\": \"651ffabb556007fa462c9c06\"\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"size\": 1,\n    \"current\": 1,\n    \"has_next\": false,\n    \"has_previous\": false,\n    \"item_total\": 1\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5a69a6a8-56ae-464a-81e0-bb538f57d274",
            "name": "updateCourierPartnerAccount | Update courier account",
            "request": {
              "name": "updateCourierPartnerAccount | Update courier account",
              "description": {
                "content": "Updates an existing courier partner account.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "courier-partner",
                  "account",
                  ":account_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "account_id",
                    "description": "(Required) Unique ID of courier account"
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"extension_id\": \"<string>\",\n  \"is_self_ship\": \"<boolean>\",\n  \"scheme_id\": \"<string>\",\n  \"stage\": \"<string>\",\n  \"is_own_account\": \"<boolean>\",\n  \"account_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "66e8b74a-ee7f-4417-91c3-293ffb1750c9",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "courier-partner",
                      "account",
                      ":account_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "account_id",
                        "description": "(Required) Unique ID of courier account"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"extension_id\": \"651ffabb556007fa462c9c06\",\n  \"account_id\": \"23\",\n  \"scheme_id\": \"651ffcb8400bbc458aa4ac7d\",\n  \"is_self_ship\": false,\n  \"stage\": \"enabled\",\n  \"is_own_account\": false\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"extension_id\": \"651ffabb556007fa462c9c06\",\n  \"account_id\": \"65f7260080af9b55fea03e51\",\n  \"scheme_id\": \"651ffcb8400bbc458aa4ac7c\",\n  \"is_self_ship\": false,\n  \"stage\": \"enabled\",\n  \"is_own_account\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "56cf93cc-f9ca-4269-8784-e04f77679b9e",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "courier-partner",
                      "account",
                      ":account_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "account_id",
                        "description": "(Required) Unique ID of courier account"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"extension_id\": \"651ffabb556007fa462c9c06\",\n  \"account_id\": \"23\",\n  \"scheme_id\": \"651ffcb8400bbc458aa4ac7d\",\n  \"is_self_ship\": false,\n  \"stage\": \"enabled\",\n  \"is_own_account\": false\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"error\": [\n    {\n      \"value\": \"error value\",\n      \"message\": \"error message\",\n      \"type\": \"error type\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "434be055-3cbb-460e-bfa9-5ae76b9bc606",
            "name": "getCourierPartnerAccount | Get courier account",
            "request": {
              "name": "getCourierPartnerAccount | Get courier account",
              "description": {
                "content": "Retrieves a single courier partner account.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "courier-partner",
                  "account",
                  ":account_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "account_id",
                    "description": "(Required) Unique ID of courier account"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "8a1de632-5d61-46ec-995c-87cddb32263c",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "courier-partner",
                      "account",
                      ":account_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "account_id",
                        "description": "(Required) Unique ID of courier account"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"scheme_id\": \"651ffcb8400bbc458aa4ac7a\",\n  \"account_id\": \"65f7260080af9b55fea03e53\",\n  \"is_self_ship\": true,\n  \"is_own_account\": false,\n  \"stage\": \"enabled\",\n  \"scheme_rules\": {\n    \"scheme_id\": \"651ffcb8400bbc458aa4ac7a\",\n    \"transport_type\": \"surface\",\n    \"name\": \"Scheme 2\",\n    \"feature\": {\n      \"ndr\": true,\n      \"multi_pick_multi_drop\": true,\n      \"restricted_goods\": true,\n      \"doorstep_exchange\": true,\n      \"status_updates\": \"real-time\",\n      \"doorstep_qc\": true,\n      \"mps\": true,\n      \"cold_storage_goods\": true,\n      \"ndr_attempts\": 2,\n      \"dangerous_goods\": true,\n      \"qr\": true,\n      \"multi_pick_single_drop\": true,\n      \"product_installation\": true,\n      \"single_pick_multi_drop\": true,\n      \"fragile_goods\": true,\n      \"openbox_delivery\": true,\n      \"doorstep_return\": true\n    },\n    \"extension_id\": \"651ffabb556007fa462c9c06\",\n    \"stage\": \"enabled\",\n    \"weight\": {\n      \"lte\": 5,\n      \"gte\": 1\n    },\n    \"delivery_type\": \"hyperlocal\",\n    \"payment_mode\": [\n      \"COD\",\n      \"PREPAID\"\n    ],\n    \"region\": \"intra-city\"\n  },\n  \"company_id\": 123,\n  \"extension_id\": \"651ffabb556007fa462c9c06\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "1f1b2ef8-4b1a-4341-98dd-91bffe901ba3",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "courier-partner",
                      "account",
                      ":account_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "account_id",
                        "description": "(Required) Unique ID of courier account"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"error\": [\n    {\n      \"value\": \"error value\",\n      \"message\": \"error message\",\n      \"type\": \"error type\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "a2656faa-ada6-406f-994e-fff75be34f47",
            "name": "updateCourierRule | Update courier rule",
            "request": {
              "name": "updateCourierRule | Update courier rule",
              "description": {
                "content": "Updates an existing rule within the delivery configuration.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "courier-partner",
                  "rules",
                  ":rule_uid"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "rule_uid",
                    "description": "(Required) Unique identifier of the courier partner rule."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"conditions\": {\n    \"forward\": {\n      \"type\": \"<string>\",\n      \"includes\": [\n        {\n          \"uid\": \"<string>\",\n          \"sub_type\": \"<string>\",\n          \"name\": \"<string>\",\n          \"display_name\": \"<string>\",\n          \"parent_id\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"parent_ids\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"id\": \"<string>\"\n        },\n        {\n          \"uid\": \"<string>\",\n          \"sub_type\": \"<string>\",\n          \"name\": \"<string>\",\n          \"display_name\": \"<string>\",\n          \"parent_id\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"parent_ids\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"id\": \"<string>\"\n        }\n      ]\n    },\n    \"reverse\": {\n      \"type\": \"<string>\",\n      \"includes\": [\n        {\n          \"uid\": \"<string>\",\n          \"sub_type\": \"<string>\",\n          \"name\": \"<string>\",\n          \"display_name\": \"<string>\",\n          \"parent_id\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"parent_ids\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"id\": \"<string>\"\n        },\n        {\n          \"uid\": \"<string>\",\n          \"sub_type\": \"<string>\",\n          \"name\": \"<string>\",\n          \"display_name\": \"<string>\",\n          \"parent_id\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"parent_ids\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"id\": \"<string>\"\n        }\n      ]\n    },\n    \"payment_mode\": {\n      \"includes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"category_ids\": {\n      \"includes\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    },\n    \"product_ids\": {\n      \"includes\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    },\n    \"product_tags\": {\n      \"includes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"zone_ids\": {\n      \"includes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"department_ids\": {\n      \"includes\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    },\n    \"brand_ids\": {\n      \"includes\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    },\n    \"order_place_date\": {\n      \"lte\": \"<dateTime>\",\n      \"gte\": \"<dateTime>\"\n    },\n    \"store_ids\": {\n      \"includes\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    },\n    \"store_type\": {\n      \"includes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"store_tags\": {\n      \"includes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"shipment_weight\": {\n      \"lt\": \"<integer>\",\n      \"gt\": \"<integer>\",\n      \"lte\": \"<integer>\",\n      \"gte\": \"<integer>\"\n    },\n    \"shipment_cost\": {\n      \"lt\": \"<integer>\",\n      \"gt\": \"<integer>\",\n      \"lte\": \"<integer>\",\n      \"gte\": \"<integer>\"\n    },\n    \"shipment_volumetric_weight\": {\n      \"lt\": \"<integer>\",\n      \"gt\": \"<integer>\",\n      \"lte\": \"<integer>\",\n      \"gte\": \"<integer>\"\n    },\n    \"store_customer_location\": {\n      \"includes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  },\n  \"is_active\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"sort\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"manual_priority\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cp_list\": [\n    {\n      \"account_id\": \"<string>\",\n      \"extension_id\": \"<string>\"\n    },\n    {\n      \"account_id\": \"<string>\",\n      \"extension_id\": \"<string>\"\n    }\n  ],\n  \"filters\": \"all\",\n  \"type\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "dba7d160-96db-423f-a0bb-33dd1ebd7541",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "courier-partner",
                      "rules",
                      ":rule_uid"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique Identifier of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "rule_uid",
                        "description": "(Required) Unique identifier of the courier partner rule."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Express Delivery\",\n  \"filters\": \"all\",\n  \"conditions\": {\n    \"forward\": {\n      \"type\": \"locations\",\n      \"includes\": [\n        {\n          \"uid\": \"64aec5a93a079bd328537835\"\n        }\n      ]\n    },\n    \"payment_mode\": {\n      \"includes\": [\n        \"COD\"\n      ]\n    },\n    \"category_ids\": {\n      \"includes\": [\n        1,\n        2,\n        3\n      ]\n    },\n    \"product_ids\": {\n      \"includes\": [\n        8494040,\n        8994904\n      ]\n    },\n    \"department_ids\": {\n      \"includes\": [\n        3,\n        4\n      ]\n    },\n    \"zone_ids\": {\n      \"includes\": [\n        \"aegchutiolkhsnapl\",\n        \"aegchutiolkhsnapl\"\n      ]\n    },\n    \"product_tags\": {\n      \"includes\": [\n        \"aegchutiolkhsnapl\",\n        \"aegchutiolkhsnapl\"\n      ]\n    },\n    \"store_tags\": {\n      \"includes\": [\n        \"fegchutiolkhsnapl\",\n        \"degchutiolkhsnapl\"\n      ]\n    }\n  },\n  \"is_active\": true,\n  \"cp_list\": [\n    {\n      \"extension_id\": \"ieioieoopepep\",\n      \"account_id\": \"fefofeoopepeq\"\n    },\n    {\n      \"extension_id\": \"kekoieoopepep\",\n      \"account_id\": \"dedofeoopepeq\"\n    }\n  ],\n  \"manual_priority\": [\n    \"fefofeoopepeq\",\n    \"dedofeoopepeq\"\n  ],\n  \"sort\": [\n    \"custom\"\n  ],\n  \"type\": \"courier_partner\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"name\": \"Express Delivery\",\n  \"filters\": \"all\",\n  \"conditions\": {\n    \"forward\": {\n      \"type\": \"locations\",\n      \"includes\": [\n        {\n          \"uid\": \"64aec5a93a079bd328537835\"\n        }\n      ]\n    },\n    \"payment_mode\": {\n      \"includes\": [\n        \"COD\"\n      ]\n    },\n    \"category_ids\": {\n      \"includes\": [\n        1,\n        2,\n        3\n      ]\n    },\n    \"product_ids\": {\n      \"includes\": [\n        8494040,\n        8994904\n      ]\n    },\n    \"department_ids\": {\n      \"includes\": [\n        3,\n        4\n      ]\n    },\n    \"zone_ids\": {\n      \"includes\": [\n        \"aegchutiolkhsnapl\",\n        \"aegchutiolkhsnapl\"\n      ]\n    },\n    \"product_tags\": {\n      \"includes\": [\n        \"aegchutiolkhsnapl\",\n        \"aegchutiolkhsnapl\"\n      ]\n    },\n    \"store_tags\": {\n      \"includes\": [\n        \"fegchutiolkhsnapl\",\n        \"degchutiolkhsnapl\"\n      ]\n    }\n  },\n  \"is_active\": true,\n  \"cp_list\": [\n    {\n      \"extension_id\": \"ieioieoopepep\",\n      \"account_id\": \"fefofeoopepeq\",\n      \"is_self_ship\": false\n    },\n    {\n      \"extension_id\": \"kekoieoopepep\",\n      \"account_id\": \"dedofeoopepeq\",\n      \"is_self_ship\": false\n    }\n  ],\n  \"sort\": [\n    \"custom\"\n  ],\n  \"type\": \"courier_partner\",\n  \"id\": \"66f583efac0c929f1adcaf4f\",\n  \"manual_priority\": [\n    \"fefofeoopepeq\",\n    \"wefofeofoeyeq\"\n  ],\n  \"application_id\": \"64733e6cc2f8b93c8c033239\",\n  \"company_id\": 148,\n  \"created_by\": {},\n  \"modified_by\": {},\n  \"modified_on\": \"2024-09-26T15:55:27.219505\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "73d4c984-aff6-46c6-a69c-c370331626c0",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "courier-partner",
                      "rules",
                      ":rule_uid"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique Identifier of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "rule_uid",
                        "description": "(Required) Unique identifier of the courier partner rule."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Express Delivery\",\n  \"filters\": \"all\",\n  \"conditions\": {\n    \"forward\": {\n      \"type\": \"locations\",\n      \"includes\": [\n        {\n          \"uid\": \"64aec5a93a079bd328537835\"\n        }\n      ]\n    },\n    \"payment_mode\": {\n      \"includes\": [\n        \"COD\"\n      ]\n    },\n    \"category_ids\": {\n      \"includes\": [\n        1,\n        2,\n        3\n      ]\n    },\n    \"product_ids\": {\n      \"includes\": [\n        8494040,\n        8994904\n      ]\n    },\n    \"department_ids\": {\n      \"includes\": [\n        3,\n        4\n      ]\n    },\n    \"zone_ids\": {\n      \"includes\": [\n        \"aegchutiolkhsnapl\",\n        \"aegchutiolkhsnapl\"\n      ]\n    },\n    \"product_tags\": {\n      \"includes\": [\n        \"aegchutiolkhsnapl\",\n        \"aegchutiolkhsnapl\"\n      ]\n    },\n    \"store_tags\": {\n      \"includes\": [\n        \"fegchutiolkhsnapl\",\n        \"degchutiolkhsnapl\"\n      ]\n    }\n  },\n  \"is_active\": true,\n  \"cp_list\": [\n    {\n      \"extension_id\": \"ieioieoopepep\",\n      \"account_id\": \"fefofeoopepeq\"\n    },\n    {\n      \"extension_id\": \"kekoieoopepep\",\n      \"account_id\": \"dedofeoopepeq\"\n    }\n  ],\n  \"manual_priority\": [\n    \"fefofeoopepeq\",\n    \"dedofeoopepeq\"\n  ],\n  \"sort\": [\n    \"custom\"\n  ],\n  \"type\": \"courier_partner\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"error\": [\n    {\n      \"value\": \"country_iso_code\",\n      \"message\": \"Country not found.\",\n      \"type\": \"ValidationError\"\n    },\n    {\n      \"value\": \"company_id\",\n      \"message\": \"Invalid company ID format.\",\n      \"type\": \"TypeError\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "847a4383-70c0-43fa-91de-f7f90818572e",
            "name": "getCourierPartnerRule | Get courier rule",
            "request": {
              "name": "getCourierPartnerRule | Get courier rule",
              "description": {
                "content": "Retrieves a single rule within the delivery configuration.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "courier-partner",
                  "rules",
                  ":rule_uid"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "rule_uid",
                    "description": "(Required) Unique identifier of the courier partner rule"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "b16dcf6b-6cd0-46ab-adba-a527e86cb7be",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "courier-partner",
                      "rules",
                      ":rule_uid"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique Identifier of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "rule_uid",
                        "description": "(Required) Unique identifier of the courier partner rule"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"name\": \"Express Delivery\",\n  \"filters\": \"all\",\n  \"conditions\": {\n    \"forward\": {\n      \"type\": \"locations\",\n      \"includes\": [\n        {\n          \"uid\": \"64aec5a93a079bd328537835\"\n        }\n      ]\n    },\n    \"payment_mode\": {\n      \"includes\": [\n        \"COD\"\n      ]\n    },\n    \"category_ids\": {\n      \"includes\": [\n        1,\n        2,\n        3\n      ]\n    },\n    \"product_ids\": {\n      \"includes\": [\n        8494040,\n        8994904\n      ]\n    },\n    \"department_ids\": {\n      \"includes\": [\n        3,\n        4\n      ]\n    },\n    \"zone_ids\": {\n      \"includes\": [\n        \"aegchutiolkhsnapl\",\n        \"aegchutiolkhsnapl\"\n      ]\n    },\n    \"product_tags\": {\n      \"includes\": [\n        \"aegchutiolkhsnapl\",\n        \"aegchutiolkhsnapl\"\n      ]\n    },\n    \"store_tags\": {\n      \"includes\": [\n        \"fegchutiolkhsnapl\",\n        \"degchutiolkhsnapl\"\n      ]\n    }\n  },\n  \"is_active\": true,\n  \"cp_list\": [\n    {\n      \"extension_id\": \"ieioieoopepep\",\n      \"account_id\": \"fefofeoopepeq\",\n      \"is_self_ship\": false\n    },\n    {\n      \"extension_id\": \"kekoieoopepep\",\n      \"account_id\": \"dedofeoopepeq\",\n      \"is_self_ship\": false\n    }\n  ],\n  \"sort\": [\n    \"custom\"\n  ],\n  \"type\": \"courier_partner\",\n  \"id\": \"66f583efac0c929f1adcaf4f\",\n  \"manual_priority\": [\n    \"fefofeoopepeq\",\n    \"wefofeofoeyeq\"\n  ],\n  \"application_id\": \"64733e6cc2f8b93c8c033239\",\n  \"company_id\": 148,\n  \"created_by\": {},\n  \"modified_by\": {},\n  \"modified_on\": \"2024-09-26T15:55:27.219505\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "e6307eda-bf0c-42a2-a485-b450c46f2e3b",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "courier-partner",
                      "rules",
                      ":rule_uid"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique Identifier of sales channel"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "rule_uid",
                        "description": "(Required) Unique identifier of the courier partner rule"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"error\": [\n    {\n      \"value\": \"country_iso_code\",\n      \"message\": \"Country not found.\",\n      \"type\": \"ValidationError\"\n    },\n    {\n      \"value\": \"company_id\",\n      \"message\": \"Invalid company ID format.\",\n      \"type\": \"TypeError\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "7b1341ef-a726-4cda-93e6-b439cf424edf",
            "name": "createCourierPartnerRule | Create courier rule",
            "request": {
              "name": "createCourierPartnerRule | Create courier rule",
              "description": {
                "content": "Creates a rule within the delivery configuration.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "courier-partner",
                  "rules"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"conditions\": {\n    \"forward\": {\n      \"type\": \"<string>\",\n      \"includes\": [\n        {\n          \"uid\": \"<string>\",\n          \"sub_type\": \"<string>\",\n          \"name\": \"<string>\",\n          \"display_name\": \"<string>\",\n          \"parent_id\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"parent_ids\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"id\": \"<string>\"\n        },\n        {\n          \"uid\": \"<string>\",\n          \"sub_type\": \"<string>\",\n          \"name\": \"<string>\",\n          \"display_name\": \"<string>\",\n          \"parent_id\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"parent_ids\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"id\": \"<string>\"\n        }\n      ]\n    },\n    \"reverse\": {\n      \"type\": \"<string>\",\n      \"includes\": [\n        {\n          \"uid\": \"<string>\",\n          \"sub_type\": \"<string>\",\n          \"name\": \"<string>\",\n          \"display_name\": \"<string>\",\n          \"parent_id\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"parent_ids\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"id\": \"<string>\"\n        },\n        {\n          \"uid\": \"<string>\",\n          \"sub_type\": \"<string>\",\n          \"name\": \"<string>\",\n          \"display_name\": \"<string>\",\n          \"parent_id\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"parent_ids\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"id\": \"<string>\"\n        }\n      ]\n    },\n    \"payment_mode\": {\n      \"includes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"category_ids\": {\n      \"includes\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    },\n    \"product_ids\": {\n      \"includes\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    },\n    \"product_tags\": {\n      \"includes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"zone_ids\": {\n      \"includes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"department_ids\": {\n      \"includes\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    },\n    \"brand_ids\": {\n      \"includes\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    },\n    \"order_place_date\": {\n      \"lte\": \"<dateTime>\",\n      \"gte\": \"<dateTime>\"\n    },\n    \"store_ids\": {\n      \"includes\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    },\n    \"store_type\": {\n      \"includes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"store_tags\": {\n      \"includes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"shipment_weight\": {\n      \"lt\": \"<integer>\",\n      \"gt\": \"<integer>\",\n      \"lte\": \"<integer>\",\n      \"gte\": \"<integer>\"\n    },\n    \"shipment_cost\": {\n      \"lt\": \"<integer>\",\n      \"gt\": \"<integer>\",\n      \"lte\": \"<integer>\",\n      \"gte\": \"<integer>\"\n    },\n    \"shipment_volumetric_weight\": {\n      \"lt\": \"<integer>\",\n      \"gt\": \"<integer>\",\n      \"lte\": \"<integer>\",\n      \"gte\": \"<integer>\"\n    },\n    \"store_customer_location\": {\n      \"includes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  },\n  \"is_active\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"sort\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"manual_priority\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cp_list\": [\n    {\n      \"account_id\": \"<string>\",\n      \"extension_id\": \"<string>\"\n    },\n    {\n      \"account_id\": \"<string>\",\n      \"extension_id\": \"<string>\"\n    }\n  ],\n  \"filters\": \"all\",\n  \"type\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "47798b4f-734a-41ed-81f5-718c7712cb55",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "courier-partner",
                      "rules"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique Identifier of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Express Delivery\",\n  \"filters\": \"all\",\n  \"conditions\": {\n    \"forward\": {\n      \"type\": \"locations\",\n      \"includes\": [\n        {\n          \"uid\": \"64aec5a93a079bd328537835\"\n        }\n      ]\n    },\n    \"payment_mode\": {\n      \"includes\": [\n        \"COD\"\n      ]\n    },\n    \"category_ids\": {\n      \"includes\": [\n        1,\n        2,\n        3\n      ]\n    },\n    \"product_ids\": {\n      \"includes\": [\n        8494040,\n        8994904\n      ]\n    },\n    \"department_ids\": {\n      \"includes\": [\n        3,\n        4\n      ]\n    },\n    \"zone_ids\": {\n      \"includes\": [\n        \"aegchutiolkhsnapl\",\n        \"aegchutiolkhsnapl\"\n      ]\n    },\n    \"product_tags\": {\n      \"includes\": [\n        \"aegchutiolkhsnapl\",\n        \"aegchutiolkhsnapl\"\n      ]\n    },\n    \"store_tags\": {\n      \"includes\": [\n        \"fegchutiolkhsnapl\",\n        \"degchutiolkhsnapl\"\n      ]\n    }\n  },\n  \"is_active\": true,\n  \"cp_list\": [\n    {\n      \"extension_id\": \"ieioieoopepep\",\n      \"account_id\": \"fefofeoopepeq\"\n    },\n    {\n      \"extension_id\": \"kekoieoopepep\",\n      \"account_id\": \"dedofeoopepeq\"\n    }\n  ],\n  \"manual_priority\": [\n    \"fefofeoopepeq\",\n    \"dedofeoopepeq\"\n  ],\n  \"sort\": [\n    \"custom\"\n  ],\n  \"type\": \"courier_partner\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"name\": \"Express Delivery\",\n  \"filters\": \"all\",\n  \"conditions\": {\n    \"forward\": {\n      \"type\": \"locations\",\n      \"includes\": [\n        {\n          \"uid\": \"64aec5a93a079bd328537835\"\n        }\n      ]\n    },\n    \"payment_mode\": {\n      \"includes\": [\n        \"COD\"\n      ]\n    },\n    \"category_ids\": {\n      \"includes\": [\n        1,\n        2,\n        3\n      ]\n    },\n    \"product_ids\": {\n      \"includes\": [\n        8494040,\n        8994904\n      ]\n    },\n    \"department_ids\": {\n      \"includes\": [\n        3,\n        4\n      ]\n    },\n    \"zone_ids\": {\n      \"includes\": [\n        \"aegchutiolkhsnapl\",\n        \"aegchutiolkhsnapl\"\n      ]\n    },\n    \"product_tags\": {\n      \"includes\": [\n        \"aegchutiolkhsnapl\",\n        \"aegchutiolkhsnapl\"\n      ]\n    },\n    \"store_tags\": {\n      \"includes\": [\n        \"fegchutiolkhsnapl\",\n        \"degchutiolkhsnapl\"\n      ]\n    }\n  },\n  \"is_active\": true,\n  \"cp_list\": [\n    {\n      \"extension_id\": \"ieioieoopepep\",\n      \"account_id\": \"fefofeoopepeq\",\n      \"is_self_ship\": false\n    },\n    {\n      \"extension_id\": \"kekoieoopepep\",\n      \"account_id\": \"dedofeoopepeq\",\n      \"is_self_ship\": false\n    }\n  ],\n  \"sort\": [\n    \"custom\"\n  ],\n  \"type\": \"courier_partner\",\n  \"id\": \"66f583efac0c929f1adcaf4f\",\n  \"manual_priority\": [\n    \"fefofeoopepeq\",\n    \"wefofeofoeyeq\"\n  ],\n  \"application_id\": \"64733e6cc2f8b93c8c033239\",\n  \"company_id\": 148,\n  \"created_by\": {},\n  \"modified_by\": {},\n  \"modified_on\": \"2024-09-26T15:55:27.219505\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "cd10ae6a-708e-4bda-ad7e-68982b95f121",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "courier-partner",
                      "rules"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique Identifier of sales channel"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Express Delivery\",\n  \"filters\": \"all\",\n  \"conditions\": {\n    \"forward\": {\n      \"type\": \"locations\",\n      \"includes\": [\n        {\n          \"uid\": \"64aec5a93a079bd328537835\"\n        }\n      ]\n    },\n    \"payment_mode\": {\n      \"includes\": [\n        \"COD\"\n      ]\n    },\n    \"category_ids\": {\n      \"includes\": [\n        1,\n        2,\n        3\n      ]\n    },\n    \"product_ids\": {\n      \"includes\": [\n        8494040,\n        8994904\n      ]\n    },\n    \"department_ids\": {\n      \"includes\": [\n        3,\n        4\n      ]\n    },\n    \"zone_ids\": {\n      \"includes\": [\n        \"aegchutiolkhsnapl\",\n        \"aegchutiolkhsnapl\"\n      ]\n    },\n    \"product_tags\": {\n      \"includes\": [\n        \"aegchutiolkhsnapl\",\n        \"aegchutiolkhsnapl\"\n      ]\n    },\n    \"store_tags\": {\n      \"includes\": [\n        \"fegchutiolkhsnapl\",\n        \"degchutiolkhsnapl\"\n      ]\n    }\n  },\n  \"is_active\": true,\n  \"cp_list\": [\n    {\n      \"extension_id\": \"ieioieoopepep\",\n      \"account_id\": \"fefofeoopepeq\"\n    },\n    {\n      \"extension_id\": \"kekoieoopepep\",\n      \"account_id\": \"dedofeoopepeq\"\n    }\n  ],\n  \"manual_priority\": [\n    \"fefofeoopepeq\",\n    \"dedofeoopepeq\"\n  ],\n  \"sort\": [\n    \"custom\"\n  ],\n  \"type\": \"courier_partner\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"error\": [\n    {\n      \"value\": \"country_iso_code\",\n      \"message\": \"Country not found.\",\n      \"type\": \"ValidationError\"\n    },\n    {\n      \"value\": \"company_id\",\n      \"message\": \"Invalid company ID format.\",\n      \"type\": \"TypeError\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "650dcc5c-a9d5-4230-9a90-c445be53df0f",
            "name": "getCourierPartnerRules | Get courier rules",
            "request": {
              "name": "getCourierPartnerRules | Get courier rules",
              "description": {
                "content": "Retrieve a list of rules within the delivery configuration.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "courier-partner",
                  "rules"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "The current page number for paginated results."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10",
                    "description": "Determines the items to be displayed in a page"
                  },
                  {
                    "disabled": false,
                    "key": "status",
                    "value": "<string>",
                    "description": "Filter rules based on rule status"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "8a23b84d-dcda-4dd9-9caf-2c36ad6bb2a8",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "courier-partner",
                      "rules"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "1"
                      },
                      {
                        "key": "status",
                        "value": "true"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique Identifier of sales channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"name\": \"Express Delivery\",\n      \"conditions\": {\n        \"forward\": {\n          \"type\": \"locations\",\n          \"includes\": [\n            {\n              \"uid\": \"64aec5a93a079bd328537835\"\n            }\n          ]\n        },\n        \"payment_mode\": {\n          \"includes\": [\n            \"COD\"\n          ]\n        },\n        \"category_ids\": {\n          \"includes\": [\n            1,\n            2,\n            3\n          ]\n        },\n        \"product_ids\": {\n          \"includes\": [\n            8494040,\n            8994904\n          ]\n        },\n        \"department_ids\": {\n          \"includes\": [\n            3,\n            4\n          ]\n        },\n        \"zone_ids\": {\n          \"includes\": [\n            \"aegchutiolkhsnapl\",\n            \"aegchutiolkhsnapl\"\n          ]\n        },\n        \"product_tags\": {\n          \"includes\": [\n            \"aegchutiolkhsnapl\",\n            \"aegchutiolkhsnapl\"\n          ]\n        },\n        \"store_tags\": {\n          \"includes\": [\n            \"fegchutiolkhsnapl\",\n            \"degchutiolkhsnapl\"\n          ]\n        }\n      },\n      \"is_active\": true,\n      \"cp_list\": [\n        {\n          \"extension_id\": \"ieioieoopepep\",\n          \"account_id\": \"fefofeoopepeq\",\n          \"is_self_ship\": false\n        },\n        {\n          \"extension_id\": \"kekoieoopepep\",\n          \"account_id\": \"dedofeoopepeq\",\n          \"is_self_ship\": false\n        }\n      ],\n      \"sort\": [\n        \"custom\"\n      ],\n      \"type\": \"courier_partner\",\n      \"id\": \"66f583efac0c929f1adcaf4f\",\n      \"filters\": \"all\",\n      \"application_id\": \"64733e6cc2f8b93c8c033239\",\n      \"company_id\": 148,\n      \"created_by\": {},\n      \"modified_by\": {},\n      \"modified_on\": \"2024-02-20T15:36:32.061583\"\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"size\": 10,\n    \"item_total\": 24,\n    \"has_next\": true,\n    \"has_previous\": false,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "4b3c3806-cf47-422a-af67-0de68d4a108d",
            "name": "getCourierPartners | Serviceable Courier Partners",
            "request": {
              "name": "getCourierPartners | Serviceable Courier Partners",
              "description": {
                "content": "Get all the serviceable courier partners of a destination and the shipments.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "shipment",
                  "courier-partners"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"from_location\": {\n    \"country_code\": \"<string>\",\n    \"pincode\": \"<string>\",\n    \"sector_code\": \"<string>\",\n    \"state_code\": \"<string>\",\n    \"city_code\": \"<string>\"\n  },\n  \"to_location\": {\n    \"country_code\": \"<string>\",\n    \"pincode\": \"<string>\",\n    \"sector_code\": \"<string>\",\n    \"state_code\": \"<string>\",\n    \"city_code\": \"<string>\"\n  },\n  \"shipments\": [\n    {\n      \"id\": \"<string>\",\n      \"location_id\": \"<number>\",\n      \"location_tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"shipment_weight\": \"<number>\",\n      \"shipment_volumetric_weight\": \"<number>\",\n      \"shipment_cost\": \"<number>\",\n      \"shipment_dimension\": {\n        \"height\": \"<number>\",\n        \"length\": \"<number>\",\n        \"width\": \"<number>\",\n        \"is_default\": \"<boolean>\",\n        \"unit\": \"<string>\"\n      },\n      \"courier_partner_schemes\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"location_type\": \"<string>\",\n      \"articles\": [\n        {\n          \"id\": \"<string>\",\n          \"item_id\": \"<integer>\",\n          \"sla\": \"<string>\",\n          \"tags\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"size\": \"<string>\",\n          \"group_id\": \"<string>\",\n          \"weight\": {\n            \"shipping\": \"<integer>\",\n            \"unit\": \"<string>\",\n            \"is_default\": \"<boolean>\"\n          },\n          \"attributes\": {\n            \"battery_operated\": \"<string>\",\n            \"is_flammable\": \"<string>\"\n          },\n          \"category_id\": \"<integer>\",\n          \"department_id\": \"<integer>\",\n          \"dimension\": {\n            \"height\": \"<number>\",\n            \"length\": \"<number>\",\n            \"is_default\": \"<boolean>\",\n            \"unit\": \"<string>\",\n            \"width\": \"<number>\"\n          },\n          \"price\": \"<number>\",\n          \"brand_id\": \"<integer>\",\n          \"quantity\": \"<integer>\",\n          \"manufacturing_time\": \"<integer>\",\n          \"manufacturing_time_unit\": \"<string>\",\n          \"mto_quantity\": \"<integer>\",\n          \"is_gift\": \"<boolean>\",\n          \"is_set\": \"<boolean>\",\n          \"set\": {\n            \"name\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"size_distribution\": {\n              \"sizes\": [\n                {\n                  \"pieces\": \"<integer>\",\n                  \"size\": \"<string>\"\n                },\n                {\n                  \"pieces\": \"<integer>\",\n                  \"size\": \"<string>\"\n                }\n              ]\n            }\n          },\n          \"set_quantity\": \"<integer>\",\n          \"delivery_slots\": {\n            \"delivery_date\": \"<dateTime>\",\n            \"min_slot\": \"<string>\",\n            \"max_slot\": \"<string>\"\n          },\n          \"return_reason\": {\n            \"qc_type\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        {\n          \"id\": \"<string>\",\n          \"item_id\": \"<integer>\",\n          \"sla\": \"<string>\",\n          \"tags\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"size\": \"<string>\",\n          \"group_id\": \"<string>\",\n          \"weight\": {\n            \"shipping\": \"<integer>\",\n            \"unit\": \"<string>\",\n            \"is_default\": \"<boolean>\"\n          },\n          \"attributes\": {\n            \"battery_operated\": \"<string>\",\n            \"is_flammable\": \"<string>\"\n          },\n          \"category_id\": \"<integer>\",\n          \"department_id\": \"<integer>\",\n          \"dimension\": {\n            \"height\": \"<number>\",\n            \"length\": \"<number>\",\n            \"is_default\": \"<boolean>\",\n            \"unit\": \"<string>\",\n            \"width\": \"<number>\"\n          },\n          \"price\": \"<number>\",\n          \"brand_id\": \"<integer>\",\n          \"quantity\": \"<integer>\",\n          \"manufacturing_time\": \"<integer>\",\n          \"manufacturing_time_unit\": \"<string>\",\n          \"mto_quantity\": \"<integer>\",\n          \"is_gift\": \"<boolean>\",\n          \"is_set\": \"<boolean>\",\n          \"set\": {\n            \"name\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"size_distribution\": {\n              \"sizes\": [\n                {\n                  \"pieces\": \"<integer>\",\n                  \"size\": \"<string>\"\n                },\n                {\n                  \"pieces\": \"<integer>\",\n                  \"size\": \"<string>\"\n                }\n              ]\n            }\n          },\n          \"set_quantity\": \"<integer>\",\n          \"delivery_slots\": {\n            \"delivery_date\": \"<dateTime>\",\n            \"min_slot\": \"<string>\",\n            \"max_slot\": \"<string>\"\n          },\n          \"return_reason\": {\n            \"qc_type\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        }\n      ]\n    },\n    {\n      \"id\": \"<string>\",\n      \"location_id\": \"<number>\",\n      \"location_tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"shipment_weight\": \"<number>\",\n      \"shipment_volumetric_weight\": \"<number>\",\n      \"shipment_cost\": \"<number>\",\n      \"shipment_dimension\": {\n        \"height\": \"<number>\",\n        \"length\": \"<number>\",\n        \"width\": \"<number>\",\n        \"is_default\": \"<boolean>\",\n        \"unit\": \"<string>\"\n      },\n      \"courier_partner_schemes\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"location_type\": \"<string>\",\n      \"articles\": [\n        {\n          \"id\": \"<string>\",\n          \"item_id\": \"<integer>\",\n          \"sla\": \"<string>\",\n          \"tags\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"size\": \"<string>\",\n          \"group_id\": \"<string>\",\n          \"weight\": {\n            \"shipping\": \"<integer>\",\n            \"unit\": \"<string>\",\n            \"is_default\": \"<boolean>\"\n          },\n          \"attributes\": {\n            \"battery_operated\": \"<string>\",\n            \"is_flammable\": \"<string>\"\n          },\n          \"category_id\": \"<integer>\",\n          \"department_id\": \"<integer>\",\n          \"dimension\": {\n            \"height\": \"<number>\",\n            \"length\": \"<number>\",\n            \"is_default\": \"<boolean>\",\n            \"unit\": \"<string>\",\n            \"width\": \"<number>\"\n          },\n          \"price\": \"<number>\",\n          \"brand_id\": \"<integer>\",\n          \"quantity\": \"<integer>\",\n          \"manufacturing_time\": \"<integer>\",\n          \"manufacturing_time_unit\": \"<string>\",\n          \"mto_quantity\": \"<integer>\",\n          \"is_gift\": \"<boolean>\",\n          \"is_set\": \"<boolean>\",\n          \"set\": {\n            \"name\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"size_distribution\": {\n              \"sizes\": [\n                {\n                  \"pieces\": \"<integer>\",\n                  \"size\": \"<string>\"\n                },\n                {\n                  \"pieces\": \"<integer>\",\n                  \"size\": \"<string>\"\n                }\n              ]\n            }\n          },\n          \"set_quantity\": \"<integer>\",\n          \"delivery_slots\": {\n            \"delivery_date\": \"<dateTime>\",\n            \"min_slot\": \"<string>\",\n            \"max_slot\": \"<string>\"\n          },\n          \"return_reason\": {\n            \"qc_type\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        {\n          \"id\": \"<string>\",\n          \"item_id\": \"<integer>\",\n          \"sla\": \"<string>\",\n          \"tags\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"size\": \"<string>\",\n          \"group_id\": \"<string>\",\n          \"weight\": {\n            \"shipping\": \"<integer>\",\n            \"unit\": \"<string>\",\n            \"is_default\": \"<boolean>\"\n          },\n          \"attributes\": {\n            \"battery_operated\": \"<string>\",\n            \"is_flammable\": \"<string>\"\n          },\n          \"category_id\": \"<integer>\",\n          \"department_id\": \"<integer>\",\n          \"dimension\": {\n            \"height\": \"<number>\",\n            \"length\": \"<number>\",\n            \"is_default\": \"<boolean>\",\n            \"unit\": \"<string>\",\n            \"width\": \"<number>\"\n          },\n          \"price\": \"<number>\",\n          \"brand_id\": \"<integer>\",\n          \"quantity\": \"<integer>\",\n          \"manufacturing_time\": \"<integer>\",\n          \"manufacturing_time_unit\": \"<string>\",\n          \"mto_quantity\": \"<integer>\",\n          \"is_gift\": \"<boolean>\",\n          \"is_set\": \"<boolean>\",\n          \"set\": {\n            \"name\": \"<string>\",\n            \"quantity\": \"<integer>\",\n            \"size_distribution\": {\n              \"sizes\": [\n                {\n                  \"pieces\": \"<integer>\",\n                  \"size\": \"<string>\"\n                },\n                {\n                  \"pieces\": \"<integer>\",\n                  \"size\": \"<string>\"\n                }\n              ]\n            }\n          },\n          \"set_quantity\": \"<integer>\",\n          \"delivery_slots\": {\n            \"delivery_date\": \"<dateTime>\",\n            \"min_slot\": \"<string>\",\n            \"max_slot\": \"<string>\"\n          },\n          \"return_reason\": {\n            \"qc_type\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        }\n      ]\n    }\n  ],\n  \"journey\": \"<string>\",\n  \"payment_mode\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "5a3f0318-3ade-4d1c-89de-00dd87b9725d",
                "name": "Get courier partner data.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "shipment",
                      "courier-partners"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"from_location\": {\n    \"pincode\": \"208007\",\n    \"state_code\": \"UP\",\n    \"country_code\": \"IN\",\n    \"city_code\": \"KAN\"\n  },\n  \"to_location\": {\n    \"pincode\": \"226401\",\n    \"state_code\": \"UP\",\n    \"country_code\": \"IN\",\n    \"city_code\": \"LUC\"\n  },\n  \"shipments\": [\n    {\n      \"id\": \"5f7e0b1c9c6d4d1234567891\",\n      \"shipment_weight\": 1000,\n      \"shipment_cost\": 890,\n      \"location_id\": 78488,\n      \"location_tags\": [],\n      \"location_type\": \"STORE\",\n      \"articles\": [\n        {\n          \"item_id\": 738893,\n          \"category_id\": 3738,\n          \"department_id\": 34,\n          \"brand_id\": 23291,\n          \"tags\": [\n            \"winterwear\"\n          ]\n        }\n      ]\n    }\n  ],\n  \"journey\": \"forward\",\n  \"payment_mode\": \"prepaid\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"courier_partners\": [\n    {\n      \"extension_id\": \"652255c58ab4101b2595c6c5\",\n      \"scheme_id\": \"751144c58ab4101b2595c7a9\",\n      \"name\": \"cp1\",\n      \"delivery_promise\": {\n        \"min\": \"2024-08-11T12:40:39Z\",\n        \"max\": \"2024-08-12T12:40:39Z\"\n      }\n    },\n    {\n      \"extension_id\": \"752255c58ab4101b2595c6c3\",\n      \"scheme_id\": \"951144c58ab4101b2595c7a4\",\n      \"name\": \"cp2\",\n      \"delivery_promise\": {\n        \"min\": \"2024-08-12T12:40:39Z\",\n        \"max\": \"2024-08-13T12:41:39Z\"\n      }\n    }\n  ],\n  \"shipments\": [\n    {\n      \"id\": \"5f7e0b1c9c6d4d1234567891\",\n      \"courier_partners\": [\n        {\n          \"extension_id\": \"652255c58ab4101b2595c6c5\",\n          \"scheme_id\": \"751144c58ab4101b2595c7a9\",\n          \"name\": \"cp1\",\n          \"delivery_promise\": {\n            \"min\": \"2024-08-11T12:40:39Z\",\n            \"max\": \"2024-08-12T12:40:39Z\"\n          }\n        },\n        {\n          \"extension_id\": \"752255c58ab4101b2595c6c3\",\n          \"scheme_id\": \"951144c58ab4101b2595c7a4\",\n          \"name\": \"cp2\",\n          \"delivery_promise\": {\n            \"min\": \"2024-08-12T12:40:39Z\",\n            \"max\": \"2024-08-13T12:41:39Z\"\n          }\n        }\n      ]\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "5ee47376-7410-464f-8db0-ee2ad45dcc5d",
                "name": "Failure Response Status for bad request",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "shipment",
                      "courier-partners"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"from_location\": {\n    \"pincode\": \"208007\",\n    \"state_code\": \"UP\",\n    \"country_code\": \"IN\",\n    \"city_code\": \"KAN\"\n  },\n  \"to_location\": {\n    \"pincode\": \"226401\",\n    \"state_code\": \"UP\",\n    \"country_code\": \"IN\",\n    \"city_code\": \"LUC\"\n  },\n  \"shipments\": [\n    {\n      \"id\": \"5f7e0b1c9c6d4d1234567891\",\n      \"shipment_weight\": 1000,\n      \"shipment_cost\": 890,\n      \"location_id\": 78488,\n      \"location_tags\": [],\n      \"location_type\": \"STORE\",\n      \"articles\": [\n        {\n          \"item_id\": 738893,\n          \"category_id\": 3738,\n          \"department_id\": 34,\n          \"brand_id\": 23291,\n          \"tags\": [\n            \"winterwear\"\n          ]\n        }\n      ]\n    }\n  ],\n  \"journey\": \"forward\",\n  \"payment_mode\": \"prepaid\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid request parameters.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "2e4842ff-69b8-4574-b5ed-79e0b6bcb94b",
                "name": "Failure Response Status for un-processable entity",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "shipment",
                      "courier-partners"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"from_location\": {\n    \"pincode\": \"208007\",\n    \"state_code\": \"UP\",\n    \"country_code\": \"IN\",\n    \"city_code\": \"KAN\"\n  },\n  \"to_location\": {\n    \"pincode\": \"226401\",\n    \"state_code\": \"UP\",\n    \"country_code\": \"IN\",\n    \"city_code\": \"LUC\"\n  },\n  \"shipments\": [\n    {\n      \"id\": \"5f7e0b1c9c6d4d1234567891\",\n      \"shipment_weight\": 1000,\n      \"shipment_cost\": 890,\n      \"location_id\": 78488,\n      \"location_tags\": [],\n      \"location_type\": \"STORE\",\n      \"articles\": [\n        {\n          \"item_id\": 738893,\n          \"category_id\": 3738,\n          \"department_id\": 34,\n          \"brand_id\": 23291,\n          \"tags\": [\n            \"winterwear\"\n          ]\n        }\n      ]\n    }\n  ],\n  \"journey\": \"forward\",\n  \"payment_mode\": \"prepaid\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                "code": 422,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Validation Error\",\n  \"field\": \"abc\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "cf50a6be-b6e4-4b7c-9dce-6c87c5dc2315",
            "name": "getCompanyCourierPartnersList | Get available company courier partners",
            "request": {
              "name": "getCompanyCourierPartnersList | Get available company courier partners",
              "description": {
                "content": "Retrieves a list of courier partners available for shipping based on serviceability criteria, shipment details.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "courier-partners"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"to_serviceability\": {\n    \"country\": \"<string>\",\n    \"country_iso_code\": \"<string>\",\n    \"pincode\": \"<string>\",\n    \"sector\": \"<string>\",\n    \"state\": \"<string>\",\n    \"city\": \"<string>\",\n    \"location\": {\n      \"longitude\": \"<string>\",\n      \"latitude\": \"<string>\"\n    }\n  },\n  \"shipments\": [\n    {\n      \"fulfillment_id\": \"<integer>\",\n      \"fulfillment_type\": \"<string>\",\n      \"fulfillment_tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"from_serviceability\": {\n        \"country\": \"<string>\",\n        \"country_iso_code\": \"<string>\",\n        \"pincode\": \"<string>\",\n        \"sector\": \"<string>\",\n        \"state\": \"<string>\",\n        \"city\": \"<string>\",\n        \"location\": {\n          \"longitude\": \"<string>\",\n          \"latitude\": \"<string>\"\n        }\n      },\n      \"articles\": [\n        {\n          \"quantity\": \"<integer>\",\n          \"weight\": {\n            \"shipping\": \"<integer>\",\n            \"unit\": \"<string>\",\n            \"is_default\": \"<boolean>\"\n          },\n          \"category_id\": \"<integer>\",\n          \"dimension\": {\n            \"height\": \"<number>\",\n            \"length\": \"<number>\",\n            \"is_default\": \"<boolean>\",\n            \"unit\": \"<string>\",\n            \"width\": \"<number>\"\n          },\n          \"brand_id\": \"<integer>\",\n          \"item_id\": \"<integer>\",\n          \"size\": \"<string>\",\n          \"tags\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"price\": \"<number>\",\n          \"department_id\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"delivery_slots\": {\n            \"commodo5\": false,\n            \"ut7ca\": 34314858\n          },\n          \"error\": {\n            \"message\": \"<string>\",\n            \"success\": \"<boolean>\"\n          },\n          \"fulfillment_id\": \"<integer>\",\n          \"fulfillment_tags\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"fulfillment_type\": \"<string>\",\n          \"group_id\": \"<string>\",\n          \"is_gift\": \"<boolean>\",\n          \"is_mto\": \"<boolean>\",\n          \"is_set\": \"<boolean>\",\n          \"manufacturing_time\": \"<integer>\",\n          \"manufacturing_time_unit\": \"<string>\",\n          \"mto_quantity\": \"<integer>\",\n          \"sla\": \"<dateTime>\",\n          \"price_marked\": \"<float>\",\n          \"promise\": {\n            \"min\": \"<dateTime>\",\n            \"max\": \"<dateTime>\"\n          },\n          \"set\": {\n            \"dolore7db\": false,\n            \"esse_76\": \"sint nulla dolor\"\n          },\n          \"return_reason\": {\n            \"id\": \"<integer>\",\n            \"meta\": {\n              \"show_text_area\": \"<boolean>\"\n            },\n            \"qc_type\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"reasons\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"is_active\": \"<boolean>\",\n            \"display_name\": \"<string>\",\n            \"question_set\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"reason_other_text\": \"<string>\"\n          },\n          \"set_quantity\": \"<integer>\",\n          \"attributes\": {\n            \"battery_operated\": \"<string>\",\n            \"is_flammable\": \"<string>\"\n          }\n        },\n        {\n          \"quantity\": \"<integer>\",\n          \"weight\": {\n            \"shipping\": \"<integer>\",\n            \"unit\": \"<string>\",\n            \"is_default\": \"<boolean>\"\n          },\n          \"category_id\": \"<integer>\",\n          \"dimension\": {\n            \"height\": \"<number>\",\n            \"length\": \"<number>\",\n            \"is_default\": \"<boolean>\",\n            \"unit\": \"<string>\",\n            \"width\": \"<number>\"\n          },\n          \"brand_id\": \"<integer>\",\n          \"item_id\": \"<integer>\",\n          \"size\": \"<string>\",\n          \"tags\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"price\": \"<number>\",\n          \"department_id\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"delivery_slots\": {\n            \"veniam59\": 58978956,\n            \"dolore0fa\": \"consectetur ea\"\n          },\n          \"error\": {\n            \"message\": \"<string>\",\n            \"success\": \"<boolean>\"\n          },\n          \"fulfillment_id\": \"<integer>\",\n          \"fulfillment_tags\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"fulfillment_type\": \"<string>\",\n          \"group_id\": \"<string>\",\n          \"is_gift\": \"<boolean>\",\n          \"is_mto\": \"<boolean>\",\n          \"is_set\": \"<boolean>\",\n          \"manufacturing_time\": \"<integer>\",\n          \"manufacturing_time_unit\": \"<string>\",\n          \"mto_quantity\": \"<integer>\",\n          \"sla\": \"<dateTime>\",\n          \"price_marked\": \"<float>\",\n          \"promise\": {\n            \"min\": \"<dateTime>\",\n            \"max\": \"<dateTime>\"\n          },\n          \"set\": {\n            \"sint_b9\": 181639.21943733096,\n            \"occaecatd6\": false\n          },\n          \"return_reason\": {\n            \"id\": \"<integer>\",\n            \"meta\": {\n              \"show_text_area\": \"<boolean>\"\n            },\n            \"qc_type\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"reasons\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"is_active\": \"<boolean>\",\n            \"display_name\": \"<string>\",\n            \"question_set\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"reason_other_text\": \"<string>\"\n          },\n          \"set_quantity\": \"<integer>\",\n          \"attributes\": {\n            \"battery_operated\": \"<string>\",\n            \"is_flammable\": \"<string>\"\n          }\n        }\n      ],\n      \"is_mto\": \"<boolean>\",\n      \"ignore_scheme_ids\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"promise\": {\n        \"customer_promise\": {\n          \"min\": \"<string>\",\n          \"max\": \"<string>\"\n        },\n        \"meta\": {\n          \"seller_promise\": {\n            \"min\": \"<string>\",\n            \"max\": \"<string>\"\n          },\n          \"courier_partner_promise\": {\n            \"min\": \"<string>\",\n            \"max\": \"<string>\",\n            \"attributes\": {\n              \"tat\": {\n                \"min\": \"<integer>\",\n                \"max\": \"<integer>\"\n              }\n            }\n          },\n          \"customer_initial_promise\": {\n            \"min\": \"<string>\",\n            \"max\": \"<string>\"\n          }\n        },\n        \"min\": \"<string>\",\n        \"max\": \"<string>\"\n      },\n      \"is_cod_available\": \"<boolean>\",\n      \"is_auto_assign\": \"<boolean>\",\n      \"meta\": {\n        \"shipment_cost\": \"<integer>\"\n      },\n      \"volumetric_weight\": \"<integer>\",\n      \"weight\": \"<integer>\",\n      \"courier_partners\": [\n        {\n          \"extension_id\": \"<string>\",\n          \"scheme_id\": \"<string>\",\n          \"area_code\": {\n            \"source\": \"<string>\",\n            \"destination\": \"<string>\"\n          },\n          \"tat\": {\n            \"min\": \"<integer>\",\n            \"max\": \"<integer>\"\n          },\n          \"display_name\": \"<string>\",\n          \"is_qc_enabled\": \"<boolean>\",\n          \"is_self_ship\": \"<boolean>\",\n          \"is_own_account\": \"<boolean>\",\n          \"ndr_attempts\": \"<integer>\",\n          \"forward_pickup_cutoff\": \"<string>\",\n          \"reverse_pickup_cutoff\": \"<string>\",\n          \"qc_shipment_item_quantity\": \"<integer>\",\n          \"non_qc_shipment_item_quantity\": \"<integer>\",\n          \"dangerous_goods\": \"<boolean>\",\n          \"restricted_goods\": \"<boolean>\",\n          \"fragile_goods\": \"<boolean>\",\n          \"cold_storage_goods\": \"<boolean>\",\n          \"delivery_type\": \"<string>\",\n          \"is_cod\": \"<boolean>\",\n          \"transport_type\": \"<string>\"\n        },\n        {\n          \"extension_id\": \"<string>\",\n          \"scheme_id\": \"<string>\",\n          \"area_code\": {\n            \"source\": \"<string>\",\n            \"destination\": \"<string>\"\n          },\n          \"tat\": {\n            \"min\": \"<integer>\",\n            \"max\": \"<integer>\"\n          },\n          \"display_name\": \"<string>\",\n          \"is_qc_enabled\": \"<boolean>\",\n          \"is_self_ship\": \"<boolean>\",\n          \"is_own_account\": \"<boolean>\",\n          \"ndr_attempts\": \"<integer>\",\n          \"forward_pickup_cutoff\": \"<string>\",\n          \"reverse_pickup_cutoff\": \"<string>\",\n          \"qc_shipment_item_quantity\": \"<integer>\",\n          \"non_qc_shipment_item_quantity\": \"<integer>\",\n          \"dangerous_goods\": \"<boolean>\",\n          \"restricted_goods\": \"<boolean>\",\n          \"fragile_goods\": \"<boolean>\",\n          \"cold_storage_goods\": \"<boolean>\",\n          \"delivery_type\": \"<string>\",\n          \"is_cod\": \"<boolean>\",\n          \"transport_type\": \"<string>\"\n        }\n      ],\n      \"error\": {\n        \"dolor_e8c\": true,\n        \"sed0_\": 41912250\n      }\n    },\n    {\n      \"fulfillment_id\": \"<integer>\",\n      \"fulfillment_type\": \"<string>\",\n      \"fulfillment_tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"from_serviceability\": {\n        \"country\": \"<string>\",\n        \"country_iso_code\": \"<string>\",\n        \"pincode\": \"<string>\",\n        \"sector\": \"<string>\",\n        \"state\": \"<string>\",\n        \"city\": \"<string>\",\n        \"location\": {\n          \"longitude\": \"<string>\",\n          \"latitude\": \"<string>\"\n        }\n      },\n      \"articles\": [\n        {\n          \"quantity\": \"<integer>\",\n          \"weight\": {\n            \"shipping\": \"<integer>\",\n            \"unit\": \"<string>\",\n            \"is_default\": \"<boolean>\"\n          },\n          \"category_id\": \"<integer>\",\n          \"dimension\": {\n            \"height\": \"<number>\",\n            \"length\": \"<number>\",\n            \"is_default\": \"<boolean>\",\n            \"unit\": \"<string>\",\n            \"width\": \"<number>\"\n          },\n          \"brand_id\": \"<integer>\",\n          \"item_id\": \"<integer>\",\n          \"size\": \"<string>\",\n          \"tags\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"price\": \"<number>\",\n          \"department_id\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"delivery_slots\": {\n            \"irure_9\": \"fugiat sed eiusmod ut\"\n          },\n          \"error\": {\n            \"message\": \"<string>\",\n            \"success\": \"<boolean>\"\n          },\n          \"fulfillment_id\": \"<integer>\",\n          \"fulfillment_tags\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"fulfillment_type\": \"<string>\",\n          \"group_id\": \"<string>\",\n          \"is_gift\": \"<boolean>\",\n          \"is_mto\": \"<boolean>\",\n          \"is_set\": \"<boolean>\",\n          \"manufacturing_time\": \"<integer>\",\n          \"manufacturing_time_unit\": \"<string>\",\n          \"mto_quantity\": \"<integer>\",\n          \"sla\": \"<dateTime>\",\n          \"price_marked\": \"<float>\",\n          \"promise\": {\n            \"min\": \"<dateTime>\",\n            \"max\": \"<dateTime>\"\n          },\n          \"set\": {\n            \"proident4_7\": 88047116,\n            \"Duis_4\": -23308432.555615038,\n            \"enim_ba3\": \"sit incididunt voluptate\"\n          },\n          \"return_reason\": {\n            \"id\": \"<integer>\",\n            \"meta\": {\n              \"show_text_area\": \"<boolean>\"\n            },\n            \"qc_type\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"reasons\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"is_active\": \"<boolean>\",\n            \"display_name\": \"<string>\",\n            \"question_set\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"reason_other_text\": \"<string>\"\n          },\n          \"set_quantity\": \"<integer>\",\n          \"attributes\": {\n            \"battery_operated\": \"<string>\",\n            \"is_flammable\": \"<string>\"\n          }\n        },\n        {\n          \"quantity\": \"<integer>\",\n          \"weight\": {\n            \"shipping\": \"<integer>\",\n            \"unit\": \"<string>\",\n            \"is_default\": \"<boolean>\"\n          },\n          \"category_id\": \"<integer>\",\n          \"dimension\": {\n            \"height\": \"<number>\",\n            \"length\": \"<number>\",\n            \"is_default\": \"<boolean>\",\n            \"unit\": \"<string>\",\n            \"width\": \"<number>\"\n          },\n          \"brand_id\": \"<integer>\",\n          \"item_id\": \"<integer>\",\n          \"size\": \"<string>\",\n          \"tags\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"price\": \"<number>\",\n          \"department_id\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"delivery_slots\": {\n            \"eub6\": true,\n            \"adipisicinga\": true,\n            \"esse68\": 17884478.579605415\n          },\n          \"error\": {\n            \"message\": \"<string>\",\n            \"success\": \"<boolean>\"\n          },\n          \"fulfillment_id\": \"<integer>\",\n          \"fulfillment_tags\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"fulfillment_type\": \"<string>\",\n          \"group_id\": \"<string>\",\n          \"is_gift\": \"<boolean>\",\n          \"is_mto\": \"<boolean>\",\n          \"is_set\": \"<boolean>\",\n          \"manufacturing_time\": \"<integer>\",\n          \"manufacturing_time_unit\": \"<string>\",\n          \"mto_quantity\": \"<integer>\",\n          \"sla\": \"<dateTime>\",\n          \"price_marked\": \"<float>\",\n          \"promise\": {\n            \"min\": \"<dateTime>\",\n            \"max\": \"<dateTime>\"\n          },\n          \"set\": {\n            \"Lorem_1\": -75512369.59364086,\n            \"aute_\": true\n          },\n          \"return_reason\": {\n            \"id\": \"<integer>\",\n            \"meta\": {\n              \"show_text_area\": \"<boolean>\"\n            },\n            \"qc_type\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"reasons\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"is_active\": \"<boolean>\",\n            \"display_name\": \"<string>\",\n            \"question_set\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"reason_other_text\": \"<string>\"\n          },\n          \"set_quantity\": \"<integer>\",\n          \"attributes\": {\n            \"battery_operated\": \"<string>\",\n            \"is_flammable\": \"<string>\"\n          }\n        }\n      ],\n      \"is_mto\": \"<boolean>\",\n      \"ignore_scheme_ids\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"promise\": {\n        \"customer_promise\": {\n          \"min\": \"<string>\",\n          \"max\": \"<string>\"\n        },\n        \"meta\": {\n          \"seller_promise\": {\n            \"min\": \"<string>\",\n            \"max\": \"<string>\"\n          },\n          \"courier_partner_promise\": {\n            \"min\": \"<string>\",\n            \"max\": \"<string>\",\n            \"attributes\": {\n              \"tat\": {\n                \"min\": \"<integer>\",\n                \"max\": \"<integer>\"\n              }\n            }\n          },\n          \"customer_initial_promise\": {\n            \"min\": \"<string>\",\n            \"max\": \"<string>\"\n          }\n        },\n        \"min\": \"<string>\",\n        \"max\": \"<string>\"\n      },\n      \"is_cod_available\": \"<boolean>\",\n      \"is_auto_assign\": \"<boolean>\",\n      \"meta\": {\n        \"shipment_cost\": \"<integer>\"\n      },\n      \"volumetric_weight\": \"<integer>\",\n      \"weight\": \"<integer>\",\n      \"courier_partners\": [\n        {\n          \"extension_id\": \"<string>\",\n          \"scheme_id\": \"<string>\",\n          \"area_code\": {\n            \"source\": \"<string>\",\n            \"destination\": \"<string>\"\n          },\n          \"tat\": {\n            \"min\": \"<integer>\",\n            \"max\": \"<integer>\"\n          },\n          \"display_name\": \"<string>\",\n          \"is_qc_enabled\": \"<boolean>\",\n          \"is_self_ship\": \"<boolean>\",\n          \"is_own_account\": \"<boolean>\",\n          \"ndr_attempts\": \"<integer>\",\n          \"forward_pickup_cutoff\": \"<string>\",\n          \"reverse_pickup_cutoff\": \"<string>\",\n          \"qc_shipment_item_quantity\": \"<integer>\",\n          \"non_qc_shipment_item_quantity\": \"<integer>\",\n          \"dangerous_goods\": \"<boolean>\",\n          \"restricted_goods\": \"<boolean>\",\n          \"fragile_goods\": \"<boolean>\",\n          \"cold_storage_goods\": \"<boolean>\",\n          \"delivery_type\": \"<string>\",\n          \"is_cod\": \"<boolean>\",\n          \"transport_type\": \"<string>\"\n        },\n        {\n          \"extension_id\": \"<string>\",\n          \"scheme_id\": \"<string>\",\n          \"area_code\": {\n            \"source\": \"<string>\",\n            \"destination\": \"<string>\"\n          },\n          \"tat\": {\n            \"min\": \"<integer>\",\n            \"max\": \"<integer>\"\n          },\n          \"display_name\": \"<string>\",\n          \"is_qc_enabled\": \"<boolean>\",\n          \"is_self_ship\": \"<boolean>\",\n          \"is_own_account\": \"<boolean>\",\n          \"ndr_attempts\": \"<integer>\",\n          \"forward_pickup_cutoff\": \"<string>\",\n          \"reverse_pickup_cutoff\": \"<string>\",\n          \"qc_shipment_item_quantity\": \"<integer>\",\n          \"non_qc_shipment_item_quantity\": \"<integer>\",\n          \"dangerous_goods\": \"<boolean>\",\n          \"restricted_goods\": \"<boolean>\",\n          \"fragile_goods\": \"<boolean>\",\n          \"cold_storage_goods\": \"<boolean>\",\n          \"delivery_type\": \"<string>\",\n          \"is_cod\": \"<boolean>\",\n          \"transport_type\": \"<string>\"\n        }\n      ],\n      \"error\": {\n        \"ad5b\": -1731742.8991582096\n      }\n    }\n  ],\n  \"journey\": \"<string>\",\n  \"payment_mode\": \"<string>\",\n  \"skip_delivery_rules\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "16433bca-0359-4d25-bd0d-a3911b4d0c9a",
                "name": "Valid",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "courier-partners"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The ID of the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"to_serviceability\": {\n    \"pincode\": \"400001\",\n    \"sector\": \"East\",\n    \"state\": \"Maharashtra\",\n    \"country\": \"India\",\n    \"city\": \"Mumbai\",\n    \"country_iso_code\": \"IN\",\n    \"location\": {\n      \"longitude\": \"73.1234\",\n      \"latitude\": \"19.4567\"\n    }\n  },\n  \"shipments\": [\n    {\n      \"fulfillment_id\": 9876,\n      \"fulfillment_tags\": [\n        \"Test Tag\"\n      ],\n      \"fulfillment_type\": \"mall\",\n      \"ignore_scheme_ids\": [\n        \"1\"\n      ],\n      \"from_serviceability\": {\n        \"pincode\": \"400067\",\n        \"sector\": \"\",\n        \"state\": \"Maharashtra\",\n        \"country\": \"India\",\n        \"city\": \"Pune\",\n        \"country_iso_code\": \"IN\",\n        \"location\": {\n          \"longitude\": \"18.5588\",\n          \"latitude\": \"73.7770\"\n        }\n      },\n      \"articles\": [\n        {\n          \"id\": \"SKU123\",\n          \"item_id\": 1,\n          \"tags\": [\n            \"Item Tag\"\n          ],\n          \"price\": 100,\n          \"department_id\": 1,\n          \"size\": \"M\",\n          \"quantity\": 5,\n          \"weight\": {\n            \"shipping\": 1500,\n            \"unit\": \"gram\",\n            \"is_default\": false\n          },\n          \"attributes\": {\n            \"battery_operated\": \"yes\",\n            \"is_flammable\": \"no\"\n          },\n          \"category_id\": 789,\n          \"dimension\": {\n            \"height\": 20,\n            \"is_default\": true,\n            \"length\": 30,\n            \"unit\": \"cm\",\n            \"width\": 20\n          },\n          \"brand_id\": 123,\n          \"manufacturing_time_unit\": \"days\",\n          \"manufacturing_time\": 1\n        }\n      ],\n      \"is_mto\": true\n    }\n  ],\n  \"journey\": \"return\",\n  \"payment_mode\": \"COD\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"journey\": \"return\",\n  \"shipments\": [\n    {\n      \"articles\": [\n        {\n          \"attributes\": {\n            \"battery_operated\": \"no\",\n            \"is_flammable\": \"no\"\n          },\n          \"brand_id\": 1977,\n          \"category_id\": 6276,\n          \"delivery_slots\": {},\n          \"department_id\": 1273,\n          \"dimension\": {\n            \"height\": 710,\n            \"is_default\": true,\n            \"length\": 710,\n            \"unit\": \"cm\",\n            \"width\": 710\n          },\n          \"error\": {\n            \"message\": null,\n            \"type\": null,\n            \"value\": null\n          },\n          \"fulfillment_id\": 3470,\n          \"fulfillment_tags\": [],\n          \"fulfillment_type\": \"store\",\n          \"group_id\": \"\",\n          \"id\": \"6634b6ac6cd8901ac605434b\",\n          \"is_gift\": false,\n          \"is_mto\": false,\n          \"is_set\": false,\n          \"item_id\": 7522408,\n          \"manufacturing_time\": 0,\n          \"manufacturing_time_unit\": \"hours\",\n          \"mto_quantity\": 0,\n          \"price\": 10,\n          \"price_marked\": 10,\n          \"promise\": {\n            \"max\": \"2024-08-13T11:27:48Z\",\n            \"min\": \"2024-08-11T11:27:48Z\"\n          },\n          \"quantity\": 1,\n          \"return_reason\": {\n            \"display_name\": \"Size is too Large\",\n            \"id\": 220,\n            \"is_active\": true,\n            \"meta\": {\n              \"show_text_area\": false\n            },\n            \"qc_type\": [],\n            \"question_set\": [],\n            \"reason_other_text\": \"\",\n            \"reasons\": []\n          },\n          \"set\": {},\n          \"set_quantity\": 1,\n          \"size\": \"OS\",\n          \"sla\": \"2024-08-09T16:30:00Z\",\n          \"tags\": [\n            \"Ball310720231405352\"\n          ],\n          \"weight\": {\n            \"is_default\": true,\n            \"shipping\": 710,\n            \"unit\": \"gram\"\n          }\n        }\n      ],\n      \"error\": {},\n      \"from_serviceability\": {\n        \"city\": \"PUNE\",\n        \"country\": \"India\",\n        \"country_iso_code\": \"IN\",\n        \"location\": {\n          \"latitude\": \"19.1282743\",\n          \"longitude\": \"72.8677092\"\n        },\n        \"pincode\": \"411045\",\n        \"sector\": \"\",\n        \"state\": \"MAHARASHTRA\"\n      },\n      \"fulfillment_id\": 3470,\n      \"fulfillment_tags\": [],\n      \"fulfillment_type\": \"store\",\n      \"ignore_scheme_ids\": [],\n      \"is_auto_assign\": true,\n      \"is_mto\": false,\n      \"meta\": {\n        \"shipment_cost\": 10\n      },\n      \"courier_partners\": [\n        {\n          \"extension_id\": \"651ffabb556007fa462c9c06\",\n          \"scheme_id\": \"651ffcb8400bbc458aa4ac7d\",\n          \"area_code\": {\n            \"source\": \"\",\n            \"destination\": \"\"\n          },\n          \"tat\": {\n            \"min\": 1,\n            \"max\": 1\n          },\n          \"display_name\": \"Scheme 2\",\n          \"is_qc_enabled\": true,\n          \"is_self_ship\": true,\n          \"is_own_account\": true,\n          \"ndr_attempts\": 0,\n          \"forward_pickup_cutoff\": null,\n          \"reverse_pickup_cutoff\": null\n        },\n        {\n          \"extension_id\": \"651ffabb556007fa462c9c06\",\n          \"scheme_id\": \"651ffcb8400bbc458aa4ac7e\",\n          \"area_code\": {\n            \"source\": \"\",\n            \"destination\": \"\"\n          },\n          \"tat\": {\n            \"min\": 1,\n            \"max\": 1\n          },\n          \"display_name\": \"Scheme 3\",\n          \"is_qc_enabled\": true,\n          \"is_self_ship\": true,\n          \"is_own_account\": false,\n          \"ndr_attempts\": 0,\n          \"forward_pickup_cutoff\": null,\n          \"reverse_pickup_cutoff\": null\n        }\n      ],\n      \"volumetric_weight\": 71582200,\n      \"weight\": 710\n    }\n  ],\n  \"to_serviceability\": {\n    \"city\": \"MUMBAI\",\n    \"country\": \"India\",\n    \"country_iso_code\": \"IN\",\n    \"location\": {\n      \"latitude\": \"28.6667\",\n      \"longitude\": \"77.2167\"\n    },\n    \"pincode\": \"400097\",\n    \"sector\": \"\",\n    \"state\": \"MAHARASHTRA\"\n  },\n  \"to_city\": \"\",\n  \"payment_mode\": \"COD\",\n  \"is_cod_available\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "14aeb7c3-22d1-453c-9f4e-f1ea94681f9d",
                "name": "Invalid.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "courier-partners"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The ID of the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"to_serviceability\": {\n    \"pincode\": \"400001\",\n    \"sector\": \"East\",\n    \"state\": \"Maharashtra\",\n    \"country\": \"India\",\n    \"city\": \"Mumbai\",\n    \"country_iso_code\": \"IN\",\n    \"location\": {\n      \"longitude\": \"73.1234\",\n      \"latitude\": \"19.4567\"\n    }\n  },\n  \"shipments\": [\n    {\n      \"fulfillment_id\": 9876,\n      \"fulfillment_tags\": [\n        \"Test Tag\"\n      ],\n      \"fulfillment_type\": \"mall\",\n      \"ignore_scheme_ids\": [\n        \"1\"\n      ],\n      \"from_serviceability\": {\n        \"pincode\": \"400067\",\n        \"sector\": \"\",\n        \"state\": \"Maharashtra\",\n        \"country\": \"India\",\n        \"city\": \"Pune\",\n        \"country_iso_code\": \"IN\",\n        \"location\": {\n          \"longitude\": \"18.5588\",\n          \"latitude\": \"73.7770\"\n        }\n      },\n      \"articles\": [\n        {\n          \"id\": \"SKU123\",\n          \"item_id\": 1,\n          \"tags\": [\n            \"Item Tag\"\n          ],\n          \"price\": 100,\n          \"department_id\": 1,\n          \"size\": \"M\",\n          \"quantity\": 5,\n          \"weight\": {\n            \"shipping\": 1500,\n            \"unit\": \"gram\",\n            \"is_default\": false\n          },\n          \"attributes\": {\n            \"battery_operated\": \"yes\",\n            \"is_flammable\": \"no\"\n          },\n          \"category_id\": 789,\n          \"dimension\": {\n            \"height\": 20,\n            \"is_default\": true,\n            \"length\": 30,\n            \"unit\": \"cm\",\n            \"width\": 20\n          },\n          \"brand_id\": 123,\n          \"manufacturing_time_unit\": \"days\",\n          \"manufacturing_time\": 1\n        }\n      ],\n      \"is_mto\": true\n    }\n  ],\n  \"journey\": \"return\",\n  \"payment_mode\": \"COD\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"type\": \"ValueError\",\n  \"value\": \"400002\",\n  \"message\": \"We are not delivering to '400002'\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "acdceec2-e876-45ab-9716-6ca985070560",
            "name": "getApplicationCourierPartnersList | Get available application courier partners",
            "request": {
              "name": "getApplicationCourierPartnersList | Get available application courier partners",
              "description": {
                "content": "Retrieves a list of courier partners available for shipping based on serviceability criteria, shipment details, and delivery rules.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "courier-partners"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"to_serviceability\": {\n    \"country\": \"<string>\",\n    \"country_iso_code\": \"<string>\",\n    \"pincode\": \"<string>\",\n    \"sector\": \"<string>\",\n    \"state\": \"<string>\",\n    \"city\": \"<string>\",\n    \"location\": {\n      \"longitude\": \"<string>\",\n      \"latitude\": \"<string>\"\n    }\n  },\n  \"shipments\": [\n    {\n      \"fulfillment_id\": \"<integer>\",\n      \"fulfillment_type\": \"<string>\",\n      \"fulfillment_tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"from_serviceability\": {\n        \"country\": \"<string>\",\n        \"country_iso_code\": \"<string>\",\n        \"pincode\": \"<string>\",\n        \"sector\": \"<string>\",\n        \"state\": \"<string>\",\n        \"city\": \"<string>\",\n        \"location\": {\n          \"longitude\": \"<string>\",\n          \"latitude\": \"<string>\"\n        }\n      },\n      \"articles\": [\n        {\n          \"quantity\": \"<integer>\",\n          \"weight\": {\n            \"shipping\": \"<integer>\",\n            \"unit\": \"<string>\",\n            \"is_default\": \"<boolean>\"\n          },\n          \"category_id\": \"<integer>\",\n          \"dimension\": {\n            \"height\": \"<number>\",\n            \"length\": \"<number>\",\n            \"is_default\": \"<boolean>\",\n            \"unit\": \"<string>\",\n            \"width\": \"<number>\"\n          },\n          \"brand_id\": \"<integer>\",\n          \"item_id\": \"<integer>\",\n          \"size\": \"<string>\",\n          \"tags\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"price\": \"<number>\",\n          \"department_id\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"delivery_slots\": {\n            \"culpa_3\": -16517444\n          },\n          \"error\": {\n            \"message\": \"<string>\",\n            \"success\": \"<boolean>\"\n          },\n          \"fulfillment_id\": \"<integer>\",\n          \"fulfillment_tags\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"fulfillment_type\": \"<string>\",\n          \"group_id\": \"<string>\",\n          \"is_gift\": \"<boolean>\",\n          \"is_mto\": \"<boolean>\",\n          \"is_set\": \"<boolean>\",\n          \"manufacturing_time\": \"<integer>\",\n          \"manufacturing_time_unit\": \"<string>\",\n          \"mto_quantity\": \"<integer>\",\n          \"sla\": \"<dateTime>\",\n          \"price_marked\": \"<float>\",\n          \"promise\": {\n            \"min\": \"<dateTime>\",\n            \"max\": \"<dateTime>\"\n          },\n          \"set\": {\n            \"culpa368\": 2720832,\n            \"cillum_e8_\": \"Lorem esse voluptate\"\n          },\n          \"return_reason\": {\n            \"id\": \"<integer>\",\n            \"meta\": {\n              \"show_text_area\": \"<boolean>\"\n            },\n            \"qc_type\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"reasons\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"is_active\": \"<boolean>\",\n            \"display_name\": \"<string>\",\n            \"question_set\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"reason_other_text\": \"<string>\"\n          },\n          \"set_quantity\": \"<integer>\",\n          \"attributes\": {\n            \"battery_operated\": \"<string>\",\n            \"is_flammable\": \"<string>\"\n          }\n        },\n        {\n          \"quantity\": \"<integer>\",\n          \"weight\": {\n            \"shipping\": \"<integer>\",\n            \"unit\": \"<string>\",\n            \"is_default\": \"<boolean>\"\n          },\n          \"category_id\": \"<integer>\",\n          \"dimension\": {\n            \"height\": \"<number>\",\n            \"length\": \"<number>\",\n            \"is_default\": \"<boolean>\",\n            \"unit\": \"<string>\",\n            \"width\": \"<number>\"\n          },\n          \"brand_id\": \"<integer>\",\n          \"item_id\": \"<integer>\",\n          \"size\": \"<string>\",\n          \"tags\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"price\": \"<number>\",\n          \"department_id\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"delivery_slots\": {\n            \"proidentd\": \"et consequat adipisicing aliquip exercitation\",\n            \"adipisicing_69\": false\n          },\n          \"error\": {\n            \"message\": \"<string>\",\n            \"success\": \"<boolean>\"\n          },\n          \"fulfillment_id\": \"<integer>\",\n          \"fulfillment_tags\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"fulfillment_type\": \"<string>\",\n          \"group_id\": \"<string>\",\n          \"is_gift\": \"<boolean>\",\n          \"is_mto\": \"<boolean>\",\n          \"is_set\": \"<boolean>\",\n          \"manufacturing_time\": \"<integer>\",\n          \"manufacturing_time_unit\": \"<string>\",\n          \"mto_quantity\": \"<integer>\",\n          \"sla\": \"<dateTime>\",\n          \"price_marked\": \"<float>\",\n          \"promise\": {\n            \"min\": \"<dateTime>\",\n            \"max\": \"<dateTime>\"\n          },\n          \"set\": {\n            \"Lorem_cab\": false\n          },\n          \"return_reason\": {\n            \"id\": \"<integer>\",\n            \"meta\": {\n              \"show_text_area\": \"<boolean>\"\n            },\n            \"qc_type\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"reasons\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"is_active\": \"<boolean>\",\n            \"display_name\": \"<string>\",\n            \"question_set\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"reason_other_text\": \"<string>\"\n          },\n          \"set_quantity\": \"<integer>\",\n          \"attributes\": {\n            \"battery_operated\": \"<string>\",\n            \"is_flammable\": \"<string>\"\n          }\n        }\n      ],\n      \"is_mto\": \"<boolean>\",\n      \"ignore_scheme_ids\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"promise\": {\n        \"customer_promise\": {\n          \"min\": \"<string>\",\n          \"max\": \"<string>\"\n        },\n        \"meta\": {\n          \"seller_promise\": {\n            \"min\": \"<string>\",\n            \"max\": \"<string>\"\n          },\n          \"courier_partner_promise\": {\n            \"min\": \"<string>\",\n            \"max\": \"<string>\",\n            \"attributes\": {\n              \"tat\": {\n                \"min\": \"<integer>\",\n                \"max\": \"<integer>\"\n              }\n            }\n          },\n          \"customer_initial_promise\": {\n            \"min\": \"<string>\",\n            \"max\": \"<string>\"\n          }\n        },\n        \"min\": \"<string>\",\n        \"max\": \"<string>\"\n      },\n      \"is_cod_available\": \"<boolean>\",\n      \"is_auto_assign\": \"<boolean>\",\n      \"meta\": {\n        \"shipment_cost\": \"<integer>\"\n      },\n      \"volumetric_weight\": \"<integer>\",\n      \"weight\": \"<integer>\",\n      \"courier_partners\": [\n        {\n          \"extension_id\": \"<string>\",\n          \"scheme_id\": \"<string>\",\n          \"area_code\": {\n            \"source\": \"<string>\",\n            \"destination\": \"<string>\"\n          },\n          \"tat\": {\n            \"min\": \"<integer>\",\n            \"max\": \"<integer>\"\n          },\n          \"display_name\": \"<string>\",\n          \"is_qc_enabled\": \"<boolean>\",\n          \"is_self_ship\": \"<boolean>\",\n          \"is_own_account\": \"<boolean>\",\n          \"ndr_attempts\": \"<integer>\",\n          \"forward_pickup_cutoff\": \"<string>\",\n          \"reverse_pickup_cutoff\": \"<string>\",\n          \"qc_shipment_item_quantity\": \"<integer>\",\n          \"non_qc_shipment_item_quantity\": \"<integer>\",\n          \"dangerous_goods\": \"<boolean>\",\n          \"restricted_goods\": \"<boolean>\",\n          \"fragile_goods\": \"<boolean>\",\n          \"cold_storage_goods\": \"<boolean>\",\n          \"delivery_type\": \"<string>\",\n          \"is_cod\": \"<boolean>\",\n          \"transport_type\": \"<string>\"\n        },\n        {\n          \"extension_id\": \"<string>\",\n          \"scheme_id\": \"<string>\",\n          \"area_code\": {\n            \"source\": \"<string>\",\n            \"destination\": \"<string>\"\n          },\n          \"tat\": {\n            \"min\": \"<integer>\",\n            \"max\": \"<integer>\"\n          },\n          \"display_name\": \"<string>\",\n          \"is_qc_enabled\": \"<boolean>\",\n          \"is_self_ship\": \"<boolean>\",\n          \"is_own_account\": \"<boolean>\",\n          \"ndr_attempts\": \"<integer>\",\n          \"forward_pickup_cutoff\": \"<string>\",\n          \"reverse_pickup_cutoff\": \"<string>\",\n          \"qc_shipment_item_quantity\": \"<integer>\",\n          \"non_qc_shipment_item_quantity\": \"<integer>\",\n          \"dangerous_goods\": \"<boolean>\",\n          \"restricted_goods\": \"<boolean>\",\n          \"fragile_goods\": \"<boolean>\",\n          \"cold_storage_goods\": \"<boolean>\",\n          \"delivery_type\": \"<string>\",\n          \"is_cod\": \"<boolean>\",\n          \"transport_type\": \"<string>\"\n        }\n      ],\n      \"error\": {\n        \"sunt__3\": \"consectetur v\",\n        \"adc5\": false\n      }\n    },\n    {\n      \"fulfillment_id\": \"<integer>\",\n      \"fulfillment_type\": \"<string>\",\n      \"fulfillment_tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"from_serviceability\": {\n        \"country\": \"<string>\",\n        \"country_iso_code\": \"<string>\",\n        \"pincode\": \"<string>\",\n        \"sector\": \"<string>\",\n        \"state\": \"<string>\",\n        \"city\": \"<string>\",\n        \"location\": {\n          \"longitude\": \"<string>\",\n          \"latitude\": \"<string>\"\n        }\n      },\n      \"articles\": [\n        {\n          \"quantity\": \"<integer>\",\n          \"weight\": {\n            \"shipping\": \"<integer>\",\n            \"unit\": \"<string>\",\n            \"is_default\": \"<boolean>\"\n          },\n          \"category_id\": \"<integer>\",\n          \"dimension\": {\n            \"height\": \"<number>\",\n            \"length\": \"<number>\",\n            \"is_default\": \"<boolean>\",\n            \"unit\": \"<string>\",\n            \"width\": \"<number>\"\n          },\n          \"brand_id\": \"<integer>\",\n          \"item_id\": \"<integer>\",\n          \"size\": \"<string>\",\n          \"tags\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"price\": \"<number>\",\n          \"department_id\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"delivery_slots\": {\n            \"magna_3\": true,\n            \"deserunt3\": false,\n            \"sunt_c3\": \"mollit dolore tempor nisi\"\n          },\n          \"error\": {\n            \"message\": \"<string>\",\n            \"success\": \"<boolean>\"\n          },\n          \"fulfillment_id\": \"<integer>\",\n          \"fulfillment_tags\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"fulfillment_type\": \"<string>\",\n          \"group_id\": \"<string>\",\n          \"is_gift\": \"<boolean>\",\n          \"is_mto\": \"<boolean>\",\n          \"is_set\": \"<boolean>\",\n          \"manufacturing_time\": \"<integer>\",\n          \"manufacturing_time_unit\": \"<string>\",\n          \"mto_quantity\": \"<integer>\",\n          \"sla\": \"<dateTime>\",\n          \"price_marked\": \"<float>\",\n          \"promise\": {\n            \"min\": \"<dateTime>\",\n            \"max\": \"<dateTime>\"\n          },\n          \"set\": {\n            \"exercitation_b\": \"eu aliqua ma\",\n            \"esse37d\": false\n          },\n          \"return_reason\": {\n            \"id\": \"<integer>\",\n            \"meta\": {\n              \"show_text_area\": \"<boolean>\"\n            },\n            \"qc_type\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"reasons\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"is_active\": \"<boolean>\",\n            \"display_name\": \"<string>\",\n            \"question_set\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"reason_other_text\": \"<string>\"\n          },\n          \"set_quantity\": \"<integer>\",\n          \"attributes\": {\n            \"battery_operated\": \"<string>\",\n            \"is_flammable\": \"<string>\"\n          }\n        },\n        {\n          \"quantity\": \"<integer>\",\n          \"weight\": {\n            \"shipping\": \"<integer>\",\n            \"unit\": \"<string>\",\n            \"is_default\": \"<boolean>\"\n          },\n          \"category_id\": \"<integer>\",\n          \"dimension\": {\n            \"height\": \"<number>\",\n            \"length\": \"<number>\",\n            \"is_default\": \"<boolean>\",\n            \"unit\": \"<string>\",\n            \"width\": \"<number>\"\n          },\n          \"brand_id\": \"<integer>\",\n          \"item_id\": \"<integer>\",\n          \"size\": \"<string>\",\n          \"tags\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"price\": \"<number>\",\n          \"department_id\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"delivery_slots\": {\n            \"ex__f\": \"dolore laboris ut Ut\"\n          },\n          \"error\": {\n            \"message\": \"<string>\",\n            \"success\": \"<boolean>\"\n          },\n          \"fulfillment_id\": \"<integer>\",\n          \"fulfillment_tags\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"fulfillment_type\": \"<string>\",\n          \"group_id\": \"<string>\",\n          \"is_gift\": \"<boolean>\",\n          \"is_mto\": \"<boolean>\",\n          \"is_set\": \"<boolean>\",\n          \"manufacturing_time\": \"<integer>\",\n          \"manufacturing_time_unit\": \"<string>\",\n          \"mto_quantity\": \"<integer>\",\n          \"sla\": \"<dateTime>\",\n          \"price_marked\": \"<float>\",\n          \"promise\": {\n            \"min\": \"<dateTime>\",\n            \"max\": \"<dateTime>\"\n          },\n          \"set\": {\n            \"irure5f\": false\n          },\n          \"return_reason\": {\n            \"id\": \"<integer>\",\n            \"meta\": {\n              \"show_text_area\": \"<boolean>\"\n            },\n            \"qc_type\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"reasons\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"is_active\": \"<boolean>\",\n            \"display_name\": \"<string>\",\n            \"question_set\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"reason_other_text\": \"<string>\"\n          },\n          \"set_quantity\": \"<integer>\",\n          \"attributes\": {\n            \"battery_operated\": \"<string>\",\n            \"is_flammable\": \"<string>\"\n          }\n        }\n      ],\n      \"is_mto\": \"<boolean>\",\n      \"ignore_scheme_ids\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"promise\": {\n        \"customer_promise\": {\n          \"min\": \"<string>\",\n          \"max\": \"<string>\"\n        },\n        \"meta\": {\n          \"seller_promise\": {\n            \"min\": \"<string>\",\n            \"max\": \"<string>\"\n          },\n          \"courier_partner_promise\": {\n            \"min\": \"<string>\",\n            \"max\": \"<string>\",\n            \"attributes\": {\n              \"tat\": {\n                \"min\": \"<integer>\",\n                \"max\": \"<integer>\"\n              }\n            }\n          },\n          \"customer_initial_promise\": {\n            \"min\": \"<string>\",\n            \"max\": \"<string>\"\n          }\n        },\n        \"min\": \"<string>\",\n        \"max\": \"<string>\"\n      },\n      \"is_cod_available\": \"<boolean>\",\n      \"is_auto_assign\": \"<boolean>\",\n      \"meta\": {\n        \"shipment_cost\": \"<integer>\"\n      },\n      \"volumetric_weight\": \"<integer>\",\n      \"weight\": \"<integer>\",\n      \"courier_partners\": [\n        {\n          \"extension_id\": \"<string>\",\n          \"scheme_id\": \"<string>\",\n          \"area_code\": {\n            \"source\": \"<string>\",\n            \"destination\": \"<string>\"\n          },\n          \"tat\": {\n            \"min\": \"<integer>\",\n            \"max\": \"<integer>\"\n          },\n          \"display_name\": \"<string>\",\n          \"is_qc_enabled\": \"<boolean>\",\n          \"is_self_ship\": \"<boolean>\",\n          \"is_own_account\": \"<boolean>\",\n          \"ndr_attempts\": \"<integer>\",\n          \"forward_pickup_cutoff\": \"<string>\",\n          \"reverse_pickup_cutoff\": \"<string>\",\n          \"qc_shipment_item_quantity\": \"<integer>\",\n          \"non_qc_shipment_item_quantity\": \"<integer>\",\n          \"dangerous_goods\": \"<boolean>\",\n          \"restricted_goods\": \"<boolean>\",\n          \"fragile_goods\": \"<boolean>\",\n          \"cold_storage_goods\": \"<boolean>\",\n          \"delivery_type\": \"<string>\",\n          \"is_cod\": \"<boolean>\",\n          \"transport_type\": \"<string>\"\n        },\n        {\n          \"extension_id\": \"<string>\",\n          \"scheme_id\": \"<string>\",\n          \"area_code\": {\n            \"source\": \"<string>\",\n            \"destination\": \"<string>\"\n          },\n          \"tat\": {\n            \"min\": \"<integer>\",\n            \"max\": \"<integer>\"\n          },\n          \"display_name\": \"<string>\",\n          \"is_qc_enabled\": \"<boolean>\",\n          \"is_self_ship\": \"<boolean>\",\n          \"is_own_account\": \"<boolean>\",\n          \"ndr_attempts\": \"<integer>\",\n          \"forward_pickup_cutoff\": \"<string>\",\n          \"reverse_pickup_cutoff\": \"<string>\",\n          \"qc_shipment_item_quantity\": \"<integer>\",\n          \"non_qc_shipment_item_quantity\": \"<integer>\",\n          \"dangerous_goods\": \"<boolean>\",\n          \"restricted_goods\": \"<boolean>\",\n          \"fragile_goods\": \"<boolean>\",\n          \"cold_storage_goods\": \"<boolean>\",\n          \"delivery_type\": \"<string>\",\n          \"is_cod\": \"<boolean>\",\n          \"transport_type\": \"<string>\"\n        }\n      ],\n      \"error\": {\n        \"dolor458\": -78946617.58313997\n      }\n    }\n  ],\n  \"journey\": \"<string>\",\n  \"payment_mode\": \"<string>\",\n  \"skip_delivery_rules\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "f9432e45-c3c6-444d-8483-34ad34954fc6",
                "name": "Valid",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "courier-partners"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The ID of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) The ID of the application."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"to_serviceability\": {\n    \"pincode\": \"400001\",\n    \"sector\": \"East\",\n    \"state\": \"Maharashtra\",\n    \"country\": \"India\",\n    \"city\": \"Mumbai\",\n    \"country_iso_code\": \"IN\",\n    \"location\": {\n      \"longitude\": \"73.1234\",\n      \"latitude\": \"19.4567\"\n    }\n  },\n  \"shipments\": [\n    {\n      \"fulfillment_id\": 9876,\n      \"fulfillment_tags\": [\n        \"Test Tag\"\n      ],\n      \"fulfillment_type\": \"mall\",\n      \"ignore_scheme_ids\": [\n        \"1\"\n      ],\n      \"from_serviceability\": {\n        \"pincode\": \"400067\",\n        \"sector\": \"\",\n        \"state\": \"Maharashtra\",\n        \"country\": \"India\",\n        \"city\": \"Pune\",\n        \"country_iso_code\": \"IN\",\n        \"location\": {\n          \"longitude\": \"18.5588\",\n          \"latitude\": \"73.7770\"\n        }\n      },\n      \"articles\": [\n        {\n          \"id\": \"SKU123\",\n          \"item_id\": 1,\n          \"tags\": [\n            \"Item Tag\"\n          ],\n          \"price\": 100,\n          \"department_id\": 1,\n          \"size\": \"M\",\n          \"quantity\": 5,\n          \"weight\": {\n            \"shipping\": 1500,\n            \"unit\": \"gram\",\n            \"is_default\": false\n          },\n          \"attributes\": {\n            \"battery_operated\": \"yes\",\n            \"is_flammable\": \"no\"\n          },\n          \"category_id\": 789,\n          \"dimension\": {\n            \"height\": 20,\n            \"is_default\": true,\n            \"length\": 30,\n            \"unit\": \"cm\",\n            \"width\": 20\n          },\n          \"brand_id\": 123,\n          \"manufacturing_time_unit\": \"days\",\n          \"manufacturing_time\": 1\n        }\n      ],\n      \"is_mto\": true\n    }\n  ],\n  \"journey\": \"return\",\n  \"payment_mode\": \"COD\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"journey\": \"return\",\n  \"shipments\": [\n    {\n      \"articles\": [\n        {\n          \"attributes\": {\n            \"battery_operated\": \"no\",\n            \"is_flammable\": \"no\"\n          },\n          \"brand_id\": 1977,\n          \"category_id\": 6276,\n          \"delivery_slots\": {},\n          \"department_id\": 1273,\n          \"dimension\": {\n            \"height\": 710,\n            \"is_default\": true,\n            \"length\": 710,\n            \"unit\": \"cm\",\n            \"width\": 710\n          },\n          \"error\": {\n            \"message\": null,\n            \"type\": null,\n            \"value\": null\n          },\n          \"fulfillment_id\": 3470,\n          \"fulfillment_tags\": [],\n          \"fulfillment_type\": \"store\",\n          \"group_id\": \"\",\n          \"id\": \"6634b6ac6cd8901ac605434b\",\n          \"is_gift\": false,\n          \"is_mto\": false,\n          \"is_set\": false,\n          \"item_id\": 7522408,\n          \"manufacturing_time\": 0,\n          \"manufacturing_time_unit\": \"hours\",\n          \"mto_quantity\": 0,\n          \"price\": 10,\n          \"price_marked\": 10,\n          \"promise\": {\n            \"max\": \"2024-08-13T11:27:48Z\",\n            \"min\": \"2024-08-11T11:27:48Z\"\n          },\n          \"quantity\": 1,\n          \"return_reason\": {\n            \"display_name\": \"Size is too Large\",\n            \"id\": 220,\n            \"is_active\": true,\n            \"meta\": {\n              \"show_text_area\": false\n            },\n            \"qc_type\": [],\n            \"question_set\": [],\n            \"reason_other_text\": \"\",\n            \"reasons\": []\n          },\n          \"set\": {},\n          \"set_quantity\": 1,\n          \"size\": \"OS\",\n          \"sla\": \"2024-08-09T16:30:00Z\",\n          \"tags\": [\n            \"Ball310720231405352\"\n          ],\n          \"weight\": {\n            \"is_default\": true,\n            \"shipping\": 710,\n            \"unit\": \"gram\"\n          }\n        }\n      ],\n      \"error\": {},\n      \"from_serviceability\": {\n        \"city\": \"PUNE\",\n        \"country\": \"India\",\n        \"country_iso_code\": \"IN\",\n        \"location\": {\n          \"latitude\": \"19.1282743\",\n          \"longitude\": \"72.8677092\"\n        },\n        \"pincode\": \"411045\",\n        \"sector\": \"\",\n        \"state\": \"MAHARASHTRA\"\n      },\n      \"fulfillment_id\": 3470,\n      \"fulfillment_tags\": [],\n      \"fulfillment_type\": \"store\",\n      \"ignore_scheme_ids\": [],\n      \"is_auto_assign\": true,\n      \"is_mto\": false,\n      \"meta\": {\n        \"shipment_cost\": 10\n      },\n      \"courier_partners\": [\n        {\n          \"extension_id\": \"651ffabb556007fa462c9c06\",\n          \"scheme_id\": \"651ffcb8400bbc458aa4ac7d\",\n          \"area_code\": {\n            \"source\": \"\",\n            \"destination\": \"\"\n          },\n          \"tat\": {\n            \"min\": 1,\n            \"max\": 1\n          },\n          \"display_name\": \"Scheme 2\",\n          \"is_qc_enabled\": true,\n          \"is_self_ship\": true,\n          \"is_own_account\": true,\n          \"ndr_attempts\": 0,\n          \"forward_pickup_cutoff\": null,\n          \"reverse_pickup_cutoff\": null\n        },\n        {\n          \"extension_id\": \"651ffabb556007fa462c9c06\",\n          \"scheme_id\": \"651ffcb8400bbc458aa4ac7e\",\n          \"area_code\": {\n            \"source\": \"\",\n            \"destination\": \"\"\n          },\n          \"tat\": {\n            \"min\": 1,\n            \"max\": 1\n          },\n          \"display_name\": \"Scheme 3\",\n          \"is_qc_enabled\": true,\n          \"is_self_ship\": true,\n          \"is_own_account\": false,\n          \"ndr_attempts\": 0,\n          \"forward_pickup_cutoff\": null,\n          \"reverse_pickup_cutoff\": null\n        }\n      ],\n      \"volumetric_weight\": 71582200,\n      \"weight\": 710\n    }\n  ],\n  \"to_serviceability\": {\n    \"city\": \"MUMBAI\",\n    \"country\": \"India\",\n    \"country_iso_code\": \"IN\",\n    \"location\": {\n      \"latitude\": \"28.6667\",\n      \"longitude\": \"77.2167\"\n    },\n    \"pincode\": \"400097\",\n    \"sector\": \"\",\n    \"state\": \"MAHARASHTRA\"\n  },\n  \"to_city\": \"\",\n  \"payment_mode\": \"COD\",\n  \"is_cod_available\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "4b5cf6e5-2892-40f6-9d46-45169c3fe06e",
                "name": "Invalid.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "courier-partners"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The ID of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) The ID of the application."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"to_serviceability\": {\n    \"pincode\": \"400001\",\n    \"sector\": \"East\",\n    \"state\": \"Maharashtra\",\n    \"country\": \"India\",\n    \"city\": \"Mumbai\",\n    \"country_iso_code\": \"IN\",\n    \"location\": {\n      \"longitude\": \"73.1234\",\n      \"latitude\": \"19.4567\"\n    }\n  },\n  \"shipments\": [\n    {\n      \"fulfillment_id\": 9876,\n      \"fulfillment_tags\": [\n        \"Test Tag\"\n      ],\n      \"fulfillment_type\": \"mall\",\n      \"ignore_scheme_ids\": [\n        \"1\"\n      ],\n      \"from_serviceability\": {\n        \"pincode\": \"400067\",\n        \"sector\": \"\",\n        \"state\": \"Maharashtra\",\n        \"country\": \"India\",\n        \"city\": \"Pune\",\n        \"country_iso_code\": \"IN\",\n        \"location\": {\n          \"longitude\": \"18.5588\",\n          \"latitude\": \"73.7770\"\n        }\n      },\n      \"articles\": [\n        {\n          \"id\": \"SKU123\",\n          \"item_id\": 1,\n          \"tags\": [\n            \"Item Tag\"\n          ],\n          \"price\": 100,\n          \"department_id\": 1,\n          \"size\": \"M\",\n          \"quantity\": 5,\n          \"weight\": {\n            \"shipping\": 1500,\n            \"unit\": \"gram\",\n            \"is_default\": false\n          },\n          \"attributes\": {\n            \"battery_operated\": \"yes\",\n            \"is_flammable\": \"no\"\n          },\n          \"category_id\": 789,\n          \"dimension\": {\n            \"height\": 20,\n            \"is_default\": true,\n            \"length\": 30,\n            \"unit\": \"cm\",\n            \"width\": 20\n          },\n          \"brand_id\": 123,\n          \"manufacturing_time_unit\": \"days\",\n          \"manufacturing_time\": 1\n        }\n      ],\n      \"is_mto\": true\n    }\n  ],\n  \"journey\": \"return\",\n  \"payment_mode\": \"COD\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"type\": \"ValueError\",\n  \"value\": \"400002\",\n  \"message\": \"We are not delivering to '400002'\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "cbb019a1-d006-492d-a040-34e1da484f2a",
            "name": "updateCompanyConfiguration | Update delivery configuration",
            "request": {
              "name": "updateCompanyConfiguration | Update delivery configuration",
              "description": {
                "content": "Updates an existing delivery setup for a company, including the ability to adjust self-shipping preferences.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "configuration"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "fulfillment_option_slug",
                    "value": "<string>",
                    "description": "(Required) Slug representing the fulfillment option."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"is_rate_card_enabled\": false,\n  \"sort\": \"fastest\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "4b423c7f-c7e0-4176-afc6-4a7d96d4d223",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "configuration"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "fulfillment_option_slug",
                        "value": "standard-delivery"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"sort\": [\n    \"fastest\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"sort\": [\n    \"fastest\"\n  ],\n  \"company_id\": 123\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "8fb61ff2-73d7-4cd1-b03d-5ff2bbd2a6cb",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "configuration"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "fulfillment_option_slug",
                        "value": "standard-delivery"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"sort\": [\n    \"fastest\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"error\": [\n    {\n      \"type\": \"NotFound\",\n      \"value\": \"company_id\",\n      \"message\": \"company 987654321 does not exists in records\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "44bfee7e-82f9-42b5-9842-0058988167f3",
            "name": "getCompanyConfiguration | Get delivery configuration",
            "request": {
              "name": "getCompanyConfiguration | Get delivery configuration",
              "description": {
                "content": "Retrieves information about the delivery setup for a company",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "configuration"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "13056824-e431-45e6-a35b-8457b3ed14f6",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "configuration"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"sort\": [\n    \"fastest\"\n  ],\n  \"company_id\": 123,\n  \"logistics_as_actual\": \"seller-controlled\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "8c0445c5-fb16-4a46-a48d-32bee0179810",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "configuration"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"error\": [\n    {\n      \"type\": \"NotFound\",\n      \"value\": \"company_id\",\n      \"message\": \"company_id 988765 does not exists in records\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "c554dd6a-194c-4849-84f6-ba0f36e0ab61",
            "name": "getApplicationConfiguration | Get delivery configuration",
            "request": {
              "name": "getApplicationConfiguration | Get delivery configuration",
              "description": {
                "content": "This API returns all the Application config that has been applied to the given company and application.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "configuration"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "7e20be24-d9c5-4731-955d-1111d9f48774",
                "name": "Success. Returns all the Application configs that are present in the application. It fetches Zones, Courier partner config, Promise config and Buybox rule config. Refer Schema and Examples for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "configuration"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier of company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier of a sales channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"promise_types\": [],\n  \"courier_partner_config\": {\n    \"rule_ids\": [],\n    \"sort\": [\n      \"fastest\"\n    ],\n    \"manual_priority\": []\n  },\n  \"zones\": {\n    \"serviceability_type\": \"zone-based\",\n    \"active_count\": 0,\n    \"total_count\": 0\n  },\n  \"buybox_rule_config\": {\n    \"store_type_priority\": [\n      \"FC\",\n      \"STORE\"\n    ],\n    \"store_tag_priority\": [\n      \"store_tag_1\",\n      \"store_tag_2\"\n    ],\n    \"sort\": [\n      \"price\",\n      \"store_type\",\n      \"promise\",\n      \"store_creation_date\",\n      \"distance\",\n      \"store_tag\"\n    ]\n  },\n  \"promise_config\": {\n    \"store_attributes\": {\n      \"is_operational_timing_enabled\": true,\n      \"is_order_acceptance_timing_enabled\": true,\n      \"is_average_processing_time\": true,\n      \"is_holiday_enabled\": true\n    },\n    \"delivery_service_attributes\": {\n      \"is_pickup_cutoff_time_enabled\": true,\n      \"is_service_tat_enabled\": true,\n      \"is_holiday_enabled\": true\n    },\n    \"buffer_field\": {\n      \"unit\": \"hours\",\n      \"value\": 10,\n      \"enabled\": true\n    }\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "f18810b3-b14d-4e0f-b5e6-a703e26363ea",
                "name": "Bad request. See the error object in the response body for specific reason. It can be due to invalid company_id or application_id. Refer Schema and Examples for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "configuration"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier of company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier of a sales channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"error\": [\n    {\n      \"value\": \"application_id\",\n      \"message\": \"Application Id test_app_2 does not exists in records\",\n      \"type\": \"NotFound\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "a21672a7-04a5-4dab-8efe-51002d98c9c7",
            "name": "patchApplicationConfiguration | To patch any config which can be applied to application",
            "request": {
              "name": "patchApplicationConfiguration | To patch any config which can be applied to application",
              "description": {
                "content": "Apply configs to application. Supports patching for buybox rule config and promise config. For reference, refer to examples",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "configuration"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PATCH",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"courier_partner_config\": {\n    \"rule_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"sort\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"manual_priority\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"buybox_rule_config\": {\n    \"store_type_priority\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"store_tag_priority\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"sort\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"promise_config\": {\n    \"store_attributes\": {\n      \"is_operational_timing_enabled\": \"<boolean>\",\n      \"is_order_acceptance_timing_enabled\": \"<boolean>\",\n      \"is_average_processing_time\": \"<boolean>\",\n      \"is_holiday_enabled\": \"<boolean>\"\n    },\n    \"delivery_service_attributes\": {\n      \"is_pickup_cutoff_time_enabled\": \"<boolean>\",\n      \"is_service_tat_enabled\": \"<boolean>\",\n      \"is_holiday_enabled\": \"<boolean>\",\n      \"is_all_dps_considered\": \"<boolean>\"\n    },\n    \"buffer_field\": {\n      \"unit\": \"<string>\",\n      \"value\": \"<integer>\",\n      \"enabled\": \"<boolean>\"\n    }\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "8f469a14-3c1d-490c-b30d-bb695e66997e",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "configuration"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier of company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier of sales channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"promise_config\": {\n    \"store_attributes\": {\n      \"is_operational_timing_enabled\": true,\n      \"is_order_acceptance_timing_enabled\": true,\n      \"is_average_processing_time\": true,\n      \"is_holiday_enabled\": true\n    },\n    \"delivery_service_attributes\": {\n      \"is_pickup_cutoff_time_enabled\": true,\n      \"is_service_tat_enabled\": true,\n      \"is_holiday_enabled\": true\n    },\n    \"buffer_field\": {\n      \"unit\": \"hours\",\n      \"value\": 10,\n      \"enabled\": true\n    }\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "35a53453-2fad-41dc-a212-df44a9ccbeae",
                "name": "Bad request. See the error object in the response body for specific reason. It can be due to invalid company_id or application_id. Refer Schema and Examples for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "configuration"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier of company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier of sales channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"promise_config\": {\n    \"store_attributes\": {\n      \"is_operational_timing_enabled\": true,\n      \"is_order_acceptance_timing_enabled\": true,\n      \"is_average_processing_time\": true,\n      \"is_holiday_enabled\": true\n    },\n    \"delivery_service_attributes\": {\n      \"is_pickup_cutoff_time_enabled\": true,\n      \"is_service_tat_enabled\": true,\n      \"is_holiday_enabled\": true\n    },\n    \"buffer_field\": {\n      \"unit\": \"hours\",\n      \"value\": 10,\n      \"enabled\": true\n    }\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"error\": [\n    {\n      \"value\": \"application_id\",\n      \"message\": \"Application Id test_app_2 does not exists in records\",\n      \"type\": \"NotFound\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d92686ee-b302-4742-8387-60575bec82e4",
            "name": "bulkTat | Locality TAT import or export",
            "request": {
              "name": "bulkTat | Locality TAT import or export",
              "description": {
                "content": "Updates locality wise TAT(Turn Around Time) for particular courier scheme using CSV file.\nExport locality wise CSV files.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "courier-partner",
                  ":extension_id",
                  "scheme",
                  ":scheme_id",
                  "tat"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "extension_id",
                    "description": "(Required) Unique Identifier of courier partner extension."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "scheme_id",
                    "description": "(Required) Unique identifier for the scheme, used to fetch or modify scheme details."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"action\": \"<string>\",\n  \"country\": \"<string>\",\n  \"region\": \"<string>\",\n  \"file_path\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "eab9becf-2b86-48ef-8ae1-92bd7b302799",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "courier-partner",
                      ":extension_id",
                      "scheme",
                      ":scheme_id",
                      "tat"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "extension_id",
                        "description": "(Required) Unique Identifier of courier partner extension."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "scheme_id",
                        "description": "(Required) Unique identifier for the scheme, used to fetch or modify scheme details."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"country\": \"India\",\n  \"region\": \"Pincode\",\n  \"action\": \"import\",\n  \"file_path\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/general/free/original/q7YKZzGdh-bulk_localities_import.csv\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"batch_id\": \"id2\",\n  \"file_path\": \"path1.csv\",\n  \"total\": 10,\n  \"failed\": 0,\n  \"failed_records\": [],\n  \"success\": 0,\n  \"status\": \"processing\",\n  \"action\": \"import\",\n  \"region\": \"Pincode\",\n  \"country\": \"India\",\n  \"created_on\": \"2023-11-07T14:30:00Z\",\n  \"modified_on\": \"2023-11-07T14:30:00Z\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "b3ab868d-b566-4b2c-8e4a-6f40363cd4cc",
                "name": "Failure",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "courier-partner",
                      ":extension_id",
                      "scheme",
                      ":scheme_id",
                      "tat"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "extension_id",
                        "description": "(Required) Unique Identifier of courier partner extension."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "scheme_id",
                        "description": "(Required) Unique identifier for the scheme, used to fetch or modify scheme details."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"country\": \"India\",\n  \"region\": \"Pincode\",\n  \"action\": \"import\",\n  \"file_path\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/general/free/original/q7YKZzGdh-bulk_localities_import.csv\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"error\": [\n    {\n      \"message\": \"Invalid account ID.\",\n      \"type\": \"ValidationError\",\n      \"value\": \"acc123\"\n    },\n    {\n      \"message\": \"Scheme ID mismatch.\",\n      \"type\": \"ValidationError\",\n      \"value\": \"scheme456\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "c0deb5a5-f764-4584-9a2a-ba31b8f56c10",
            "name": "getBulkTat | Locality TAT change history",
            "request": {
              "name": "getBulkTat | Locality TAT change history",
              "description": {
                "content": "Retrieves the history of changes made to TAT(Turn Around Time) for scheme.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "courier-partner",
                  ":extension_id",
                  "scheme",
                  ":scheme_id",
                  "tat"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "The current page number for paginated results."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "12",
                    "description": "Determines the items to be displayed in a page"
                  },
                  {
                    "disabled": false,
                    "key": "batch_id",
                    "value": "<string>",
                    "description": "Unique identifier of bulk job"
                  },
                  {
                    "disabled": false,
                    "key": "action",
                    "value": "<string>",
                    "description": "Import or export bulk type"
                  },
                  {
                    "disabled": false,
                    "key": "status",
                    "value": "<string>",
                    "description": "Status of the bulk actions"
                  },
                  {
                    "disabled": false,
                    "key": "country",
                    "value": "<string>",
                    "description": "Country for which bulk job is initiated"
                  },
                  {
                    "disabled": false,
                    "key": "region",
                    "value": "<string>",
                    "description": "Region for which bulk job is initiated"
                  },
                  {
                    "disabled": false,
                    "key": "start_date",
                    "value": "<dateTime>",
                    "description": "Fetch job history after a particule date"
                  },
                  {
                    "disabled": false,
                    "key": "end_date",
                    "value": "<dateTime>",
                    "description": "Fetch job history before a particule date"
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "extension_id",
                    "description": "(Required) Unique Identifier of courier partner extension."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "scheme_id",
                    "description": "(Required) Unique identifier for the scheme, used to fetch or modify scheme details."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "ab111264-7672-477e-ba15-487a65e4e198",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "courier-partner",
                      ":extension_id",
                      "scheme",
                      ":scheme_id",
                      "tat"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "1"
                      },
                      {
                        "key": "batch_id",
                        "value": "000000000000000000000001"
                      },
                      {
                        "key": "action",
                        "value": "import"
                      },
                      {
                        "key": "status",
                        "value": "<string>"
                      },
                      {
                        "key": "country",
                        "value": "INDIA"
                      },
                      {
                        "key": "region",
                        "value": "MAHARASTRA"
                      },
                      {
                        "key": "start_date",
                        "value": "2023-09-12T00:00:00.000000"
                      },
                      {
                        "key": "end_date",
                        "value": "2023-09-12T23:59:59.999999"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "extension_id",
                        "description": "(Required) Unique Identifier of courier partner extension."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "scheme_id",
                        "description": "(Required) Unique identifier for the scheme, used to fetch or modify scheme details."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"batch_id\": \"id1\",\n      \"file_path\": \"path1.csv\",\n      \"total\": 10,\n      \"failed\": 0,\n      \"failed_records\": [],\n      \"success\": 1,\n      \"status\": \"processing\",\n      \"action\": \"import\",\n      \"region\": \"Pincode\",\n      \"country\": \"India\",\n      \"created_on\": \"2023-11-07T14:30:00Z\",\n      \"modified_on\": \"2023-11-07T14:30:00Z\"\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_previous\": false,\n    \"has_next\": false,\n    \"type\": \"number\",\n    \"size\": 2,\n    \"item_total\": 2\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "1b5e7e6c-eb31-4e51-9524-7991f1390828",
            "name": "getApplicationConfig | Get store rule configuration",
            "request": {
              "name": "getApplicationConfig | Get store rule configuration",
              "description": {
                "content": "Retrieves information about the order routing setup for a single application",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "store",
                  "configuration"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "0adbcb3f-bd50-45ce-ac42-330b5d7a4f34",
                "name": "Successful Response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "store",
                      "configuration"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular application channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"rule_ids\": [\n    \"65002524f0531e73892a788e\"\n  ],\n  \"sort\": [\n    \"store_type\",\n    \"distance\",\n    \"inventory\",\n    \"processing_time\",\n    \"price\",\n    \"store_tag\"\n  ],\n  \"manual_priority\": [],\n  \"type_based_priority\": [\n    \"warehouse\",\n    \"high_street\",\n    \"mall\",\n    \"others\"\n  ],\n  \"tag_based_priority\": [],\n  \"store_priority\": [],\n  \"meta_sort_priority\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "28b1331b-cf06-4d76-99fd-6c2a0f21431b",
                "name": "Error Response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "store",
                      "configuration"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular application channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"status_code\": 400,\n  \"error\": [\n    {\n      \"type\": \"ValidationError\",\n      \"value\": \"name\",\n      \"message\": \"Application 6524dac0e2e6dec99c1856db does not exist for company 123.\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "9e7c2d9f-8db3-42d4-bbdf-209a7397a86f",
            "name": "insertApplicationConfig | Create store rule configuration",
            "request": {
              "name": "insertApplicationConfig | Create store rule configuration",
              "description": {
                "content": "Creates a order routing setup for an application, which involves updating sorting settings or rule priorities.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "store",
                  "configuration"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"rule_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"type_based_priority\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"tag_based_priority\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"store_priority\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\"\n    }\n  ],\n  \"sort\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"meta_sort_priority\": {\n    \"eu_a\": false,\n    \"mollitf55\": \"sed fugiat ut in ipsum\"\n  },\n  \"manual_priority\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "f85badd5-f002-463c-afbe-add94f9b521d",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "store",
                      "configuration"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular application channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"rule_ids\": [],\n  \"type_based_priority\": [],\n  \"tag_based_priority\": [],\n  \"store_priority\": [],\n  \"sort\": [\n    \"distance\",\n    \"inventory\",\n    \"price\",\n    \"processing_time\",\n    \"store_type\",\n    \"store_tag\"\n  ],\n  \"meta_sort_priority\": {}\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"rule_ids\": [],\n  \"type_based_priority\": [],\n  \"tag_based_priority\": [],\n  \"store_priority\": [],\n  \"manual_priority\": [],\n  \"sort\": [\n    \"distance\",\n    \"inventory\",\n    \"price\",\n    \"processing_time\",\n    \"store_type\",\n    \"store_tag\"\n  ],\n  \"meta_sort_priority\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "5e4160f8-17f1-43bc-8478-dfc565469437",
                "name": "Error Response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "store",
                      "configuration"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular application channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"rule_ids\": [],\n  \"type_based_priority\": [],\n  \"tag_based_priority\": [],\n  \"store_priority\": [],\n  \"sort\": [\n    \"distance\",\n    \"inventory\",\n    \"price\",\n    \"processing_time\",\n    \"store_type\",\n    \"store_tag\"\n  ],\n  \"meta_sort_priority\": {}\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"status_code\": 400,\n  \"error\": [\n    {\n      \"type\": \"ValidationError\",\n      \"value\": \"name\",\n      \"message\": \"Application with name `6524dac0e2e6dec99c1856db` does not exist.\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "fdf6f278-381f-42a1-ad9c-a1ccce26ae79",
            "name": "updateStoreRulesConfig | Update store rules configuration",
            "request": {
              "name": "updateStoreRulesConfig | Update store rules configuration",
              "description": {
                "content": "Updates an existing order routing setup for a single application, which involves updating sorting settings or rule priorities.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "store",
                  "configuration"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"rule_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"type_based_priority\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"tag_based_priority\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"store_priority\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\"\n    }\n  ],\n  \"sort\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"meta_sort_priority\": {\n    \"id_d6\": false\n  },\n  \"manual_priority\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "7e636f23-9fe5-463d-ad18-252271a0617d",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "store",
                      "configuration"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular application channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"rule_ids\": [],\n  \"type_based_priority\": [],\n  \"tag_based_priority\": [],\n  \"store_priority\": [],\n  \"sort\": [\n    \"distance\",\n    \"inventory\",\n    \"price\",\n    \"processing_time\",\n    \"store_type\",\n    \"store_tag\"\n  ],\n  \"meta_sort_priority\": {}\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"rule_ids\": [],\n  \"type_based_priority\": [],\n  \"tag_based_priority\": [],\n  \"store_priority\": [],\n  \"manual_priority\": [],\n  \"sort\": [\n    \"distance\",\n    \"inventory\",\n    \"price\",\n    \"processing_time\",\n    \"store_type\",\n    \"store_tag\"\n  ],\n  \"meta_sort_priority\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "9aecabe1-a6fa-4a78-9819-fc9f446d9f36",
                "name": "Error Response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "store",
                      "configuration"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular application channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"rule_ids\": [],\n  \"type_based_priority\": [],\n  \"tag_based_priority\": [],\n  \"store_priority\": [],\n  \"sort\": [\n    \"distance\",\n    \"inventory\",\n    \"price\",\n    \"processing_time\",\n    \"store_type\",\n    \"store_tag\"\n  ],\n  \"meta_sort_priority\": {}\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"status_code\": 400,\n  \"error\": [\n    {\n      \"type\": \"ValidationError\",\n      \"value\": \"name\",\n      \"message\": \"Application with name `6524dac0e2e6dec99c1856db` does not exist.\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "f88f1cb3-2a5a-4d59-9cef-fb62cfa03f70",
            "name": "getStoreRules | Get store rules",
            "request": {
              "name": "getStoreRules | Get store rules",
              "description": {
                "content": "Retrieves an existing order routing setup for a single application",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "store",
                  "rules"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The current page number for paginated results."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<integer>",
                    "description": "Determines the items to be displayed in a page"
                  },
                  {
                    "disabled": false,
                    "key": "status",
                    "value": "<string>",
                    "description": "Filter rules based on rule status"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "3ff93cee-0187-4028-ba15-9889897ad4fe",
                "name": "Successful Response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "store",
                      "rules"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "status",
                        "value": "true"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular application channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"id\": \"65002524f0531e73892a788e\",\n      \"company_id\": 123,\n      \"name\": \"test store rule 1\",\n      \"application_id\": \"6524dac0e2e6dec99c1856da\",\n      \"type_based_priority\": [],\n      \"tag_based_priority\": [],\n      \"store_priority\": [\n        {\n          \"id\": 2,\n          \"name\": \"Test Company - 1\"\n        }\n      ],\n      \"manual_priority\": [],\n      \"sort\": [\n        \"custom\"\n      ],\n      \"conditions\": {\n        \"order_place_date\": {\n          \"gte\": \"2023-08-31T18:30:00.000Z\",\n          \"lte\": \"2023-09-30T18:29:59.000Z\"\n        }\n      },\n      \"is_active\": true\n    },\n    {\n      \"id\": \"65002614f0531e73892a7890\",\n      \"name\": \"test store rule 2\",\n      \"company_id\": 123,\n      \"application_id\": \"6524dac0e2e6dec99c1856da\",\n      \"type_based_priority\": [\n        \"warehouse\",\n        \"high_street\",\n        \"mall\"\n      ],\n      \"tag_based_priority\": [\n        \"tag1\"\n      ],\n      \"store_priority\": [],\n      \"sort\": [\n        \"distance\",\n        \"inventory\",\n        \"price\",\n        \"processing_time\",\n        \"store_type\",\n        \"store_tag\"\n      ],\n      \"conditions\": {\n        \"department_ids\": {\n          \"includes\": [\n            1\n          ]\n        }\n      },\n      \"is_active\": false\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"size\": 2,\n    \"current\": 1,\n    \"has_next\": false,\n    \"has_previous\": false,\n    \"item_total\": 2\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e5ea85ad-a87c-4b1d-bf9e-01041d449857",
            "name": "createStoreRules | Create store rule",
            "request": {
              "name": "createStoreRules | Create store rule",
              "description": {
                "content": "Create a rule within the order routing rules",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "store",
                  "rules"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"name\": \"<string>\",\n  \"manual_priority\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"meta_sort_priority\": {\n    \"id7\": 60551077,\n    \"in28\": -54681451\n  },\n  \"meta_conditions\": {\n    \"elit_fa\": -32201547,\n    \"sit__81\": true,\n    \"eu74\": \"sit minim laborum\"\n  },\n  \"filters\": \"all\",\n  \"is_active\": \"<boolean>\",\n  \"conditions\": {\n    \"department_ids\": {\n      \"includes\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    },\n    \"category_ids\": {\n      \"includes\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    },\n    \"brand_ids\": {\n      \"includes\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    },\n    \"to_location\": {\n      \"type\": \"<string>\",\n      \"includes\": [\n        {\n          \"uid\": \"<string>\",\n          \"sub_type\": \"<string>\",\n          \"name\": \"<string>\",\n          \"display_name\": \"<string>\",\n          \"parent_id\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"parent_ids\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"id\": \"<string>\"\n        },\n        {\n          \"uid\": \"<string>\",\n          \"sub_type\": \"<string>\",\n          \"name\": \"<string>\",\n          \"display_name\": \"<string>\",\n          \"parent_id\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"parent_ids\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"id\": \"<string>\"\n        }\n      ]\n    },\n    \"customer_radius\": {\n      \"unit\": \"<string>\",\n      \"lt\": \"<integer>\",\n      \"lte\": \"<integer>\",\n      \"gt\": \"<integer>\",\n      \"gte\": \"<integer>\"\n    },\n    \"store_type\": {\n      \"includes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"product_tags\": {\n      \"includes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"product_ids\": {\n      \"includes\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    },\n    \"store_tags\": {\n      \"includes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"order_place_date\": {\n      \"lte\": \"<dateTime>\",\n      \"gte\": \"<dateTime>\"\n    },\n    \"zone_ids\": {\n      \"includes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  },\n  \"type_based_priority\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"tag_based_priority\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"store_priority\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\"\n    }\n  ],\n  \"sort\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "31e85498-ec01-4faf-bf5e-68db28dfe587",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "store",
                      "rules"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular application channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Test Rule 1\",\n  \"conditions\": {\n    \"department_ids\": {\n      \"includes\": [\n        1,\n        2\n      ]\n    },\n    \"product_tags\": {\n      \"includes\": [\n        \"ptag1\",\n        \"ptag2\"\n      ]\n    }\n  },\n  \"type_based_priority\": [\n    \"warehouse\",\n    \"high_street\",\n    \"mall\"\n  ],\n  \"tag_based_priority\": [\n    \"tag1\",\n    \"tag2\"\n  ],\n  \"is_active\": true,\n  \"sort\": [\n    \"distance\",\n    \"inventory\",\n    \"price\",\n    \"processing_time\",\n    \"store_type\",\n    \"store_tag\"\n  ],\n  \"store_priority\": [\n    {\n      \"id\": 1,\n      \"name\": \"store1\"\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"name\": \"Test Rule Spec 1\",\n  \"conditions\": {},\n  \"type_based_priority\": [],\n  \"tag_based_priority\": [],\n  \"store_priority\": [],\n  \"manual_priority\": [],\n  \"filters\": \"all\",\n  \"sort\": [\n    \"distance\",\n    \"inventory\",\n    \"price\",\n    \"processing_time\",\n    \"store_type\",\n    \"store_tag\"\n  ],\n  \"type\": \"store\",\n  \"is_active\": true,\n  \"id\": \"65e23a947e9b5544ccea4b6b\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "7b9a427d-8f44-42d5-aa4f-bad9ea19c59b",
                "name": "Error Response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "store",
                      "rules"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular application channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Test Rule 1\",\n  \"conditions\": {\n    \"department_ids\": {\n      \"includes\": [\n        1,\n        2\n      ]\n    },\n    \"product_tags\": {\n      \"includes\": [\n        \"ptag1\",\n        \"ptag2\"\n      ]\n    }\n  },\n  \"type_based_priority\": [\n    \"warehouse\",\n    \"high_street\",\n    \"mall\"\n  ],\n  \"tag_based_priority\": [\n    \"tag1\",\n    \"tag2\"\n  ],\n  \"is_active\": true,\n  \"sort\": [\n    \"distance\",\n    \"inventory\",\n    \"price\",\n    \"processing_time\",\n    \"store_type\",\n    \"store_tag\"\n  ],\n  \"store_priority\": [\n    {\n      \"id\": 1,\n      \"name\": \"store1\"\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"status_code\": 400,\n  \"error\": [\n    {\n      \"type\": \"SchemaValidationError\",\n      \"value\": \"sort\",\n      \"message\": \"Missing data for required field.\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "c2994399-b67b-4b8f-adae-611fd08e9254",
            "name": "getStoreRule | Get store rule",
            "request": {
              "name": "getStoreRule | Get store rule",
              "description": {
                "content": "Retrieves a single rule within the order routing rules",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "store",
                  "rules",
                  ":rule_uid"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "rule_uid",
                    "description": "(Required) A `rule_uid` is a unique identifier for a particular rule object."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "65add87d-56d1-485d-b866-d18ff5d2a007",
                "name": "Successful Response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "store",
                      "rules",
                      ":rule_uid"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular application channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "rule_uid",
                        "description": "(Required) A `rule_uid` is a unique identifier for a particular rule object."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"65002524f0531e73892a788e\",\n  \"name\": \"test store rule 1\",\n  \"company_id\": 123,\n  \"application_id\": \"6524dac0e2e6dec99c1856da\",\n  \"type_based_priority\": [],\n  \"tag_based_priority\": [],\n  \"store_priority\": [\n    {\n      \"id\": 2,\n      \"name\": \"Test Company - 1\"\n    }\n  ],\n  \"manual_priority\": [],\n  \"filters\": \"all\",\n  \"meta_conditions\": {},\n  \"meta_sort_priority\": {},\n  \"sort\": [\n    \"custom\"\n  ],\n  \"conditions\": {\n    \"order_place_date\": {\n      \"gte\": \"2023-08-31T18:30:00.000Z\",\n      \"lte\": \"2023-09-30T18:29:59.000Z\"\n    }\n  },\n  \"is_active\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "b4ba3726-809d-4ffd-8411-38b617db1811",
                "name": "Error Response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "store",
                      "rules",
                      ":rule_uid"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular application channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "rule_uid",
                        "description": "(Required) A `rule_uid` is a unique identifier for a particular rule object."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"status_code\": 400,\n  \"error\": [\n    {\n      \"type\": \"SchemaValidationError\",\n      \"value\": \"sort\",\n      \"message\": \"Missing data for required field.\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e3e247f4-dbc6-4fce-9b80-d405f9534a66",
            "name": "updateStoreRules | Update store rule",
            "request": {
              "name": "updateStoreRules | Update store rule",
              "description": {
                "content": "Updates an existing rule within the order routing rules.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "store",
                  "rules",
                  ":rule_uid"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "rule_uid",
                    "description": "(Required) A `rule_uid` is a unique identifier for a particular rule object."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"name\": \"<string>\",\n  \"manual_priority\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"meta_sort_priority\": {\n    \"minim3e3\": \"Lorem ipsum quis\"\n  },\n  \"meta_conditions\": {\n    \"laboris_3\": \"dolore magna Lorem amet et\"\n  },\n  \"filters\": \"all\",\n  \"is_active\": \"<boolean>\",\n  \"conditions\": {\n    \"department_ids\": {\n      \"includes\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    },\n    \"category_ids\": {\n      \"includes\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    },\n    \"brand_ids\": {\n      \"includes\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    },\n    \"to_location\": {\n      \"type\": \"<string>\",\n      \"includes\": [\n        {\n          \"uid\": \"<string>\",\n          \"sub_type\": \"<string>\",\n          \"name\": \"<string>\",\n          \"display_name\": \"<string>\",\n          \"parent_id\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"parent_ids\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"id\": \"<string>\"\n        },\n        {\n          \"uid\": \"<string>\",\n          \"sub_type\": \"<string>\",\n          \"name\": \"<string>\",\n          \"display_name\": \"<string>\",\n          \"parent_id\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"parent_ids\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"id\": \"<string>\"\n        }\n      ]\n    },\n    \"customer_radius\": {\n      \"unit\": \"<string>\",\n      \"lt\": \"<integer>\",\n      \"lte\": \"<integer>\",\n      \"gt\": \"<integer>\",\n      \"gte\": \"<integer>\"\n    },\n    \"store_type\": {\n      \"includes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"product_tags\": {\n      \"includes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"product_ids\": {\n      \"includes\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    },\n    \"store_tags\": {\n      \"includes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"order_place_date\": {\n      \"lte\": \"<dateTime>\",\n      \"gte\": \"<dateTime>\"\n    },\n    \"zone_ids\": {\n      \"includes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  },\n  \"type_based_priority\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"tag_based_priority\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"store_priority\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\"\n    }\n  ],\n  \"sort\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "862eafe7-0282-441c-9453-15e119f218b9",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "store",
                      "rules",
                      ":rule_uid"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular application channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "rule_uid",
                        "description": "(Required) A `rule_uid` is a unique identifier for a particular rule object."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Test Rule new\",\n  \"conditions\": {},\n  \"filters\": \"all\",\n  \"type_based_priority\": [],\n  \"tag_based_priority\": [],\n  \"is_active\": true,\n  \"sort\": [\n    \"distance\",\n    \"inventory\",\n    \"price\",\n    \"processing_time\",\n    \"store_type\",\n    \"store_tag\"\n  ],\n  \"store_priority\": []\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"application_id\": \"app1\",\n  \"company_id\": 1,\n  \"conditions\": {},\n  \"id\": \"rule_id1\",\n  \"is_active\": true,\n  \"name\": \"rule_name_1\",\n  \"sort\": [\n    \"custom\"\n  ],\n  \"store_priority\": [\n    {\n      \"name\": \"store1\",\n      \"id\": 1\n    }\n  ],\n  \"tag_based_priority\": [],\n  \"type\": \"store\",\n  \"type_based_priority\": []\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "8f1639c4-626e-4c15-80df-456f45c6694a",
                "name": "Error Response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "store",
                      "rules",
                      ":rule_uid"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular application channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "rule_uid",
                        "description": "(Required) A `rule_uid` is a unique identifier for a particular rule object."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Test Rule new\",\n  \"conditions\": {},\n  \"filters\": \"all\",\n  \"type_based_priority\": [],\n  \"tag_based_priority\": [],\n  \"is_active\": true,\n  \"sort\": [\n    \"distance\",\n    \"inventory\",\n    \"price\",\n    \"processing_time\",\n    \"store_type\",\n    \"store_tag\"\n  ],\n  \"store_priority\": []\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"status_code\": 400,\n  \"error\": [\n    {\n      \"type\": \"SchemaValidationError\",\n      \"value\": \"sort\",\n      \"message\": \"Missing data for required field.\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "3fce1fef-95a0-449a-88df-7e52be7ba8d1",
            "name": "bulkServiceability | Bulk update serviceability of localities",
            "request": {
              "name": "bulkServiceability | Bulk update serviceability of localities",
              "description": {
                "content": "Bulk operations involve either new serviceability settings or updating existing ones in large quantities.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "courier-partner",
                  ":extension_id",
                  "scheme",
                  ":scheme_id",
                  "serviceability",
                  "bulk"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "extension_id",
                    "description": "(Required) Unique Identifier of courier partner extension."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "scheme_id",
                    "description": "(Required) Unique identifier for the scheme, used to fetch or modify scheme details."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"action\": \"<string>\",\n  \"country\": \"<string>\",\n  \"region\": \"<string>\",\n  \"file_path\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "c9e8d533-dba6-46a3-bc0b-8f77b11cba7e",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "courier-partner",
                      ":extension_id",
                      "scheme",
                      ":scheme_id",
                      "serviceability",
                      "bulk"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "extension_id",
                        "description": "(Required) Unique Identifier of courier partner extension."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "scheme_id",
                        "description": "(Required) Unique identifier for the scheme, used to fetch or modify scheme details."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"country\": \"India\",\n  \"region\": \"Pincode\",\n  \"action\": \"import\",\n  \"file_path\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/general/free/original/q7YKZzGdh-bulk_localities_import.csv\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"batch_id\": \"id2\",\n  \"file_path\": \"path1.csv\",\n  \"total\": 10,\n  \"failed\": 0,\n  \"failed_records\": [],\n  \"success\": 0,\n  \"status\": \"processing\",\n  \"action\": \"import\",\n  \"region\": \"Pincode\",\n  \"country\": \"India\",\n  \"created_on\": \"2023-11-07T14:30:00Z\",\n  \"modified_on\": \"2023-11-07T14:30:00Z\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "4b29ab7c-2076-490b-b8f5-1fe247febe91",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "courier-partner",
                      ":extension_id",
                      "scheme",
                      ":scheme_id",
                      "serviceability",
                      "bulk"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "extension_id",
                        "description": "(Required) Unique Identifier of courier partner extension."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "scheme_id",
                        "description": "(Required) Unique identifier for the scheme, used to fetch or modify scheme details."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"country\": \"India\",\n  \"region\": \"Pincode\",\n  \"action\": \"import\",\n  \"file_path\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/general/free/original/q7YKZzGdh-bulk_localities_import.csv\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"error\": [\n    {\n      \"value\": \"country_iso_code\",\n      \"message\": \"Country not found.\",\n      \"type\": \"ValidationError\"\n    },\n    {\n      \"value\": \"company_id\",\n      \"message\": \"Invalid company ID format.\",\n      \"type\": \"TypeError\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "50f5c9c4-0fe1-495b-b167-bc2ede64f95f",
            "name": "getBulkServiceability | Bulk update history",
            "request": {
              "name": "getBulkServiceability | Bulk update history",
              "description": {
                "content": "Retrieves the history of changes made to serviceability settings for a scheme.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "courier-partner",
                  ":extension_id",
                  "scheme",
                  ":scheme_id",
                  "serviceability",
                  "bulk"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "The current page number for paginated results."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "12",
                    "description": "Determines the items to be displayed in a page"
                  },
                  {
                    "disabled": false,
                    "key": "batch_id",
                    "value": "<string>",
                    "description": "Unique identifier of bulk job"
                  },
                  {
                    "disabled": false,
                    "key": "action",
                    "value": "<string>",
                    "description": "Import or export bulk type"
                  },
                  {
                    "disabled": false,
                    "key": "status",
                    "value": "<string>",
                    "description": "Status of the bulk actions"
                  },
                  {
                    "disabled": false,
                    "key": "country",
                    "value": "<string>",
                    "description": "Country for which bulk job is initiated"
                  },
                  {
                    "disabled": false,
                    "key": "region",
                    "value": "<string>",
                    "description": "Region for which bulk job is initiated"
                  },
                  {
                    "disabled": false,
                    "key": "start_date",
                    "value": "<dateTime>",
                    "description": "Fetch job history after a particule date"
                  },
                  {
                    "disabled": false,
                    "key": "end_date",
                    "value": "<dateTime>",
                    "description": "Fetch job history before a particule date"
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "extension_id",
                    "description": "(Required) Unique Identifier of courier partner extension."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "scheme_id",
                    "description": "(Required) Unique identifier for the scheme, used to fetch or modify scheme details."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "09a5d371-41ea-43cb-a603-210034ef2712",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "courier-partner",
                      ":extension_id",
                      "scheme",
                      ":scheme_id",
                      "serviceability",
                      "bulk"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "batch_id",
                        "value": "65e4767837d1b6a7040a469c"
                      },
                      {
                        "key": "action",
                        "value": "import"
                      },
                      {
                        "key": "status",
                        "value": "<string>"
                      },
                      {
                        "key": "country",
                        "value": "India"
                      },
                      {
                        "key": "region",
                        "value": "region"
                      },
                      {
                        "key": "start_date",
                        "value": "2023-09-12T00:00:00.000000"
                      },
                      {
                        "key": "end_date",
                        "value": "2023-09-12T23:59:59.999999"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "extension_id",
                        "description": "(Required) Unique Identifier of courier partner extension."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "scheme_id",
                        "description": "(Required) Unique identifier for the scheme, used to fetch or modify scheme details."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"batch_id\": \"id1\",\n      \"file_path\": \"path1.csv\",\n      \"total\": 10,\n      \"failed\": 0,\n      \"failed_records\": [],\n      \"success\": 1,\n      \"status\": \"processing\",\n      \"action\": \"import\",\n      \"region\": \"Pincode\",\n      \"country\": \"India\",\n      \"created_on\": \"2023-11-07T14:30:00Z\",\n      \"modified_on\": \"2023-11-07T14:30:00Z\"\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_previous\": false,\n    \"has_next\": false,\n    \"type\": \"number\",\n    \"size\": 2,\n    \"item_total\": 2\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "33970fa7-7498-4246-8b18-e1a6247aac21",
                "name": "Failure Response Status",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "courier-partner",
                      ":extension_id",
                      "scheme",
                      ":scheme_id",
                      "serviceability",
                      "bulk"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "batch_id",
                        "value": "65e4767837d1b6a7040a469c"
                      },
                      {
                        "key": "action",
                        "value": "import"
                      },
                      {
                        "key": "status",
                        "value": "<string>"
                      },
                      {
                        "key": "country",
                        "value": "India"
                      },
                      {
                        "key": "region",
                        "value": "region"
                      },
                      {
                        "key": "start_date",
                        "value": "2023-09-12T00:00:00.000000"
                      },
                      {
                        "key": "end_date",
                        "value": "2023-09-12T23:59:59.999999"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "extension_id",
                        "description": "(Required) Unique Identifier of courier partner extension."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "scheme_id",
                        "description": "(Required) Unique identifier for the scheme, used to fetch or modify scheme details."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": [\n    {\n      \"value\": \"country_iso_code\",\n      \"message\": \"Country not found.\",\n      \"type\": \"ValidationError\"\n    },\n    {\n      \"value\": \"company_id\",\n      \"message\": \"Invalid company ID format.\",\n      \"type\": \"TypeError\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "06e03c2b-7952-46d2-b3d1-8c665b3d2558",
            "name": "createPackageMaterial | Create packaging material",
            "request": {
              "name": "createPackageMaterial | Create packaging material",
              "description": {
                "content": "Creates a packaging material",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "packaging-materials"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The current page number for paginated results."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"error_rate\": \"<number>\",\n  \"height\": \"<number>\",\n  \"length\": \"<number>\",\n  \"name\": \"<string>\",\n  \"weight\": \"<number>\",\n  \"width\": \"<number>\",\n  \"channels\": [\n    {\n      \"type\": \"<string>\",\n      \"id\": \"<string>\"\n    },\n    {\n      \"type\": \"<string>\",\n      \"id\": \"<string>\"\n    }\n  ],\n  \"size\": \"<string>\",\n  \"package_type\": \"<string>\",\n  \"store_ids\": [\n    \"<integer>\"\n  ],\n  \"status\": \"<string>\",\n  \"rules\": [\n    {\n      \"rule_id\": \"<string>\",\n      \"quantity\": {\n        \"min\": \"<integer>\",\n        \"max\": \"<integer>\"\n      },\n      \"weight\": \"<integer>\"\n    },\n    {\n      \"rule_id\": \"<string>\",\n      \"quantity\": {\n        \"min\": \"<integer>\",\n        \"max\": \"<integer>\"\n      },\n      \"weight\": \"<integer>\"\n    }\n  ],\n  \"media\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"track_inventory\": \"<boolean>\",\n  \"max_weight\": \"<number>\",\n  \"package_vol_weight\": \"<number>\",\n  \"auto_calculate\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "69ce062a-b4ca-4652-b817-249812125c2a",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "packaging-materials"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Package1\",\n  \"length\": 1,\n  \"height\": 1,\n  \"width\": 1,\n  \"weight\": 1,\n  \"error_rate\": 0,\n  \"store_ids\": [\n    1,\n    9,\n    5\n  ],\n  \"rules\": [\n    {\n      \"rule_id\": \"6524fa7b6b3b9c4d852b1fd8\",\n      \"quantity\": {\n        \"min\": 1,\n        \"max\": 2\n      },\n      \"weight\": 100\n    }\n  ],\n  \"channels\": [\n    {\n      \"id\": \"64b4337a0c607fbfbcd0190b\",\n      \"type\": \"application\"\n    }\n  ],\n  \"media\": [\n    \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/sandbx/wrkr/sandeepmaale/products/pictures/bundle/free/original/LOc5XW0cc-Logo.png\"\n  ],\n  \"package_type\": \"Box\",\n  \"size\": \"small\",\n  \"status\": \"active\",\n  \"track_inventory\": false,\n  \"max_weight\": 100,\n  \"package_vol_weight\": 100,\n  \"auto_calculate\": true\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Created",
                "code": 201,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"64b8526e5ca47d41582b9fa1\",\n  \"name\": \"Package1\",\n  \"company_id\": 1,\n  \"length\": 1,\n  \"height\": 1,\n  \"width\": 1,\n  \"weight\": 1,\n  \"error_rate\": 0,\n  \"store_ids\": [\n    1,\n    9,\n    5\n  ],\n  \"rules\": [\n    {\n      \"rule_id\": \"64b4337a0c607fbfbcd0156b\",\n      \"quantity\": {\n        \"min\": 1,\n        \"max\": 2\n      },\n      \"weight\": 100\n    }\n  ],\n  \"channels\": [\n    {\n      \"id\": \"64b4337a0c607fbfbcd0190b\",\n      \"type\": \"application\"\n    }\n  ],\n  \"media\": [\n    \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/sandbx/wrkr/sandeepmaale/products/pictures/bundle/free/original/LOc5XW0cc-Logo.png\"\n  ],\n  \"package_type\": \"Box\",\n  \"size\": \"small\",\n  \"status\": \"active\",\n  \"track_inventory\": false,\n  \"max_weight\": 100,\n  \"package_vol_weight\": 100,\n  \"auto_calculate\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "dfca4018-5fa8-4455-9f34-400e9f5c72c0",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "packaging-materials"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Package1\",\n  \"length\": 1,\n  \"height\": 1,\n  \"width\": 1,\n  \"weight\": 1,\n  \"error_rate\": 0,\n  \"store_ids\": [\n    1,\n    9,\n    5\n  ],\n  \"rules\": [\n    {\n      \"rule_id\": \"6524fa7b6b3b9c4d852b1fd8\",\n      \"quantity\": {\n        \"min\": 1,\n        \"max\": 2\n      },\n      \"weight\": 100\n    }\n  ],\n  \"channels\": [\n    {\n      \"id\": \"64b4337a0c607fbfbcd0190b\",\n      \"type\": \"application\"\n    }\n  ],\n  \"media\": [\n    \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/sandbx/wrkr/sandeepmaale/products/pictures/bundle/free/original/LOc5XW0cc-Logo.png\"\n  ],\n  \"package_type\": \"Box\",\n  \"size\": \"small\",\n  \"status\": \"active\",\n  \"track_inventory\": false,\n  \"max_weight\": 100,\n  \"package_vol_weight\": 100,\n  \"auto_calculate\": true\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Shorter than minimum length 1.\",\n  \"value\": \"Shorter than minimum length 1.\",\n  \"type\": \"SchemaValidationErrors\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b0334a35-067f-484b-81b8-c403c322218c",
            "name": "getPackageMaterialList | Get packaging materials",
            "request": {
              "name": "getPackageMaterialList | Get packaging materials",
              "description": {
                "content": "Retrieves a list of packaging materials",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "packaging-materials"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "The current page number for paginated results."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10",
                    "description": "Determines the items to be displayed in a page"
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Used to search for matching results based on the provided input."
                  },
                  {
                    "disabled": false,
                    "key": "size",
                    "value": "<string>",
                    "description": "Filters items based on given size"
                  },
                  {
                    "disabled": false,
                    "key": "package_type",
                    "value": "<string>",
                    "description": "Filters items based on given package_type"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "b15ad5ba-4e1a-4e35-ba17-dd1719b8fad0",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "packaging-materials"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "101"
                      },
                      {
                        "key": "q",
                        "value": "ship"
                      },
                      {
                        "key": "size",
                        "value": "M"
                      },
                      {
                        "key": "package_type",
                        "value": "Box"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"name\": \"Shipment Test\",\n      \"weight\": 1000,\n      \"track_inventory\": false,\n      \"length\": 101,\n      \"channels\": [\n        {\n          \"store_filter\": {\n            \"type\": \"includes\",\n            \"ids\": [\n              102\n            ]\n          },\n          \"app_id\": \"7524dac0e2e6dec99c1856d9\"\n        }\n      ],\n      \"package_type\": \"Box\",\n      \"rules\": [\n        {\n          \"quantity\": {\n            \"min\": 1,\n            \"max\": 5\n          },\n          \"rule_id\": \"3582d075806082ba61a8913e\",\n          \"weight\": 0\n        }\n      ],\n      \"height\": 101,\n      \"error_rate\": 0.1,\n      \"width\": 101,\n      \"is_active\": true,\n      \"size\": \"M\",\n      \"company_id\": 101,\n      \"max_weight\": 1000,\n      \"media\": [],\n      \"package_vol_weight\": 800,\n      \"status\": \"active\",\n      \"auto_calculate\": true,\n      \"id\": \"856630b9cc661113138d944e\"\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"size\": 1,\n    \"current\": 1,\n    \"has_next\": false,\n    \"has_previous\": false,\n    \"item_total\": 1\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "91461422-88c8-4f53-bf05-c916d45a43c1",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "packaging-materials"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "101"
                      },
                      {
                        "key": "q",
                        "value": "ship"
                      },
                      {
                        "key": "size",
                        "value": "M"
                      },
                      {
                        "key": "package_type",
                        "value": "Box"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": \"Error message\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5d10c0a2-c631-4ffe-8c22-7a76ca8b43d3",
            "name": "createPackageMaterialRule | Create packaging rule",
            "request": {
              "name": "createPackageMaterialRule | Create packaging rule",
              "description": {
                "content": "Creates a packaging rule",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "packaging-material",
                  "rules"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"company_id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"category_id\": {\n    \"includes\": [\n      \"<integer>\",\n      \"<integer>\"\n    ]\n  },\n  \"product_id\": {\n    \"includes\": [\n      \"<integer>\",\n      \"<integer>\"\n    ]\n  },\n  \"product_tag\": {\n    \"includes\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"department_id\": {\n    \"includes\": [\n      \"<integer>\",\n      \"<integer>\"\n    ]\n  },\n  \"product_attributes\": {\n    \"includes\": [\n      {\n        \"voluptatef\": -48350801.0410278,\n        \"elit4\": false,\n        \"adipisicing18\": 19289148\n      },\n      {\n        \"officia_2bf\": -69015937.46884203,\n        \"in_92\": \"incididunt culpa\",\n        \"sint7\": 52098453\n      }\n    ]\n  },\n  \"is_active\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "bdeaff64-6aad-4da5-b3e7-ece9f750dfb0",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "packaging-material",
                      "rules"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Test\",\n  \"company_id\": 1,\n  \"category_id\": {\n    \"includes\": []\n  },\n  \"product_id\": {\n    \"includes\": [\n      7660932\n    ]\n  },\n  \"product_tag\": {\n    \"includes\": []\n  },\n  \"department_id\": {\n    \"includes\": []\n  },\n  \"product_attributes\": {\n    \"includes\": []\n  },\n  \"type\": \"package\",\n  \"is_active\": true\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Created",
                "code": 201,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"64b4337a0c607fbfbcd0156b\",\n  \"company_id\": 1,\n  \"name\": \"Rule For Dev Contract\",\n  \"category_id\": {\n    \"includes\": [\n      1,\n      2\n    ]\n  },\n  \"product_tag\": {\n    \"includes\": [\n      \"abc\",\n      \"xyz\"\n    ]\n  },\n  \"product_id\": {\n    \"includes\": [\n      1,\n      2\n    ]\n  },\n  \"department_id\": {\n    \"includes\": [\n      1,\n      2\n    ]\n  },\n  \"product_attributes\": {\n    \"includes\": []\n  },\n  \"type\": \"package\",\n  \"is_active\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "7983493d-9195-4c62-920d-dca0db01ec88",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "packaging-material",
                      "rules"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Test\",\n  \"company_id\": 1,\n  \"category_id\": {\n    \"includes\": []\n  },\n  \"product_id\": {\n    \"includes\": [\n      7660932\n    ]\n  },\n  \"product_tag\": {\n    \"includes\": []\n  },\n  \"department_id\": {\n    \"includes\": []\n  },\n  \"product_attributes\": {\n    \"includes\": []\n  },\n  \"type\": \"package\",\n  \"is_active\": true\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Shorter than minimum length 1.\",\n  \"value\": \"Shorter than minimum length 1.\",\n  \"type\": \"SchemaValidationErrors\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "fb28b892-c359-4d94-a172-eb9182471a1c",
            "name": "getPackageMaterialRule | Get packaging material rule",
            "request": {
              "name": "getPackageMaterialRule | Get packaging material rule",
              "description": {
                "content": "Retrieve packaging rule details.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "packaging-material",
                  "rules",
                  ":rule_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "rule_id",
                    "description": "(Required) A `package_material_rule_id` is a unique identifier for a Package Material Rule"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "f0da470c-5770-4bd6-b4c7-b33a5cbdd311",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "packaging-material",
                      "rules",
                      ":rule_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "rule_id",
                        "description": "(Required) A `package_material_rule_id` is a unique identifier for a Package Material Rule"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"64b4337a0c607fbfbcd0156b\",\n  \"company_id\": 100,\n  \"name\": \"Rule For 100001\",\n  \"type\": \"package\",\n  \"is_active\": true,\n  \"category_id\": {\n    \"includes\": []\n  },\n  \"product_tag\": {\n    \"includes\": []\n  },\n  \"product_id\": {\n    \"includes\": [\n      100001\n    ]\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "dd7377de-f995-401e-bc6f-bb594da03150",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "packaging-material",
                      "rules",
                      ":rule_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "rule_id",
                        "description": "(Required) A `package_material_rule_id` is a unique identifier for a Package Material Rule"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"error\": \"Package group not found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "4794eab6-03e0-403f-8e2f-49444483320f",
            "name": "updatePackageMaterialRule | Update packaging rule",
            "request": {
              "name": "updatePackageMaterialRule | Update packaging rule",
              "description": {
                "content": "Update an existing packaging rule",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "packaging-material",
                  "rules",
                  ":rule_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "rule_id",
                    "description": "(Required) A `package_material_rule_id` is a unique identifier for a Package Material Rule"
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PATCH",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"company_id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"category_id\": {\n    \"includes\": [\n      \"<integer>\",\n      \"<integer>\"\n    ]\n  },\n  \"product_id\": {\n    \"includes\": [\n      \"<integer>\",\n      \"<integer>\"\n    ]\n  },\n  \"product_tag\": {\n    \"includes\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"department_id\": {\n    \"includes\": [\n      \"<integer>\",\n      \"<integer>\"\n    ]\n  },\n  \"product_attributes\": {\n    \"includes\": [\n      {\n        \"anim332\": -38935039.4621768\n      },\n      {\n        \"amet_a4b\": 26891128,\n        \"dolor_0\": 68072828\n      }\n    ]\n  },\n  \"is_active\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "9fc2a2b8-8885-40ed-ab51-98a8d1e0b991",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "packaging-material",
                      "rules",
                      ":rule_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "rule_id",
                        "description": "(Required) A `package_material_rule_id` is a unique identifier for a Package Material Rule"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Rule For 7674763\",\n  \"company_id\": 100,\n  \"product_id\": {\n    \"includes\": [\n      7674763\n    ]\n  },\n  \"type\": \"package\",\n  \"is_active\": true\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"name\": \"Rule For 7674763\",\n  \"company_id\": 100,\n  \"product_id\": {\n    \"includes\": [\n      7674763\n    ]\n  },\n  \"type\": \"package\",\n  \"is_active\": true,\n  \"id\": \"6524fa7b6b3b9c4d852b1fd8\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "91333f53-647d-48fb-b1c3-a333749d0b72",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "packaging-material",
                      "rules",
                      ":rule_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "rule_id",
                        "description": "(Required) A `package_material_rule_id` is a unique identifier for a Package Material Rule"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Rule For 7674763\",\n  \"company_id\": 100,\n  \"product_id\": {\n    \"includes\": [\n      7674763\n    ]\n  },\n  \"type\": \"package\",\n  \"is_active\": true\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Shorter than minimum length 1.\",\n  \"value\": \"Shorter than minimum length 1.\",\n  \"type\": \"SchemaValidationErrors\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "ea988980-ab07-4ef1-be4c-e401465599dc",
            "name": "updatePackageMaterials | Update packaging material",
            "request": {
              "name": "updatePackageMaterials | Update packaging material",
              "description": {
                "content": "Update an existing packaging material",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "packaging-material",
                  ":package_material_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "package_material_id",
                    "description": "(Required) A `package_material_id` is a unique identifier for a Package Material"
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PATCH",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"error_rate\": \"<number>\",\n  \"height\": \"<number>\",\n  \"length\": \"<number>\",\n  \"name\": \"<string>\",\n  \"weight\": \"<number>\",\n  \"width\": \"<number>\",\n  \"channels\": [\n    {\n      \"type\": \"<string>\",\n      \"id\": \"<string>\"\n    },\n    {\n      \"type\": \"<string>\",\n      \"id\": \"<string>\"\n    }\n  ],\n  \"size\": \"<string>\",\n  \"package_type\": \"<string>\",\n  \"store_ids\": [\n    \"<integer>\"\n  ],\n  \"status\": \"<string>\",\n  \"rules\": [\n    {\n      \"rule_id\": \"<string>\",\n      \"quantity\": {\n        \"min\": \"<integer>\",\n        \"max\": \"<integer>\"\n      },\n      \"weight\": \"<integer>\"\n    },\n    {\n      \"rule_id\": \"<string>\",\n      \"quantity\": {\n        \"min\": \"<integer>\",\n        \"max\": \"<integer>\"\n      },\n      \"weight\": \"<integer>\"\n    }\n  ],\n  \"media\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"track_inventory\": \"<boolean>\",\n  \"max_weight\": \"<number>\",\n  \"package_vol_weight\": \"<number>\",\n  \"auto_calculate\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "cb579d0c-3626-49cc-b835-5f0a9c760c7a",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "packaging-material",
                      ":package_material_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "package_material_id",
                        "description": "(Required) A `package_material_id` is a unique identifier for a Package Material"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Package1\",\n  \"length\": 1,\n  \"height\": 1,\n  \"width\": 1,\n  \"weight\": 1,\n  \"error_rate\": 0,\n  \"store_ids\": [\n    1,\n    9,\n    5\n  ],\n  \"rules\": [\n    {\n      \"rule_id\": \"64b4337a0c607fbfbcd0156b\",\n      \"quantity\": {\n        \"min\": 1,\n        \"max\": 2\n      },\n      \"weight\": 100\n    }\n  ],\n  \"channels\": [\n    {\n      \"id\": \"64b4337a0c607fbfbcd0190b\",\n      \"type\": \"application\"\n    }\n  ],\n  \"media\": [\n    \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/sandbx/wrkr/sandeepmaale/products/pictures/bundle/free/original/LOc5XW0cc-Logo.png\"\n  ],\n  \"package_type\": \"Box\",\n  \"size\": \"small\",\n  \"status\": \"active\",\n  \"track_inventory\": false,\n  \"max_weight\": 100,\n  \"package_vol_weight\": 100,\n  \"auto_calculate\": true\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"64b8526e5ca47d41582b9fa1\",\n  \"name\": \"Package1\",\n  \"company_id\": 1,\n  \"length\": 1,\n  \"height\": 1,\n  \"width\": 1,\n  \"weight\": 1,\n  \"error_rate\": 0,\n  \"store_ids\": [\n    1,\n    9,\n    5\n  ],\n  \"rules\": [\n    {\n      \"rule_id\": \"64b4337a0c607fbfbcd0156b\",\n      \"quantity\": {\n        \"min\": 1,\n        \"max\": 2\n      },\n      \"weight\": 100\n    }\n  ],\n  \"channels\": [\n    {\n      \"id\": \"64b4337a0c607fbfbcd0190b\",\n      \"type\": \"application\"\n    }\n  ],\n  \"media\": [\n    \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/sandbx/wrkr/sandeepmaale/products/pictures/bundle/free/original/LOc5XW0cc-Logo.png\"\n  ],\n  \"package_type\": \"Box\",\n  \"size\": \"small\",\n  \"status\": \"active\",\n  \"track_inventory\": false,\n  \"max_weight\": 100,\n  \"package_vol_weight\": 100,\n  \"auto_calculate\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "08c923c6-b1a8-46bd-aca8-2d5a13ead66c",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "packaging-material",
                      ":package_material_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular seller."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "package_material_id",
                        "description": "(Required) A `package_material_id` is a unique identifier for a Package Material"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Package1\",\n  \"length\": 1,\n  \"height\": 1,\n  \"width\": 1,\n  \"weight\": 1,\n  \"error_rate\": 0,\n  \"store_ids\": [\n    1,\n    9,\n    5\n  ],\n  \"rules\": [\n    {\n      \"rule_id\": \"64b4337a0c607fbfbcd0156b\",\n      \"quantity\": {\n        \"min\": 1,\n        \"max\": 2\n      },\n      \"weight\": 100\n    }\n  ],\n  \"channels\": [\n    {\n      \"id\": \"64b4337a0c607fbfbcd0190b\",\n      \"type\": \"application\"\n    }\n  ],\n  \"media\": [\n    \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/sandbx/wrkr/sandeepmaale/products/pictures/bundle/free/original/LOc5XW0cc-Logo.png\"\n  ],\n  \"package_type\": \"Box\",\n  \"size\": \"small\",\n  \"status\": \"active\",\n  \"track_inventory\": false,\n  \"max_weight\": 100,\n  \"package_vol_weight\": 100,\n  \"auto_calculate\": true\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Shorter than minimum length 1.\",\n  \"value\": \"Shorter than minimum length 1.\",\n  \"type\": \"SchemaValidationErrors\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "36ec743a-b2f3-4a33-96fa-32d833043e01",
            "name": "getPackageMaterials | Get packaging material",
            "request": {
              "name": "getPackageMaterials | Get packaging material",
              "description": {
                "content": "Retrieve a single packaging material",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "packaging-material",
                  ":package_material_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "package_material_id",
                    "description": "(Required) A `package_material_id` is a unique identifier for a Package Material"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "66a9294e-7bf5-4cb6-ab5c-38d5ff4f6946",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "packaging-material",
                      ":package_material_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "package_material_id",
                        "description": "(Required) A `package_material_id` is a unique identifier for a Package Material"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"name\": \"Shipment Test\",\n  \"weight\": 1000,\n  \"track_inventory\": false,\n  \"length\": 101,\n  \"channels\": [\n    {\n      \"store_filter\": {\n        \"type\": \"includes\",\n        \"ids\": [\n          102\n        ]\n      },\n      \"app_id\": \"7524dac0e2e6dec99c1856d9\"\n    }\n  ],\n  \"package_type\": \"Box\",\n  \"rules\": [\n    {\n      \"quantity\": {\n        \"min\": 1,\n        \"max\": 5\n      },\n      \"rule_id\": \"3582d075806082ba61a8913e\",\n      \"weight\": 0\n    }\n  ],\n  \"height\": 101,\n  \"error_rate\": 0.1,\n  \"width\": 101,\n  \"is_active\": true,\n  \"size\": \"M\",\n  \"company_id\": 101,\n  \"max_weight\": 1000,\n  \"media\": [],\n  \"package_vol_weight\": 800,\n  \"status\": \"active\",\n  \"auto_calculate\": true,\n  \"id\": \"856630b9cc661113138d944e\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "42ec2d40-bd0f-42fd-bac9-a278881c851a",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "packaging-material",
                      ":package_material_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "package_material_id",
                        "description": "(Required) A `package_material_id` is a unique identifier for a Package Material"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"status_code\": 400\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "bcdeb4f9-78b8-4838-8886-28061fa98943",
            "name": "updateCourierPartnerRulePriority | Update courier partner rule priority",
            "request": {
              "name": "updateCourierPartnerRulePriority | Update courier partner rule priority",
              "description": {
                "content": "Updates a courier partner rule priority for a single application",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "courier-partner",
                  "rules",
                  "priority"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"rule_id\": \"<string>\",\n  \"priority\": \"<integer>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "edd512b4-ab6b-413f-86db-406cb42cf7a0",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "courier-partner",
                      "rules",
                      "priority"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular application channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"rule_id\": \"6524fa7b6b3b9c4d852b1fd8\",\n  \"priority\": 2\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "8d64c94b-1905-413b-8469-142300be4217",
                "name": "Error Response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "courier-partner",
                      "rules",
                      "priority"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular application channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"rule_id\": \"6524fa7b6b3b9c4d852b1fd8\",\n  \"priority\": 2\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"error\": [\n    {\n      \"message\": \"Invalid account ID.\",\n      \"type\": \"ValidationError\",\n      \"value\": \"acc123\"\n    },\n    {\n      \"message\": \"Scheme ID mismatch.\",\n      \"type\": \"ValidationError\",\n      \"value\": \"scheme456\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d689988e-5855-416e-b971-51ad8f14d253",
            "name": "updateStoreRulePriority | Update Store Rule priority",
            "request": {
              "name": "updateStoreRulePriority | Update Store Rule priority",
              "description": {
                "content": "Update Store Rule priority",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "store",
                  "rules",
                  "priority"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"rule_id\": \"<string>\",\n  \"priority\": \"<integer>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "2417d4ad-600f-4c77-99a9-adab2049d06e",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "store",
                      "rules",
                      "priority"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular application channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"priority\": 1,\n  \"rule_id\": \"65002524f0531e73892a788e\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "52ae8599-8685-4076-92bd-6cf78f071505",
                "name": "Error Response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "store",
                      "rules",
                      "priority"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular application channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"priority\": 1,\n  \"rule_id\": \"65002524f0531e73892a788e\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": [\n    {\n      \"message\": \"Invalid account ID.\",\n      \"type\": \"ValidationError\",\n      \"value\": \"acc123\"\n    },\n    {\n      \"message\": \"Scheme ID mismatch.\",\n      \"type\": \"ValidationError\",\n      \"value\": \"scheme456\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "4312fbf9-712c-4fa7-b398-57952e146028",
            "name": "createCourierPartnerScheme | Create Scheme for courier partner extension",
            "request": {
              "name": "createCourierPartnerScheme | Create Scheme for courier partner extension",
              "description": {
                "content": "Create Scheme for courier partner extension",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "courier-partner",
                  "scheme"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"extension_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"weight\": {\n    \"lt\": \"<integer>\",\n    \"gt\": \"<integer>\",\n    \"lte\": \"<integer>\",\n    \"gte\": \"<integer>\"\n  },\n  \"transport_type\": \"<string>\",\n  \"region\": \"<string>\",\n  \"delivery_type\": \"<string>\",\n  \"payment_mode\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"stage\": \"<string>\",\n  \"feature\": {\n    \"doorstep_qc\": \"<boolean>\",\n    \"qr\": \"<boolean>\",\n    \"mps\": \"<boolean>\",\n    \"b2b\": \"<boolean>\",\n    \"ndr\": \"<boolean>\",\n    \"ndr_attempts\": \"<integer>\",\n    \"dangerous_goods\": \"<boolean>\",\n    \"fragile_goods\": \"<boolean>\",\n    \"restricted_goods\": \"<boolean>\",\n    \"cold_storage_goods\": \"<boolean>\",\n    \"doorstep_exchange\": \"<boolean>\",\n    \"doorstep_return\": \"<boolean>\",\n    \"product_installation\": \"<boolean>\",\n    \"openbox_delivery\": \"<boolean>\",\n    \"status_updates\": \"<string>\",\n    \"multi_pick_single_drop\": \"<boolean>\",\n    \"single_pick_multi_drop\": \"<boolean>\",\n    \"multi_pick_multi_drop\": \"<boolean>\",\n    \"ewaybill\": \"<boolean>\",\n    \"qc_shipment_item_quantity\": \"<integer>\",\n    \"non_qc_shipment_item_quantity\": \"<integer>\"\n  },\n  \"scheme_id\": \"<string>\",\n  \"default_forward_pickup_cutoff\": \"<string>\",\n  \"default_reverse_pickup_cutoff\": \"<string>\",\n  \"default_cutoff_timezone\": \"<string>\",\n  \"default_tat\": {\n    \"enabled\": \"<boolean>\",\n    \"tat\": {\n      \"min\": \"<integer>\",\n      \"max\": \"<integer>\",\n      \"unit\": \"<string>\"\n    }\n  },\n  \"volumetric_weight\": {\n    \"lt\": \"<integer>\",\n    \"gt\": \"<integer>\",\n    \"lte\": \"<integer>\",\n    \"gte\": \"<integer>\"\n  },\n  \"status_updates\": \"<string>\",\n  \"ndr_attempts\": \"<integer>\",\n  \"qc_shipment_item_quantity\": \"<integer>\",\n  \"non_qc_shipment_item_quantity\": \"<integer>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "0631c086-4730-446a-9b9a-7aba4c80afc1",
                "name": "Success Response Status",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "courier-partner",
                      "scheme"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"extension_id\": \"ext123\",\n  \"scheme_id\": \"scheme456_platform\",\n  \"name\": \"Express Delivery Scheme\",\n  \"weight\": {\n    \"lte\": 9,\n    \"gte\": 2\n  },\n  \"volumetric_weight\": {\n    \"lte\": 14,\n    \"gte\": 6\n  },\n  \"transport_type\": \"air\",\n  \"region\": \"inter-country\",\n  \"delivery_type\": \"same-day\",\n  \"payment_mode\": [\n    \"COD\",\n    \"PREPAID\"\n  ],\n  \"stage\": \"enabled\",\n  \"status_updates\": \"real-time\",\n  \"ndr_attempts\": 3,\n  \"qc_shipment_item_quantity\": 50,\n  \"non_qc_shipment_item_quantity\": 100,\n  \"feature\": {\n    \"doorstep_qc\": true,\n    \"qr\": true,\n    \"mps\": true,\n    \"ndr\": true,\n    \"dangerous_goods\": false,\n    \"fragile_goods\": true,\n    \"restricted_goods\": false,\n    \"cold_storage_goods\": false,\n    \"doorstep_exchange\": true,\n    \"doorstep_return\": true,\n    \"product_installation\": false,\n    \"openbox_delivery\": true,\n    \"multi_pick_single_drop\": false,\n    \"single_pick_multi_drop\": true,\n    \"multi_pick_multi_drop\": false,\n    \"ewaybill\": true\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"extension_id\": \"ext123\",\n  \"scheme_id\": \"scheme456\",\n  \"created_by\": {},\n  \"created_on\": \"2023-11-07T14:30:00Z\",\n  \"modified_by\": {},\n  \"modified_on\": \"2023-11-07T14:30:00Z\",\n  \"name\": \"Express Delivery Scheme\",\n  \"weight\": {\n    \"lt\": 10,\n    \"gt\": 1,\n    \"lte\": 9,\n    \"gte\": 2\n  },\n  \"volumetric_weight\": {\n    \"lt\": 15,\n    \"gt\": 5,\n    \"lte\": 14,\n    \"gte\": 6\n  },\n  \"transport_type\": \"air\",\n  \"region\": \"inter-country\",\n  \"delivery_type\": \"same-day\",\n  \"payment_mode\": [\n    \"COD\",\n    \"PREPAID\"\n  ],\n  \"stage\": \"enabled\",\n  \"status_updates\": \"real-time\",\n  \"ndr_attempts\": 3,\n  \"qc_shipment_item_quantity\": 50,\n  \"non_qc_shipment_item_quantity\": 100,\n  \"feature\": {\n    \"doorstep_qc\": true,\n    \"qr\": true,\n    \"mps\": true,\n    \"ndr\": true,\n    \"dangerous_goods\": false,\n    \"fragile_goods\": true,\n    \"restricted_goods\": false,\n    \"cold_storage_goods\": false,\n    \"doorstep_exchange\": true,\n    \"doorstep_return\": true,\n    \"product_installation\": false,\n    \"openbox_delivery\": true,\n    \"multi_pick_single_drop\": false,\n    \"single_pick_multi_drop\": true,\n    \"multi_pick_multi_drop\": false,\n    \"ewaybill\": true\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "c42b1876-eb9f-45d4-8497-cb77a98b9d12",
                "name": "Failure Response Status",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "courier-partner",
                      "scheme"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"extension_id\": \"ext123\",\n  \"scheme_id\": \"scheme456_platform\",\n  \"name\": \"Express Delivery Scheme\",\n  \"weight\": {\n    \"lte\": 9,\n    \"gte\": 2\n  },\n  \"volumetric_weight\": {\n    \"lte\": 14,\n    \"gte\": 6\n  },\n  \"transport_type\": \"air\",\n  \"region\": \"inter-country\",\n  \"delivery_type\": \"same-day\",\n  \"payment_mode\": [\n    \"COD\",\n    \"PREPAID\"\n  ],\n  \"stage\": \"enabled\",\n  \"status_updates\": \"real-time\",\n  \"ndr_attempts\": 3,\n  \"qc_shipment_item_quantity\": 50,\n  \"non_qc_shipment_item_quantity\": 100,\n  \"feature\": {\n    \"doorstep_qc\": true,\n    \"qr\": true,\n    \"mps\": true,\n    \"ndr\": true,\n    \"dangerous_goods\": false,\n    \"fragile_goods\": true,\n    \"restricted_goods\": false,\n    \"cold_storage_goods\": false,\n    \"doorstep_exchange\": true,\n    \"doorstep_return\": true,\n    \"product_installation\": false,\n    \"openbox_delivery\": true,\n    \"multi_pick_single_drop\": false,\n    \"single_pick_multi_drop\": true,\n    \"multi_pick_multi_drop\": false,\n    \"ewaybill\": true\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": [\n    {\n      \"message\": \"Invalid account ID.\",\n      \"type\": \"ValidationError\",\n      \"value\": \"acc123\"\n    },\n    {\n      \"message\": \"Scheme ID mismatch.\",\n      \"type\": \"ValidationError\",\n      \"value\": \"scheme456\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "34d798da-3725-48f0-8e42-39a0245ebc44",
            "name": "getCourierPartnerSchemes | Get created Schemes for courier partner",
            "request": {
              "name": "getCourierPartnerSchemes | Get created Schemes for courier partner",
              "description": {
                "content": "Get created Schemes for courier partner",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "courier-partner",
                  "scheme"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "extension_id",
                    "value": "<string>",
                    "description": "Unique Identifier of courier partner extension."
                  },
                  {
                    "disabled": false,
                    "key": "scheme_type",
                    "value": "<string>",
                    "description": "Indicates whether a scheme is created by an admin for global purposes or customized for a specific company."
                  },
                  {
                    "disabled": false,
                    "key": "payment_mode",
                    "value": "<string>",
                    "description": "Indicates payment mode for a scheme."
                  },
                  {
                    "disabled": false,
                    "key": "capabilities",
                    "value": "<string>",
                    "description": "Indicates whether the scheme possesses certain capabilities."
                  },
                  {
                    "disabled": false,
                    "key": "capabilities",
                    "value": "<string>",
                    "description": "Indicates whether the scheme possesses certain capabilities."
                  },
                  {
                    "disabled": false,
                    "key": "scheme_ids",
                    "value": "<string>",
                    "description": "List of scheme ids which need to be returned in the response."
                  },
                  {
                    "disabled": false,
                    "key": "scheme_ids",
                    "value": "<string>",
                    "description": "List of scheme ids which need to be returned in the response."
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "The search string to search in the list of courier partners schemes by name."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "c63f3fee-696d-4216-8a9a-2c5aa3dced07",
                "name": "Success Response Status",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "courier-partner",
                      "scheme"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "extension_id",
                        "value": "651ffabb556007fa462c9c06"
                      },
                      {
                        "key": "scheme_type",
                        "value": "global"
                      },
                      {
                        "key": "payment_mode",
                        "value": "COD"
                      },
                      {
                        "key": "q",
                        "value": "Self Delivery"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"extension_id\": \"ext123\",\n      \"scheme_id\": \"scheme456\",\n      \"created_by\": {},\n      \"created_on\": \"2023-11-07T14:30:00Z\",\n      \"modified_by\": {},\n      \"modified_on\": \"2023-11-07T14:30:00Z\",\n      \"name\": \"Express Delivery Scheme\",\n      \"weight\": {\n        \"lt\": 10,\n        \"gt\": 1,\n        \"lte\": 9,\n        \"gte\": 2\n      },\n      \"volumetric_weight\": {\n        \"lt\": 15,\n        \"gt\": 5,\n        \"lte\": 14,\n        \"gte\": 6\n      },\n      \"transport_type\": \"air\",\n      \"region\": \"inter-country\",\n      \"delivery_type\": \"same-day\",\n      \"payment_mode\": [\n        \"COD\",\n        \"PREPAID\"\n      ],\n      \"stage\": \"enabled\",\n      \"status_updates\": \"real-time\",\n      \"ndr_attempts\": 3,\n      \"qc_shipment_item_quantity\": 50,\n      \"non_qc_shipment_item_quantity\": 100,\n      \"feature\": {\n        \"doorstep_qc\": true,\n        \"qr\": true,\n        \"mps\": true,\n        \"ndr\": true,\n        \"dangerous_goods\": false,\n        \"fragile_goods\": true,\n        \"restricted_goods\": false,\n        \"cold_storage_goods\": false,\n        \"doorstep_exchange\": true,\n        \"doorstep_return\": true,\n        \"product_installation\": false,\n        \"openbox_delivery\": true,\n        \"multi_pick_single_drop\": false,\n        \"single_pick_multi_drop\": true,\n        \"multi_pick_multi_drop\": false,\n        \"ewaybill\": true\n      }\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"size\": 10,\n    \"item_total\": 1,\n    \"has_next\": false,\n    \"has_previous\": false,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "f791b650-770f-4a1d-8bbb-3b633a04e2ed",
                "name": "Failure Response Status",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "courier-partner",
                      "scheme"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "extension_id",
                        "value": "651ffabb556007fa462c9c06"
                      },
                      {
                        "key": "scheme_type",
                        "value": "global"
                      },
                      {
                        "key": "payment_mode",
                        "value": "COD"
                      },
                      {
                        "key": "q",
                        "value": "Self Delivery"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                "code": 422,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": [\n    {\n      \"message\": \"Invalid account ID.\",\n      \"type\": \"ValidationError\",\n      \"value\": \"acc123\"\n    },\n    {\n      \"message\": \"Scheme ID mismatch.\",\n      \"type\": \"ValidationError\",\n      \"value\": \"scheme456\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "0f930fe2-0158-40e1-a756-7fbce499f7de",
            "name": "updateCourierPartnerScheme | Update Scheme for courier partner extension",
            "request": {
              "name": "updateCourierPartnerScheme | Update Scheme for courier partner extension",
              "description": {
                "content": "Update Scheme for courier partner extension",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "courier-partner",
                  "scheme",
                  ":scheme_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "scheme_id",
                    "description": "(Required) Unique identifier for the scheme, used to fetch or modify scheme details."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"name\": \"<string>\",\n  \"weight\": {\n    \"lt\": \"<integer>\",\n    \"gt\": \"<integer>\",\n    \"lte\": \"<integer>\",\n    \"gte\": \"<integer>\"\n  },\n  \"transport_type\": \"<string>\",\n  \"region\": \"<string>\",\n  \"delivery_type\": \"<string>\",\n  \"payment_mode\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"stage\": \"<string>\",\n  \"feature\": {\n    \"doorstep_qc\": \"<boolean>\",\n    \"qr\": \"<boolean>\",\n    \"mps\": \"<boolean>\",\n    \"b2b\": \"<boolean>\",\n    \"ndr\": \"<boolean>\",\n    \"ndr_attempts\": \"<integer>\",\n    \"dangerous_goods\": \"<boolean>\",\n    \"fragile_goods\": \"<boolean>\",\n    \"restricted_goods\": \"<boolean>\",\n    \"cold_storage_goods\": \"<boolean>\",\n    \"doorstep_exchange\": \"<boolean>\",\n    \"doorstep_return\": \"<boolean>\",\n    \"product_installation\": \"<boolean>\",\n    \"openbox_delivery\": \"<boolean>\",\n    \"status_updates\": \"<string>\",\n    \"multi_pick_single_drop\": \"<boolean>\",\n    \"single_pick_multi_drop\": \"<boolean>\",\n    \"multi_pick_multi_drop\": \"<boolean>\",\n    \"ewaybill\": \"<boolean>\",\n    \"qc_shipment_item_quantity\": \"<integer>\",\n    \"non_qc_shipment_item_quantity\": \"<integer>\"\n  },\n  \"volumetric_weight\": {\n    \"lt\": \"<integer>\",\n    \"gt\": \"<integer>\",\n    \"lte\": \"<integer>\",\n    \"gte\": \"<integer>\"\n  },\n  \"status_updates\": \"<string>\",\n  \"ndr_attempts\": \"<integer>\",\n  \"qc_shipment_item_quantity\": \"<integer>\",\n  \"non_qc_shipment_item_quantity\": \"<integer>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "a85a8d1b-1f05-4d75-bd06-095b805eb26a",
                "name": "Success Response Status",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "courier-partner",
                      "scheme",
                      ":scheme_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "scheme_id",
                        "description": "(Required) Unique identifier for the scheme, used to fetch or modify scheme details."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Express Delivery Scheme\",\n  \"weight\": {\n    \"lte\": 9,\n    \"gte\": 2\n  },\n  \"volumetric_weight\": {\n    \"lte\": 14,\n    \"gte\": 6\n  },\n  \"transport_type\": \"air\",\n  \"region\": \"inter-country\",\n  \"delivery_type\": \"same-day\",\n  \"payment_mode\": [\n    \"COD\",\n    \"PREPAID\"\n  ],\n  \"stage\": \"enabled\",\n  \"status_updates\": \"real-time\",\n  \"ndr_attempts\": 3,\n  \"qc_shipment_item_quantity\": 50,\n  \"non_qc_shipment_item_quantity\": 100,\n  \"feature\": {\n    \"doorstep_qc\": true,\n    \"qr\": true,\n    \"mps\": true,\n    \"ndr\": true,\n    \"dangerous_goods\": false,\n    \"fragile_goods\": true,\n    \"restricted_goods\": false,\n    \"cold_storage_goods\": false,\n    \"doorstep_exchange\": true,\n    \"doorstep_return\": true,\n    \"product_installation\": false,\n    \"openbox_delivery\": true,\n    \"multi_pick_single_drop\": false,\n    \"single_pick_multi_drop\": true,\n    \"multi_pick_multi_drop\": false,\n    \"ewaybill\": true\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"created_by\": {},\n  \"created_on\": \"2023-11-07T14:30:00Z\",\n  \"modified_by\": {},\n  \"modified_on\": \"2023-11-07T14:30:00Z\",\n  \"name\": \"Express Delivery Scheme\",\n  \"weight\": {\n    \"lt\": 10,\n    \"gt\": 1,\n    \"lte\": 9,\n    \"gte\": 2\n  },\n  \"volumetric_weight\": {\n    \"lt\": 15,\n    \"gt\": 5,\n    \"lte\": 14,\n    \"gte\": 6\n  },\n  \"transport_type\": \"air\",\n  \"region\": \"inter-country\",\n  \"delivery_type\": \"same-day\",\n  \"payment_mode\": [\n    \"COD\",\n    \"PREPAID\"\n  ],\n  \"stage\": \"enabled\",\n  \"status_updates\": \"real-time\",\n  \"ndr_attempts\": 3,\n  \"qc_shipment_item_quantity\": 50,\n  \"non_qc_shipment_item_quantity\": 100,\n  \"feature\": {\n    \"doorstep_qc\": true,\n    \"qr\": true,\n    \"mps\": true,\n    \"ndr\": true,\n    \"dangerous_goods\": false,\n    \"fragile_goods\": true,\n    \"restricted_goods\": false,\n    \"cold_storage_goods\": false,\n    \"doorstep_exchange\": true,\n    \"doorstep_return\": true,\n    \"product_installation\": false,\n    \"openbox_delivery\": true,\n    \"multi_pick_single_drop\": false,\n    \"single_pick_multi_drop\": true,\n    \"multi_pick_multi_drop\": false,\n    \"ewaybill\": true\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "30809cf4-252f-4506-8420-8f844d9c62f3",
                "name": "Failure Response Status",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "courier-partner",
                      "scheme",
                      ":scheme_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "scheme_id",
                        "description": "(Required) Unique identifier for the scheme, used to fetch or modify scheme details."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Express Delivery Scheme\",\n  \"weight\": {\n    \"lte\": 9,\n    \"gte\": 2\n  },\n  \"volumetric_weight\": {\n    \"lte\": 14,\n    \"gte\": 6\n  },\n  \"transport_type\": \"air\",\n  \"region\": \"inter-country\",\n  \"delivery_type\": \"same-day\",\n  \"payment_mode\": [\n    \"COD\",\n    \"PREPAID\"\n  ],\n  \"stage\": \"enabled\",\n  \"status_updates\": \"real-time\",\n  \"ndr_attempts\": 3,\n  \"qc_shipment_item_quantity\": 50,\n  \"non_qc_shipment_item_quantity\": 100,\n  \"feature\": {\n    \"doorstep_qc\": true,\n    \"qr\": true,\n    \"mps\": true,\n    \"ndr\": true,\n    \"dangerous_goods\": false,\n    \"fragile_goods\": true,\n    \"restricted_goods\": false,\n    \"cold_storage_goods\": false,\n    \"doorstep_exchange\": true,\n    \"doorstep_return\": true,\n    \"product_installation\": false,\n    \"openbox_delivery\": true,\n    \"multi_pick_single_drop\": false,\n    \"single_pick_multi_drop\": true,\n    \"multi_pick_multi_drop\": false,\n    \"ewaybill\": true\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": [\n    {\n      \"message\": \"Invalid account ID.\",\n      \"type\": \"ValidationError\",\n      \"value\": \"acc123\"\n    },\n    {\n      \"message\": \"Scheme ID mismatch.\",\n      \"type\": \"ValidationError\",\n      \"value\": \"scheme456\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "1c0e6271-8bd6-4383-a35e-d47ed2466c02",
            "name": "getCourierPartnerScheme | Get Scheme for courier partner extension by Id",
            "request": {
              "name": "getCourierPartnerScheme | Get Scheme for courier partner extension by Id",
              "description": {
                "content": "Update Scheme for courier partner extension by Id",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "courier-partner",
                  "scheme",
                  ":scheme_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "scheme_id",
                    "description": "(Required) Unique identifier for the scheme, used to fetch or modify scheme details."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "bdec1b2b-eda5-4abe-99d9-01c7e9172335",
                "name": "Success Response Status",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "courier-partner",
                      "scheme",
                      ":scheme_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "scheme_id",
                        "description": "(Required) Unique identifier for the scheme, used to fetch or modify scheme details."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"extension_id\": \"ext123\",\n  \"scheme_id\": \"scheme456\",\n  \"created_by\": {},\n  \"created_on\": \"2023-11-07T14:30:00Z\",\n  \"modified_by\": {},\n  \"modified_on\": \"2023-11-07T14:30:00Z\",\n  \"name\": \"Express Delivery Scheme\",\n  \"weight\": {\n    \"lt\": 10,\n    \"gt\": 1,\n    \"lte\": 9,\n    \"gte\": 2\n  },\n  \"volumetric_weight\": {\n    \"lt\": 15,\n    \"gt\": 5,\n    \"lte\": 14,\n    \"gte\": 6\n  },\n  \"transport_type\": \"air\",\n  \"region\": \"inter-country\",\n  \"delivery_type\": \"same-day\",\n  \"payment_mode\": [\n    \"COD\",\n    \"PREPAID\"\n  ],\n  \"stage\": \"enabled\",\n  \"status_updates\": \"real-time\",\n  \"ndr_attempts\": 3,\n  \"qc_shipment_item_quantity\": 50,\n  \"non_qc_shipment_item_quantity\": 100,\n  \"feature\": {\n    \"doorstep_qc\": true,\n    \"qr\": true,\n    \"mps\": true,\n    \"ndr\": true,\n    \"dangerous_goods\": false,\n    \"fragile_goods\": true,\n    \"restricted_goods\": false,\n    \"cold_storage_goods\": false,\n    \"doorstep_exchange\": true,\n    \"doorstep_return\": true,\n    \"product_installation\": false,\n    \"openbox_delivery\": true,\n    \"multi_pick_single_drop\": false,\n    \"single_pick_multi_drop\": true,\n    \"multi_pick_multi_drop\": false,\n    \"ewaybill\": true\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "b5f4fbd8-95cd-4a28-9e6e-de1f200b1766",
                "name": "Failure Response Status",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "courier-partner",
                      "scheme",
                      ":scheme_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "scheme_id",
                        "description": "(Required) Unique identifier for the scheme, used to fetch or modify scheme details."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": [\n    {\n      \"message\": \"Invalid account ID.\",\n      \"type\": \"ValidationError\",\n      \"value\": \"acc123\"\n    },\n    {\n      \"message\": \"Scheme ID mismatch.\",\n      \"type\": \"ValidationError\",\n      \"value\": \"scheme456\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "ab6e521e-c521-4211-8ccc-f1d3f3b28e1c",
            "name": "sampleFileServiceability | Sample File Download",
            "request": {
              "name": "sampleFileServiceability | Sample File Download",
              "description": {
                "content": "Sample File Download",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "localities",
                  "bulk-sample"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"country\": \"<string>\",\n  \"region\": \"<string>\",\n  \"type\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "d1814d65-4698-4745-9d89-a6980965666b",
                "name": "Success Response Status",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "localities",
                      "bulk-sample"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"country\": \"USA\",\n  \"region\": \"California\",\n  \"type\": \"serviceability\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"batch_id\": \"6703d0281f1b16472b889394\",\n  \"country\": \"India\",\n  \"failed_records\": [],\n  \"file_path\": null,\n  \"region\": \"pincode\",\n  \"status\": \"processing\",\n  \"type\": \"tat\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "76d817e9-9bdf-443e-8f57-13533ef69d54",
                "name": "Failure Response Status",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "localities",
                      "bulk-sample"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"country\": \"USA\",\n  \"region\": \"California\",\n  \"type\": \"serviceability\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"error\": [\n    {\n      \"value\": \"country_iso_code\",\n      \"message\": \"Country not found.\",\n      \"type\": \"ValidationError\"\n    },\n    {\n      \"value\": \"company_id\",\n      \"message\": \"Invalid company ID format.\",\n      \"type\": \"TypeError\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "29f2d15d-3022-4e9d-9523-f00cc91ddf89",
            "name": "getSampleFileServiceabilityStatus | Get Serviceability TAT sample files generator status",
            "request": {
              "name": "getSampleFileServiceabilityStatus | Get Serviceability TAT sample files generator status",
              "description": {
                "content": "Get Serviceability TAT sample file generator status",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "localities",
                  "bulk-sample"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "The current page number for paginated results."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "12",
                    "description": "Determines the items to be displayed in a page"
                  },
                  {
                    "disabled": false,
                    "key": "batch_id",
                    "value": "<string>",
                    "description": "Batch id of the execution"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "15cdc5b8-5110-4463-ad70-86400fa33785",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "localities",
                      "bulk-sample"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "1"
                      },
                      {
                        "key": "batch_id",
                        "value": "000000000000000000000001"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"batch_id\": \"6703d0281f1b16472b889394\",\n      \"country\": \"India\",\n      \"failed_records\": [],\n      \"file_path\": null,\n      \"region\": \"pincode\",\n      \"status\": \"processing\",\n      \"type\": \"tat\"\n    },\n    {\n      \"batch_id\": \"6703d0281f1b16472b889395\",\n      \"country\": \"USA\",\n      \"failed_records\": [\n        {\n          \"record_id\": \"123\",\n          \"error\": \"Invalid pincode\"\n        }\n      ],\n      \"file_path\": \"/path/to/file.csv\",\n      \"region\": \"zipcode\",\n      \"status\": \"completed\",\n      \"type\": \"serviceability\"\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": false,\n    \"has_previous\": false,\n    \"item_total\": 2,\n    \"size\": 2,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "ac40926b-3ea0-4d9c-805a-6c1376533c4d",
                "name": "Failure Response Status",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "localities",
                      "bulk-sample"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "1"
                      },
                      {
                        "key": "batch_id",
                        "value": "000000000000000000000001"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"error\": [\n    {\n      \"value\": \"country_iso_code\",\n      \"message\": \"Country not found.\",\n      \"type\": \"ValidationError\"\n    },\n    {\n      \"value\": \"company_id\",\n      \"message\": \"Invalid company ID format.\",\n      \"type\": \"TypeError\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "10997603-3d97-4df7-851c-15256b1d19ab",
            "name": "getCountries | Get all countries and associated data",
            "request": {
              "name": "getCountries | Get all countries and associated data",
              "description": {
                "content": "Retrieve a list of countries for logistical purposes.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "countries"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "onboard",
                    "value": "<boolean>",
                    "description": "Only fetch countries which allowed for onboard on Platform."
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "The page number to navigate through the given set of results. Default value is 1."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "12",
                    "description": "The number of items to retrieve in each page. Default value is 12"
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "The search string to search in the list of countries by name."
                  },
                  {
                    "disabled": false,
                    "key": "hierarchy",
                    "value": "<string>",
                    "description": "The search filter to filter countries based on their available hierarchy."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "e008a592-f9db-4de7-a506-7d7bfe9a6fb3",
                "name": "Successfully retrieved all countries with associated data.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "countries"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "onboard",
                        "value": "true"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "6"
                      },
                      {
                        "key": "q",
                        "value": "I"
                      },
                      {
                        "key": "hierarchy",
                        "value": "pincode"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"name\": \"INDIA\",\n      \"display_name\": \"India\",\n      \"iso2\": \"IN\",\n      \"iso3\": \"IND\",\n      \"timezones\": [\n        \"Asia/Kolkata\"\n      ],\n      \"currency\": {\n        \"code\": \"INR\",\n        \"name\": \"Indian Rupee\",\n        \"symbol\": \"₹\"\n      },\n      \"phone_code\": \"+91\",\n      \"hierarchy\": [\n        {\n          \"display_name\": \"State\",\n          \"slug\": \"state\"\n        },\n        {\n          \"display_name\": \"City\",\n          \"slug\": \"city\"\n        },\n        {\n          \"display_name\": \"Pincode\",\n          \"slug\": \"pincode\"\n        }\n      ]\n    },\n    {\n      \"name\": \"UNITED STATES\",\n      \"iso2\": \"US\",\n      \"iso3\": \"USA\",\n      \"timezones\": [\n        \"America/St_Johns\",\n        \"America/Halifax\",\n        \"America/Glace_Bay\",\n        \"America/Moncton\",\n        \"America/Goose_Bay\",\n        \"America/Blanc-Sablon\",\n        \"America/Toronto\",\n        \"America/Iqaluit\",\n        \"America/Atikokan\",\n        \"America/Winnipeg\",\n        \"America/Resolute\",\n        \"America/Rankin_Inlet\",\n        \"America/Regina\",\n        \"America/Swift_Current\",\n        \"America/Edmonton\",\n        \"America/Cambridge_Bay\",\n        \"America/Inuvik\",\n        \"America/Creston\",\n        \"America/Dawson_Creek\",\n        \"America/Fort_Nelson\",\n        \"America/Whitehorse\",\n        \"America/Dawson\",\n        \"America/Vancouver\"\n      ],\n      \"currency\": {\n        \"code\": \"INR\",\n        \"name\": \"Indian Rupee\",\n        \"symbol\": \"₹\"\n      },\n      \"phone_code\": \"+1\",\n      \"hierarchy\": [\n        {\n          \"display_name\": \"State\",\n          \"slug\": \"state\"\n        },\n        {\n          \"display_name\": \"City\",\n          \"slug\": \"city\"\n        },\n        {\n          \"display_name\": \"Zipcode\",\n          \"slug\": \"pincode\"\n        }\n      ]\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": true,\n    \"has_previous\": false,\n    \"item_total\": 2,\n    \"size\": 1,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "2cf74936-3626-45cb-a9a8-8c4a73daeff7",
                "name": "Unsuccessful Request",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "countries"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "onboard",
                        "value": "true"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "6"
                      },
                      {
                        "key": "q",
                        "value": "I"
                      },
                      {
                        "key": "hierarchy",
                        "value": "pincode"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": \"The page_size for countries is less that 1\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e4a21b29-fa70-474e-b04f-1d2b916cc078",
            "name": "getInstalledCourierPartnerExtensions | Fetching of Package Material Rules from database.",
            "request": {
              "name": "getInstalledCourierPartnerExtensions | Fetching of Package Material Rules from database.",
              "description": {
                "content": "This API returns response of Package Materials Rules.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "courier-partner",
                  "list"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "The current page number for paginated results."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10",
                    "description": "Determines the items to be displayed in a page"
                  },
                  {
                    "disabled": false,
                    "key": "is_installed",
                    "value": "<string>",
                    "description": "Filter to get installed extensions only"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "bddd0ac6-258f-43c3-986a-6cd6f1e6c6d9",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "courier-partner",
                      "list"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "is_installed",
                        "value": "true"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"_id\": \"654a71b44006af9495d90ff8\",\n      \"name\": \"BVC\",\n      \"description\": \"BVC Logistics...............\",\n      \"logo\": {\n        \"small\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/misc/pictures/free-icon/original/hvmfEFeXi-logo.png\",\n        \"large\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/misc/pictures/free-icon/original/hvmfEFeXi-logo.png\"\n      },\n      \"extention_type\": \"public\",\n      \"organization_id\": \"652e237e6151ebe48f7cf78a\",\n      \"is_hidden\": false,\n      \"launch_type\": \"logistics\",\n      \"modified_at\": \"2024-02-12T14:21:20.368Z\",\n      \"is_installed\": true\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": false,\n    \"has_previous\": false,\n    \"item_total\": 1,\n    \"size\": 1,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "dc2ac1f7-009b-4538-a357-726b12a4b7ce",
            "name": "getSelfShipDetails | Get self-ship details",
            "request": {
              "name": "getSelfShipDetails | Get self-ship details",
              "description": {
                "content": "Get the self-ship details such as TAT, activation status, and unit for a specified company.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "selfship"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "8fdb0ca6-7ef6-4ce1-b085-ad3feb80b262",
                "name": "Successfully updated self-ship details",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "selfship"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"tat\": 2,\n  \"is_active\": true,\n  \"unit\": \"hours\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "2757b001-5bdc-449c-bbde-cdbb414a99ff",
                "name": "Bad request due to validation errors",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "selfship"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"error\": [\n    {\n      \"value\": \"Validation failed\",\n      \"message\": \"Invalid input provided\",\n      \"type\": \"ValidationError\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5c8fb1df-5a9a-47b8-b469-be04144e5f5f",
            "name": "updateSelfShipDetails | Update self-ship details",
            "request": {
              "name": "updateSelfShipDetails | Update self-ship details",
              "description": {
                "content": "Updates the self-ship details such as TAT, activation status, and unit for a specified company.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "selfship"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PATCH",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"tat\": \"<integer>\",\n  \"is_active\": \"<boolean>\",\n  \"unit\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "a9a5bf5f-228f-4ede-b379-1092f64eac5e",
                "name": "Successfully updated self-ship details",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "selfship"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"tat\": 2,\n  \"is_active\": true,\n  \"unit\": \"hours\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"tat\": 2,\n  \"is_active\": true,\n  \"unit\": \"hours\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "beeaf34d-2aa0-4a4c-9b73-a332b2f37343",
                "name": "Bad request due to validation errors",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "selfship"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"tat\": 2,\n  \"is_active\": true,\n  \"unit\": \"hours\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"error\": [\n    {\n      \"value\": \"Validation failed\",\n      \"message\": \"Invalid input provided\",\n      \"type\": \"ValidationError\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "ddcb7c25-b91d-439a-b4c3-9f11d5c31727",
            "name": "downloadGeoareaSampleFile | Download geoarea sample file",
            "request": {
              "name": "downloadGeoareaSampleFile | Download geoarea sample file",
              "description": {
                "content": "Download a sample file for geoarea data.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "geoareas",
                  "regions",
                  "bulk",
                  "sample"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/octet-stream"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "3142166d-62c3-417d-9e3a-0780f6f638d2",
                "name": "Successful response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "geoareas",
                      "regions",
                      "bulk",
                      "sample"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/octet-stream"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/octet-stream"
                  }
                ],
                "body": "test",
                "cookie": [],
                "_postman_previewlanguage": "text"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5b47232b-4198-411c-8a5e-29994096d1fd",
            "name": "createFulfillmentOption | Create a new fulfillment option",
            "request": {
              "name": "createFulfillmentOption | Create a new fulfillment option",
              "description": {
                "content": "Creates a new fulfillment option for the specified company and application.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "fulfillment-options"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"type\": \"<string>\",\n  \"is_default\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "bf472d1a-66c3-4ab4-b5b5-ad6cdcf4d417",
                "name": "Successful response with fulfillment options",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "fulfillment-options"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Standard Delivery2\",\n  \"slug\": \"standard-delivery2\",\n  \"company_id\": 2,\n  \"application_id\": \"67a09c7e411adcbb90398d25\",\n  \"description\": \"Standard delivery service for standard shipping.\",\n  \"is_default\": false,\n  \"type\": \"HomeDelivery\",\n  \"status\": \"ACTIVE\",\n  \"business_unit\": [\n    {\n      \"name\": \"STORE_FRONT\",\n      \"is_active\": true\n    },\n    {\n      \"name\": \"STORE_OS\",\n      \"is_active\": false\n    }\n  ],\n  \"fulfillment_stores\": {\n    \"values\": [],\n    \"type\": \"all\"\n  },\n  \"products\": {\n    \"values\": [],\n    \"type\": \"all\"\n  },\n  \"cp_schemes\": {\n    \"values\": [],\n    \"type\": \"all\"\n  },\n  \"id\": \"67acd78af8f350ad9c64344f\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"name\": \"Standard Delivery2\",\n  \"slug\": \"standard-delivery2\",\n  \"company_id\": 2,\n  \"application_id\": \"67a09c7e411adcbb90398d25\",\n  \"description\": \"Standard delivery service for standard shipping.\",\n  \"is_default\": false,\n  \"type\": \"HomeDelivery\",\n  \"status\": \"ACTIVE\",\n  \"business_unit\": [\n    {\n      \"name\": \"STORE_FRONT\",\n      \"is_active\": true\n    },\n    {\n      \"name\": \"STORE_OS\",\n      \"is_active\": false\n    }\n  ],\n  \"fulfillment_stores\": {\n    \"values\": [],\n    \"type\": \"all\"\n  },\n  \"products\": {\n    \"values\": [],\n    \"type\": \"all\"\n  },\n  \"cp_schemes\": {\n    \"values\": [],\n    \"type\": \"all\"\n  },\n  \"id\": \"67acd78af8f350ad9c64344f\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "dd25db77-ec17-42c5-94f2-9a4717a476cb",
                "name": "Bad request due to invalid parameters",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "fulfillment-options"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Standard Delivery2\",\n  \"slug\": \"standard-delivery2\",\n  \"company_id\": 2,\n  \"application_id\": \"67a09c7e411adcbb90398d25\",\n  \"description\": \"Standard delivery service for standard shipping.\",\n  \"is_default\": false,\n  \"type\": \"HomeDelivery\",\n  \"status\": \"ACTIVE\",\n  \"business_unit\": [\n    {\n      \"name\": \"STORE_FRONT\",\n      \"is_active\": true\n    },\n    {\n      \"name\": \"STORE_OS\",\n      \"is_active\": false\n    }\n  ],\n  \"fulfillment_stores\": {\n    \"values\": [],\n    \"type\": \"all\"\n  },\n  \"products\": {\n    \"values\": [],\n    \"type\": \"all\"\n  },\n  \"cp_schemes\": {\n    \"values\": [],\n    \"type\": \"all\"\n  },\n  \"id\": \"67acd78af8f350ad9c64344f\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                "code": 422,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"errors\": [\n    {\n      \"message\": \"Cannot have more than 5 Fulfillment Options standard-delivery2 already exist for company: 2 and application: 67a09c7e411adcbb90398d25\",\n      \"field\": \"slug\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d8934e06-2ebd-4c35-92f0-410936cad2a6",
            "name": "getFulfillmentOptionsList | Retrieve fulfillment options with optional filters.",
            "request": {
              "name": "getFulfillmentOptionsList | Retrieve fulfillment options with optional filters.",
              "description": {
                "content": "Fetches fulfillment options for an application. Queryable by product_slug, store_id, and status.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "fulfillment-options"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "product_slug",
                    "value": "<string>",
                    "description": "The unique identifier (slug) of the product."
                  },
                  {
                    "disabled": false,
                    "key": "store_id",
                    "value": "<integer>",
                    "description": "The unique identifier of the store."
                  },
                  {
                    "disabled": false,
                    "key": "status",
                    "value": "<string>",
                    "description": "Status of the fulfillment option. Must be either `ACTIVE` or `INACTIVE`."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "c6032ace-7f89-4b4c-ae17-4a7c8b7b1a63",
                "name": "Successful response with fulfillment options",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "fulfillment-options"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "product_slug",
                        "value": "sample-product"
                      },
                      {
                        "key": "store_id",
                        "value": "1"
                      },
                      {
                        "key": "status",
                        "value": "ACTIVE"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"name\": \"Standard Delivery2\",\n      \"slug\": \"standard-delivery2\",\n      \"company_id\": 2,\n      \"application_id\": \"67a09c7e411adcbb90398d25\",\n      \"description\": \"Standard delivery service for standard shipping.\",\n      \"is_default\": false,\n      \"type\": \"HomeDelivery\",\n      \"status\": \"ACTIVE\",\n      \"id\": \"67acd78af8f350ad9c64344f\"\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"size\": 10,\n    \"item_total\": 1,\n    \"has_next\": false,\n    \"has_previous\": false,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "289f3603-a744-4943-8d06-7535dce80535",
                "name": "Bad request due to invalid parameters",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "fulfillment-options"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "product_slug",
                        "value": "sample-product"
                      },
                      {
                        "key": "store_id",
                        "value": "1"
                      },
                      {
                        "key": "status",
                        "value": "ACTIVE"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                "code": 422,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"errors\": [\n    {\n      \"message\": \"Invalid store_id, must be >= 0\",\n      \"field\": \"store_id\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "69971bba-a3f3-4b12-ba4c-140dfe837ba7",
            "name": "getFulfillmentOptions | Get fulfillment options",
            "request": {
              "name": "getFulfillmentOptions | Get fulfillment options",
              "description": {
                "content": "Fetches available fulfillment options for a given product and store.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "fulfillment-options",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "product_id",
                    "value": "<integer>",
                    "description": "The unique identifier of the product."
                  },
                  {
                    "disabled": false,
                    "key": "store_id",
                    "value": "<integer>",
                    "description": "The unique identifier of the store."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) Slug of the fulfillment option for retrieving details."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "beb82366-f702-43c7-a52d-10b94b872903",
                "name": "Successful response with fulfillment options",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "fulfillment-options",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "product_id",
                        "value": "1"
                      },
                      {
                        "key": "store_id",
                        "value": "1"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) Slug of the fulfillment option for retrieving details."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"name\": \"Standard Delivery2\",\n  \"slug\": \"standard-delivery2\",\n  \"company_id\": 2,\n  \"application_id\": \"67a09c7e411adcbb90398d25\",\n  \"description\": \"Standard delivery service for standard shipping.\",\n  \"is_default\": false,\n  \"type\": \"HomeDelivery\",\n  \"status\": \"ACTIVE\",\n  \"business_unit\": [\n    {\n      \"name\": \"STORE_FRONT\",\n      \"is_active\": true\n    },\n    {\n      \"name\": \"STORE_OS\",\n      \"is_active\": false\n    }\n  ],\n  \"fulfillment_stores\": {\n    \"values\": [],\n    \"type\": \"all\"\n  },\n  \"products\": {\n    \"values\": [],\n    \"type\": \"all\"\n  },\n  \"cp_schemes\": {\n    \"values\": [],\n    \"type\": \"all\"\n  },\n  \"id\": \"67acd78af8f350ad9c64344f\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "0e30ab2e-46b8-484a-8feb-79473b5186cb",
                "name": "Bad request due to invalid parameters",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "fulfillment-options",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "product_id",
                        "value": "1"
                      },
                      {
                        "key": "store_id",
                        "value": "1"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) Slug of the fulfillment option for retrieving details."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                "code": 422,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"errors\": [\n    {\n      \"message\": \"Cannot have more than 5 Fulfillment Options standard-delivery2 already exist for company: 2 and application: 67a09c7e411adcbb90398d25\",\n      \"field\": \"slug\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "00bb7b7f-1f9d-442b-be78-7718e508bae7",
            "name": "deleteFulfillmentOptions | Delete fulfillment options",
            "request": {
              "name": "deleteFulfillmentOptions | Delete fulfillment options",
              "description": {
                "content": "Deletes fulfillment options for provided slug.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "fulfillment-options",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) Slug of the fulfillment option for retrieving details."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "78decdb1-1b49-40cd-872d-32b840eb734d",
                "name": "Successful response with fulfillment options",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "fulfillment-options",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) Slug of the fulfillment option for retrieving details."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Fulfillment Option standard-delivery1 Successfully Deleted\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "b269da98-9817-43b3-9e05-b8dc5f8cbdd0",
                "name": "Bad request due to invalid parameters",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "fulfillment-options",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) Slug of the fulfillment option for retrieving details."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"errors\": [\n    {\n      \"message\": \"Fulfillment Option standard-delivery1 not found\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e306fcc6-bfc5-46ea-b416-46bfc7634e8d",
            "name": "putFulfillmentOption | Update an existing fulfillment option",
            "request": {
              "name": "putFulfillmentOption | Update an existing fulfillment option",
              "description": {
                "content": "Updates the details of an existing fulfillment option for the specified company and application",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "fulfillment-options",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) Slug of the fulfillment option for retrieving details."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"type\": \"<string>\",\n  \"is_default\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "2e7ca132-aae0-4ac7-8d39-2e6212bc520e",
                "name": "Successful response with fulfillment options",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "fulfillment-options",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) Slug of the fulfillment option for retrieving details."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Standard Delivery2\",\n  \"slug\": \"standard-delivery2\",\n  \"company_id\": 2,\n  \"application_id\": \"67a09c7e411adcbb90398d25\",\n  \"description\": \"Standard delivery service for standard shipping.\",\n  \"is_default\": false,\n  \"type\": \"HomeDelivery\",\n  \"status\": \"ACTIVE\",\n  \"business_unit\": [\n    {\n      \"name\": \"STORE_FRONT\",\n      \"is_active\": true\n    },\n    {\n      \"name\": \"STORE_OS\",\n      \"is_active\": false\n    }\n  ],\n  \"fulfillment_stores\": {\n    \"values\": [],\n    \"type\": \"all\"\n  },\n  \"products\": {\n    \"values\": [],\n    \"type\": \"all\"\n  },\n  \"cp_schemes\": {\n    \"values\": [],\n    \"type\": \"all\"\n  },\n  \"id\": \"67acd78af8f350ad9c64344f\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"name\": \"Standard Delivery2\",\n  \"slug\": \"standard-delivery2\",\n  \"company_id\": 2,\n  \"application_id\": \"67a09c7e411adcbb90398d25\",\n  \"description\": \"Standard delivery service for standard shipping.\",\n  \"is_default\": false,\n  \"type\": \"HomeDelivery\",\n  \"status\": \"ACTIVE\",\n  \"business_unit\": [\n    {\n      \"name\": \"STORE_FRONT\",\n      \"is_active\": true\n    },\n    {\n      \"name\": \"STORE_OS\",\n      \"is_active\": false\n    }\n  ],\n  \"fulfillment_stores\": {\n    \"values\": [],\n    \"type\": \"all\"\n  },\n  \"products\": {\n    \"values\": [],\n    \"type\": \"all\"\n  },\n  \"cp_schemes\": {\n    \"values\": [],\n    \"type\": \"all\"\n  },\n  \"id\": \"67acd78af8f350ad9c64344f\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "fa6bd7e8-f324-4469-83fb-d5a8f39bcae7",
                "name": "Bad request due to invalid parameters",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "fulfillment-options",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) Slug of the fulfillment option for retrieving details."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Standard Delivery2\",\n  \"slug\": \"standard-delivery2\",\n  \"company_id\": 2,\n  \"application_id\": \"67a09c7e411adcbb90398d25\",\n  \"description\": \"Standard delivery service for standard shipping.\",\n  \"is_default\": false,\n  \"type\": \"HomeDelivery\",\n  \"status\": \"ACTIVE\",\n  \"business_unit\": [\n    {\n      \"name\": \"STORE_FRONT\",\n      \"is_active\": true\n    },\n    {\n      \"name\": \"STORE_OS\",\n      \"is_active\": false\n    }\n  ],\n  \"fulfillment_stores\": {\n    \"values\": [],\n    \"type\": \"all\"\n  },\n  \"products\": {\n    \"values\": [],\n    \"type\": \"all\"\n  },\n  \"cp_schemes\": {\n    \"values\": [],\n    \"type\": \"all\"\n  },\n  \"id\": \"67acd78af8f350ad9c64344f\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"errors\": [\n    {\n      \"message\": \"Fulfillment Option with slug standard-deliver not found for company: 2 and application: 67a09c7e411adcbb90398d25.\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "f2758d89-54fb-4819-8449-8a005551f514",
            "name": "getFulfillmentOptionProducts | Get products for a specific fulfillment option.",
            "request": {
              "name": "getFulfillmentOptionProducts | Get products for a specific fulfillment option.",
              "description": {
                "content": "Retrieves products available for a specific fulfillment option in an application.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "fulfillment-options",
                  ":slug",
                  "products"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Query to search product by name."
                  },
                  {
                    "disabled": false,
                    "key": "store_id",
                    "value": "<integer>",
                    "description": "(Required) The unique identifier of the store."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) Slug of the fulfillment option for retrieving details."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "dc00d770-16a4-43fb-bb80-b3a01ebc93ba",
                "name": "Successful response with fulfillment options",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "fulfillment-options",
                      ":slug",
                      "products"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "q",
                        "value": "product"
                      },
                      {
                        "key": "store_id",
                        "value": "1"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) Slug of the fulfillment option for retrieving details."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"category_slug\": \"courier-bag\",\n      \"uid\": 7500001,\n      \"short_description\": \"Test product\",\n      \"net_quantity\": {\n        \"unit\": \"nos\",\n        \"value\": 1000\n      },\n      \"name\": \"New Product\",\n      \"multi_size\": true,\n      \"tags\": [],\n      \"is_set\": false,\n      \"trader\": {\n        \"name\": \"Surendra\",\n        \"address\": \"Mumbai\"\n      },\n      \"item_code\": \"123TEST\",\n      \"product_group_tag\": [],\n      \"variants\": {},\n      \"description\": \"Test product\",\n      \"change_request_id\": \"67a382f96ebf1046a3aa24c7\",\n      \"no_of_boxes\": 1,\n      \"company_id\": 2,\n      \"media\": [],\n      \"custom_order\": {\n        \"is_custom_order\": false,\n        \"manufacturing_time_unit\": \"days\",\n        \"manufacturing_time\": 0\n      },\n      \"highlights\": [],\n      \"departments\": [\n        1\n      ],\n      \"currency\": \"INR\",\n      \"teaser_tag\": {},\n      \"item_type\": \"standard\",\n      \"_custom_json\": {},\n      \"country_of_origin\": \"India\",\n      \"brand_uid\": 1,\n      \"variant_media\": {},\n      \"slug\": \"new-product-7500001\",\n      \"product_publish\": {\n        \"product_online_date\": \"2025-02-05T15:24:03.353000+00:00\",\n        \"is_set\": true\n      },\n      \"tax_identifier\": {\n        \"hsn_code\": \"48190000\",\n        \"hsn_code_id\": \"67a099fd88f152c9212982ca\",\n        \"reporting_hsn\": \"48190000H1\"\n      },\n      \"is_image_less_product\": true,\n      \"size_guide\": \"\",\n      \"is_dependent\": false,\n      \"template_tag\": \"industrial-supplies\",\n      \"category_uid\": 3,\n      \"sizes\": [\n        {\n          \"size_priority\": 1,\n          \"item_dimensions_unit_of_measure\": \"cm\",\n          \"price_transfer\": 0,\n          \"item_height\": 12,\n          \"item_length\": 12,\n          \"item_weight\": 100,\n          \"identifiers\": [\n            {\n              \"gtin_type\": \"sku_code\",\n              \"gtin_value\": \"TEST123\",\n              \"primary\": true\n            }\n          ],\n          \"track_inventory\": true,\n          \"size\": \"OS\",\n          \"price\": 100,\n          \"item_width\": 12,\n          \"is_set\": false,\n          \"item_weight_unit_of_measure\": \"gram\",\n          \"_custom_json\": {},\n          \"price_effective\": 100\n        }\n      ],\n      \"is_active\": true,\n      \"return_config\": {\n        \"unit\": \"days\",\n        \"returnable\": false,\n        \"time\": 0\n      },\n      \"attributes\": {},\n      \"trader_type\": \"Manufacturer\",\n      \"company_ids\": [\n        2\n      ]\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"size\": 10,\n    \"current\": 1,\n    \"has_next\": false,\n    \"item_total\": 3\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "ef56cfc8-9da6-4edc-a93c-4638d2c5e937",
                "name": "Bad request due to invalid parameters",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "fulfillment-options",
                      ":slug",
                      "products"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "q",
                        "value": "product"
                      },
                      {
                        "key": "store_id",
                        "value": "1"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) Slug of the fulfillment option for retrieving details."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"errors\": [\n    {\n      \"value\": \"SchemaValidationError\",\n      \"type\": \"test\",\n      \"message\": \"Unknown field\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b98aca44-f52b-4557-b2c2-bb8523e8af2b",
            "name": "getFulfillmentOptionStores | Get stores for a specific fulfillment option.",
            "request": {
              "name": "getFulfillmentOptionStores | Get stores for a specific fulfillment option.",
              "description": {
                "content": "Retrieves stores available for a specific fulfillment option in an application.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "fulfillment-options",
                  ":slug",
                  "stores"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Query to search product by name."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) Slug of the fulfillment option for retrieving details."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "815146ad-5032-47c4-b68d-24ad9ce3b6d8",
                "name": "Successful response with fulfillment options",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "fulfillment-options",
                      ":slug",
                      "stores"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "q",
                        "value": "selling"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) Slug of the fulfillment option for retrieving details."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"uid\": 2,\n      \"address\": {\n        \"address1\": \"Wework Vijay Diamond\",\n        \"country\": \"India\",\n        \"pincode\": 400093,\n        \"city\": \"Mumbai\",\n        \"state\": \"Maharashtra\",\n        \"latitude\": 19.07283,\n        \"longitude\": 72.88261,\n        \"country_code\": \"IN\",\n        \"address_meta\": {\n          \"state\": {},\n          \"pincode\": {}\n        }\n      },\n      \"company_id\": 2,\n      \"display_name\": \"Admin development\",\n      \"name\": \"Admin development\",\n      \"store_type\": \"high_street\",\n      \"tags\": []\n    },\n    {\n      \"uid\": 3,\n      \"address\": {\n        \"address1\": \"1 C 42\",\n        \"address2\": \"23\",\n        \"country\": \"India\",\n        \"pincode\": 400001,\n        \"city\": \"MUMBAI\",\n        \"state\": \"MAHARASHTRA\",\n        \"latitude\": 18.9385352,\n        \"longitude\": 72.836334,\n        \"country_code\": \"IN\",\n        \"address_meta\": {\n          \"state\": {},\n          \"pincode\": {}\n        }\n      },\n      \"company_id\": 2,\n      \"display_name\": \"New Store 2\",\n      \"name\": \"New Store 2\",\n      \"store_type\": \"high_street\",\n      \"tags\": []\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"size\": 10,\n    \"current\": 1,\n    \"has_next\": false,\n    \"item_total\": 2\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "4e4e83a1-209b-4b03-aedb-2850d5b2516d",
                "name": "Bad request due to invalid parameters",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "fulfillment-options",
                      ":slug",
                      "stores"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "q",
                        "value": "selling"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) Slug of the fulfillment option for retrieving details."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"errors\": [\n    {\n      \"value\": \"SchemaValidationError\",\n      \"type\": \"test\",\n      \"message\": \"Unknown field\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "fea2c715-d63c-4fd6-aac8-7aff8e3bee73",
            "name": "uploadBulkFulfillmentOptions | Upload bulk fulfillment options.",
            "request": {
              "name": "uploadBulkFulfillmentOptions | Upload bulk fulfillment options.",
              "description": {
                "content": "Uploads a bulk list of fulfillment options for an application, allowing multiple fulfillment configurations to be processed at once.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "fulfillment-options",
                  "bulk"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"file_path\": \"<string>\",\n  \"type\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "b1e08568-3384-420b-a0e0-78a991a84709",
                "name": "Successful response with fulfillment options",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "fulfillment-options",
                      "bulk"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"file_path\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/general/free/original/8PkSUhuzE-store_code.csv\",\n  \"type\": \"stores\",\n  \"request_id\": \"67aee4cc7f5a32268fab22d0\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"request_id\": \"67aee4cc7f5a32268fab22d0\",\n  \"request\": {\n    \"entity_filter_type\": \"fulfillment_stores\",\n    \"fulfillment_option_type\": \"HomeDelivery\"\n  },\n  \"fulfillment_option_slug\": \"standard-delivery\",\n  \"file_url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/general/free/original/8PkSUhuzE-store_code.csv\",\n  \"total\": 0,\n  \"success\": 0,\n  \"failed\": 0,\n  \"action\": \"import\",\n  \"updated_at\": \"2025-02-14T12:08:04.290000\",\n  \"updated_by\": null,\n  \"type\": \"stores\",\n  \"company_id\": 2,\n  \"application_id\": \"67a09c7e411adcbb90398d25\",\n  \"stage\": \"In_Progress\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "d24eb4d9-9292-415b-a0bf-ff08c5465348",
                "name": "Bad request due to invalid parameters",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "fulfillment-options",
                      "bulk"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"file_path\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/general/free/original/8PkSUhuzE-store_code.csv\",\n  \"type\": \"stores\",\n  \"request_id\": \"67aee4cc7f5a32268fab22d0\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"errors\": [\n    {\n      \"value\": \"SchemaValidationError\",\n      \"type\": \"test\",\n      \"message\": \"Unknown field\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "daae3861-6f94-4b1a-8550-18591d81db6c",
            "name": "validateBulkFulfillmentOptions | Validate bulk fulfillment options.",
            "request": {
              "name": "validateBulkFulfillmentOptions | Validate bulk fulfillment options.",
              "description": {
                "content": "Validates a bulk list of fulfillment options for an application before processing, ensuring correctness for stores or products.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "fulfillment-options",
                  "bulk",
                  "validate",
                  ":type"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "type",
                    "description": "(Required) Type of entity being validated (stores or products)."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"store_type\": \"<string>\",\n  \"file_path\": \"<uri>\",\n  \"action\": \"<string>\",\n  \"type\": \"<string>\",\n  \"fulfillment_option_slug\": \"<string>\",\n  \"request\": {\n    \"entity_filter_type\": \"<string>\",\n    \"fulfillment_option_type\": \"<string>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "cd4084dd-e668-4f93-a8da-d16c8874f355",
                "name": "Successful response with fulfillment options",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "fulfillment-options",
                      "bulk",
                      "validate",
                      ":type"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "type",
                        "description": "(Required) Type of entity being validated (stores or products)."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"store_type\": \"fulfillment_stores\",\n  \"file_path\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/general/free/original/8PkSUhuzE-store_code.csv\",\n  \"action\": \"import\",\n  \"type\": \"stores\",\n  \"request_id\": \"123\",\n  \"fulfillment_option_slug\": \"standard-delivery\",\n  \"request\": {\n    \"entity_filter_type\": \"fulfillment_stores\",\n    \"fulfillment_option_type\": \"HomeDelivery\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"request_id\": \"67aee4cc7f5a32268fab22d0\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "6ad00f0c-51da-447b-8298-6b72874d008a",
                "name": "Bad request due to invalid parameters",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "fulfillment-options",
                      "bulk",
                      "validate",
                      ":type"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "type",
                        "description": "(Required) Type of entity being validated (stores or products)."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"store_type\": \"fulfillment_stores\",\n  \"file_path\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/general/free/original/8PkSUhuzE-store_code.csv\",\n  \"action\": \"import\",\n  \"type\": \"stores\",\n  \"request_id\": \"123\",\n  \"fulfillment_option_slug\": \"standard-delivery\",\n  \"request\": {\n    \"entity_filter_type\": \"fulfillment_stores\",\n    \"fulfillment_option_type\": \"HomeDelivery\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"errors\": [\n    {\n      \"value\": \"SchemaValidationError\",\n      \"type\": \"test\",\n      \"message\": \"Unknown field\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "fbeb6a20-418d-4975-8aca-e2772f99121f",
            "name": "getBulkFulfillmentValidationStatus | Validate bulk fulfillment options.",
            "request": {
              "name": "getBulkFulfillmentValidationStatus | Validate bulk fulfillment options.",
              "description": {
                "content": "Validates a bulk list of fulfillment options for an application before processing, ensuring correctness for stores or products.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "fulfillment-options",
                  "poll",
                  "validate",
                  ":bulk_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "bulk_id",
                    "description": "(Required) Unique id created by validate api."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "2e558fbf-3fe7-4651-95b2-e0d9509c5e67",
                "name": "Successful response with fulfillment options",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "fulfillment-options",
                      "poll",
                      "validate",
                      ":bulk_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "bulk_id",
                        "description": "(Required) Unique id created by validate api."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"request_id\": \"67aee4cc7f5a32268fab22d0\",\n  \"request\": {\n    \"entity_filter_type\": \"fulfillment_stores\",\n    \"fulfillment_option_type\": \"HomeDelivery\"\n  },\n  \"fulfillment_option_slug\": \"standard-delivery\",\n  \"file_url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/general/free/original/8PkSUhuzE-store_code.csv\",\n  \"total\": 0,\n  \"success\": 0,\n  \"failed\": 0,\n  \"action\": \"import\",\n  \"updated_at\": \"2025-02-14T12:08:04.290000\",\n  \"updated_by\": null,\n  \"type\": \"stores\",\n  \"company_id\": 2,\n  \"application_id\": \"67a09c7e411adcbb90398d25\",\n  \"stage\": \"In_Progress\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "5701faee-1a4f-48fa-8653-5e97827c790e",
                "name": "Bad request due to invalid parameters",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "fulfillment-options",
                      "poll",
                      "validate",
                      ":bulk_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "bulk_id",
                        "description": "(Required) Unique id created by validate api."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"errors\": [\n    {\n      \"value\": \"SchemaValidationError\",\n      \"type\": \"test\",\n      \"message\": \"Unknown field\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "17010ba5-3c16-42e2-9217-66f860113d27",
            "name": "createShipments | Create and return shipments",
            "request": {
              "name": "createShipments | Create and return shipments",
              "description": {
                "content": "Create and return shipments.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "shipments"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "disabled": false,
                  "description": "Ordering source header, to be used to identify source of order creation.",
                  "key": "x-ordering-source",
                  "value": "<string>"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"journey\": \"<string>\",\n  \"location_articles\": [\n    {\n      \"articles\": [\n        {\n          \"price\": \"<float>\",\n          \"item_id\": \"<integer>\",\n          \"size\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"parent_item_identifiers\": {\n            \"identifier\": \"<string>\",\n            \"parent_item_id\": \"<string>\",\n            \"parent_item_size\": \"<string>\"\n          }\n        },\n        {\n          \"price\": \"<float>\",\n          \"item_id\": \"<integer>\",\n          \"size\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"parent_item_identifiers\": {\n            \"identifier\": \"<string>\",\n            \"parent_item_id\": \"<string>\",\n            \"parent_item_size\": \"<string>\"\n          }\n        }\n      ],\n      \"fulfillment_location_id\": \"<integer>\",\n      \"fulfillment_type\": \"<string>\",\n      \"fulfillment_tags\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"articles\": [\n        {\n          \"price\": \"<float>\",\n          \"item_id\": \"<integer>\",\n          \"size\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"parent_item_identifiers\": {\n            \"identifier\": \"<string>\",\n            \"parent_item_id\": \"<string>\",\n            \"parent_item_size\": \"<string>\"\n          }\n        },\n        {\n          \"price\": \"<float>\",\n          \"item_id\": \"<integer>\",\n          \"size\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"parent_item_identifiers\": {\n            \"identifier\": \"<string>\",\n            \"parent_item_id\": \"<string>\",\n            \"parent_item_size\": \"<string>\"\n          }\n        }\n      ],\n      \"fulfillment_location_id\": \"<integer>\",\n      \"fulfillment_type\": \"<string>\",\n      \"fulfillment_tags\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ],\n  \"to_serviceability\": {\n    \"pincode\": \"<string>\",\n    \"sector\": \"<string>\",\n    \"state\": \"<string>\",\n    \"country\": \"<string>\",\n    \"city\": \"<string>\",\n    \"country_iso_code\": \"<string>\"\n  },\n  \"payment_mode\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "ec243ce4-5de6-4e9a-a935-8f5cdad1905c",
                "name": "Valid",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "shipments"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) The ID of the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"journey\": \"forward\",\n  \"location_articles\": {\n    \"articles\": [\n      {\n        \"price\": 3,\n        \"quantity\": 1,\n        \"brand_id\": 456,\n        \"item_id\": 1000037,\n        \"size\": \"OS\",\n        \"parent_item_identifiers\": null\n      }\n    ],\n    \"fulfillment_id\": 144,\n    \"fulfillment_type\": \"store\"\n  },\n  \"to_serviceability\": {\n    \"country\": \"INDIA\",\n    \"state\": \"MAHARASHTRA\",\n    \"city\": \"PUNE\",\n    \"country_iso_code\": \"IN\",\n    \"pincode\": \"400001\"\n  },\n  \"payment_mode\": null\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"is_cod_available\": true,\n  \"shipments\": [\n    {\n      \"weight\": 2344,\n      \"is_auto_assign\": true,\n      \"mps\": false,\n      \"shipment_type\": \"single_shipment\",\n      \"articles\": [\n        {\n          \"department_id\": 1,\n          \"item_id\": 7500000,\n          \"size\": \"OS\",\n          \"price_marked\": 234,\n          \"price_in_user_currency\": null,\n          \"category_id\": 3,\n          \"manufacturing_time_unit\": \"days\",\n          \"is_mto\": false,\n          \"is_set\": false,\n          \"pickup_store_detail\": {},\n          \"id\": \"68c140b767cfcbd232ffd667\",\n          \"brand_id\": 2,\n          \"fulfillment_option\": {\n            \"slug\": \"standard-delivery\",\n            \"is_default\": true,\n            \"name\": \"Standard Delivery\",\n            \"type\": \"HomeDelivery\"\n          },\n          \"meta\": {},\n          \"quantity\": 1,\n          \"weight\": 2344,\n          \"sla\": \"2025-10-16T14:51:54Z\",\n          \"dimension\": {\n            \"is_default\": true,\n            \"unit\": \"cm\",\n            \"height\": 234,\n            \"width\": 234,\n            \"length\": 234\n          },\n          \"_custom_json\": {},\n          \"price\": 230,\n          \"attributes\": {\n            \"product_details\": \"<p>random</p>\",\n            \"short_description\": \"random\",\n            \"brand_name\": \"Test Brand 1\"\n          },\n          \"tags\": [],\n          \"pickup_store_id\": null,\n          \"seller_currency\": null,\n          \"group_id\": null,\n          \"set\": {},\n          \"manufacturing_time\": 0,\n          \"return_reason\": null\n        }\n      ],\n      \"fulfillment_tags\": [],\n      \"tags\": [],\n      \"fulfillment_option\": {\n        \"slug\": \"standard-delivery\",\n        \"is_default\": true,\n        \"name\": \"Standard Delivery\",\n        \"type\": \"HomeDelivery\"\n      },\n      \"volumetric_weight\": 2562580.8,\n      \"fulfillment_type\": \"high_street\",\n      \"pickup_store_id\": null,\n      \"packaging\": {\n        \"id\": \"1279483\",\n        \"name\": \"POLYB_DFLT_L\",\n        \"dimension\": {\n          \"length\": 43.18,\n          \"width\": 34.29,\n          \"height\": 11\n        }\n      },\n      \"is_ewaybill_enabled\": false,\n      \"promise\": {\n        \"min\": \"2025-10-17T14:51:54Z\",\n        \"meta\": {\n          \"customer_initial_promise\": {\n            \"min\": \"2025-10-17T14:51:54Z\",\n            \"max\": \"2025-10-17T14:51:54Z\"\n          },\n          \"courier_partner_promise\": {\n            \"min\": \"2025-10-17T14:51:54Z\",\n            \"max\": \"2025-10-17T14:51:54Z\",\n            \"attributes\": {\n              \"tat\": {\n                \"min\": 86400,\n                \"max\": 86400\n              }\n            }\n          },\n          \"seller_promise\": {\n            \"min\": \"2025-10-16T14:51:54Z\",\n            \"max\": \"2025-10-16T14:51:54Z\"\n          }\n        },\n        \"customer_promise\": {\n          \"min\": \"2025-10-17T14:51:54Z\",\n          \"max\": \"2025-10-17T14:51:54Z\"\n        },\n        \"max\": \"2025-10-17T14:51:54Z\"\n      },\n      \"courier_partners\": [\n        {\n          \"display_name\": \"Self Delivery\",\n          \"is_own_account\": true,\n          \"scheme_id\": \"652255c58ab4101b2595c6c5\",\n          \"extension_id\": \"652255c58ab4101b2595c6c5\",\n          \"tat\": {\n            \"min\": 86400,\n            \"max\": 86400\n          },\n          \"is_qc_enabled\": true,\n          \"reverse_pickup_cutoff\": null,\n          \"qc_shipment_item_quantity\": null,\n          \"ndr_attempts\": 0,\n          \"non_qc_shipment_item_quantity\": null,\n          \"forward_pickup_cutoff\": null,\n          \"is_self_ship\": true,\n          \"area_code\": {\n            \"source\": \"\",\n            \"destination\": \"\"\n          }\n        }\n      ],\n      \"is_mto\": false\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "16afa4a4-698c-4bea-bd3a-9c5529bac07c",
                "name": "Invalid.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "shipments"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Unique identifier of the sales channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) The ID of the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"journey\": \"forward\",\n  \"location_articles\": {\n    \"articles\": [\n      {\n        \"price\": 3,\n        \"quantity\": 1,\n        \"brand_id\": 456,\n        \"item_id\": 1000037,\n        \"size\": \"OS\",\n        \"parent_item_identifiers\": null\n      }\n    ],\n    \"fulfillment_id\": 144,\n    \"fulfillment_type\": \"store\"\n  },\n  \"to_serviceability\": {\n    \"country\": \"INDIA\",\n    \"state\": \"MAHARASHTRA\",\n    \"city\": \"PUNE\",\n    \"country_iso_code\": \"IN\",\n    \"pincode\": \"400001\"\n  },\n  \"payment_mode\": null\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"type\": \"ValueError\",\n  \"value\": \"400001\",\n  \"message\": \"We are not delivering to '400001'\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "87fd49e9-541f-4b4a-bd6f-fc2e8a595c76",
            "name": "createPolygon | Create polygon-based serviceability for stores",
            "request": {
              "name": "createPolygon | Create polygon-based serviceability for stores",
              "description": {
                "content": "Creates polygon-based serviceability regions for one or more stores for quick commerce.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "polygon"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"data\": {\n    \"stores\": [\n      {\n        \"store_code\": \"<string>\",\n        \"name\": \"<string>\",\n        \"address\": \"<string>\",\n        \"area_code\": \"<string>\",\n        \"is_active\": \"<boolean>\",\n        \"coordinates\": {\n          \"lng\": \"<double>\",\n          \"lat\": \"<double>\"\n        },\n        \"serviceabilities\": [\n          {\n            \"name\": \"<string>\",\n            \"serviceability_type\": \"<string>\",\n            \"polygon\": {\n              \"type\": \"<string>\",\n              \"features\": [\n                {\n                  \"type\": \"<string>\",\n                  \"geometry\": {\n                    \"type\": \"<string>\",\n                    \"coordinates\": [\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ],\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ]\n                    ]\n                  },\n                  \"properties\": {\n                    \"deserunt51\": false\n                  }\n                },\n                {\n                  \"type\": \"<string>\",\n                  \"geometry\": {\n                    \"type\": \"<string>\",\n                    \"coordinates\": [\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ],\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ]\n                    ]\n                  },\n                  \"properties\": {\n                    \"aliquaff\": true,\n                    \"Ut095\": \"Excepteur id et do\"\n                  }\n                }\n              ],\n              \"attributes\": {\n                \"contour_type\": \"<string>\",\n                \"travel_distance\": \"<double>\",\n                \"reference_coordinates\": {\n                  \"lng\": \"<double>\",\n                  \"lat\": \"<double>\"\n                }\n              }\n            },\n            \"is_active\": \"<boolean>\",\n            \"meta\": {\n              \"veniam_2\": true,\n              \"in1\": 78109494.04189223,\n              \"Ut89\": 92491018,\n              \"pariatur91\": false\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"serviceability_type\": \"<string>\",\n            \"polygon\": {\n              \"type\": \"<string>\",\n              \"features\": [\n                {\n                  \"type\": \"<string>\",\n                  \"geometry\": {\n                    \"type\": \"<string>\",\n                    \"coordinates\": [\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ],\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ]\n                    ]\n                  },\n                  \"properties\": {\n                    \"laboris_1e\": \"vo\"\n                  }\n                },\n                {\n                  \"type\": \"<string>\",\n                  \"geometry\": {\n                    \"type\": \"<string>\",\n                    \"coordinates\": [\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ],\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ]\n                    ]\n                  },\n                  \"properties\": {\n                    \"tempor_8e_\": 24180288,\n                    \"mollitdd5\": 92119533,\n                    \"aliqua_2\": 49425044.07752821\n                  }\n                }\n              ],\n              \"attributes\": {\n                \"contour_type\": \"<string>\",\n                \"travel_distance\": \"<double>\",\n                \"reference_coordinates\": {\n                  \"lng\": \"<double>\",\n                  \"lat\": \"<double>\"\n                }\n              }\n            },\n            \"is_active\": \"<boolean>\",\n            \"meta\": {\n              \"dolor_1d\": -12741475\n            }\n          }\n        ],\n        \"meta\": {\n          \"minim_c3\": \"irure ipsum cillum incididunt\"\n        },\n        \"created_at\": \"<dateTime>\",\n        \"updated_at\": \"<dateTime>\"\n      },\n      {\n        \"store_code\": \"<string>\",\n        \"name\": \"<string>\",\n        \"address\": \"<string>\",\n        \"area_code\": \"<string>\",\n        \"is_active\": \"<boolean>\",\n        \"coordinates\": {\n          \"lng\": \"<double>\",\n          \"lat\": \"<double>\"\n        },\n        \"serviceabilities\": [\n          {\n            \"name\": \"<string>\",\n            \"serviceability_type\": \"<string>\",\n            \"polygon\": {\n              \"type\": \"<string>\",\n              \"features\": [\n                {\n                  \"type\": \"<string>\",\n                  \"geometry\": {\n                    \"type\": \"<string>\",\n                    \"coordinates\": [\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ],\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ]\n                    ]\n                  },\n                  \"properties\": {\n                    \"laborum_638\": -28480776.614095673\n                  }\n                },\n                {\n                  \"type\": \"<string>\",\n                  \"geometry\": {\n                    \"type\": \"<string>\",\n                    \"coordinates\": [\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ],\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ]\n                    ]\n                  },\n                  \"properties\": {\n                    \"laboris83\": 24421451\n                  }\n                }\n              ],\n              \"attributes\": {\n                \"contour_type\": \"<string>\",\n                \"travel_distance\": \"<double>\",\n                \"reference_coordinates\": {\n                  \"lng\": \"<double>\",\n                  \"lat\": \"<double>\"\n                }\n              }\n            },\n            \"is_active\": \"<boolean>\",\n            \"meta\": {\n              \"quis44\": \"culpa minim elit sint amet\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"serviceability_type\": \"<string>\",\n            \"polygon\": {\n              \"type\": \"<string>\",\n              \"features\": [\n                {\n                  \"type\": \"<string>\",\n                  \"geometry\": {\n                    \"type\": \"<string>\",\n                    \"coordinates\": [\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ],\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ]\n                    ]\n                  },\n                  \"properties\": {\n                    \"aute_109\": \"qui ad cillum nostrud tempor\",\n                    \"et_51\": -71216490.70190986,\n                    \"amet_a4\": -36053621.13060435\n                  }\n                },\n                {\n                  \"type\": \"<string>\",\n                  \"geometry\": {\n                    \"type\": \"<string>\",\n                    \"coordinates\": [\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ],\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ]\n                    ]\n                  },\n                  \"properties\": {\n                    \"sed_c33\": \"ea\",\n                    \"aliquip63\": true,\n                    \"Excepteur_10\": -71066162,\n                    \"culpa_a\": 68419144.92162883\n                  }\n                }\n              ],\n              \"attributes\": {\n                \"contour_type\": \"<string>\",\n                \"travel_distance\": \"<double>\",\n                \"reference_coordinates\": {\n                  \"lng\": \"<double>\",\n                  \"lat\": \"<double>\"\n                }\n              }\n            },\n            \"is_active\": \"<boolean>\",\n            \"meta\": {\n              \"deserunt_9b\": false\n            }\n          }\n        ],\n        \"meta\": {\n          \"Excepteur_325\": -36561571.53363586,\n          \"consectetur_cb\": 71239776\n        },\n        \"created_at\": \"<dateTime>\",\n        \"updated_at\": \"<dateTime>\"\n      }\n    ]\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "93a36786-babd-4694-988a-59aeccd0b1c5",
                "name": "Polygon serviceability has been created successfully.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "polygon"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular application channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"data\": {\n    \"stores\": [\n      {\n        \"serviceabilities\": [\n          {\n            \"name\": \"test\",\n            \"serviceability_type\": \"quick_commerce\",\n            \"polygon\": {\n              \"type\": \"FeatureCollection\",\n              \"features\": [\n                {\n                  \"type\": \"Feature\",\n                  \"properties\": {},\n                  \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                      [\n                        [\n                          72.79129,\n                          18.948669\n                        ],\n                        [\n                          72.791462,\n                          18.948154\n                        ]\n                      ]\n                    ]\n                  }\n                }\n              ],\n              \"attributes\": {\n                \"contour_type\": \"travel_distance\",\n                \"travel_distance\": 10000,\n                \"reference_coordinates\": {\n                  \"lng\": 72.836334,\n                  \"lat\": 18.9385352\n                }\n              }\n            },\n            \"meta\": {},\n            \"is_active\": true\n          }\n        ],\n        \"store_code\": \"id-1772712218078-49381\",\n        \"name\": \"StoreName-id-1772712218078-49381\",\n        \"address\": \"StoreAddress-id-1772712218078-49381\",\n        \"area_code\": \"AreaCode-id-1772712218078-49381\",\n        \"is_active\": true,\n        \"meta\": {},\n        \"coordinates\": {\n          \"lng\": 72.836334,\n          \"lat\": 18.9385352\n        }\n      }\n    ]\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"data\": [\n    {\n      \"store_code\": \"id-1772712218078-49381\",\n      \"name\": \"StoreName-id-1772712218078-49381\"\n    }\n  ],\n  \"errors\": [],\n  \"identifier\": \"a1bcc467-ed67-473b-9384-e2ee266c3476\",\n  \"failed_entries\": []\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "872c18fc-39b0-4e90-8793-4b1466643e2a",
                "name": "Bad request. See the error object in the response body for specific reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "polygon"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular application channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"data\": {\n    \"stores\": [\n      {\n        \"serviceabilities\": [\n          {\n            \"name\": \"test\",\n            \"serviceability_type\": \"quick_commerce\",\n            \"polygon\": {\n              \"type\": \"FeatureCollection\",\n              \"features\": [\n                {\n                  \"type\": \"Feature\",\n                  \"properties\": {},\n                  \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                      [\n                        [\n                          72.79129,\n                          18.948669\n                        ],\n                        [\n                          72.791462,\n                          18.948154\n                        ]\n                      ]\n                    ]\n                  }\n                }\n              ],\n              \"attributes\": {\n                \"contour_type\": \"travel_distance\",\n                \"travel_distance\": 10000,\n                \"reference_coordinates\": {\n                  \"lng\": 72.836334,\n                  \"lat\": 18.9385352\n                }\n              }\n            },\n            \"meta\": {},\n            \"is_active\": true\n          }\n        ],\n        \"store_code\": \"id-1772712218078-49381\",\n        \"name\": \"StoreName-id-1772712218078-49381\",\n        \"address\": \"StoreAddress-id-1772712218078-49381\",\n        \"area_code\": \"AreaCode-id-1772712218078-49381\",\n        \"is_active\": true,\n        \"meta\": {},\n        \"coordinates\": {\n          \"lng\": 72.836334,\n          \"lat\": 18.9385352\n        }\n      }\n    ]\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": [\n    {\n      \"message\": \"<string>\",\n      \"success\": \"<boolean>\"\n    },\n    {\n      \"message\": \"<string>\",\n      \"success\": \"<boolean>\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "c133e323-f07b-4ac2-9fc0-add19965276a",
            "name": "getPolygon | Get polygon-based serviceability for stores",
            "request": {
              "name": "getPolygon | Get polygon-based serviceability for stores",
              "description": {
                "content": "Retrieves polygon-based serviceability configurations for stores for quick commerce.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "polygon"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_number",
                    "value": "1",
                    "description": "Page number to be fetched."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10",
                    "description": "Determines the items to be displayed in a page"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "8db87a05-2b8f-4091-9fcf-f22f8d837bf3",
                "name": "Polygon serviceability list has been fetched successfully.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "polygon"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_number",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular application channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"data\": [\n    {\n      \"serviceabilities\": [\n        {\n          \"name\": \"test\",\n          \"serviceability_type\": \"quick_commerce\",\n          \"polygon\": {\n            \"attributes\": {\n              \"contour_type\": \"travel_distance\",\n              \"travel_distance\": 10000,\n              \"reference_coordinates\": {\n                \"lat\": 18.9385352,\n                \"lng\": 72.836334\n              }\n            },\n            \"features\": [\n              {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                  \"type\": \"Polygon\",\n                  \"coordinates\": [\n                    [\n                      [\n                        72.79129,\n                        18.948669\n                      ],\n                      [\n                        72.791462,\n                        18.948154\n                      ],\n                      [\n                        72.79159358811681,\n                        18.948022411883183\n                      ],\n                      [\n                        72.791597,\n                        18.947535\n                      ]\n                    ]\n                  ]\n                }\n              }\n            ],\n            \"type\": \"FeatureCollection\"\n          },\n          \"meta\": {},\n          \"is_active\": true,\n          \"uid\": \"id-1772712218078-49381_QC_4e33e642\",\n          \"created_at\": \"2026-03-05T12:04:04.950000\",\n          \"updated_at\": \"2026-03-05T12:04:04.950000\"\n        }\n      ],\n      \"store_code\": \"id-1772712218078-49381\",\n      \"name\": \"tests\",\n      \"address\": \"115176\",\n      \"area_code\": \"AreaCode-id-1772712218078-49381\",\n      \"coordinates\": {\n        \"lat\": 18.9385352,\n        \"lng\": 72.836334\n      },\n      \"meta\": {\n        \"fullfillment_option_slug\": \"STANDARD-DELIVERY\",\n        \"store_code\": \"id-1772712218078-49381\"\n      },\n      \"is_active\": true,\n      \"created_at\": \"2026-03-05T12:04:02.629000\",\n      \"updated_at\": \"2026-03-05T12:04:04.950000\"\n    }\n  ],\n  \"errors\": [],\n  \"identifier\": \"3b93de75-123d-4088-a8f8-b7c515c678b5\",\n  \"failed_entries\": [],\n  \"pagination\": {\n    \"page_size\": 10,\n    \"page_number\": 1,\n    \"has_next\": false,\n    \"total_records\": 1\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "de55a3b7-d89e-4786-a181-0ab503d2e571",
                "name": "Bad request. See the error object in the response body for specific reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "polygon"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_number",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular application channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": [\n    {\n      \"message\": \"<string>\",\n      \"success\": \"<boolean>\"\n    },\n    {\n      \"message\": \"<string>\",\n      \"success\": \"<boolean>\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "67e8f1d7-f88e-4f2c-81aa-6522d6ec2c28",
            "name": "updatePolygon | Update polygon-based serviceability for stores",
            "request": {
              "name": "updatePolygon | Update polygon-based serviceability for stores",
              "description": {
                "content": "Updates polygon-based serviceability regions for one or more stores for quick commerce.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "polygon"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PATCH",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"data\": {\n    \"stores\": [\n      {\n        \"store_code\": \"<string>\",\n        \"name\": \"<string>\",\n        \"address\": \"<string>\",\n        \"area_code\": \"<string>\",\n        \"is_active\": \"<boolean>\",\n        \"coordinates\": {\n          \"lng\": \"<double>\",\n          \"lat\": \"<double>\"\n        },\n        \"serviceabilities\": [\n          {\n            \"name\": \"<string>\",\n            \"serviceability_type\": \"<string>\",\n            \"polygon\": {\n              \"type\": \"<string>\",\n              \"features\": [\n                {\n                  \"type\": \"<string>\",\n                  \"geometry\": {\n                    \"type\": \"<string>\",\n                    \"coordinates\": [\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ],\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ]\n                    ]\n                  },\n                  \"properties\": {\n                    \"nullaf4\": true,\n                    \"velit_4a\": false,\n                    \"ea53\": 3621426\n                  }\n                },\n                {\n                  \"type\": \"<string>\",\n                  \"geometry\": {\n                    \"type\": \"<string>\",\n                    \"coordinates\": [\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ],\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ]\n                    ]\n                  },\n                  \"properties\": {\n                    \"ipsum992\": \"Lorem laborum laboris\",\n                    \"consequat_09e\": 91247846\n                  }\n                }\n              ],\n              \"attributes\": {\n                \"contour_type\": \"<string>\",\n                \"travel_distance\": \"<double>\",\n                \"reference_coordinates\": {\n                  \"lng\": \"<double>\",\n                  \"lat\": \"<double>\"\n                }\n              }\n            },\n            \"is_active\": \"<boolean>\",\n            \"meta\": {\n              \"culpa_1\": \"cupidatat ipsum\",\n              \"occaecat2\": -71844534.8691251\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"serviceability_type\": \"<string>\",\n            \"polygon\": {\n              \"type\": \"<string>\",\n              \"features\": [\n                {\n                  \"type\": \"<string>\",\n                  \"geometry\": {\n                    \"type\": \"<string>\",\n                    \"coordinates\": [\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ],\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ]\n                    ]\n                  },\n                  \"properties\": {\n                    \"dolor_2\": -19318051,\n                    \"velit___1\": 49307468.99161145\n                  }\n                },\n                {\n                  \"type\": \"<string>\",\n                  \"geometry\": {\n                    \"type\": \"<string>\",\n                    \"coordinates\": [\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ],\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ]\n                    ]\n                  },\n                  \"properties\": {\n                    \"veniam45\": 64399173.63838413\n                  }\n                }\n              ],\n              \"attributes\": {\n                \"contour_type\": \"<string>\",\n                \"travel_distance\": \"<double>\",\n                \"reference_coordinates\": {\n                  \"lng\": \"<double>\",\n                  \"lat\": \"<double>\"\n                }\n              }\n            },\n            \"is_active\": \"<boolean>\",\n            \"meta\": {\n              \"adipisicing_4\": 41246421.79058871\n            }\n          }\n        ],\n        \"meta\": {\n          \"tempor5b\": 68728475.35789588,\n          \"ipsum9\": \"in sunt et\"\n        },\n        \"created_at\": \"<dateTime>\",\n        \"updated_at\": \"<dateTime>\"\n      },\n      {\n        \"store_code\": \"<string>\",\n        \"name\": \"<string>\",\n        \"address\": \"<string>\",\n        \"area_code\": \"<string>\",\n        \"is_active\": \"<boolean>\",\n        \"coordinates\": {\n          \"lng\": \"<double>\",\n          \"lat\": \"<double>\"\n        },\n        \"serviceabilities\": [\n          {\n            \"name\": \"<string>\",\n            \"serviceability_type\": \"<string>\",\n            \"polygon\": {\n              \"type\": \"<string>\",\n              \"features\": [\n                {\n                  \"type\": \"<string>\",\n                  \"geometry\": {\n                    \"type\": \"<string>\",\n                    \"coordinates\": [\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ],\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ]\n                    ]\n                  },\n                  \"properties\": {\n                    \"commodo2d9\": false,\n                    \"non64e\": true\n                  }\n                },\n                {\n                  \"type\": \"<string>\",\n                  \"geometry\": {\n                    \"type\": \"<string>\",\n                    \"coordinates\": [\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ],\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ]\n                    ]\n                  },\n                  \"properties\": {\n                    \"velitec\": false,\n                    \"deserunt28c\": -65400783.91315469\n                  }\n                }\n              ],\n              \"attributes\": {\n                \"contour_type\": \"<string>\",\n                \"travel_distance\": \"<double>\",\n                \"reference_coordinates\": {\n                  \"lng\": \"<double>\",\n                  \"lat\": \"<double>\"\n                }\n              }\n            },\n            \"is_active\": \"<boolean>\",\n            \"meta\": {\n              \"ipsum2\": \"fugiat anim cupi\",\n              \"ipsum_7bc\": \"do\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"serviceability_type\": \"<string>\",\n            \"polygon\": {\n              \"type\": \"<string>\",\n              \"features\": [\n                {\n                  \"type\": \"<string>\",\n                  \"geometry\": {\n                    \"type\": \"<string>\",\n                    \"coordinates\": [\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ],\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ]\n                    ]\n                  },\n                  \"properties\": {\n                    \"laboris_5\": -10279245.243679598,\n                    \"nulla_9_\": true,\n                    \"ex_4\": true,\n                    \"laborum9\": 10180326.506949112\n                  }\n                },\n                {\n                  \"type\": \"<string>\",\n                  \"geometry\": {\n                    \"type\": \"<string>\",\n                    \"coordinates\": [\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ],\n                      [\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ],\n                        [\n                          \"<number>\",\n                          \"<number>\"\n                        ]\n                      ]\n                    ]\n                  },\n                  \"properties\": {\n                    \"mollit877\": \"aliqua sed pariatur veli\",\n                    \"ad_df5\": false\n                  }\n                }\n              ],\n              \"attributes\": {\n                \"contour_type\": \"<string>\",\n                \"travel_distance\": \"<double>\",\n                \"reference_coordinates\": {\n                  \"lng\": \"<double>\",\n                  \"lat\": \"<double>\"\n                }\n              }\n            },\n            \"is_active\": \"<boolean>\",\n            \"meta\": {\n              \"nulla_58\": \"eu enim\",\n              \"in_f\": -50013335.01500031,\n              \"qui01f\": \"laboris aliqua\",\n              \"ade\": \"occaecat consectetur eu in\"\n            }\n          }\n        ],\n        \"meta\": {\n          \"elit_4c\": 62376723.32235581,\n          \"aute_2b\": false,\n          \"Loremc2\": false,\n          \"dolor_3\": 13870127.179528683\n        },\n        \"created_at\": \"<dateTime>\",\n        \"updated_at\": \"<dateTime>\"\n      }\n    ]\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "e10a30fc-8acd-4883-ab76-79eeed3a69da",
                "name": "Polygon serviceability has been updated successfully.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "polygon"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular application channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"data\": {\n    \"stores\": [\n      {\n        \"serviceabilities\": [\n          {\n            \"name\": \"test\",\n            \"serviceability_type\": \"quick_commerce\",\n            \"polygon\": {\n              \"attributes\": {\n                \"contour_type\": \"travel_distance\",\n                \"travel_distance\": 10000,\n                \"reference_coordinates\": {\n                  \"lat\": 18.9385352,\n                  \"lng\": 72.836334\n                }\n              },\n              \"features\": [\n                {\n                  \"type\": \"Feature\",\n                  \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                      [\n                        [\n                          72.79129,\n                          18.948669\n                        ],\n                        [\n                          72.791462,\n                          18.948154\n                        ],\n                        [\n                          72.79159358811681,\n                          18.948022411883183\n                        ],\n                        [\n                          72.791597,\n                          18.947535\n                        ]\n                      ]\n                    ]\n                  }\n                }\n              ],\n              \"type\": \"FeatureCollection\"\n            },\n            \"meta\": {},\n            \"is_active\": true,\n            \"uid\": \"id-1772712218078-49381_QC_4e33e642\",\n            \"created_at\": \"2026-03-05T12:04:04.950000\",\n            \"updated_at\": \"2026-03-05T12:04:04.950000\"\n          }\n        ],\n        \"store_code\": \"id-1772712218078-49381\",\n        \"name\": \"tests\",\n        \"address\": \"115176\",\n        \"area_code\": \"AreaCode-id-1772712218078-49381\",\n        \"coordinates\": {\n          \"lat\": 18.9385352,\n          \"lng\": 72.836334\n        },\n        \"meta\": {\n          \"fullfillment_option_slug\": \"STANDARD-DELIVERY\",\n          \"store_code\": \"id-1772712218078-49381\"\n        },\n        \"is_active\": true,\n        \"created_at\": \"2026-03-05T12:04:02.629000\",\n        \"updated_at\": \"2026-03-05T12:04:04.950000\"\n      }\n    ]\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"data\": [\n    {\n      \"store_code\": \"id-1772712218078-49381\",\n      \"name\": \"StoreName-id-1772712218078-49381\"\n    }\n  ],\n  \"errors\": [],\n  \"identifier\": \"4243afd2-6afa-440b-8517-317efedae939\",\n  \"failed_entries\": []\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "79f9ecff-fd16-460f-b545-8f7e2b80685d",
                "name": "Bad request. See the error object in the response body for specific reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "polygon"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) A `company_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular application channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"data\": {\n    \"stores\": [\n      {\n        \"serviceabilities\": [\n          {\n            \"name\": \"test\",\n            \"serviceability_type\": \"quick_commerce\",\n            \"polygon\": {\n              \"attributes\": {\n                \"contour_type\": \"travel_distance\",\n                \"travel_distance\": 10000,\n                \"reference_coordinates\": {\n                  \"lat\": 18.9385352,\n                  \"lng\": 72.836334\n                }\n              },\n              \"features\": [\n                {\n                  \"type\": \"Feature\",\n                  \"geometry\": {\n                    \"type\": \"Polygon\",\n                    \"coordinates\": [\n                      [\n                        [\n                          72.79129,\n                          18.948669\n                        ],\n                        [\n                          72.791462,\n                          18.948154\n                        ],\n                        [\n                          72.79159358811681,\n                          18.948022411883183\n                        ],\n                        [\n                          72.791597,\n                          18.947535\n                        ]\n                      ]\n                    ]\n                  }\n                }\n              ],\n              \"type\": \"FeatureCollection\"\n            },\n            \"meta\": {},\n            \"is_active\": true,\n            \"uid\": \"id-1772712218078-49381_QC_4e33e642\",\n            \"created_at\": \"2026-03-05T12:04:04.950000\",\n            \"updated_at\": \"2026-03-05T12:04:04.950000\"\n          }\n        ],\n        \"store_code\": \"id-1772712218078-49381\",\n        \"name\": \"tests\",\n        \"address\": \"115176\",\n        \"area_code\": \"AreaCode-id-1772712218078-49381\",\n        \"coordinates\": {\n          \"lat\": 18.9385352,\n          \"lng\": 72.836334\n        },\n        \"meta\": {\n          \"fullfillment_option_slug\": \"STANDARD-DELIVERY\",\n          \"store_code\": \"id-1772712218078-49381\"\n        },\n        \"is_active\": true,\n        \"created_at\": \"2026-03-05T12:04:02.629000\",\n        \"updated_at\": \"2026-03-05T12:04:04.950000\"\n      }\n    ]\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": [\n    {\n      \"message\": \"<string>\",\n      \"success\": \"<boolean>\"\n    },\n    {\n      \"message\": \"<string>\",\n      \"success\": \"<boolean>\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "54e6680a-7058-4178-a01a-7415e0e6e24d",
            "name": "downloadZoneProductsBulkSampleFile | Download zone products bulk patch sample file",
            "request": {
              "name": "downloadZoneProductsBulkSampleFile | Download zone products bulk patch sample file",
              "description": {
                "content": "Downloads a CSV sample template file for bulk patching zone products. The template includes headers for zone_id, product_type, products, and action.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "zones",
                  "bulk",
                  "products",
                  "sample"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "text/csv"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "477b904b-f18b-4ed0-bf6f-0c22e1ff808f",
                "name": "Successful response with the CSV sample file.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "zones",
                      "bulk",
                      "products",
                      "sample"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "text/csv"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "text/csv"
                  }
                ],
                "body": "test",
                "cookie": [],
                "_postman_previewlanguage": "text"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "a0f66be3-2f54-46f0-94e1-a8910ab381e5",
            "name": "createZoneProductsBulkPatchJob | Create bulk zone products patch job",
            "request": {
              "name": "createZoneProductsBulkPatchJob | Create bulk zone products patch job",
              "description": {
                "content": "Initiates a bulk zone products patch operation by accepting a CSV file URL. The file is validated and a background job is created for processing zone product additions or removals.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "zones",
                  "bulk",
                  "products"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"file_url\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "141eacf2-7803-418c-95d7-80adbf81afb1",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "zones",
                      "bulk",
                      "products"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"file_url\": \"https://cdn.example.com/zone_products_bulk_patch.csv\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"batch_id\": \"65f2f36dcf9ffae64b112646\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "e98cd6ae-6d52-4057-9199-96e40a368480",
                "name": "Bad request. The file_url is missing or the file format is invalid.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "zones",
                      "bulk",
                      "products"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"file_url\": \"https://cdn.example.com/zone_products_bulk_patch.csv\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": [\n    {\n      \"type\": \"ValidationError\",\n      \"value\": \"file_url\",\n      \"message\": \"file_url is required\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "49ff1cf2-504b-438b-9677-5d0dac45d0d2",
            "name": "getZoneProductsBulkPatchJobStatus | Get bulk zone products patch job status",
            "request": {
              "name": "getZoneProductsBulkPatchJobStatus | Get bulk zone products patch job status",
              "description": {
                "content": "Retrieves the status and details of a specific bulk zone products patch job by its batch identifier.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "logistics",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "zones",
                  "bulk",
                  "products",
                  ":batch_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "batch_id",
                    "description": "(Required) A unique identifier for the bulk zone products patch job."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "38b51d02-0757-4024-9430-da41d633df80",
                "name": "Response status_code",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "zones",
                      "bulk",
                      "products",
                      ":batch_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "batch_id",
                        "description": "(Required) A unique identifier for the bulk zone products patch job."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"batch_id\": \"65f2fe5961d552faecbb2e82\",\n  \"file_path\": null,\n  \"total\": 10,\n  \"failed\": 0,\n  \"error_file_url\": null,\n  \"action\": \"import\",\n  \"updated_at\": \"2024-03-14T19:10:41.202000+00:00\",\n  \"updated_by\": \"\",\n  \"type\": \"zone_product_bulk_patch\",\n  \"company_id\": 1,\n  \"application_id\": \"64aec5a93a079bd328537835\",\n  \"stage\": \"in_progress\",\n  \"partial\": 0,\n  \"result_file_url\": null\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "b1daea8c-77f9-48df-837a-58248c013de6",
                "name": "Bulk zone products patch job not found.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "logistics",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "zones",
                      "bulk",
                      "products",
                      ":batch_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A `application_id` is a unique identifier for a particular sale channel."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "batch_id",
                        "description": "(Required) A unique identifier for the bulk zone products patch job."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": [\n    {\n      \"type\": \"ZoneProductBulkNotFoundError\",\n      \"value\": \"batch_id\",\n      \"message\": \"Zone product bulk job not found\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      },
      {
        "id": "ad485028-ee2f-4e11-81aa-cc21e05b344e",
        "name": "Order",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "91b029c6-3265-40e3-813f-c957d0ec2bb4",
            "name": "reassignLocation | Reassign location",
            "request": {
              "name": "reassignLocation | Reassign location",
              "description": {
                "content": "Reassign the shipment to a another location and update its status to 'Store Reassigned.'",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "store",
                  "reassign-internal"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"store_id\": \"<integer>\",\n  \"bag_id\": \"<integer>\",\n  \"affiliate_order_id\": \"<string>\",\n  \"affiliate_id\": \"<string>\",\n  \"item_id\": \"<string>\",\n  \"fynd_order_id\": \"<string>\",\n  \"set_id\": \"<string>\",\n  \"affiliate_bag_id\": \"<string>\",\n  \"reason_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"mongo_article_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "74f58551-4534-4a73-885d-9897e16525d5",
                "name": "Successfully reassigned location!",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "store",
                      "reassign-internal"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"store_id\": 1,\n  \"bag_id\": 389937,\n  \"affiliate_order_id\": \"FY611612EE016DF94EC3\",\n  \"affiliate_id\": \"000000000000000000000004\",\n  \"affiliate_bag_id\": \"389937\",\n  \"fynd_order_id\": \"FY611612EE016DF94EC3\",\n  \"reason_ids\": [\n    122\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"Store assigned successfully.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "a431309c-e219-4f18-8d92-460ece62fea0",
            "name": "updateShipmentLock | Update a shipment lock",
            "request": {
              "name": "updateShipmentLock | Update a shipment lock",
              "description": {
                "content": "Modify shipment/bag lock status and update lock/unlock messages.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "entity",
                  "lock-manager"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"action\": \"<string>\",\n  \"action_type\": \"<string>\",\n  \"entities\": [\n    {\n      \"reason_text\": \"<string>\",\n      \"id\": \"<string>\",\n      \"affiliate_order_id\": \"<string>\",\n      \"affiliate_id\": \"<string>\",\n      \"affiliate_bag_id\": \"<string>\",\n      \"affiliate_shipment_id\": \"<string>\"\n    },\n    {\n      \"reason_text\": \"<string>\",\n      \"id\": \"<string>\",\n      \"affiliate_order_id\": \"<string>\",\n      \"affiliate_id\": \"<string>\",\n      \"affiliate_bag_id\": \"<string>\",\n      \"affiliate_shipment_id\": \"<string>\"\n    }\n  ],\n  \"entity_type\": \"<string>\",\n  \"resume_tasks_after_unlock\": \"<boolean>\",\n  \"lock_after_transition\": \"<boolean>\",\n  \"unlock_before_transition\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "7a11867a-38b9-4948-9748-d969828a39dd",
                "name": "Successfully updated the Lock and get check status of the shipment/Bag",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "entity",
                      "lock-manager"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"action_type\": \"operational\",\n  \"action\": \"check\",\n  \"resume_tasks_after_unlock\": true,\n  \"entity_type\": \"shipments\",\n  \"user_id\": \"5f23c85bf4439a812561443a\",\n  \"entities\": [\n    {\n      \"id\": \"16189206454951802898\",\n      \"reason_text\": \"received reply from ajio\"\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"shipments checked successfully\",\n  \"check_response\": [\n    {\n      \"bags\": [\n        {\n          \"bag_id\": 175644,\n          \"is_locked\": false,\n          \"affiliate_bag_id\": \"def134\",\n          \"affiliate_order_id\": \"def134\"\n        }\n      ],\n      \"lock_status\": \"complete\",\n      \"is_bag_locked\": false,\n      \"is_shipment_locked\": true,\n      \"shipment_id\": \"16189206454951802898\",\n      \"affiliate_id\": \"5c764a6534add21972ef7b08\",\n      \"affiliate_shipment_id\": \"def134\",\n      \"original_filter\": {\n        \"shipment_id\": \"16189206454951802898\"\n      },\n      \"status\": \"dp_assigned\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "da1717c0-0af7-42d1-8bb9-bbc392442833",
            "name": "updateAddress | Update shipment address",
            "request": {
              "name": "updateAddress | Update shipment address",
              "description": {
                "content": "Update the address details of an existing shipment based on the provided address_category. This operation allows the modification of critical shipment details, potentially affecting delivery/billing accuracy and customer communication.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "shipment",
                  ":shipment_id",
                  "address"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "shipment_id",
                    "description": "(Required) Unique shipment no. that is auto-generated"
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"updated_address\": {\n    \"address\": \"<string>\",\n    \"area\": \"<string>\",\n    \"landmark\": \"<string>\",\n    \"pincode\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"email\": \"<string>\",\n    \"country\": \"<string>\",\n    \"country_iso_code\": \"<string>\",\n    \"latitude\": \"<double>\",\n    \"longitude\": \"<double>\"\n  },\n  \"address_type\": \"<string>\",\n  \"address_category\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "5c004076-1a91-4733-945c-c0ad49a9be23",
                "name": "Updated Address will be processed!",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "shipment",
                      ":shipment_id",
                      "address"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) ID of the company fulfilling the shipment"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "shipment_id",
                        "description": "(Required) Unique shipment no. that is auto-generated"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"updated_address\": {\n    \"address\": \"5-45/112\",\n    \"area\": \"123/452\",\n    \"landmark\": \"Spired 828-metre skyscraper with a viewing deck, a restaurant, a hotel and offices.\",\n    \"pincode\": \"400078\",\n    \"city\": \"MUMBAI\",\n    \"state\": \"MAHARASHTRA\",\n    \"name\": \"sathish\",\n    \"phone\": \"8888888888\",\n    \"email\": \"test@example.com\",\n    \"country\": \"India\",\n    \"country_iso_code\": \"IN\",\n    \"latitude\": 19.0653252,\n    \"longitude\": 72.8423802\n  },\n  \"address_type\": \"office\",\n  \"address_category\": \"billing\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Address updated sucessfully for shipment_id: 16288365908081943264\",\n  \"sucess\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "8454e6e7-7b96-4923-8340-ed6ce9b86d90",
            "name": "updateShipmentStatus | Update a shipment's status",
            "request": {
              "name": "updateShipmentStatus | Update a shipment's status",
              "description": {
                "content": "It is used for updating the shipment in the following scenarios: Full Confirmation, Partial Confirmation, Change the status of a shipment, Full Cancellation, Partial Cancellation, Assign the shipment to DP. Click <a href='/commerce/miscellaneous/updateShipmentStatus'>here</a> to get the use case details.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "shipment",
                  "status-internal"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"force_transition\": \"<boolean>\",\n  \"statuses\": [\n    {\n      \"status\": \"<string>\",\n      \"shipments\": [\n        {\n          \"identifier\": \"<string>\",\n          \"reasons\": {\n            \"products\": [\n              {\n                \"filters\": [\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  },\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  }\n                ],\n                \"data\": {\n                  \"reason_text\": \"<string>\",\n                  \"reason_id\": \"<integer>\"\n                }\n              },\n              {\n                \"filters\": [\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  },\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  }\n                ],\n                \"data\": {\n                  \"reason_text\": \"<string>\",\n                  \"reason_id\": \"<integer>\"\n                }\n              }\n            ],\n            \"entities\": [\n              {\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ],\n                \"data\": {\n                  \"reason_text\": \"<string>\",\n                  \"reason_id\": \"<integer>\"\n                }\n              },\n              {\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ],\n                \"data\": {\n                  \"reason_text\": \"<string>\",\n                  \"reason_id\": \"<integer>\"\n                }\n              }\n            ]\n          },\n          \"products\": [\n            {\n              \"line_number\": \"<integer>\",\n              \"identifier\": \"<string>\",\n              \"quantity\": \"<integer>\"\n            },\n            {\n              \"line_number\": \"<integer>\",\n              \"identifier\": \"<string>\",\n              \"quantity\": \"<integer>\"\n            }\n          ],\n          \"data_updates\": {\n            \"order_item_status\": [\n              {\n                \"data\": {\n                  \"incididunt_a\": \"in sunt\",\n                  \"do91\": 85821833.46763474\n                }\n              },\n              {\n                \"data\": {\n                  \"anim_541\": \"deserunt proident\"\n                }\n              }\n            ],\n            \"products\": [\n              {\n                \"filters\": [\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  },\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  }\n                ],\n                \"data\": {\n                  \"officia_85\": false,\n                  \"in_6a\": true\n                }\n              },\n              {\n                \"filters\": [\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  },\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  }\n                ],\n                \"data\": {\n                  \"cillum_23\": 83695814,\n                  \"Lorem2\": false\n                }\n              }\n            ],\n            \"entities\": [\n              {\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ],\n                \"data\": {\n                  \"dolore_57d\": \"id qui sunt\"\n                }\n              },\n              {\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ],\n                \"data\": {\n                  \"mollit_8ab\": -84460775,\n                  \"sint4\": -5355621,\n                  \"dolore_b90\": true,\n                  \"voluptate_f89\": \"cillum reprehenderit Ut consectetur\"\n                }\n              }\n            ],\n            \"order\": [\n              {\n                \"data\": {\n                  \"minim_be9\": \"culpa voluptate officia\",\n                  \"quid\": -22298195.422813863\n                }\n              },\n              {\n                \"data\": {\n                  \"magnaa1\": 7898072.49696061\n                }\n              }\n            ],\n            \"entity_status\": [\n              {\n                \"filters\": [\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"quantity\": \"<integer>\",\n                    \"identifier\": \"<string>\"\n                  },\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"quantity\": \"<integer>\",\n                    \"identifier\": \"<string>\"\n                  }\n                ],\n                \"data\": {\n                  \"seller_qc_details\": [\n                    {\n                      \"line_number\": \"<integer>\",\n                      \"good_quantity\": \"<integer>\",\n                      \"bad_quantity\": \"<integer>\"\n                    },\n                    {\n                      \"line_number\": \"<integer>\",\n                      \"good_quantity\": \"<integer>\",\n                      \"bad_quantity\": \"<integer>\"\n                    }\n                  ]\n                }\n              },\n              {\n                \"filters\": [\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"quantity\": \"<integer>\",\n                    \"identifier\": \"<string>\"\n                  },\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"quantity\": \"<integer>\",\n                    \"identifier\": \"<string>\"\n                  }\n                ],\n                \"data\": {\n                  \"seller_qc_details\": [\n                    {\n                      \"line_number\": \"<integer>\",\n                      \"good_quantity\": \"<integer>\",\n                      \"bad_quantity\": \"<integer>\"\n                    },\n                    {\n                      \"line_number\": \"<integer>\",\n                      \"good_quantity\": \"<integer>\",\n                      \"bad_quantity\": \"<integer>\"\n                    }\n                  ]\n                }\n              }\n            ]\n          },\n          \"transition_comments\": [\n            {\n              \"title\": \"<string>\",\n              \"message\": \"<string>\"\n            },\n            {\n              \"title\": \"<string>\",\n              \"message\": \"<string>\"\n            }\n          ],\n          \"refund_modes\": [\n            {\n              \"refund_mode\": \"<string>\",\n              \"display_name\": \"<string>\",\n              \"payment_identifiers\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            {\n              \"refund_mode\": \"<string>\",\n              \"display_name\": \"<string>\",\n              \"payment_identifiers\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          ]\n        },\n        {\n          \"identifier\": \"<string>\",\n          \"reasons\": {\n            \"products\": [\n              {\n                \"filters\": [\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  },\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  }\n                ],\n                \"data\": {\n                  \"reason_text\": \"<string>\",\n                  \"reason_id\": \"<integer>\"\n                }\n              },\n              {\n                \"filters\": [\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  },\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  }\n                ],\n                \"data\": {\n                  \"reason_text\": \"<string>\",\n                  \"reason_id\": \"<integer>\"\n                }\n              }\n            ],\n            \"entities\": [\n              {\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ],\n                \"data\": {\n                  \"reason_text\": \"<string>\",\n                  \"reason_id\": \"<integer>\"\n                }\n              },\n              {\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ],\n                \"data\": {\n                  \"reason_text\": \"<string>\",\n                  \"reason_id\": \"<integer>\"\n                }\n              }\n            ]\n          },\n          \"products\": [\n            {\n              \"line_number\": \"<integer>\",\n              \"identifier\": \"<string>\",\n              \"quantity\": \"<integer>\"\n            },\n            {\n              \"line_number\": \"<integer>\",\n              \"identifier\": \"<string>\",\n              \"quantity\": \"<integer>\"\n            }\n          ],\n          \"data_updates\": {\n            \"order_item_status\": [\n              {\n                \"data\": {\n                  \"Excepteurd_f\": \"velit cupidat\",\n                  \"eu_e\": -79843890.24750128\n                }\n              },\n              {\n                \"data\": {\n                  \"dolor_55\": \"deserunt non irure\"\n                }\n              }\n            ],\n            \"products\": [\n              {\n                \"filters\": [\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  },\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  }\n                ],\n                \"data\": {\n                  \"veniam__6\": 45976438\n                }\n              },\n              {\n                \"filters\": [\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  },\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  }\n                ],\n                \"data\": {\n                  \"velit9fe\": \"adipisicing\",\n                  \"proident_5e7\": false\n                }\n              }\n            ],\n            \"entities\": [\n              {\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ],\n                \"data\": {\n                  \"irure_7\": 29066961,\n                  \"ullamcof3\": \"eiusmod\"\n                }\n              },\n              {\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ],\n                \"data\": {\n                  \"suntef\": 76332654.44689429,\n                  \"pariatura\": \"adipisicing amet aliqua laborum\"\n                }\n              }\n            ],\n            \"order\": [\n              {\n                \"data\": {\n                  \"proident_5\": true\n                }\n              },\n              {\n                \"data\": {\n                  \"veniam_2\": -94491678.57853453,\n                  \"pariatur41a\": \"nulla sunt adipisicing nos\"\n                }\n              }\n            ],\n            \"entity_status\": [\n              {\n                \"filters\": [\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"quantity\": \"<integer>\",\n                    \"identifier\": \"<string>\"\n                  },\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"quantity\": \"<integer>\",\n                    \"identifier\": \"<string>\"\n                  }\n                ],\n                \"data\": {\n                  \"seller_qc_details\": [\n                    {\n                      \"line_number\": \"<integer>\",\n                      \"good_quantity\": \"<integer>\",\n                      \"bad_quantity\": \"<integer>\"\n                    },\n                    {\n                      \"line_number\": \"<integer>\",\n                      \"good_quantity\": \"<integer>\",\n                      \"bad_quantity\": \"<integer>\"\n                    }\n                  ]\n                }\n              },\n              {\n                \"filters\": [\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"quantity\": \"<integer>\",\n                    \"identifier\": \"<string>\"\n                  },\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"quantity\": \"<integer>\",\n                    \"identifier\": \"<string>\"\n                  }\n                ],\n                \"data\": {\n                  \"seller_qc_details\": [\n                    {\n                      \"line_number\": \"<integer>\",\n                      \"good_quantity\": \"<integer>\",\n                      \"bad_quantity\": \"<integer>\"\n                    },\n                    {\n                      \"line_number\": \"<integer>\",\n                      \"good_quantity\": \"<integer>\",\n                      \"bad_quantity\": \"<integer>\"\n                    }\n                  ]\n                }\n              }\n            ]\n          },\n          \"transition_comments\": [\n            {\n              \"title\": \"<string>\",\n              \"message\": \"<string>\"\n            },\n            {\n              \"title\": \"<string>\",\n              \"message\": \"<string>\"\n            }\n          ],\n          \"refund_modes\": [\n            {\n              \"refund_mode\": \"<string>\",\n              \"display_name\": \"<string>\",\n              \"payment_identifiers\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            {\n              \"refund_mode\": \"<string>\",\n              \"display_name\": \"<string>\",\n              \"payment_identifiers\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          ]\n        }\n      ],\n      \"exclude_bags_next_state\": \"<string>\",\n      \"split_shipment\": \"<boolean>\"\n    },\n    {\n      \"status\": \"<string>\",\n      \"shipments\": [\n        {\n          \"identifier\": \"<string>\",\n          \"reasons\": {\n            \"products\": [\n              {\n                \"filters\": [\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  },\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  }\n                ],\n                \"data\": {\n                  \"reason_text\": \"<string>\",\n                  \"reason_id\": \"<integer>\"\n                }\n              },\n              {\n                \"filters\": [\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  },\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  }\n                ],\n                \"data\": {\n                  \"reason_text\": \"<string>\",\n                  \"reason_id\": \"<integer>\"\n                }\n              }\n            ],\n            \"entities\": [\n              {\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ],\n                \"data\": {\n                  \"reason_text\": \"<string>\",\n                  \"reason_id\": \"<integer>\"\n                }\n              },\n              {\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ],\n                \"data\": {\n                  \"reason_text\": \"<string>\",\n                  \"reason_id\": \"<integer>\"\n                }\n              }\n            ]\n          },\n          \"products\": [\n            {\n              \"line_number\": \"<integer>\",\n              \"identifier\": \"<string>\",\n              \"quantity\": \"<integer>\"\n            },\n            {\n              \"line_number\": \"<integer>\",\n              \"identifier\": \"<string>\",\n              \"quantity\": \"<integer>\"\n            }\n          ],\n          \"data_updates\": {\n            \"order_item_status\": [\n              {\n                \"data\": {\n                  \"in_ea\": -87257694,\n                  \"cupidatat8e\": \"culpa dolore\",\n                  \"adipisicing6_d\": -96141728\n                }\n              },\n              {\n                \"data\": {\n                  \"culpa_\": \"sunt dolor\"\n                }\n              }\n            ],\n            \"products\": [\n              {\n                \"filters\": [\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  },\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  }\n                ],\n                \"data\": {\n                  \"do_19\": -62480533,\n                  \"officia_6\": \"velit commodo Excepteur\"\n                }\n              },\n              {\n                \"filters\": [\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  },\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  }\n                ],\n                \"data\": {\n                  \"commodo811\": -74223266.55377352,\n                  \"laborum_d3\": 58874222.961452276\n                }\n              }\n            ],\n            \"entities\": [\n              {\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ],\n                \"data\": {\n                  \"voluptate_2\": -93573624.25681472,\n                  \"eu20\": \"consequat sit cupidatat\",\n                  \"labore87e\": -69141830.47377658,\n                  \"quisb\": -42775463\n                }\n              },\n              {\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ],\n                \"data\": {\n                  \"elit_ee7\": \"in Duis\",\n                  \"culpa1\": \"eni\"\n                }\n              }\n            ],\n            \"order\": [\n              {\n                \"data\": {\n                  \"id_5\": -34622070.88602383\n                }\n              },\n              {\n                \"data\": {\n                  \"do_f\": \"dolor in\",\n                  \"nulla_0\": false\n                }\n              }\n            ],\n            \"entity_status\": [\n              {\n                \"filters\": [\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"quantity\": \"<integer>\",\n                    \"identifier\": \"<string>\"\n                  },\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"quantity\": \"<integer>\",\n                    \"identifier\": \"<string>\"\n                  }\n                ],\n                \"data\": {\n                  \"seller_qc_details\": [\n                    {\n                      \"line_number\": \"<integer>\",\n                      \"good_quantity\": \"<integer>\",\n                      \"bad_quantity\": \"<integer>\"\n                    },\n                    {\n                      \"line_number\": \"<integer>\",\n                      \"good_quantity\": \"<integer>\",\n                      \"bad_quantity\": \"<integer>\"\n                    }\n                  ]\n                }\n              },\n              {\n                \"filters\": [\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"quantity\": \"<integer>\",\n                    \"identifier\": \"<string>\"\n                  },\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"quantity\": \"<integer>\",\n                    \"identifier\": \"<string>\"\n                  }\n                ],\n                \"data\": {\n                  \"seller_qc_details\": [\n                    {\n                      \"line_number\": \"<integer>\",\n                      \"good_quantity\": \"<integer>\",\n                      \"bad_quantity\": \"<integer>\"\n                    },\n                    {\n                      \"line_number\": \"<integer>\",\n                      \"good_quantity\": \"<integer>\",\n                      \"bad_quantity\": \"<integer>\"\n                    }\n                  ]\n                }\n              }\n            ]\n          },\n          \"transition_comments\": [\n            {\n              \"title\": \"<string>\",\n              \"message\": \"<string>\"\n            },\n            {\n              \"title\": \"<string>\",\n              \"message\": \"<string>\"\n            }\n          ],\n          \"refund_modes\": [\n            {\n              \"refund_mode\": \"<string>\",\n              \"display_name\": \"<string>\",\n              \"payment_identifiers\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            {\n              \"refund_mode\": \"<string>\",\n              \"display_name\": \"<string>\",\n              \"payment_identifiers\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          ]\n        },\n        {\n          \"identifier\": \"<string>\",\n          \"reasons\": {\n            \"products\": [\n              {\n                \"filters\": [\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  },\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  }\n                ],\n                \"data\": {\n                  \"reason_text\": \"<string>\",\n                  \"reason_id\": \"<integer>\"\n                }\n              },\n              {\n                \"filters\": [\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  },\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  }\n                ],\n                \"data\": {\n                  \"reason_text\": \"<string>\",\n                  \"reason_id\": \"<integer>\"\n                }\n              }\n            ],\n            \"entities\": [\n              {\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ],\n                \"data\": {\n                  \"reason_text\": \"<string>\",\n                  \"reason_id\": \"<integer>\"\n                }\n              },\n              {\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ],\n                \"data\": {\n                  \"reason_text\": \"<string>\",\n                  \"reason_id\": \"<integer>\"\n                }\n              }\n            ]\n          },\n          \"products\": [\n            {\n              \"line_number\": \"<integer>\",\n              \"identifier\": \"<string>\",\n              \"quantity\": \"<integer>\"\n            },\n            {\n              \"line_number\": \"<integer>\",\n              \"identifier\": \"<string>\",\n              \"quantity\": \"<integer>\"\n            }\n          ],\n          \"data_updates\": {\n            \"order_item_status\": [\n              {\n                \"data\": {\n                  \"officia_0\": -11062436\n                }\n              },\n              {\n                \"data\": {\n                  \"ea094\": \"est enim et dolore\"\n                }\n              }\n            ],\n            \"products\": [\n              {\n                \"filters\": [\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  },\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  }\n                ],\n                \"data\": {\n                  \"sed_90c\": \"deserunt ut eu\",\n                  \"mollit_0f6\": -19388683\n                }\n              },\n              {\n                \"filters\": [\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  },\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"identifier\": \"<string>\",\n                    \"quantity\": \"<integer>\"\n                  }\n                ],\n                \"data\": {\n                  \"in8\": true,\n                  \"labore088\": -70074046,\n                  \"exercitation_c84\": \"Duis reprehenderit velit\",\n                  \"cillum_23\": true\n                }\n              }\n            ],\n            \"entities\": [\n              {\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ],\n                \"data\": {\n                  \"magna83\": \"in nulla enim adipisicing\",\n                  \"est_7\": \"veniam deserunt qui\"\n                }\n              },\n              {\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ],\n                \"data\": {\n                  \"nisi8b9\": -12177406.492547333,\n                  \"occaecat8a\": true\n                }\n              }\n            ],\n            \"order\": [\n              {\n                \"data\": {\n                  \"cupidatat_2\": \"voluptate id Ut incididunt dolore\",\n                  \"nonc77\": -51511925\n                }\n              },\n              {\n                \"data\": {\n                  \"idfa2\": true,\n                  \"veniamd65\": 9261727.541635826,\n                  \"commodo_e4\": 64972045.574080974\n                }\n              }\n            ],\n            \"entity_status\": [\n              {\n                \"filters\": [\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"quantity\": \"<integer>\",\n                    \"identifier\": \"<string>\"\n                  },\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"quantity\": \"<integer>\",\n                    \"identifier\": \"<string>\"\n                  }\n                ],\n                \"data\": {\n                  \"seller_qc_details\": [\n                    {\n                      \"line_number\": \"<integer>\",\n                      \"good_quantity\": \"<integer>\",\n                      \"bad_quantity\": \"<integer>\"\n                    },\n                    {\n                      \"line_number\": \"<integer>\",\n                      \"good_quantity\": \"<integer>\",\n                      \"bad_quantity\": \"<integer>\"\n                    }\n                  ]\n                }\n              },\n              {\n                \"filters\": [\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"quantity\": \"<integer>\",\n                    \"identifier\": \"<string>\"\n                  },\n                  {\n                    \"line_number\": \"<integer>\",\n                    \"quantity\": \"<integer>\",\n                    \"identifier\": \"<string>\"\n                  }\n                ],\n                \"data\": {\n                  \"seller_qc_details\": [\n                    {\n                      \"line_number\": \"<integer>\",\n                      \"good_quantity\": \"<integer>\",\n                      \"bad_quantity\": \"<integer>\"\n                    },\n                    {\n                      \"line_number\": \"<integer>\",\n                      \"good_quantity\": \"<integer>\",\n                      \"bad_quantity\": \"<integer>\"\n                    }\n                  ]\n                }\n              }\n            ]\n          },\n          \"transition_comments\": [\n            {\n              \"title\": \"<string>\",\n              \"message\": \"<string>\"\n            },\n            {\n              \"title\": \"<string>\",\n              \"message\": \"<string>\"\n            }\n          ],\n          \"refund_modes\": [\n            {\n              \"refund_mode\": \"<string>\",\n              \"display_name\": \"<string>\",\n              \"payment_identifiers\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            {\n              \"refund_mode\": \"<string>\",\n              \"display_name\": \"<string>\",\n              \"payment_identifiers\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          ]\n        }\n      ],\n      \"exclude_bags_next_state\": \"<string>\",\n      \"split_shipment\": \"<boolean>\"\n    }\n  ],\n  \"lock_after_transition\": \"<boolean>\",\n  \"unlock_before_transition\": \"<boolean>\",\n  \"task\": \"<boolean>\",\n  \"resume_tasks_after_unlock\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "f9c5efde-f936-4153-8dec-1c3317d0ac99",
                "name": "The successful response can contain both success or failure information. In case of failure, the response will still return with HTTP 200 status, but will specify the failed items/reasons within the response payload.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "shipment",
                      "status-internal"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company id from where are transitioning the shipment state or data"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"statuses\": [\n    {\n      \"shipments\": [\n        {\n          \"identifier\": \"12345383008471878029\",\n          \"products\": []\n        }\n      ],\n      \"status\": \"bag_confirmed\"\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"statuses\": [\n    {\n      \"shipments\": [\n        {\n          \"status\": 200,\n          \"final_state\": {\n            \"bag_confirmed\": \"bag_confirmed\",\n            \"shipment_id\": \"17657988153481254215\"\n          },\n          \"identifier\": \"17657988153481254215\"\n        }\n      ]\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "fed035a4-a1c4-4051-871a-19641a98a308",
            "name": "getShipmentHistory | Get a shipment's history",
            "request": {
              "name": "getShipmentHistory | Get a shipment's history",
              "description": {
                "content": "Get the history of the shipment",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "shipment",
                  "history"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "shipment_id",
                    "value": "<string>",
                    "description": "Identifier for the shipment"
                  },
                  {
                    "disabled": false,
                    "key": "bag_id",
                    "value": "<integer>",
                    "description": "Identifier for a bag or product."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "d60696af-7e30-463b-aac0-cfd4225446f7",
                "name": "It shows the journey of the shipment!",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "shipment",
                      "history"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "shipment_id",
                        "value": "17268164622231808140"
                      },
                      {
                        "key": "bag_id",
                        "value": "2134"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"activity_history\": [\n    {\n      \"message\": \"Bag status changed to pending\",\n      \"store_id\": 10,\n      \"store_code\": \"SF94\",\n      \"store_name\": \"shub\",\n      \"reason\": {},\n      \"createdat\": \"01 Apr 2022, 17:57:PM\",\n      \"user\": \"system\",\n      \"type\": \"activity_status\",\n      \"activity_type\": \"activity_status\",\n      \"l1_detail\": \"\",\n      \"l2_detail\": \"\",\n      \"l3_detail\": \"\",\n      \"ticket_id\": \"\",\n      \"ticket_url\": \"\"\n    },\n    {\n      \"message\": \"Bag status changed to placed\",\n      \"store_id\": 10,\n      \"store_code\": \"SF94\",\n      \"store_name\": \"shub\",\n      \"reason\": {},\n      \"createdat\": \"01 Apr 2022, 17:57:PM\",\n      \"user\": \"system\",\n      \"type\": \"activity_status\",\n      \"activity_type\": \"activity_status\",\n      \"l1_detail\": \"\",\n      \"l2_detail\": \"\",\n      \"l3_detail\": \"\",\n      \"ticket_id\": \"\",\n      \"ticket_url\": \"\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "8c22a444-7e0f-4131-91e3-bafb63019411",
            "name": "postShipmentHistory | Create shipment history",
            "request": {
              "name": "postShipmentHistory | Create shipment history",
              "description": {
                "content": "Used to add logs in history for a bag for the provided Shipment ID",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "shipment",
                  "history"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"activity_history\": [\n    {\n      \"data\": {\n        \"message\": \"<string>\",\n        \"user_name\": \"<string>\"\n      },\n      \"filters\": [\n        {\n          \"shipment_id\": \"<string>\",\n          \"line_number\": \"<string>\",\n          \"identifier\": \"<string>\"\n        },\n        {\n          \"shipment_id\": \"<string>\",\n          \"line_number\": \"<string>\",\n          \"identifier\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"data\": {\n        \"message\": \"<string>\",\n        \"user_name\": \"<string>\"\n      },\n      \"filters\": [\n        {\n          \"shipment_id\": \"<string>\",\n          \"line_number\": \"<string>\",\n          \"identifier\": \"<string>\"\n        },\n        {\n          \"shipment_id\": \"<string>\",\n          \"line_number\": \"<string>\",\n          \"identifier\": \"<string>\"\n        }\n      ]\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "1f0312e3-dd86-4f87-8f12-dd5d155439a0",
                "name": "It shows the journey of the shipment!",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "shipment",
                      "history"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"activity_history\": [\n    {\n      \"activity_history\": null,\n      \"data\": {\n        \"message\": \"New Message\",\n        \"user_name\": \"test\"\n      },\n      \"filters\": [\n        {\n          \"shipment_id\": \"123232\",\n          \"line_number\": \"123232\",\n          \"identifier\": \"1233232\"\n        },\n        {\n          \"shipment_id\": \"123232\",\n          \"line_number\": \"123232\",\n          \"identifier\": \"1233232\"\n        }\n      ]\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"activity_history\": [\n    {\n      \"message\": \"Bag status changed to pending\",\n      \"store_id\": 10,\n      \"store_code\": \"SF94\",\n      \"store_name\": \"shub\",\n      \"reason\": {},\n      \"createdat\": \"01 Apr 2022, 17:57:PM\",\n      \"user\": \"system\",\n      \"type\": \"activity_status\",\n      \"activity_type\": \"activity_status\",\n      \"l1_detail\": \"\",\n      \"l2_detail\": \"\",\n      \"l3_detail\": \"\",\n      \"ticket_id\": \"\",\n      \"ticket_url\": \"\"\n    },\n    {\n      \"message\": \"Bag status changed to placed\",\n      \"store_id\": 10,\n      \"store_code\": \"SF94\",\n      \"store_name\": \"shub\",\n      \"reason\": {},\n      \"createdat\": \"01 Apr 2022, 17:57:PM\",\n      \"user\": \"system\",\n      \"type\": \"activity_status\",\n      \"activity_type\": \"activity_status\",\n      \"l1_detail\": \"\",\n      \"l2_detail\": \"\",\n      \"l3_detail\": \"\",\n      \"ticket_id\": \"\",\n      \"ticket_url\": \"\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "1255f65c-42bd-4af9-b9ba-b53e2da044ea",
            "name": "updatePackagingDimensions | Update packaging dimensions",
            "request": {
              "name": "updatePackagingDimensions | Update packaging dimensions",
              "description": {
                "content": "Used to modify the packaging dimension of a shipment",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "update-packaging-dimension"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"current_status\": \"<string>\",\n  \"dimension\": [\n    {\n      \"packaging_type\": \"<string>\",\n      \"weight\": \"<number>\",\n      \"height\": \"<number>\",\n      \"length\": \"<number>\",\n      \"width\": \"<number>\"\n    },\n    {\n      \"packaging_type\": \"<string>\",\n      \"weight\": \"<number>\",\n      \"height\": \"<number>\",\n      \"length\": \"<number>\",\n      \"width\": \"<number>\"\n    }\n  ],\n  \"shipment_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "e3d30da5-1d77-41ea-809d-3ab57c35e740",
                "name": "Packaging Dimensions updated successfully",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "update-packaging-dimension"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"current_status\": \"bag_packed\",\n  \"shipment_id\": \"17268164622231808140\",\n  \"dimension\": [\n    {\n      \"height\": 100,\n      \"length\": 10.99,\n      \"packaging_type\": \"System Default\",\n      \"weight\": 0.22,\n      \"width\": 10\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Packaging Dimensions updated successfully for 17268164622231808140.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "0b917647-d762-446e-baa4-293f9926f82c",
            "name": "getChannelConfig | Get channel configuration",
            "request": {
              "name": "getChannelConfig | Get channel configuration",
              "description": {
                "content": "Retrieve configuration settings specific to orders for a channel",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "order-config"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "3dbe334b-4983-459b-a7fb-d28174eb45ca",
                "name": "Successfully created the config data",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "order-config"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"config_data\": {\n    \"payment_info\": {\n      \"payment_methods\": [\n        {\n          \"mode\": \"COD\",\n          \"collect_by\": \"gringotts\",\n          \"refund_by\": \"gringotts\"\n        }\n      ],\n      \"source\": \"fynd\",\n      \"mode_of_payment\": \"COD\"\n    },\n    \"dp_configuration\": {\n      \"shipping_by\": \"fynd\"\n    },\n    \"logo_url\": {},\n    \"location_reassignment\": false,\n    \"lock_states\": [\n      \"bag_packed\"\n    ],\n    \"shipment_assignment\": \"16703096324891701814\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "065e57c2-2a5a-45f7-8188-b15bf9c0b4bd",
            "name": "createChannelConfig | Create channel configuration",
            "request": {
              "name": "createChannelConfig | Create channel configuration",
              "description": {
                "content": "Set up configuration for a channel specific to orders which has implications over how the order fulfilment happens in a channel",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "order-config"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"config_data\": {\n    \"dp_configuration\": {\n      \"shipping_by\": \"<string>\"\n    },\n    \"shipment_assignment\": \"<string>\",\n    \"location_reassignment\": \"<boolean>\",\n    \"logo_url\": {\n      \"sit0\": false,\n      \"incididunt_c\": true,\n      \"commodoea9\": \"amet\"\n    },\n    \"payment_info\": {\n      \"source\": \"<string>\",\n      \"payment_methods\": [\n        {\n          \"collect_by\": \"<string>\",\n          \"refund_by\": \"<string>\",\n          \"mode\": \"<string>\"\n        },\n        {\n          \"collect_by\": \"<string>\",\n          \"refund_by\": \"<string>\",\n          \"mode\": \"<string>\"\n        }\n      ],\n      \"mode_of_payment\": \"<string>\"\n    },\n    \"lock_states\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "8928e1e3-8589-4f70-b138-e6c7d2c8dfc5",
                "name": "Successfully updateShipmentStatus!",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "order-config"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"config_data\": {\n    \"payment_info\": {\n      \"payment_methods\": [\n        {\n          \"mode\": \"COD\",\n          \"collect_by\": \"gringotts\",\n          \"refund_by\": \"gringotts\"\n        }\n      ],\n      \"source\": \"fynd\",\n      \"mode_of_payment\": \"COD\"\n    },\n    \"dp_configuration\": {\n      \"shipping_by\": \"fynd\"\n    },\n    \"location_reassignment\": false,\n    \"lock_states\": [\n      \"bag_packed\"\n    ],\n    \"shipment_assignment\": \"16703096324891701814\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"data\": {\n    \"acknowledged\": true,\n    \"is_upserted\": false,\n    \"is_inserted\": false\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "687b943c-e474-4c19-ad91-cc14d9a7bbfb",
            "name": "attachOrderUser | Attach order to a user",
            "request": {
              "name": "attachOrderUser | Attach order to a user",
              "description": {
                "content": "Attach an anonymous order to a customer based on OTP verification",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "user",
                  "attach"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"fynd_order_id\": \"<string>\",\n  \"otp_data\": {\n    \"request_id\": \"<string>\"\n  },\n  \"user_info\": {\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"mobile\": \"<string>\",\n    \"country_code\": \"<string>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "26598e8c-cce0-4732-8390-9ddfdd6eeff1",
                "name": "Attach user to order",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "user",
                      "attach"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"fynd_order_id\": \"FY66FBDE2D01686A604D\",\n  \"otp_data\": {\n    \"request_id\": \"72abc9079d2f1a4d727dc946320e0c5b\"\n  },\n  \"user_info\": {\n    \"country_code\": \"91\",\n    \"first_name\": \"Sonali\",\n    \"last_name\": \"Nalawade\",\n    \"mobile\": \"8888888888\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"Successfully event messages.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "c17234a3-8891-4cab-860a-50bb6ddeaa3e",
            "name": "sendUserMobileOTP | Send user mobile OTP",
            "request": {
              "name": "sendUserMobileOTP | Send user mobile OTP",
              "description": {
                "content": "Send a one-time OTP to a customer mobile number",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "user",
                  "send",
                  "otp",
                  "mobile"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"mobile\": \"<number>\",\n  \"country_code\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "4f8ae5e2-e82b-49f3-ba60-67e97ad321d2",
                "name": "Send OTP to user mobile",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "user",
                      "send",
                      "otp",
                      "mobile"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"country_code\": \"91\",\n  \"mobile\": 8888888888\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"data\": {\n    \"request_id\": \"112312312\",\n    \"message\": \"Text\",\n    \"resend_timer\": 600,\n    \"mobile\": 8888888888\n  },\n  \"message\": \"Text\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "3a7813c2-fe05-4c91-ac69-4cb24a7b3938",
            "name": "verifyMobileOTP | Verify mobile OTP",
            "request": {
              "name": "verifyMobileOTP | Verify mobile OTP",
              "description": {
                "content": "Perform OTP verification to link a user to an anonymous order",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "user",
                  "verify",
                  "otp"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"fynd_order_id\": \"<string>\",\n  \"otp_data\": {\n    \"mobile\": \"<string>\",\n    \"otp_code\": \"<integer>\",\n    \"request_id\": \"<string>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "f7f74173-9eaf-4d70-9407-50bb4cf599fb",
                "name": "Verify OTP",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "user",
                      "verify",
                      "otp"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"fynd_order_id\": \"FY6630ABF101EB1369A5\",\n  \"otp_data\": {\n    \"mobile\": \"8888888888\",\n    \"otp_code\": 5480,\n    \"request_id\": \"23e86f9bcdef2ddd318826202f063b9a\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"data\": {\n    \"country_code\": \"91\",\n    \"message\": \"Text\",\n    \"fynd_order_id\": \"FY6630ABF101EB1369A5\",\n    \"mobile\": \"8888888888\"\n  },\n  \"message\": \"Verified successfully\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "9d4c08bb-b9bd-47e8-bcd3-8625c5c19366",
            "name": "eInvoiceRetry | Retry E-invoice",
            "request": {
              "name": "eInvoiceRetry | Retry E-invoice",
              "description": {
                "content": "Reattempt the generation of an E-invoice",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "einvoice",
                  "retry",
                  "irn"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"shipments_data\": [\n    {\n      \"shipment_id\": \"<string>\",\n      \"einvoice_type\": \"<string>\"\n    },\n    {\n      \"shipment_id\": \"<string>\",\n      \"einvoice_type\": \"<string>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "49b0a44c-243f-4c3f-933b-5f99d9ed30d9",
                "name": "E-invoice generated successfully for all/few shipments from given list of shipments.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "einvoice",
                      "retry",
                      "irn"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"shipments_data\": [\n    {\n      \"shipment_id\": \"16342342342343423\",\n      \"einvoice_type\": \"invoice\"\n    },\n    {\n      \"shipment_id\": \"16342342342343423\",\n      \"einvoice_type\": \"credit_note\"\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"response_data\": [\n    {\n      \"shipment_id\": \"16342342342343423\",\n      \"einvoice_type\": \"invoice\",\n      \"status\": 200,\n      \"message\": \"E-invoice generated for given shipment\",\n      \"einvoice_info\": {\n        \"irn_details\": {\n          \"ack_no\": \"172313559180590\",\n          \"ack_dt\": \"2023-10-01T12:09:00.000Z\",\n          \"irn\": \"5ac2752f161c356d6957d5e7e52759343acfa516638b92718a1309dc25ee0015\",\n          \"signed_invoice\": \"d6GXwwhz86_aRlXmueRHboFRB8UhnWGU3CREZKesJkYz42e2HduZ5_d29zoh7yhIiIDC5TLueWHIMHE0UJ5C1z5i0QQSdjMrqBcamu7rpS6wOVIEt6RMs2CZulKt\",\n          \"signed_qr_code\": \"d6GXwwhz86_aRlXmueRHboFRB8UhnWGU3CREZKesJkYz42e2HduZ5_d29zoh7yhIiIDC5TLueWHIMHE0UJ5C1z5i0QQSdjMrqBcamu7rpS6wOVIEt6RMs2CZulKt\"\n        }\n      }\n    },\n    {\n      \"shipment_id\": \"16342342342343424\",\n      \"einvoice_type\": \"invoice\",\n      \"status\": 200,\n      \"message\": \"E-invoice generated for given shipment\",\n      \"einvoice_info\": {\n        \"irn_details\": {\n          \"ack_no\": \"172313559180590\",\n          \"ack_dt\": \"2023-10-01T12:09:00.000Z\",\n          \"irn\": \"5ac2752f161c356d6957d5e7e52759343acfa516638b92718a1309dc25ee0015\",\n          \"signed_invoice\": \"d6GXwwhz86_aRlXmueRHboFRB8UhnWGU3CREZKesJkYz42e2HduZ5_d29zoh7yhIiIDC5TLueWHIMHE0UJ5C1z5i0QQSdjMrqBcamu7rpS6wOVIEt6RMs2CZulKt\",\n          \"signed_qr_code\": \"d6GXwwhz86_aRlXmueRHboFRB8UhnWGU3CREZKesJkYz42e2HduZ5_d29zoh7yhIiIDC5TLueWHIMHE0UJ5C1z5i0QQSdjMrqBcamu7rpS6wOVIEt6RMs2CZulKt\"\n        }\n      }\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "18e07426-32be-49a9-9738-64072d1c303c",
                "name": "Bad request. See the message or einvoice_info.error_details object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "einvoice",
                      "retry",
                      "irn"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"shipments_data\": [\n    {\n      \"shipment_id\": \"16342342342343423\",\n      \"einvoice_type\": \"invoice\"\n    },\n    {\n      \"shipment_id\": \"16342342342343423\",\n      \"einvoice_type\": \"credit_note\"\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"response_data\": [\n    {\n      \"shipment_id\": \"16342342342343424\",\n      \"einvoice_type\": \"invoice\",\n      \"status\": 400,\n      \"message\": \"E-invoice generation failed for shipment\",\n      \"einvoice_info\": {\n        \"error_details\": [\n          {\n            \"error_code\": \"3028\",\n            \"error_message\": \"GSTIN -22AQDPK3837A1Z5 is invalid.\"\n          },\n          {\n            \"error_code\": \"2265\",\n            \"error_message\": \"Recipient GSTIN state code does not match with the state code passed in recipient details\"\n          }\n        ]\n      }\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "48340f4b-f6ab-4b78-8110-57443b305e12",
            "name": "trackShipment | Track shipment",
            "request": {
              "name": "trackShipment | Track shipment",
              "description": {
                "content": "Retrieve courier partner tracking details for a given shipment Id or AWB number",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "tracking"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "shipment_id",
                    "value": "<string>",
                    "description": "Unique identifier of a shipment on the platform."
                  },
                  {
                    "disabled": false,
                    "key": "awb",
                    "value": "<string>",
                    "description": "AWB number"
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "Page number for pagination."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<integer>",
                    "description": "Number of records per page for pagination."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "78822002-4bc8-46ca-9200-9b83b2ce3a51",
                "name": "Shipment Tracking fetched successfully",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "tracking"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "shipment_id",
                        "value": "17270022113341641815"
                      },
                      {
                        "key": "awb",
                        "value": "581066182"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "2"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"awb\": \"713191641\",\n      \"dp_location\": \"Mumbai\",\n      \"dp_name\": \"Ecom b2b\",\n      \"dp_status\": \"dp_assigned\",\n      \"dp_status_updated_at\": \"2023-07-12T20:17:46.384Z\",\n      \"estimated_delivery_date\": \"2023-07-12T20:17:46.384Z\",\n      \"id\": 370,\n      \"journey\": \"forward\",\n      \"operational_status\": \"dp_assigned\",\n      \"promised_delivery_date\": \"2023-07-12T20:17:46.384Z\",\n      \"remark\": \"UD -Manifested\",\n      \"shipment_id\": \"16908065964581066182\"\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": true,\n    \"item_total\": 3,\n    \"size\": 200,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "c819f08c-e206-486d-8c3a-5adaabf8c535",
            "name": "updateShipmentTracking | Update shipment tracking",
            "request": {
              "name": "updateShipmentTracking | Update shipment tracking",
              "description": {
                "content": "Modify courier partner tracking details for a given shipment Id or AWB number",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "tracking"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"awb\": \"<string>\",\n  \"dp_name\": \"<string>\",\n  \"dp_status_updated_at\": \"<dateTime>\",\n  \"journey\": \"<string>\",\n  \"shipment_id\": \"<string>\",\n  \"dp_location\": \"<string>\",\n  \"dp_status\": \"<string>\",\n  \"estimated_delivery_date\": \"<dateTime>\",\n  \"meta\": {\n    \"ut57\": -33618146\n  },\n  \"operational_status\": \"<string>\",\n  \"promised_delivery_date\": \"<dateTime>\",\n  \"remark\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "ec4630cb-a67e-425b-8143-c0c8a81d5c54",
                "name": "Shipment Tracking updated successfully",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "tracking"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"awb\": \"713191641\",\n  \"dp_location\": \"Mumbai\",\n  \"dp_name\": \"Ecom b2b\",\n  \"dp_status\": \"dp_assigned\",\n  \"dp_status_updated_at\": \"2023-07-12T20:17:46.384Z\",\n  \"estimated_delivery_date\": \"2023-07-12T20:17:46.384Z\",\n  \"journey\": \"forward\",\n  \"operational_status\": \"dp_assigned\",\n  \"promised_delivery_date\": \"2023-07-12T20:17:46.384Z\",\n  \"remark\": \"UD -Manifested\",\n  \"shipment_id\": \"16908065964581066182\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"awb\": \"713191641\",\n  \"dp_location\": \"Mumbai\",\n  \"dp_name\": \"Ecom b2b\",\n  \"dp_status\": \"dp_assigned\",\n  \"dp_status_updated_at\": \"2023-07-12T20:17:46.384Z\",\n  \"estimated_delivery_date\": \"2023-07-12T20:17:46.384Z\",\n  \"id\": 370,\n  \"journey\": \"forward\",\n  \"operational_status\": \"dp_assigned\",\n  \"promised_delivery_date\": \"2023-07-12T20:17:46.384Z\",\n  \"remark\": \"UD -Manifested\",\n  \"shipment_id\": \"16908065964581066182\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "3afcb399-ad15-4dbd-b9c9-69ec8812820b",
            "name": "generateInvoiceID | Generate and attach invoice Id",
            "request": {
              "name": "generateInvoiceID | Generate and attach invoice Id",
              "description": {
                "content": "Generate and attach Invoice Ids against shipments.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  ":invoice_type",
                  "id",
                  "generate"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "invoice_type",
                    "description": "(Required) mention the type of invoice id to generate"
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"shipment_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "c2aac54b-0345-4a80-858e-c95bd6d5f11e",
                "name": "NOTE success response can contains success and failed result as well",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      ":invoice_type",
                      "id",
                      "generate"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "invoice_type",
                        "description": "(Required) mention the type of invoice id to generate"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"shipment_ids\": [\n    \"16838049724111283577\",\n    \"16836368409661507353\",\n    \"16830062656481252150\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"shipment_id\": \"16838049724111283577\",\n      \"success\": true,\n      \"invoice_id\": \"A0B1C2D3\",\n      \"error_message\": null\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "06680dcd-a3b1-4f91-8671-cd6d9ae0cb61",
            "name": "addStateManagerConfig | Allows esm config updation",
            "request": {
              "name": "addStateManagerConfig | Allows esm config updation",
              "description": {
                "content": "Update ESM config",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "state",
                  "manager",
                  "config"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"data\": {\n    \"conditions\": {\n      \"app_id\": \"<string>\",\n      \"entity\": \"<string>\",\n      \"ordering_channel\": \"<string>\",\n      \"ordering_source\": \"<string>\"\n    },\n    \"configs\": [\n      {\n        \"current\": \"<string>\",\n        \"list\": [\n          {\n            \"name\": \"<string>\",\n            \"global_config\": {\n              \"tempor_9\": -77076460.97859669,\n              \"exdbe\": 53210773.925690085\n            },\n            \"page\": [\n              {\n                \"page\": \"<string>\",\n                \"settings\": {\n                  \"props\": {\n                    \"exercitation_24\": true\n                  }\n                }\n              },\n              {\n                \"page\": \"<string>\",\n                \"settings\": {\n                  \"props\": {\n                    \"Excepteur_5_\": \"nostrud consequat in\"\n                  }\n                }\n              }\n            ]\n          },\n          {\n            \"name\": \"<string>\",\n            \"global_config\": {\n              \"dolor_c_e\": false,\n              \"eiusmod_a2\": true,\n              \"pariaturb\": false\n            },\n            \"page\": [\n              {\n                \"page\": \"<string>\",\n                \"settings\": {\n                  \"props\": {\n                    \"cillum8cf\": false\n                  }\n                }\n              },\n              {\n                \"page\": \"<string>\",\n                \"settings\": {\n                  \"props\": {\n                    \"incididunt_be4\": -86830522.99391246,\n                    \"dolor_e\": \"nostrud sint culpa voluptate ut\",\n                    \"minim_bbc\": true\n                  }\n                }\n              }\n            ]\n          }\n        ],\n        \"global_schema\": {\n          \"props\": [\n            {\n              \"type\": \"<string>\",\n              \"category\": \"<string>\",\n              \"value\": \"<string>\",\n              \"id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"info\": \"<string>\"\n            },\n            {\n              \"type\": \"<string>\",\n              \"category\": \"<string>\",\n              \"value\": \"<string>\",\n              \"id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"info\": \"<string>\"\n            }\n          ]\n        },\n        \"preset\": {\n          \"pages\": [\n            {\n              \"type\": \"<string>\",\n              \"item_total\": \"<integer>\",\n              \"next_id\": \"<string>\",\n              \"has_previous\": \"<boolean>\",\n              \"has_next\": \"<boolean>\",\n              \"current\": \"<integer>\",\n              \"size\": \"<integer>\",\n              \"page_size\": \"<integer>\"\n            },\n            {\n              \"type\": \"<string>\",\n              \"item_total\": \"<integer>\",\n              \"next_id\": \"<string>\",\n              \"has_previous\": \"<boolean>\",\n              \"has_next\": \"<boolean>\",\n              \"current\": \"<integer>\",\n              \"size\": \"<integer>\",\n              \"page_size\": \"<integer>\"\n            }\n          ]\n        }\n      },\n      {\n        \"current\": \"<string>\",\n        \"list\": [\n          {\n            \"name\": \"<string>\",\n            \"global_config\": {\n              \"eab\": \"ex qui aliquip\"\n            },\n            \"page\": [\n              {\n                \"page\": \"<string>\",\n                \"settings\": {\n                  \"props\": {\n                    \"labore1\": -94335445,\n                    \"velit_995\": -62438497.19244827,\n                    \"sit_8\": true\n                  }\n                }\n              },\n              {\n                \"page\": \"<string>\",\n                \"settings\": {\n                  \"props\": {\n                    \"nulla_fae\": 52854737.898224086\n                  }\n                }\n              }\n            ]\n          },\n          {\n            \"name\": \"<string>\",\n            \"global_config\": {\n              \"aliqua_ad\": 28879046\n            },\n            \"page\": [\n              {\n                \"page\": \"<string>\",\n                \"settings\": {\n                  \"props\": {\n                    \"ad9\": true,\n                    \"deserunt21\": -22077018.80755049\n                  }\n                }\n              },\n              {\n                \"page\": \"<string>\",\n                \"settings\": {\n                  \"props\": {\n                    \"irure_f8\": false,\n                    \"labored00\": -74284898,\n                    \"eu_223\": true,\n                    \"dolore7\": \"dolore Duis\",\n                    \"ullamcoc\": false\n                  }\n                }\n              }\n            ]\n          }\n        ],\n        \"global_schema\": {\n          \"props\": [\n            {\n              \"type\": \"<string>\",\n              \"category\": \"<string>\",\n              \"value\": \"<string>\",\n              \"id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"info\": \"<string>\"\n            },\n            {\n              \"type\": \"<string>\",\n              \"category\": \"<string>\",\n              \"value\": \"<string>\",\n              \"id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"info\": \"<string>\"\n            }\n          ]\n        },\n        \"preset\": {\n          \"pages\": [\n            {\n              \"type\": \"<string>\",\n              \"item_total\": \"<integer>\",\n              \"next_id\": \"<string>\",\n              \"has_previous\": \"<boolean>\",\n              \"has_next\": \"<boolean>\",\n              \"current\": \"<integer>\",\n              \"size\": \"<integer>\",\n              \"page_size\": \"<integer>\"\n            },\n            {\n              \"type\": \"<string>\",\n              \"item_total\": \"<integer>\",\n              \"next_id\": \"<string>\",\n              \"has_previous\": \"<boolean>\",\n              \"has_next\": \"<boolean>\",\n              \"current\": \"<integer>\",\n              \"size\": \"<integer>\",\n              \"page_size\": \"<integer>\"\n            }\n          ]\n        }\n      }\n    ]\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "985d84c7-ec50-48fe-b28f-5a34ad78cf65",
                "name": "Config updated successfully",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "state",
                      "manager",
                      "config"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"data\": {\n    \"conditions\": {\n      \"app_id\": \"default\",\n      \"ordering_channel\": \"default\",\n      \"entity\": \"shipment\"\n    },\n    \"configs\": [\n      {\n        \"from_state\": \"placed\",\n        \"to_state\": \"bag_confirmed\",\n        \"pre_hooks\": [],\n        \"post_hooks\": [\n          {\n            \"task\": \"state_hopper\",\n            \"filter\": {\n              \"order_type\": \"HomeDelivery\"\n            },\n            \"kwargs\": {\n              \"current_status\": \"bag_confirmed\",\n              \"next_status\": \"bag_invoiced\"\n            }\n          }\n        ],\n        \"flags\": {\n          \"can_break_entity\": [\n            {\n              \"value\": false,\n              \"filter\": {}\n            }\n          ]\n        }\n      }\n    ]\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"data\": [\n    {\n      \"acknowledged\": true,\n      \"is_upserted\": true,\n      \"is_inserted\": false\n    }\n  ],\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "807b90d3-ae9a-4fd3-9d39-93f92cfd4ff2",
            "name": "getStateManagerConfig | Retrieves Entity State Manager configuration which includes flags, hooks, and filters, for a specific application within a company's setup.",
            "request": {
              "name": "getStateManagerConfig | Retrieves Entity State Manager configuration which includes flags, hooks, and filters, for a specific application within a company's setup.",
              "description": {
                "content": "This endpoint retrieves the ESM (Entity State Manager) configuration for a specific application within a company. The retrieval is based on parameters such as application ID, ordering channel, and entity type.\nThe ESM config stores order processing configuration. Each document in the ESM config collection of  Order Management System - OMS's database is a JSON object representing the configuration of a specific application ID. This includes filters, hooks, flags set on different state-transitions.  This configuration is picked and accordingly features are enabled. \n",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "state",
                  "manager",
                  "config"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "app_id",
                    "value": "<string>",
                    "description": "The unique identifier of the application."
                  },
                  {
                    "disabled": false,
                    "key": "ordering_channel",
                    "value": "<string>",
                    "description": "The channel through which orders are placed."
                  },
                  {
                    "disabled": false,
                    "key": "ordering_source",
                    "value": "<string>",
                    "description": "To uniquely identify the source through which order has been placed."
                  },
                  {
                    "disabled": false,
                    "key": "entity",
                    "value": "<string>",
                    "description": "The entity for which the configuration is applied."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "82ee794a-ec84-4547-aabb-cfe2be4186c6",
                "name": "This denotes a successful response. ESM config data fetched successfully for given application ID, ordering channel, and entity.\n",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "state",
                      "manager",
                      "config"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "app_id",
                        "value": "63f8926ad139ce26cab2ed11"
                      },
                      {
                        "key": "ordering_channel",
                        "value": "marketplace"
                      },
                      {
                        "key": "ordering_source",
                        "value": "<string>"
                      },
                      {
                        "key": "entity",
                        "value": "shipment"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company on the platform."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"data\": [\n    {\n      \"conditions\": {\n        \"app_id\": \"63f8926ad139ce26cab2ed11\",\n        \"ordering_channel\": \"marketplace\",\n        \"entity\": \"shipment\"\n      },\n      \"configs\": [\n        {\n          \"from_state\": \"*\",\n          \"to_state\": \"*\",\n          \"pre_hooks\": [\n            {\n              \"task\": \"unlock_before_transition\",\n              \"filter\": {\n                \"unlock_before_transition\": true\n              },\n              \"kwargs\": {}\n            }\n          ],\n          \"post_hooks\": [\n            {\n              \"task\": \"lock_entity\",\n              \"kwargs\": {}\n            }\n          ],\n          \"flags\": {\n            \"transition_api_for_frontend\": [\n              {\n                \"value\": \"v1\",\n                \"filter\": {}\n              }\n            ],\n            \"allowed_user_facing_states\": [\n              {\n                \"value\": [\n                  \"cancelled_customer\",\n                  \"return_initiated\",\n                  \"return_pre_qc\"\n                ],\n                \"filter\": {}\n              }\n            ],\n            \"optimize_transition\": [\n              {\n                \"value\": \"no_optimization\",\n                \"filter\": {}\n              }\n            ],\n            \"allowed_bag_updates\": [\n              {\n                \"value\": {\n                  \"meta\": {\n                    \"type\": \"non_mandatory\"\n                  },\n                  \"pdf_links\": {\n                    \"type\": \"non_mandatory\"\n                  },\n                  \"affiliate_meta\": {\n                    \"type\": \"non_mandatory\"\n                  },\n                  \"delivery_awb_number\": {\n                    \"type\": \"non_mandatory\"\n                  },\n                  \"can_be_cancelled\": {\n                    \"type\": \"non_mandatory\"\n                  },\n                  \"is_returnable\": {\n                    \"type\": \"non_mandatory\"\n                  },\n                  \"is_customer_return_allowed\": {\n                    \"type\": \"non_mandatory\"\n                  }\n                },\n                \"filter\": {}\n              }\n            ],\n            \"allowed_bag_status_updates\": [\n              {\n                \"value\": {\n                  \"meta\": {\n                    \"type\": \"non_mandatory\"\n                  }\n                },\n                \"filter\": {}\n              }\n            ],\n            \"can_break_entity\": [\n              {\n                \"value\": false,\n                \"filter\": {}\n              }\n            ]\n          }\n        }\n      ]\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5e91c5d4-94d5-4fcf-b09b-449a07ecf7df",
            "name": "getRules | List of RMA rules based on the given input conditions.",
            "request": {
              "name": "getRules | List of RMA rules based on the given input conditions.",
              "description": {
                "content": "Retrieves a comprehensive list of RMA (Return Merchandise Authorization) rules associated with  a specific company and application. These rules dictate the processes for handling returns,  including actions, reasons, quality control (QC) types, and associated questions.  The endpoint allows for filtering and pagination based on input conditions, providing a tailored set of rules that match the criteria specified.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "rule_list"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"page_no\": \"<integer>\",\n  \"channel\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"department\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"id\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"is_active\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "e7396e95-6d65-43c3-a56f-0c31cf8bdbb5",
                "name": "The request was successful, and the response contains a list of RMA rules  that match the specified criteria, along with pagination details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "rule_list"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"page_no\": 1,\n  \"page_size\": 5,\n  \"channel\": [\n    \"643e93f5ffc8101656a5629b\"\n  ],\n  \"department\": [],\n  \"is_active\": true\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"page\": {\n    \"type\": \"number\",\n    \"current\": 1,\n    \"size\": 10,\n    \"item_total\": 100,\n    \"has_previous\": true,\n    \"has_next\": true\n  },\n  \"items\": [\n    {\n      \"id\": \"1\",\n      \"entity_type\": \"department\",\n      \"value\": \"1\",\n      \"channel\": \"0000000000000000003\",\n      \"actions\": {\n        \"reasons\": [\n          {\n            \"id\": 1,\n            \"meta\": {\n              \"show_text_area\": true\n            },\n            \"qc_type\": [\n              \"doorstep_qc\"\n            ],\n            \"is_active\": true,\n            \"display_name\": \"Example Reason\",\n            \"question_set\": [\n              {\n                \"id\": 1,\n                \"display_name\": \"Check Brand Image\"\n              }\n            ]\n          }\n        ]\n      },\n      \"qc_enabled\": true,\n      \"is_deleted\": false,\n      \"conditions\": [\n        {\n          \"department\": \"1\"\n        }\n      ],\n      \"meta\": {\n        \"department\": \"1\"\n      },\n      \"rule_type\": \"custom\",\n      \"is_active\": true\n    }\n  ],\n  \"success\": true,\n  \"error\": null\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "a4722753-091e-4345-ac4d-9d26ee235c65",
                "name": "The request was invalid. Review the error object in the response body to identify the cause of the error and correct the request accordingly.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "rule_list"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"page_no\": 1,\n  \"page_size\": 5,\n  \"channel\": [\n    \"643e93f5ffc8101656a5629b\"\n  ],\n  \"department\": [],\n  \"is_active\": true\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"error\": \"\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "66bf8133-1a99-4630-90eb-47dad49dfef5",
            "name": "updatePaymentInfo | Update payment details for an order, its shipments and its bags.",
            "request": {
              "name": "updatePaymentInfo | Update payment details for an order, its shipments and its bags.",
              "description": {
                "content": "Updates the payment mode for an order, its shipments and its bags. This endpoint allows for modifying payment methods, and associated details but not amount.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "payment",
                  "update"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"products\": [\n    {\n      \"line_number\": \"<integer>\",\n      \"payment_methods\": [\n        {\n          \"name\": \"<string>\",\n          \"mode\": \"<string>\",\n          \"amount\": \"<float>\",\n          \"identifier\": \"<string>\",\n          \"display_name\": \"<string>\",\n          \"aggregator\": \"<string>\",\n          \"action\": {\n            \"name\": \"<string>\",\n            \"current_identifier\": \"<string>\",\n            \"current_mode\": \"<string>\",\n            \"refund_to\": \"<string>\"\n          },\n          \"refund_by\": \"<string>\",\n          \"collect_by\": \"<string>\",\n          \"meta\": {\n            \"payment_gateway\": \"<string>\",\n            \"payment_identifier\": \"<string>\",\n            \"logo_url\": {\n              \"large\": \"<string>\",\n              \"small\": \"<string>\"\n            }\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"mode\": \"<string>\",\n          \"amount\": \"<float>\",\n          \"identifier\": \"<string>\",\n          \"display_name\": \"<string>\",\n          \"aggregator\": \"<string>\",\n          \"action\": {\n            \"name\": \"<string>\",\n            \"current_identifier\": \"<string>\",\n            \"current_mode\": \"<string>\",\n            \"refund_to\": \"<string>\"\n          },\n          \"refund_by\": \"<string>\",\n          \"collect_by\": \"<string>\",\n          \"meta\": {\n            \"payment_gateway\": \"<string>\",\n            \"payment_identifier\": \"<string>\",\n            \"logo_url\": {\n              \"large\": \"<string>\",\n              \"small\": \"<string>\"\n            }\n          }\n        }\n      ]\n    },\n    {\n      \"line_number\": \"<integer>\",\n      \"payment_methods\": [\n        {\n          \"name\": \"<string>\",\n          \"mode\": \"<string>\",\n          \"amount\": \"<float>\",\n          \"identifier\": \"<string>\",\n          \"display_name\": \"<string>\",\n          \"aggregator\": \"<string>\",\n          \"action\": {\n            \"name\": \"<string>\",\n            \"current_identifier\": \"<string>\",\n            \"current_mode\": \"<string>\",\n            \"refund_to\": \"<string>\"\n          },\n          \"refund_by\": \"<string>\",\n          \"collect_by\": \"<string>\",\n          \"meta\": {\n            \"payment_gateway\": \"<string>\",\n            \"payment_identifier\": \"<string>\",\n            \"logo_url\": {\n              \"large\": \"<string>\",\n              \"small\": \"<string>\"\n            }\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"mode\": \"<string>\",\n          \"amount\": \"<float>\",\n          \"identifier\": \"<string>\",\n          \"display_name\": \"<string>\",\n          \"aggregator\": \"<string>\",\n          \"action\": {\n            \"name\": \"<string>\",\n            \"current_identifier\": \"<string>\",\n            \"current_mode\": \"<string>\",\n            \"refund_to\": \"<string>\"\n          },\n          \"refund_by\": \"<string>\",\n          \"collect_by\": \"<string>\",\n          \"meta\": {\n            \"payment_gateway\": \"<string>\",\n            \"payment_identifier\": \"<string>\",\n            \"logo_url\": {\n              \"large\": \"<string>\",\n              \"small\": \"<string>\"\n            }\n          }\n        }\n      ]\n    }\n  ],\n  \"payment_methods\": [\n    {\n      \"name\": \"<string>\",\n      \"mode\": \"<string>\",\n      \"amount\": \"<float>\",\n      \"identifier\": \"<string>\",\n      \"display_name\": \"<string>\",\n      \"aggregator\": \"<string>\",\n      \"action\": {\n        \"name\": \"<string>\",\n        \"current_identifier\": \"<string>\",\n        \"current_mode\": \"<string>\",\n        \"refund_to\": \"<string>\"\n      },\n      \"refund_by\": \"<string>\",\n      \"collect_by\": \"<string>\",\n      \"meta\": {\n        \"payment_gateway\": \"<string>\",\n        \"payment_identifier\": \"<string>\",\n        \"logo_url\": {\n          \"large\": \"<string>\",\n          \"small\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"mode\": \"<string>\",\n      \"amount\": \"<float>\",\n      \"identifier\": \"<string>\",\n      \"display_name\": \"<string>\",\n      \"aggregator\": \"<string>\",\n      \"action\": {\n        \"name\": \"<string>\",\n        \"current_identifier\": \"<string>\",\n        \"current_mode\": \"<string>\",\n        \"refund_to\": \"<string>\"\n      },\n      \"refund_by\": \"<string>\",\n      \"collect_by\": \"<string>\",\n      \"meta\": {\n        \"payment_gateway\": \"<string>\",\n        \"payment_identifier\": \"<string>\",\n        \"logo_url\": {\n          \"large\": \"<string>\",\n          \"small\": \"<string>\"\n        }\n      }\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "1607a1c1-f1f4-45fe-955b-50b2cd66aad8",
                "name": "The request was successful, and the payment mode has been updated for the specified order and shipments.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "payment",
                      "update"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"shipment_id\": \"SHIP1234\",\n  \"products\": [\n    {\n      \"line_number\": 1,\n      \"payment_methods\": [\n        {\n          \"name\": \"UPI\",\n          \"mode\": \"PREPAID\",\n          \"amount\": 50,\n          \"identifier\": \"UPI123\",\n          \"display_name\": \"Google Pay\",\n          \"aggregator\": \"PaymentGateway2\",\n          \"refund_by\": \"seller\",\n          \"collect_by\": \"seller\",\n          \"action\": {\n            \"name\": \"override\",\n            \"current_mode\": \"PREPAID\",\n            \"current_identifier\": \"PP123\",\n            \"refund_to\": \"source\"\n          }\n        }\n      ]\n    }\n  ],\n  \"payment_methods\": [\n    {\n      \"name\": \"UPI\",\n      \"mode\": \"PREPAID\",\n      \"amount\": 50,\n      \"identifier\": \"UPI123\",\n      \"display_name\": \"Google Pay\",\n      \"aggregator\": \"PaymentGateway2\",\n      \"refund_by\": \"seller\",\n      \"collect_by\": \"seller\",\n      \"action\": {\n        \"name\": \"override\",\n        \"current_mode\": \"PREPAID\",\n        \"current_identifier\": \"PP123\",\n        \"refund_to\": \"source\"\n      }\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"Payment mode updated successfully\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "10bc850b-d2ce-441b-b7f2-fcabbd2a5d33",
                "name": "The request was invalid. Review the error object in the response body to identify the cause of the error and correct the request accordingly.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "payment",
                      "update"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"shipment_id\": \"SHIP1234\",\n  \"products\": [\n    {\n      \"line_number\": 1,\n      \"payment_methods\": [\n        {\n          \"name\": \"UPI\",\n          \"mode\": \"PREPAID\",\n          \"amount\": 50,\n          \"identifier\": \"UPI123\",\n          \"display_name\": \"Google Pay\",\n          \"aggregator\": \"PaymentGateway2\",\n          \"refund_by\": \"seller\",\n          \"collect_by\": \"seller\",\n          \"action\": {\n            \"name\": \"override\",\n            \"current_mode\": \"PREPAID\",\n            \"current_identifier\": \"PP123\",\n            \"refund_to\": \"source\"\n          }\n        }\n      ]\n    }\n  ],\n  \"payment_methods\": [\n    {\n      \"name\": \"UPI\",\n      \"mode\": \"PREPAID\",\n      \"amount\": 50,\n      \"identifier\": \"UPI123\",\n      \"display_name\": \"Google Pay\",\n      \"aggregator\": \"PaymentGateway2\",\n      \"refund_by\": \"seller\",\n      \"collect_by\": \"seller\",\n      \"action\": {\n        \"name\": \"override\",\n        \"current_mode\": \"PREPAID\",\n        \"current_identifier\": \"PP123\",\n        \"refund_to\": \"source\"\n      }\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                "code": 422,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"No Bag Found with the given line_number and amount\",\n  \"field\": \"products.payment_methods.amount\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "6933fdc4-7313-42c9-8a85-b5491329f147",
            "name": "getOrderingSourceConfigBySlug | Get ordering source config for a given company and application.",
            "request": {
              "name": "getOrderingSourceConfigBySlug | Get ordering source config for a given company and application.",
              "description": {
                "content": "Retrieves the ordering source config for a given company and application.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "ordering-sources",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "4a0d6031-ec3f-446a-82df-b7e698dd270d",
                "name": "The request was successful, and the response contains the ordering source config.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "ordering-sources",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"slug\": \"gofynd\",\n  \"configs\": [\n    {\n      \"name\": \"Delivery Partner Assignment\",\n      \"slug\": \"delivery_partner_assignment\",\n      \"description\": \"Enable OMS to assign delivery partners for this ordering source\",\n      \"enabled\": false\n    }\n  ],\n  \"logo\": \"https://gofynd.com/logo.png\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "659a9293-6e40-4dc8-8fda-072d6bfba3ea",
            "name": "updateOrderingSourceConfigBySlug | Update ordering source config for a given company and application.",
            "request": {
              "name": "updateOrderingSourceConfigBySlug | Update ordering source config for a given company and application.",
              "description": {
                "content": "Updates the ordering source config for a given company and application.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "ordering-sources",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"slug\": \"<string>\",\n  \"configs\": [\n    {\n      \"name\": \"<string>\",\n      \"slug\": \"<string>\",\n      \"description\": \"<string>\",\n      \"enabled\": \"<boolean>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"slug\": \"<string>\",\n      \"description\": \"<string>\",\n      \"enabled\": \"<boolean>\"\n    }\n  ],\n  \"logo\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "3036bf8f-74bf-4356-b901-b2e88a91aaee",
                "name": "The request was successful, and the response contains the ordering source config.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "ordering-sources",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"slug\": \"gofynd\",\n  \"configs\": [\n    {\n      \"slug\": \"delivery_partner_assignment\",\n      \"enabled\": false\n    }\n  ],\n  \"logo\": \"https://gofynd.com/logo.png\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"slug\": \"gofynd\",\n  \"configs\": [\n    {\n      \"name\": \"Delivery Partner Assignment\",\n      \"slug\": \"delivery_partner_assignment\",\n      \"description\": \"Enable OMS to assign delivery partners for this ordering source\",\n      \"enabled\": false\n    }\n  ],\n  \"logo\": \"https://gofynd.com/logo.png\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "03ffd06b-42b1-49fa-b4e8-206f7c17eaba",
            "name": "createOrder | Create Order",
            "request": {
              "name": "createOrder | Create Order",
              "description": {
                "content": "Creates an order in the OMS. Note: Use the Serviceability API (<a href='/commerce/sdk/latest/platform/company/serviceability#createShipments'>createShipments</a>) to determine shipments before creating an order.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "orders"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "disabled": false,
                  "description": "(Required) To uniquely identify the source through which order has been placed.",
                  "key": "x-ordering-source",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": "The Application ID is a unique identifier assigned to a storefront that typically follows a 24-character hexadecimal string. Either `x-application-id` or `x-extension-id` header is mandatory. At least one of them must be provided.",
                  "key": "x-application-id",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": "The Extension ID is a unique identifier assigned to an extension that typically follows a 24-character hexadecimal string. Either `x-application-id` or `x-extension-id` header is mandatory. At least one of them must be provided.",
                  "key": "x-extension-id",
                  "value": "<string>"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"billing_details\": {\n    \"first_name\": \"<string>\",\n    \"phone_code\": \"<string>\",\n    \"country\": \"<string>\",\n    \"city\": \"<string>\",\n    \"pincode\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"mobile_number\": \"<string>\",\n    \"email\": \"<string>\",\n    \"state\": \"<string>\",\n    \"alternate_mobile_number\": \"<string>\",\n    \"address\": \"<string>\",\n    \"middle_name\": \"<string>\",\n    \"title\": \"<string>\",\n    \"house_no\": \"<string>\",\n    \"geo_location\": {\n      \"latitude\": \"<number>\",\n      \"longitude\": \"<number>\"\n    },\n    \"gender\": \"<string>\",\n    \"landmark\": \"<string>\",\n    \"address_type\": \"<string>\",\n    \"state_code\": \"<string>\",\n    \"floor_no\": \"<string>\",\n    \"alternate_email\": \"<string>\",\n    \"address1\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"country_iso_code\": \"<string>\",\n    \"user_id\": \"<string>\",\n    \"area_code\": \"<string>\",\n    \"area_code_slug\": \"<string>\",\n    \"country_phone_code\": \"<string>\"\n  },\n  \"shipping_details\": {\n    \"first_name\": \"<string>\",\n    \"phone_code\": \"<string>\",\n    \"country\": \"<string>\",\n    \"city\": \"<string>\",\n    \"pincode\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"mobile_number\": \"<string>\",\n    \"email\": \"<string>\",\n    \"state\": \"<string>\",\n    \"alternate_mobile_number\": \"<string>\",\n    \"address\": \"<string>\",\n    \"middle_name\": \"<string>\",\n    \"title\": \"<string>\",\n    \"house_no\": \"<string>\",\n    \"geo_location\": {\n      \"latitude\": \"<number>\",\n      \"longitude\": \"<number>\"\n    },\n    \"gender\": \"<string>\",\n    \"landmark\": \"<string>\",\n    \"address_type\": \"<string>\",\n    \"state_code\": \"<string>\",\n    \"floor_no\": \"<string>\",\n    \"alternate_email\": \"<string>\",\n    \"address1\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"country_iso_code\": \"<string>\",\n    \"user_id\": \"<string>\",\n    \"area_code\": \"<string>\",\n    \"area_code_slug\": \"<string>\",\n    \"country_phone_code\": \"<string>\"\n  },\n  \"currency_details\": {\n    \"ordering_currency\": {\n      \"currency_code\": \"<string>\",\n      \"currency_symbol\": \"<string>\"\n    },\n    \"conversion_rate\": {\n      \"rate\": \"<number>\",\n      \"timestamp_ms\": \"<integer>\"\n    },\n    \"currency_code\": \"<string>\",\n    \"currency_symbol\": \"<string>\"\n  },\n  \"primary_payment_mode\": \"<string>\",\n  \"shipments\": [\n    {\n      \"location_id\": \"<integer>\",\n      \"is_mto\": \"<boolean>\",\n      \"shipment_lifecycle_messages\": [\n        {\n          \"message\": \"INFO\",\n          \"type\": \"<string>\",\n          \"states\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"priority\": \"<integer>\"\n        },\n        {\n          \"message\": \"INFO\",\n          \"type\": \"<string>\",\n          \"states\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"priority\": \"<integer>\"\n        }\n      ],\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"type\": \"<string>\",\n      \"fulfillment_option\": {\n        \"name\": \"Standard Delivery\",\n        \"slug\": \"standard-delivery\",\n        \"is_default\": true,\n        \"type\": \"HomeDelivery\"\n      },\n      \"external_shipment_id\": \"<string>\",\n      \"invoice_id\": \"<string>\",\n      \"line_items\": [\n        {\n          \"monetary_values\": {\n            \"amount_paid\": \"<number>\",\n            \"price_effective\": \"<number>\",\n            \"price_marked\": \"<number>\",\n            \"discount\": \"<number>\",\n            \"coupon_discount\": \"<number>\",\n            \"cod_charges\": \"<number>\",\n            \"promo_discount\": \"<number>\",\n            \"gift_price\": \"<number>\",\n            \"delivery_charges\": \"<number>\"\n          },\n          \"payment_methods\": [\n            {\n              \"gateway\": {\n                \"name\": \"<string>\",\n                \"logo\": \"<string>\"\n              },\n              \"mode_of_payment\": {\n                \"name\": \"<string>\",\n                \"slug\": \"<string>\",\n                \"sub_mode_of_payment\": {\n                  \"name\": \"<string>\"\n                }\n              },\n              \"amount_paid\": \"<integer>\",\n              \"payment_identifier\": \"<string>\",\n              \"transaction_party\": {\n                \"collection_bearer\": \"<string>\",\n                \"refund_bearer\": \"<string>\"\n              }\n            },\n            {\n              \"gateway\": {\n                \"name\": \"<string>\",\n                \"logo\": \"<string>\"\n              },\n              \"mode_of_payment\": {\n                \"name\": \"<string>\",\n                \"slug\": \"<string>\",\n                \"sub_mode_of_payment\": {\n                  \"name\": \"<string>\"\n                }\n              },\n              \"amount_paid\": \"<integer>\",\n              \"payment_identifier\": \"<string>\",\n              \"transaction_party\": {\n                \"collection_bearer\": \"<string>\",\n                \"refund_bearer\": \"<string>\"\n              }\n            }\n          ],\n          \"seller_identifier\": \"<string>\",\n          \"gift_details\": {\n            \"amount\": \"<number>\",\n            \"display_text\": \"<string>\"\n          },\n          \"special_instructions\": \"<string>\",\n          \"dimension\": {\n            \"height\": \"<integer>\",\n            \"length\": \"<integer>\",\n            \"is_default\": \"<boolean>\",\n            \"unit\": \"<string>\",\n            \"width\": \"<integer>\"\n          },\n          \"quantity\": \"<number>\",\n          \"external_line_id\": \"<string>\",\n          \"bundle_details\": {\n            \"is_base\": \"<boolean>\",\n            \"images\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"group_id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"item_type\": \"<string>\",\n            \"item_id\": \"<integer>\",\n            \"item_code\": \"<string>\",\n            \"item_name\": \"<string>\",\n            \"seller_identifier\": \"<string>\",\n            \"bundle_article_quantity\": \"<integer>\",\n            \"brand_name\": \"<string>\",\n            \"size\": \"<string>\"\n          },\n          \"meta\": {\n            \"minim_3e\": 74586791.8380188,\n            \"amet_93\": 8116665\n          }\n        },\n        {\n          \"monetary_values\": {\n            \"amount_paid\": \"<number>\",\n            \"price_effective\": \"<number>\",\n            \"price_marked\": \"<number>\",\n            \"discount\": \"<number>\",\n            \"coupon_discount\": \"<number>\",\n            \"cod_charges\": \"<number>\",\n            \"promo_discount\": \"<number>\",\n            \"gift_price\": \"<number>\",\n            \"delivery_charges\": \"<number>\"\n          },\n          \"payment_methods\": [\n            {\n              \"gateway\": {\n                \"name\": \"<string>\",\n                \"logo\": \"<string>\"\n              },\n              \"mode_of_payment\": {\n                \"name\": \"<string>\",\n                \"slug\": \"<string>\",\n                \"sub_mode_of_payment\": {\n                  \"name\": \"<string>\"\n                }\n              },\n              \"amount_paid\": \"<integer>\",\n              \"payment_identifier\": \"<string>\",\n              \"transaction_party\": {\n                \"collection_bearer\": \"<string>\",\n                \"refund_bearer\": \"<string>\"\n              }\n            },\n            {\n              \"gateway\": {\n                \"name\": \"<string>\",\n                \"logo\": \"<string>\"\n              },\n              \"mode_of_payment\": {\n                \"name\": \"<string>\",\n                \"slug\": \"<string>\",\n                \"sub_mode_of_payment\": {\n                  \"name\": \"<string>\"\n                }\n              },\n              \"amount_paid\": \"<integer>\",\n              \"payment_identifier\": \"<string>\",\n              \"transaction_party\": {\n                \"collection_bearer\": \"<string>\",\n                \"refund_bearer\": \"<string>\"\n              }\n            }\n          ],\n          \"seller_identifier\": \"<string>\",\n          \"gift_details\": {\n            \"amount\": \"<number>\",\n            \"display_text\": \"<string>\"\n          },\n          \"special_instructions\": \"<string>\",\n          \"dimension\": {\n            \"height\": \"<integer>\",\n            \"length\": \"<integer>\",\n            \"is_default\": \"<boolean>\",\n            \"unit\": \"<string>\",\n            \"width\": \"<integer>\"\n          },\n          \"quantity\": \"<number>\",\n          \"external_line_id\": \"<string>\",\n          \"bundle_details\": {\n            \"is_base\": \"<boolean>\",\n            \"images\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"group_id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"item_type\": \"<string>\",\n            \"item_id\": \"<integer>\",\n            \"item_code\": \"<string>\",\n            \"item_name\": \"<string>\",\n            \"seller_identifier\": \"<string>\",\n            \"bundle_article_quantity\": \"<integer>\",\n            \"brand_name\": \"<string>\",\n            \"size\": \"<string>\"\n          },\n          \"meta\": {\n            \"laboref\": 59466521\n          }\n        }\n      ],\n      \"order_fulfillment_timeline\": {\n        \"dp_pickup_slot\": {\n          \"start_time\": \"<string>\",\n          \"end_time\": \"<string>\"\n        },\n        \"dispatch_after_date\": \"<string>\",\n        \"dispatch_by_date\": \"<string>\",\n        \"confirm_by_date\": \"<string>\",\n        \"customer_pickup_slot\": {\n          \"start_time\": \"<string>\",\n          \"end_time\": \"<string>\"\n        },\n        \"pack_by_date\": \"<string>\"\n      },\n      \"external_location_id\": \"<string>\",\n      \"return_location_id\": \"<integer>\",\n      \"courier_partner_details\": {\n        \"scheme_id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"extension_id\": \"<string>\",\n        \"using_own_creds\": \"<boolean>\",\n        \"cp_sort_key\": \"<string>\",\n        \"cp_options\": [\n          {\n            \"extension_id\": \"<string>\",\n            \"scheme_id\": \"<string>\",\n            \"area_code\": {\n              \"source\": \"<string>\",\n              \"destination\": \"<string>\"\n            },\n            \"is_self_ship\": \"<boolean>\",\n            \"max_reattempts_for_delivery_allowed\": \"<integer>\",\n            \"cp_sort_key\": \"<string>\",\n            \"name\": \"<string>\",\n            \"rider_details\": {\n              \"name\": \"<string>\",\n              \"phone\": \"<string>\"\n            },\n            \"using_own_creds\": \"<boolean>\",\n            \"qc_supported\": \"<boolean>\"\n          },\n          {\n            \"extension_id\": \"<string>\",\n            \"scheme_id\": \"<string>\",\n            \"area_code\": {\n              \"source\": \"<string>\",\n              \"destination\": \"<string>\"\n            },\n            \"is_self_ship\": \"<boolean>\",\n            \"max_reattempts_for_delivery_allowed\": \"<integer>\",\n            \"cp_sort_key\": \"<string>\",\n            \"name\": \"<string>\",\n            \"rider_details\": {\n              \"name\": \"<string>\",\n              \"phone\": \"<string>\"\n            },\n            \"using_own_creds\": \"<boolean>\",\n            \"qc_supported\": \"<boolean>\"\n          }\n        ],\n        \"rider_details\": {\n          \"name\": \"<string>\",\n          \"phone\": \"<string>\"\n        },\n        \"qc_supported\": \"<boolean>\",\n        \"max_reattempts_for_delivery_allowed\": \"<integer>\",\n        \"tat_to_deliver_the_shipment\": {\n          \"min\": \"<integer>\",\n          \"max\": \"<integer>\"\n        },\n        \"is_self_ship\": \"<boolean>\"\n      },\n      \"tax_details\": {\n        \"hs_code\": \"<string>\",\n        \"tax_rule_id\": \"<string>\"\n      },\n      \"promise_details\": {\n        \"min_sla\": \"<integer>\",\n        \"max_sla\": \"<integer>\"\n      },\n      \"allow_processing_after\": \"<dateTime>\",\n      \"meta\": {\n        \"ex82_\": \"dolore\",\n        \"eu_116\": -7634681.371267542\n      }\n    },\n    {\n      \"location_id\": \"<integer>\",\n      \"is_mto\": \"<boolean>\",\n      \"shipment_lifecycle_messages\": [\n        {\n          \"message\": \"INFO\",\n          \"type\": \"<string>\",\n          \"states\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"priority\": \"<integer>\"\n        },\n        {\n          \"message\": \"INFO\",\n          \"type\": \"<string>\",\n          \"states\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"priority\": \"<integer>\"\n        }\n      ],\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"type\": \"<string>\",\n      \"fulfillment_option\": {\n        \"name\": \"Standard Delivery\",\n        \"slug\": \"standard-delivery\",\n        \"is_default\": true,\n        \"type\": \"HomeDelivery\"\n      },\n      \"external_shipment_id\": \"<string>\",\n      \"invoice_id\": \"<string>\",\n      \"line_items\": [\n        {\n          \"monetary_values\": {\n            \"amount_paid\": \"<number>\",\n            \"price_effective\": \"<number>\",\n            \"price_marked\": \"<number>\",\n            \"discount\": \"<number>\",\n            \"coupon_discount\": \"<number>\",\n            \"cod_charges\": \"<number>\",\n            \"promo_discount\": \"<number>\",\n            \"gift_price\": \"<number>\",\n            \"delivery_charges\": \"<number>\"\n          },\n          \"payment_methods\": [\n            {\n              \"gateway\": {\n                \"name\": \"<string>\",\n                \"logo\": \"<string>\"\n              },\n              \"mode_of_payment\": {\n                \"name\": \"<string>\",\n                \"slug\": \"<string>\",\n                \"sub_mode_of_payment\": {\n                  \"name\": \"<string>\"\n                }\n              },\n              \"amount_paid\": \"<integer>\",\n              \"payment_identifier\": \"<string>\",\n              \"transaction_party\": {\n                \"collection_bearer\": \"<string>\",\n                \"refund_bearer\": \"<string>\"\n              }\n            },\n            {\n              \"gateway\": {\n                \"name\": \"<string>\",\n                \"logo\": \"<string>\"\n              },\n              \"mode_of_payment\": {\n                \"name\": \"<string>\",\n                \"slug\": \"<string>\",\n                \"sub_mode_of_payment\": {\n                  \"name\": \"<string>\"\n                }\n              },\n              \"amount_paid\": \"<integer>\",\n              \"payment_identifier\": \"<string>\",\n              \"transaction_party\": {\n                \"collection_bearer\": \"<string>\",\n                \"refund_bearer\": \"<string>\"\n              }\n            }\n          ],\n          \"seller_identifier\": \"<string>\",\n          \"gift_details\": {\n            \"amount\": \"<number>\",\n            \"display_text\": \"<string>\"\n          },\n          \"special_instructions\": \"<string>\",\n          \"dimension\": {\n            \"height\": \"<integer>\",\n            \"length\": \"<integer>\",\n            \"is_default\": \"<boolean>\",\n            \"unit\": \"<string>\",\n            \"width\": \"<integer>\"\n          },\n          \"quantity\": \"<number>\",\n          \"external_line_id\": \"<string>\",\n          \"bundle_details\": {\n            \"is_base\": \"<boolean>\",\n            \"images\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"group_id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"item_type\": \"<string>\",\n            \"item_id\": \"<integer>\",\n            \"item_code\": \"<string>\",\n            \"item_name\": \"<string>\",\n            \"seller_identifier\": \"<string>\",\n            \"bundle_article_quantity\": \"<integer>\",\n            \"brand_name\": \"<string>\",\n            \"size\": \"<string>\"\n          },\n          \"meta\": {\n            \"sit_2f0\": true\n          }\n        },\n        {\n          \"monetary_values\": {\n            \"amount_paid\": \"<number>\",\n            \"price_effective\": \"<number>\",\n            \"price_marked\": \"<number>\",\n            \"discount\": \"<number>\",\n            \"coupon_discount\": \"<number>\",\n            \"cod_charges\": \"<number>\",\n            \"promo_discount\": \"<number>\",\n            \"gift_price\": \"<number>\",\n            \"delivery_charges\": \"<number>\"\n          },\n          \"payment_methods\": [\n            {\n              \"gateway\": {\n                \"name\": \"<string>\",\n                \"logo\": \"<string>\"\n              },\n              \"mode_of_payment\": {\n                \"name\": \"<string>\",\n                \"slug\": \"<string>\",\n                \"sub_mode_of_payment\": {\n                  \"name\": \"<string>\"\n                }\n              },\n              \"amount_paid\": \"<integer>\",\n              \"payment_identifier\": \"<string>\",\n              \"transaction_party\": {\n                \"collection_bearer\": \"<string>\",\n                \"refund_bearer\": \"<string>\"\n              }\n            },\n            {\n              \"gateway\": {\n                \"name\": \"<string>\",\n                \"logo\": \"<string>\"\n              },\n              \"mode_of_payment\": {\n                \"name\": \"<string>\",\n                \"slug\": \"<string>\",\n                \"sub_mode_of_payment\": {\n                  \"name\": \"<string>\"\n                }\n              },\n              \"amount_paid\": \"<integer>\",\n              \"payment_identifier\": \"<string>\",\n              \"transaction_party\": {\n                \"collection_bearer\": \"<string>\",\n                \"refund_bearer\": \"<string>\"\n              }\n            }\n          ],\n          \"seller_identifier\": \"<string>\",\n          \"gift_details\": {\n            \"amount\": \"<number>\",\n            \"display_text\": \"<string>\"\n          },\n          \"special_instructions\": \"<string>\",\n          \"dimension\": {\n            \"height\": \"<integer>\",\n            \"length\": \"<integer>\",\n            \"is_default\": \"<boolean>\",\n            \"unit\": \"<string>\",\n            \"width\": \"<integer>\"\n          },\n          \"quantity\": \"<number>\",\n          \"external_line_id\": \"<string>\",\n          \"bundle_details\": {\n            \"is_base\": \"<boolean>\",\n            \"images\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"group_id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"item_type\": \"<string>\",\n            \"item_id\": \"<integer>\",\n            \"item_code\": \"<string>\",\n            \"item_name\": \"<string>\",\n            \"seller_identifier\": \"<string>\",\n            \"bundle_article_quantity\": \"<integer>\",\n            \"brand_name\": \"<string>\",\n            \"size\": \"<string>\"\n          },\n          \"meta\": {\n            \"amet45\": false\n          }\n        }\n      ],\n      \"order_fulfillment_timeline\": {\n        \"dp_pickup_slot\": {\n          \"start_time\": \"<string>\",\n          \"end_time\": \"<string>\"\n        },\n        \"dispatch_after_date\": \"<string>\",\n        \"dispatch_by_date\": \"<string>\",\n        \"confirm_by_date\": \"<string>\",\n        \"customer_pickup_slot\": {\n          \"start_time\": \"<string>\",\n          \"end_time\": \"<string>\"\n        },\n        \"pack_by_date\": \"<string>\"\n      },\n      \"external_location_id\": \"<string>\",\n      \"return_location_id\": \"<integer>\",\n      \"courier_partner_details\": {\n        \"scheme_id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"extension_id\": \"<string>\",\n        \"using_own_creds\": \"<boolean>\",\n        \"cp_sort_key\": \"<string>\",\n        \"cp_options\": [\n          {\n            \"extension_id\": \"<string>\",\n            \"scheme_id\": \"<string>\",\n            \"area_code\": {\n              \"source\": \"<string>\",\n              \"destination\": \"<string>\"\n            },\n            \"is_self_ship\": \"<boolean>\",\n            \"max_reattempts_for_delivery_allowed\": \"<integer>\",\n            \"cp_sort_key\": \"<string>\",\n            \"name\": \"<string>\",\n            \"rider_details\": {\n              \"name\": \"<string>\",\n              \"phone\": \"<string>\"\n            },\n            \"using_own_creds\": \"<boolean>\",\n            \"qc_supported\": \"<boolean>\"\n          },\n          {\n            \"extension_id\": \"<string>\",\n            \"scheme_id\": \"<string>\",\n            \"area_code\": {\n              \"source\": \"<string>\",\n              \"destination\": \"<string>\"\n            },\n            \"is_self_ship\": \"<boolean>\",\n            \"max_reattempts_for_delivery_allowed\": \"<integer>\",\n            \"cp_sort_key\": \"<string>\",\n            \"name\": \"<string>\",\n            \"rider_details\": {\n              \"name\": \"<string>\",\n              \"phone\": \"<string>\"\n            },\n            \"using_own_creds\": \"<boolean>\",\n            \"qc_supported\": \"<boolean>\"\n          }\n        ],\n        \"rider_details\": {\n          \"name\": \"<string>\",\n          \"phone\": \"<string>\"\n        },\n        \"qc_supported\": \"<boolean>\",\n        \"max_reattempts_for_delivery_allowed\": \"<integer>\",\n        \"tat_to_deliver_the_shipment\": {\n          \"min\": \"<integer>\",\n          \"max\": \"<integer>\"\n        },\n        \"is_self_ship\": \"<boolean>\"\n      },\n      \"tax_details\": {\n        \"hs_code\": \"<string>\",\n        \"tax_rule_id\": \"<string>\"\n      },\n      \"promise_details\": {\n        \"min_sla\": \"<integer>\",\n        \"max_sla\": \"<integer>\"\n      },\n      \"allow_processing_after\": \"<dateTime>\",\n      \"meta\": {\n        \"non_cfd\": \"in est deserunt dolor\"\n      }\n    }\n  ],\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"external_creation_date\": \"<dateTime>\",\n  \"coupon_details\": {\n    \"code\": \"<string>\",\n    \"ownership\": {\n      \"payable_category\": \"<string>\"\n    },\n    \"id\": \"<string>\",\n    \"is_return_allowed\": true,\n    \"is_cancellation_allowed\": true\n  },\n  \"cp_configuration\": {\n    \"shipping_by\": \"<string>\"\n  },\n  \"ordering_location_id\": \"<integer>\",\n  \"allow_location_reassignment\": true,\n  \"external_order_id\": \"<string>\",\n  \"user_details\": {\n    \"gstin\": \"<string>\",\n    \"pan_no\": \"<string>\"\n  },\n  \"order_lifecycle_messages\": [\n    {\n      \"message\": \"INFO\",\n      \"type\": \"<string>\",\n      \"states\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"priority\": \"<integer>\"\n    },\n    {\n      \"message\": \"INFO\",\n      \"type\": \"<string>\",\n      \"states\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"priority\": \"<integer>\"\n    }\n  ],\n  \"channel_application_id\": \"<string>\",\n  \"b2b_gstin_number\": \"<string>\",\n  \"channel_company_id\": \"<string>\",\n  \"is_draft\": \"<boolean>\",\n  \"is_offline_order\": \"<boolean>\",\n  \"meta\": {\n    \"anim_4cc\": \"amet deserunt\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "2afe15c9-7b6a-4c54-8dee-65a95aec61e6",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "orders"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "(Required) To uniquely identify the source through which order has been placed.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": "The Application ID is a unique identifier assigned to a storefront that typically follows a 24-character hexadecimal string. Either `x-application-id` or `x-extension-id` header is mandatory. At least one of them must be provided.",
                      "key": "x-application-id",
                      "value": "66fe99245f70599b2d63d312"
                    },
                    {
                      "disabled": false,
                      "description": "The Extension ID is a unique identifier assigned to an extension that typically follows a 24-character hexadecimal string. Either `x-application-id` or `x-extension-id` header is mandatory. At least one of them must be provided.",
                      "key": "x-extension-id",
                      "value": "66fe99245f70599b2d63d312"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"shipments\": [\n    {\n      \"type\": \"HomeDelivery\",\n      \"line_items\": [\n        {\n          \"seller_identifier\": \"25MAR2023TESTING\",\n          \"monetary_values\": {\n            \"amount_paid\": 2,\n            \"price_effective\": 2,\n            \"price_marked\": 2\n          },\n          \"quantity\": 1,\n          \"payment_methods\": [\n            {\n              \"gateway\": {\n                \"name\": \"Zomato\",\n                \"logo\": \"http://localhost:81/v1.0/company/33708/orders\"\n              },\n              \"mode_of_payment\": {\n                \"slug\": \"name\",\n                \"name\": \"Prepaid\"\n              },\n              \"payment_identifier\": \"553224562\",\n              \"amount_paid\": 2,\n              \"transaction_party\": {\n                \"refund_bearer\": \"Fynd\",\n                \"collection_bearer\": \"Fynd\"\n              }\n            }\n          ]\n        }\n      ],\n      \"location_id\": 17\n    }\n  ],\n  \"currency_details\": {\n    \"ordering_currency\": {\n      \"currency_code\": \"INR\",\n      \"currency_symbol\": \"₹\"\n    },\n    \"conversion_rate\": {\n      \"rate\": 1,\n      \"timestamp_ms\": 1112057\n    }\n  },\n  \"billing_details\": {\n    \"first_name\": \"Shubham\",\n    \"country\": \"India\",\n    \"city\": \"Maharashtra\",\n    \"pincode\": \"400001\",\n    \"last_name\": \"\",\n    \"mobile_number\": \"1111111111\",\n    \"email\": \"1111111111@example.com\",\n    \"state\": \"Maharashtra\",\n    \"alternate_mobile_number\": \"\",\n    \"address\": \"\",\n    \"middle_name\": \"\",\n    \"title\": \"\",\n    \"house_no\": \"\",\n    \"geo_location\": {\n      \"latitude\": -11.7932,\n      \"longitude\": -35.3855\n    },\n    \"gender\": \"male\",\n    \"landmark\": \"\",\n    \"address_type\": \"Home\",\n    \"state_code\": \"\",\n    \"floor_no\": \"\",\n    \"alternate_email\": \"Raymond.Feest52@hotmail.com\",\n    \"address1\": \"Delhi NCR\",\n    \"address2\": \"\",\n    \"country_iso_code\": \"IN\"\n  },\n  \"cp_configuration\": {\n    \"shipping_by\": \"Fynd\"\n  },\n  \"channel_location_id\": 161149,\n  \"order_platform\": \"sint\",\n  \"allow_location_reassignment\": true,\n  \"shipping_details\": {\n    \"first_name\": \"Shubham\",\n    \"country\": \"India\",\n    \"city\": \"North Nyasia\",\n    \"pincode\": \"400001\",\n    \"last_name\": \"\",\n    \"mobile_number\": \"1111111111\",\n    \"email\": \"1111111111@example.com\",\n    \"state\": \"Maharashtra\",\n    \"alternate_mobile_number\": \"\",\n    \"address\": \"\",\n    \"area_code_slug\": \"\",\n    \"middle name\": \"\",\n    \"title\": \"\",\n    \"house_no\": \"\",\n    \"geo_location\": {\n      \"latitude\": -11.7932,\n      \"longitude\": -35.3855\n    },\n    \"gender\": \"male\",\n    \"landmark\": \"\",\n    \"address_type\": \"Office\",\n    \"state_code\": \"\",\n    \"floor_no\": \"\",\n    \"country_phone_code\": \"\",\n    \"alternate_email\": \"Raymond.Feest52@hotmail.com\",\n    \"address1\": \"Delhi NCR\",\n    \"address2\": \"\",\n    \"country_iso_code\": \"IN\"\n  },\n  \"user_details\": {\n    \"user_oid\": null\n  },\n  \"primary_payment_mode\": \"Paytm\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"fynd_order_id\": \"FY686CC7201365E43D1B\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "3d97ecea-fe2f-4cbb-8432-304e437f6207",
            "name": "listOrderingSources | List ordering sources for a given company and application.",
            "request": {
              "name": "listOrderingSources | List ordering sources for a given company and application.",
              "description": {
                "content": "Retrieves the list of ordering sources for a given company and application.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "ordering-sources"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "type",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<integer>"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "2339fe80-d610-47a0-9bd6-78f2ca23a8f6",
                "name": "The request was successful, and the response contains the ordering source config.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "ordering-sources"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "type",
                        "value": "SALES_CHANNEL"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "100"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"text\": \"bigcommerce\",\n      \"value\": \"BIG COMMERCE\"\n    }\n  ],\n  \"page\": [\n    {\n      \"size\": 100,\n      \"current\": 1,\n      \"total\": 18,\n      \"has_next\": false,\n      \"has_previous\": false\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "9d017654-3946-4383-bd3b-c84cd9582366",
            "name": "createAccount | Create channel account",
            "request": {
              "name": "createAccount | Create channel account",
              "description": {
                "content": "Creates a new channel account for the company. Channel accounts represent  different sales channels or marketplace integrations (e.g., Shopify, custom  marketplaces) through which the company receives and processes orders. Each  account is identified by a unique name and can be used to segregate orders  from different sources.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "account"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"channel_account_name\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "63979da4-179e-4fe2-b34b-be6e04d74ff9",
                "name": "Account created successfully",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "account"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"channel_account_name\": \"Flipkart\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"Account created successfully\",\n  \"data\": {\n    \"_id\": \"68ea59dca318b77608f995eb\",\n    \"company_id\": 33708,\n    \"channel_account_name\": \"Flipkart\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "289efef3-d4e0-42e8-8270-c5f32c9b40ee",
            "name": "listAccounts | Get channel accounts list",
            "request": {
              "name": "listAccounts | Get channel accounts list",
              "description": {
                "content": "Retrieves a paginated list of all channel accounts configured for the company.  Channel accounts represent different sales channels or marketplace integrations  from which orders are received. This endpoint returns account details including  the account ID, company ID, and channel account name for each configured channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "account"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page",
                    "value": "1",
                    "description": "The page number to retrieve in the paginated results. Default is page 1."
                  },
                  {
                    "disabled": false,
                    "key": "size",
                    "value": "20",
                    "description": "Number of channel accounts to return per page. Default is 20 items per page."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "8bf3ad58-70e1-490c-9a53-262a7ce22e67",
                "name": "Successfully retrieved list of accounts",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "account"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page",
                        "value": "1"
                      },
                      {
                        "key": "size",
                        "value": "20"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"data\": [\n    {\n      \"_id\": \"68e7a15429f2a988886094d3\",\n      \"channel_account_name\": \"Flipkart\",\n      \"company_id\": 33708\n    },\n    {\n      \"_id\": \"68e8ee441db656b01dea0584\",\n      \"channel_account_name\": \"Myntra\",\n      \"company_id\": 33708\n    },\n    {\n      \"_id\": \"68ea3c430f0b6ad2bf3b861a\",\n      \"company_id\": 33708,\n      \"channel_account_name\": \"Shopify\"\n    },\n    {\n      \"_id\": \"68ea459280e1e2fb0a6f2166\",\n      \"channel_account_name\": \"SHOPIFY\",\n      \"company_id\": 33708\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"size\": 20,\n    \"item_total\": 11,\n    \"has_next\": false,\n    \"has_previous\": false\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "6b6aebc9-4b30-4ad2-81e1-0a1f676400fe",
            "name": "getAccountById | Get channel account details",
            "request": {
              "name": "getAccountById | Get channel account details",
              "description": {
                "content": "Retrieves detailed information about a specific channel account using its unique  identifier. This endpoint returns the complete account details including the  account ID, associated company ID, and the channel account name. Use this to  fetch information about a particular sales channel or marketplace integration.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "account",
                  ":channel_account_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "channel_account_id",
                    "description": "(Required) Unique identifier of the channel account to retrieve."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "67594cf6-7299-4cdb-b163-f1c34147468f",
                "name": "Successfully retrieved account details",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "account",
                      ":channel_account_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "channel_account_id",
                        "description": "(Required) Unique identifier of the channel account to retrieve."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"data\": {\n    \"_id\": \"68ea59dca318b77608f995eb\",\n    \"company_id\": 33708,\n    \"channel_account_name\": \"Flipkart\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "86a9ab27-ef1b-4fbe-9f3c-f3561fc30e11",
            "name": "updateAccount | Update account",
            "request": {
              "name": "updateAccount | Update account",
              "description": {
                "content": "Updates the details of a specific channel account.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "account",
                  ":channel_account_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "channel_account_id",
                    "description": "(Required) Unique identifier of the account."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"channel_account_name\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "ee161ab3-726f-4b6a-b865-312d3ad60421",
                "name": "Account updated successfully",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "account",
                      ":channel_account_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "channel_account_id",
                        "description": "(Required) Unique identifier of the account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"channel_account_name\": \"Flipkart\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"Account updated successfully\",\n  \"data\": {\n    \"_id\": \"68e7a15429f2a988886094d3\",\n    \"channel_account_name\": \"Myntra\",\n    \"company_id\": 33708\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "76b4ed87-7207-4db3-9409-753e5cdc2a74",
            "name": "getShipmentPackages | Get shipment packages",
            "request": {
              "name": "getShipmentPackages | Get shipment packages",
              "description": {
                "content": "Retrieve all packages associated with a specific shipment. This endpoint supports  both single-piece and multi-piece shipments.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "shipment",
                  ":shipment_id",
                  "packages"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "shipment_id",
                    "description": "(Required) Unique identifier for the shipment whose packages are being retrieved."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "9ea21490-ca25-485b-bac8-40a3a905d00d",
                "name": "Packages retrieved successfully.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "shipment",
                      ":shipment_id",
                      "packages"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "shipment_id",
                        "description": "(Required) Unique identifier for the shipment whose packages are being retrieved."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"data\": {\n    \"packages\": [\n      {\n        \"id\": \"PK0000000078\",\n        \"packaging_id\": \"6733286311a57c1546561690\",\n        \"name\": \"Package 1\",\n        \"size\": \"Medium\",\n        \"package_type\": \"Box\",\n        \"length\": 25,\n        \"width\": 15,\n        \"height\": 10,\n        \"weight\": 2.5,\n        \"error_rate\": 0.02,\n        \"package_vol_weight\": 3.75,\n        \"max_weight\": 5,\n        \"awb\": \"AWBPK0000000078\",\n        \"pdf_links\": {\n          \"label_a4\": \"https://storage.googleapis.com/monorepo-sandbox-private-assets/mps/documents/label_a4/PDFs/17512794597831303808_label_a4.pdf\",\n          \"label_a6\": \"https://storage.googleapis.com/monorepo-sandbox-private-assets/mps/documents/label_a6/PDFs/17512794597831303808_label_a6.pdf\",\n          \"label_pos\": \"https://storage.googleapis.com/monorepo-sandbox-private-assets/mps/documents/label_pos/PDFs/17512794597831303808_label_pos.pdf\"\n        },\n        \"products\": [\n          {\n            \"line_number\": 1,\n            \"quantity\": 4,\n            \"identifier\": \"WEFSADXEWSA\"\n          }\n        ]\n      }\n    ]\n  },\n  \"message\": \"Packages retrieved successfully.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "dfa61aec-e439-4661-b49e-22fa66d385d2",
                "name": "Bad request due to invalid parameters or shipment not found.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "shipment",
                      ":shipment_id",
                      "packages"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "shipment_id",
                        "description": "(Required) Unique identifier for the shipment whose packages are being retrieved."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"error\": \"Shipment ID is required.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "436f80b2-c1fb-4407-992d-f7428507dbdc",
            "name": "createShipmentPackages | Create shipment packages",
            "request": {
              "name": "createShipmentPackages | Create shipment packages",
              "description": {
                "content": "Create new packages for a shipment, enabling Multi-Piece Shipment (MPS) functionality. This operation validates courier partner availability and performs bag breaking  as per number of packages. The system automatically validates MPS eligibility and store  configuration before creating packages. If the store is not eligible for MPS, it will not let the user create packages.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "shipment",
                  ":shipment_id",
                  "packages"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "shipment_id",
                    "description": "(Required) Unique identifier of the shipment."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"packages\": [\n    {\n      \"id\": \"<string>\",\n      \"packaging_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"size\": \"<string>\",\n      \"package_type\": \"<string>\",\n      \"length\": \"<float>\",\n      \"width\": \"<float>\",\n      \"height\": \"<float>\",\n      \"weight\": \"<float>\",\n      \"error_rate\": \"<float>\",\n      \"package_vol_weight\": \"<float>\",\n      \"max_weight\": \"<float>\",\n      \"awb\": \"<string>\",\n      \"pdf_links\": {},\n      \"products\": [\n        {\n          \"line_number\": \"<integer>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\"\n        },\n        {\n          \"line_number\": \"<integer>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"id\": \"<string>\",\n      \"packaging_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"size\": \"<string>\",\n      \"package_type\": \"<string>\",\n      \"length\": \"<float>\",\n      \"width\": \"<float>\",\n      \"height\": \"<float>\",\n      \"weight\": \"<float>\",\n      \"error_rate\": \"<float>\",\n      \"package_vol_weight\": \"<float>\",\n      \"max_weight\": \"<float>\",\n      \"awb\": \"<string>\",\n      \"pdf_links\": {},\n      \"products\": [\n        {\n          \"line_number\": \"<integer>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\"\n        },\n        {\n          \"line_number\": \"<integer>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\"\n        }\n      ]\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "41db9e56-684e-407e-99f1-20875d0714d8",
                "name": "Packages created successfully.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "shipment",
                      ":shipment_id",
                      "packages"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "shipment_id",
                        "description": "(Required) Unique identifier of the shipment."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"packages\": [\n    {\n      \"name\": \"Package 1\",\n      \"package_type\": \"Box\",\n      \"length\": 25,\n      \"width\": 15,\n      \"height\": 10,\n      \"weight\": 2.5,\n      \"pdf_links\": {\n        \"label_a4\": \"https://storage.googleapis.com/monorepo-sandbox-private-assets/mps/documents/label_a4/PDFs/17512794597831303808_label_a4.pdf\",\n        \"label_a6\": \"https://storage.googleapis.com/monorepo-sandbox-private-assets/mps/documents/label_a6/PDFs/17512794597831303808_label_a6.pdf\"\n      },\n      \"products\": [\n        {\n          \"line_number\": 1,\n          \"quantity\": 3,\n          \"identifier\": \"PROD001\"\n        }\n      ]\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Created",
                "code": 201,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"Packages created successfully.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "92045134-965e-493d-8350-4d1d575ff98f",
                "name": "Bad request due to validation errors or business rule violations.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "shipment",
                      ":shipment_id",
                      "packages"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "shipment_id",
                        "description": "(Required) Unique identifier of the shipment."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"packages\": [\n    {\n      \"name\": \"Package 1\",\n      \"package_type\": \"Box\",\n      \"length\": 25,\n      \"width\": 15,\n      \"height\": 10,\n      \"weight\": 2.5,\n      \"pdf_links\": {\n        \"label_a4\": \"https://storage.googleapis.com/monorepo-sandbox-private-assets/mps/documents/label_a4/PDFs/17512794597831303808_label_a4.pdf\",\n        \"label_a6\": \"https://storage.googleapis.com/monorepo-sandbox-private-assets/mps/documents/label_a6/PDFs/17512794597831303808_label_a6.pdf\"\n      },\n      \"products\": [\n        {\n          \"line_number\": 1,\n          \"quantity\": 3,\n          \"identifier\": \"PROD001\"\n        }\n      ]\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"error\": \"Invalid payload: packages field is required\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "0aa78f4d-c242-4257-9897-54f758fdcd5d",
            "name": "updateShipmentPackages | Update shipment packages",
            "request": {
              "name": "updateShipmentPackages | Update shipment packages",
              "description": {
                "content": "Update existing packages for a shipment. This operation replaces all existing  packages with the provided package list. The system validates courier partner  availability and performs bag breaking as per number of packages. Any packages  without IDs will have new unique IDs generated.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "shipment",
                  ":shipment_id",
                  "packages"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "shipment_id",
                    "description": "(Required) Unique identifier for the shipment whose packages will be updated."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"packages\": [\n    {\n      \"id\": \"<string>\",\n      \"packaging_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"size\": \"<string>\",\n      \"package_type\": \"<string>\",\n      \"length\": \"<float>\",\n      \"width\": \"<float>\",\n      \"height\": \"<float>\",\n      \"weight\": \"<float>\",\n      \"error_rate\": \"<float>\",\n      \"package_vol_weight\": \"<float>\",\n      \"max_weight\": \"<float>\",\n      \"awb\": \"<string>\",\n      \"pdf_links\": {},\n      \"products\": [\n        {\n          \"line_number\": \"<integer>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\"\n        },\n        {\n          \"line_number\": \"<integer>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"id\": \"<string>\",\n      \"packaging_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"size\": \"<string>\",\n      \"package_type\": \"<string>\",\n      \"length\": \"<float>\",\n      \"width\": \"<float>\",\n      \"height\": \"<float>\",\n      \"weight\": \"<float>\",\n      \"error_rate\": \"<float>\",\n      \"package_vol_weight\": \"<float>\",\n      \"max_weight\": \"<float>\",\n      \"awb\": \"<string>\",\n      \"pdf_links\": {},\n      \"products\": [\n        {\n          \"line_number\": \"<integer>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\"\n        },\n        {\n          \"line_number\": \"<integer>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\"\n        }\n      ]\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "889fe108-14d2-4da9-b857-c17fc7f54a20",
                "name": "Packages updated successfully.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "shipment",
                      ":shipment_id",
                      "packages"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "shipment_id",
                        "description": "(Required) Unique identifier for the shipment whose packages will be updated."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"packages\": [\n    {\n      \"id\": \"PK0000000001\",\n      \"name\": \"Updated Package 1\",\n      \"package_type\": \"Box\",\n      \"length\": 30,\n      \"width\": 20,\n      \"height\": 15,\n      \"weight\": 3,\n      \"products\": [\n        {\n          \"line_number\": 1,\n          \"quantity\": 2,\n          \"identifier\": \"PROD001\"\n        },\n        {\n          \"line_number\": 2,\n          \"quantity\": 1,\n          \"identifier\": \"PROD002\"\n        }\n      ]\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"Packages updated successfully.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "a6766f41-fbf0-4729-9701-729d822a1644",
                "name": "Bad request due to validation errors or business rule violations.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "shipment",
                      ":shipment_id",
                      "packages"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "shipment_id",
                        "description": "(Required) Unique identifier for the shipment whose packages will be updated."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"packages\": [\n    {\n      \"id\": \"PK0000000001\",\n      \"name\": \"Updated Package 1\",\n      \"package_type\": \"Box\",\n      \"length\": 30,\n      \"width\": 20,\n      \"height\": 15,\n      \"weight\": 3,\n      \"products\": [\n        {\n          \"line_number\": 1,\n          \"quantity\": 2,\n          \"identifier\": \"PROD001\"\n        },\n        {\n          \"line_number\": 2,\n          \"quantity\": 1,\n          \"identifier\": \"PROD002\"\n        }\n      ]\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"error\": \"Invalid payload: length must be a positive number\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "51f22356-b191-4145-8311-84432f34b25c",
            "name": "getShipmentBagReasons | Retrieve Reasons for Cancellation and Return journey",
            "request": {
              "name": "getShipmentBagReasons | Retrieve Reasons for Cancellation and Return journey",
              "description": {
                "content": "Allows users to retrieve a comprehensive list of reasons for cancellation  or returning a shipment. It provides both cancellation and return reasons, with an emphasis  on Quality Control (QC) evaluations.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "orders",
                  "shipments",
                  ":shipment_id",
                  "line_number",
                  ":line_number",
                  "reasons"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "shipment_id",
                    "description": "(Required) The unique identifier for the shipment"
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<integer>",
                    "key": "line_number",
                    "description": "(Required) A unique identifier of the bag's line number."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "10f957ce-6553-4516-9147-3588e680eee5",
                "name": "A successful response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "orders",
                      "shipments",
                      ":shipment_id",
                      "line_number",
                      ":line_number",
                      "reasons"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A unique identifier for the application on the platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "shipment_id",
                        "description": "(Required) The unique identifier for the shipment"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "line_number",
                        "description": "(Required) A unique identifier of the bag's line number."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"rule_id\": 23,\n  \"reasons\": [\n    {\n      \"id\": 87,\n      \"display_name\": \"Others\",\n      \"meta\": {\n        \"show_text_area\": true\n      },\n      \"qc_type\": [],\n      \"question_set\": [],\n      \"reasons\": []\n    },\n    {\n      \"id\": 84,\n      \"display_name\": \"Changed my mind\",\n      \"meta\": {\n        \"show_text_area\": false\n      },\n      \"qc_type\": [\n        \"pre_qc\",\n        \"doorstep_qc\"\n      ],\n      \"question_set\": [\n        {\n          \"id\": 1,\n          \"display_name\": \"Check formal-shirt size.\"\n        }\n      ],\n      \"reasons\": [\n        {\n          \"id\": 86,\n          \"display_name\": \"Found better price elsewhere\",\n          \"meta\": {\n            \"show_text_area\": false\n          },\n          \"qc_type\": [],\n          \"question_set\": [],\n          \"reasons\": []\n        },\n        {\n          \"id\": 162,\n          \"display_name\": \"Myntra VFS\",\n          \"meta\": {\n            \"show_text_area\": false\n          },\n          \"qc_type\": [],\n          \"question_set\": [],\n          \"reasons\": [\n            {\n              \"id\": 85,\n              \"display_name\": \"Delivery address is wrong\",\n              \"meta\": {\n                \"show_text_area\": false\n              },\n              \"qc_type\": [],\n              \"question_set\": [],\n              \"reasons\": []\n            },\n            {\n              \"id\": 163,\n              \"display_name\": \"Myntra VFS\",\n              \"meta\": {\n                \"show_text_area\": false\n              },\n              \"qc_type\": [],\n              \"question_set\": [],\n              \"reasons\": []\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "2b14d8c8-ef37-4d08-91e3-578b7398fe8c",
            "name": "getShipments | List shipments",
            "request": {
              "name": "getShipments | List shipments",
              "description": {
                "content": "Get a list of shipments based on the filters provided",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "shipments-listing"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "lane",
                    "value": "<string>",
                    "description": "Name of lane for which data is to be fetched"
                  },
                  {
                    "disabled": false,
                    "key": "bag_status",
                    "value": "<string>",
                    "description": "Comma separated values of bag statuses."
                  },
                  {
                    "disabled": false,
                    "key": "status_assigned",
                    "value": "<string>",
                    "description": "Used to filter shipments based on status present in shipment_status_history. For more information on these statuses, refer to the Fynd Partners documentation."
                  },
                  {
                    "disabled": false,
                    "key": "status_override_lane",
                    "value": "false",
                    "description": "Use this flag to fetch by bag_status and override lane."
                  },
                  {
                    "disabled": false,
                    "key": "time_to_dispatch",
                    "value": "<integer>",
                    "description": "Indicates the time to dispatch."
                  },
                  {
                    "disabled": false,
                    "key": "search_type",
                    "value": "<string>",
                    "description": "Specifies the key used to determine the type of search being performed."
                  },
                  {
                    "disabled": false,
                    "key": "search_value",
                    "value": "<string>",
                    "description": "The value corresponding to the search type, such as a specific shipment ID or order ID."
                  },
                  {
                    "disabled": false,
                    "key": "from_date",
                    "value": "<date>",
                    "description": "Start Date in DD-MM-YYYY format"
                  },
                  {
                    "disabled": false,
                    "key": "to_date",
                    "value": "<date>",
                    "description": "End Date in DD-MM-YYYY format"
                  },
                  {
                    "disabled": false,
                    "key": "start_date",
                    "value": "<dateTime>",
                    "description": "The UTC start date in ISO format (YYYY-MM-DDTHH:MM:SSZ) for filtering results."
                  },
                  {
                    "disabled": false,
                    "key": "end_date",
                    "value": "<dateTime>",
                    "description": "The UTC end date in ISO format (YYYY-MM-DDTHH:MM:SSZ) for filtering results."
                  },
                  {
                    "disabled": false,
                    "key": "status_assigned_start_date",
                    "value": "<dateTime>",
                    "description": "Specifies the starting UTC date and time (in ISO format, YYYY-MM-DDTHH:MM:SSZ) to define the lower boundary for filtering shipments based on the `created_at` timestamp of statuses in the shipment's status history. It allows filtering statuses that were created within a  specific time range."
                  },
                  {
                    "disabled": false,
                    "key": "status_assigned_end_date",
                    "value": "<dateTime>",
                    "description": "Specifies the ending UTC date and time (in ISO format, YYYY-MM-DDTHH:MM:SSZ) to define the  upper boundary for filtering shipments based on the `created_at` timestamp of statuses  in the shipment's status history."
                  },
                  {
                    "disabled": false,
                    "key": "dp_ids",
                    "value": "<string>",
                    "description": "A comma-separated list of delivery partner IDs to filter results by specific delivery partners."
                  },
                  {
                    "disabled": false,
                    "key": "stores",
                    "value": "<string>",
                    "description": "A comma-separated list of store IDs used to filter results to only those related to specific stores."
                  },
                  {
                    "disabled": false,
                    "key": "sales_channels",
                    "value": "<string>",
                    "description": "A comma-separated list of sales channel IDs to filter results based on the sales channels involved."
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "Specifies the page number for paginated results."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10",
                    "description": "Determines the number of results returned per page."
                  },
                  {
                    "disabled": false,
                    "key": "fetch_active_shipment",
                    "value": "true",
                    "description": "A boolean flag that indicates whether to include only active shipments in the results."
                  },
                  {
                    "disabled": false,
                    "key": "allow_inactive",
                    "value": "false",
                    "description": "A flag indicating whether to allow the inclusion of inactive shipments in the results."
                  },
                  {
                    "disabled": false,
                    "key": "exclude_locked_shipments",
                    "value": "true",
                    "description": "A flag to specify whether to exclude shipments that are locked from the results."
                  },
                  {
                    "disabled": false,
                    "key": "payment_methods",
                    "value": "<string>",
                    "description": "A comma-separated list of payment methods."
                  },
                  {
                    "disabled": false,
                    "key": "channel_shipment_id",
                    "value": "<string>",
                    "description": "The shipment ID used in the application, which can be used to reference specific shipments."
                  },
                  {
                    "disabled": false,
                    "key": "channel_order_id",
                    "value": "<string>",
                    "description": "The order ID used in the application."
                  },
                  {
                    "disabled": false,
                    "key": "custom_meta",
                    "value": "<string>",
                    "description": "Custom metadata associated with the query, allowing for additional filtering or information to be passed."
                  },
                  {
                    "disabled": false,
                    "key": "ordering_channel",
                    "value": "<string>",
                    "description": "The channel through which the order was placed."
                  },
                  {
                    "disabled": false,
                    "key": "company_affiliate_tag",
                    "value": "<string>",
                    "description": "A tag used to identify the company's affiliation for filtering or reporting purposes."
                  },
                  {
                    "disabled": false,
                    "key": "my_orders",
                    "value": "<boolean>",
                    "description": "A boolean flag indicating whether the query should return only the user's orders."
                  },
                  {
                    "disabled": false,
                    "key": "platform_user_id",
                    "value": "<string>",
                    "description": "The unique identifier of the user on the platform, useful for filtering orders related to a specific user."
                  },
                  {
                    "disabled": false,
                    "key": "sort_type",
                    "value": "sla_asc",
                    "description": "Determines the sorting order of the results based on specific criteria."
                  },
                  {
                    "disabled": false,
                    "key": "show_cross_company_data",
                    "value": "false",
                    "description": "A flag indicating whether to include data from both cross-company and non-cross-company orders in the results."
                  },
                  {
                    "disabled": false,
                    "key": "tags",
                    "value": "<string>",
                    "description": "A comma-separated list of tags associated with the orders to filter results based on specific characteristics."
                  },
                  {
                    "disabled": false,
                    "key": "customer_id",
                    "value": "<string>",
                    "description": "The unique identifier for the customer associated with the query, useful for filtering results to a specific customer."
                  },
                  {
                    "disabled": false,
                    "key": "order_type",
                    "value": "<string>",
                    "description": "The type of order being queried."
                  },
                  {
                    "disabled": false,
                    "key": "group_entity",
                    "value": "<string>",
                    "description": "Defines the grouping criterion for retrieving shipments or orders. It specifies whether the results should be organized based on shipment groups or order groups.  For example, using 'shipments' groups results by shipment, while an invalid value like 'abcd' may not be recognized, leading to errors or default behavior."
                  },
                  {
                    "disabled": false,
                    "key": "enforce_date_filter",
                    "value": "false",
                    "description": "Applies a date filter for listing shipments. This is useful when fetching data  for a specific date range while performing searches."
                  },
                  {
                    "disabled": false,
                    "key": "fulfillment_type",
                    "value": "<string>",
                    "description": "Define the Fulfillment Type for Listing Orders, This is use when we want to get list of shipments or orders by cross store or cross company or fulfilling Store (by default), this is also depends on the login user accessType and store access"
                  },
                  {
                    "disabled": false,
                    "key": "ordering_source",
                    "value": "<string>",
                    "description": "Filter orders by ordering source. Accepts comma-separated values for multiple sources."
                  },
                  {
                    "disabled": false,
                    "key": "channel_account_id",
                    "value": "<string>",
                    "description": "Comma-separated channel account IDs to filter orders by specific channel accounts."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "b9f7c853-44ed-42ed-9f0e-f2bfa0338d31",
                "name": "We are processing the report!",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order",
                      "v1.0",
                      "company",
                      ":company_id",
                      "shipments-listing"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "lane",
                        "value": "new"
                      },
                      {
                        "key": "bag_status",
                        "value": "placed, bag_confirmed, bag_invoiced"
                      },
                      {
                        "key": "status_assigned",
                        "value": "return_initiated"
                      },
                      {
                        "key": "status_override_lane",
                        "value": "false"
                      },
                      {
                        "key": "time_to_dispatch",
                        "value": "1"
                      },
                      {
                        "key": "search_type",
                        "value": "shipment_id"
                      },
                      {
                        "key": "search_value",
                        "value": "16578901076461551493K"
                      },
                      {
                        "key": "from_date",
                        "value": "2023-05-10"
                      },
                      {
                        "key": "to_date",
                        "value": "2023-05-10"
                      },
                      {
                        "key": "start_date",
                        "value": "2023-08-21T09:48:40.000Z"
                      },
                      {
                        "key": "end_date",
                        "value": "2023-08-21T09:48:40.000Z"
                      },
                      {
                        "key": "status_assigned_start_date",
                        "value": "2024-10-07T18:30:00.000Z"
                      },
                      {
                        "key": "status_assigned_end_date",
                        "value": "2024-11-07T18:29:59.999Z"
                      },
                      {
                        "key": "dp_ids",
                        "value": "19,26"
                      },
                      {
                        "key": "stores",
                        "value": "19,26"
                      },
                      {
                        "key": "sales_channels",
                        "value": "000000000000000000000001,614b42d1ea943427b5f46d1e"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "fetch_active_shipment",
                        "value": "false"
                      },
                      {
                        "key": "allow_inactive",
                        "value": "false"
                      },
                      {
                        "key": "exclude_locked_shipments",
                        "value": "true"
                      },
                      {
                        "key": "payment_methods",
                        "value": "COD,PREPAID"
                      },
                      {
                        "key": "channel_shipment_id",
                        "value": "16731535496121004000"
                      },
                      {
                        "key": "channel_order_id",
                        "value": "FY63BA4C0D0125F8A075"
                      },
                      {
                        "key": "custom_meta",
                        "value": "custom meta"
                      },
                      {
                        "key": "ordering_channel",
                        "value": "ECOMM"
                      },
                      {
                        "key": "company_affiliate_tag",
                        "value": "company tag"
                      },
                      {
                        "key": "my_orders",
                        "value": "false"
                      },
                      {
                        "key": "platform_user_id",
                        "value": "AKFBAD9C3DEC9EB773"
                      },
                      {
                        "key": "sort_type",
                        "value": "sla_asc"
                      },
                      {
                        "key": "show_cross_company_data",
                        "value": "false"
                      },
                      {
                        "key": "tags",
                        "value": "gifting,international"
                      },
                      {
                        "key": "customer_id",
                        "value": "63a2ce177e9f59d3166dd700"
                      },
                      {
                        "key": "order_type",
                        "value": "HomeDelivery"
                      },
                      {
                        "key": "group_entity",
                        "value": "orders"
                      },
                      {
                        "key": "enforce_date_filter",
                        "value": "false"
                      },
                      {
                        "key": "fulfillment_type",
                        "value": "FULFILLMENT"
                      },
                      {
                        "key": "ordering_source",
                        "value": "gofynd"
                      },
                      {
                        "key": "channel_account_id",
                        "value": "68e7a15429f2a988886094d3,68e7a15429f2a988886094d4"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"\",\n  \"lane\": \"in_transit\",\n  \"total_count\": 1,\n  \"page\": {\n    \"current\": 1,\n    \"total\": 1,\n    \"has_previous\": false,\n    \"has_next\": false,\n    \"type\": \"number\",\n    \"size\": 10\n  },\n  \"items\": [\n    {\n      \"shipment_id\": \"17289073504751136915\",\n      \"order_id\": \"FY670D08560E251707FB\",\n      \"ordering_channel\": \"ECOMM\",\n      \"ordering_source\": \"storefront\",\n      \"ordering_source_details\": {\n        \"type\": \"SALES_CHANNEL\",\n        \"slug\": \"storefront\",\n        \"display_name\": \"Storefront\",\n        \"is_active\": true,\n        \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/misc/pictures/logos/storefront.png\"\n      },\n      \"order_date\": \"2024-10-14T17:32:30+00:00\",\n      \"order_created_ts\": \"2024-10-14T12:02:30Z\",\n      \"shipment_created_at\": \"2024-10-14T17:32:30+00:00\",\n      \"shipment_created_ts\": \"2024-10-14T12:02:30Z\",\n      \"is_active\": true,\n      \"prices\": {\n        \"amount_paid\": 190,\n        \"refund_amount\": 190,\n        \"price_marked\": 100,\n        \"cod_charges\": 100,\n        \"coupon_value\": 0,\n        \"discount\": 10,\n        \"cashback_applied\": 0,\n        \"delivery_charge\": 0,\n        \"fynd_credits\": 0,\n        \"cashback\": 0,\n        \"price_effective\": 90,\n        \"refund_credit\": 0,\n        \"value_of_good\": 85.72,\n        \"pm_price_split\": 0,\n        \"brand_calculated_amount\": 90,\n        \"coupon_effective_discount\": 0,\n        \"tax_collected_at_source\": 0,\n        \"promotion_effective_discount\": 0,\n        \"cn_refund_amount\": 0,\n        \"loyalty_discount\": 0\n      },\n      \"ordering_currency_prices\": {\n        \"amount_paid\": 190,\n        \"refund_amount\": 190,\n        \"price_marked\": 100,\n        \"cod_charges\": 100,\n        \"coupon_value\": 0,\n        \"discount\": 10,\n        \"cashback_applied\": 0,\n        \"delivery_charge\": 0,\n        \"fynd_credits\": 0,\n        \"cashback\": 0,\n        \"price_effective\": 90,\n        \"refund_credit\": 0,\n        \"value_of_good\": 85.72,\n        \"pm_price_split\": 0,\n        \"brand_calculated_amount\": 90,\n        \"coupon_effective_discount\": 0,\n        \"tax_collected_at_source\": 0,\n        \"promotion_effective_discount\": 0,\n        \"cn_refund_amount\": 0,\n        \"loyalty_discount\": 0\n      },\n      \"meta\": {\n        \"$ref\": \"#/components/examples/ShipmentMetaExample\"\n      },\n      \"affiliate_details\": {\n        \"$ref\": \"#/components/examples/AffiliateDetailsExample\"\n      },\n      \"shipment_status\": {\n        \"$ref\": \"#/components/examples/ShipmentStatusExample\"\n      },\n      \"status_created_at\": \"2024-10-14T17:36:36+00:00\",\n      \"status_created_ts\": \"2024-10-14T12:06:35Z\",\n      \"fulfillment_option\": {\n        \"$ref\": \"#/components/examples/FulfillmentOption\"\n      },\n      \"estimated_sla_time\": null,\n      \"estimated_sla_ts\": null,\n      \"display_name\": \"Picked\",\n      \"total_bags\": 1,\n      \"payment_mode\": \"COD\",\n      \"payment_methods\": {\n        \"COD\": {\n          \"$ref\": \"#/components/examples/PaymentMethodsExample\"\n        }\n      },\n      \"payment_info\": [\n        {\n          \"$ref\": \"#/components/examples/PaymentMethodsExample\"\n        }\n      ],\n      \"fulfilling_store\": {\n        \"$ref\": \"#/components/examples/StoreDetailsExample\"\n      },\n      \"channel\": {\n        \"name\": \"payment\",\n        \"is_affiliate\": false,\n        \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/misc/pictures/application-logos/original/olqHM8LNr-JioMart-Groceries.png\",\n        \"channel_shipment_id\": \"17289073504751136915\"\n      },\n      \"deliveryy_address\": {\n        \"$ref\": \"#/components/examples/AddressExample\"\n      },\n      \"billing_address\": {\n        \"$ref\": \"#/components/examples/AddressExample\"\n      },\n      \"invoice_id\": \"E00010787A000063\",\n      \"can_process\": true,\n      \"lock_status\": false,\n      \"previous_shipment_id\": null,\n      \"forward_end_shipment_id\": null,\n      \"customer_note\": \"\",\n      \"mode_of_payment\": \"ECOMM\",\n      \"is_lapa_enabled\": true,\n      \"logistics_meta\": {},\n      \"bags\": [\n        {\n          \"$ref\": \"#/components/examples/ShipmentBagExample\"\n        }\n      ],\n      \"user\": {\n        \"$ref\": \"#/components/examples/UserExample\"\n      },\n      \"currency\": {\n        \"$ref\": \"#/components/examples/CurrencyExample\"\n      },\n      \"currency_info\": {\n        \"$ref\": \"#/components/examples/CurrencyInfoExample\"\n      },\n      \"dp_details\": {\n        \"$ref\": \"#/components/examples/DPDetailsExample\"\n      }\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "aba5ac83-e289-4c9a-97a7-c12901c7b258",
            "name": "getShipmentById | Get shipment details",
            "request": {
              "name": "getShipmentById | Get shipment details",
              "description": {
                "content": "Get detailed information about a specific shipment",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "shipment-details"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "channel_shipment_id",
                    "value": "<string>",
                    "description": "The shipment ID used in the application, which can be used to reference specific shipments."
                  },
                  {
                    "disabled": false,
                    "key": "shipment_id",
                    "value": "<string>",
                    "description": "The unique identifier for a shipment."
                  },
                  {
                    "disabled": false,
                    "key": "fetch_active_shipment",
                    "value": "<boolean>",
                    "description": "flag to fetch active or deactivated shipments"
                  },
                  {
                    "disabled": false,
                    "key": "allow_inactive",
                    "value": "false",
                    "description": "Flag indicating whether inactive shipments are allowed"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "cf5d13d9-4c70-4639-9b82-c9561bd892cf",
                "name": "We are processing the report!",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order",
                      "v1.0",
                      "company",
                      ":company_id",
                      "shipment-details"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "channel_shipment_id",
                        "value": "16731535496121004000"
                      },
                      {
                        "key": "shipment_id",
                        "value": "16731535496121004000"
                      },
                      {
                        "key": "fetch_active_shipment",
                        "value": "false"
                      },
                      {
                        "key": "allow_inactive",
                        "value": "false"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"order\": {\n    \"fynd_order_id\": \"FY62B13E2101810C19E4\",\n    \"shipment_count\": 1,\n    \"order_date\": \"2022-06-21T09:12:26.000Z\"\n  },\n  \"shipments\": [\n    {\n      \"shipment_id\": \"16557829457641286433\",\n      \"payment_mode\": \"COD\",\n      \"logistics_meta\": {},\n      \"fulfilling_store\": {\n        \"meta\": {},\n        \"id\": 1,\n        \"code\": \"HS-468a5\",\n        \"fulfillment_channel\": \"pulse\",\n        \"store_name\": \"Reliance Industries Ltd - Jio Market\",\n        \"contact_person\": \"\",\n        \"phone\": \"8888888888\",\n        \"address\": \"high_street WEWORK, VIJAY DIAMONDS, ANDHERI MUMBAI MAHARASHTRA 400093\",\n        \"city\": \"MUMBAI\",\n        \"state\": \"MAHARASHTRA\",\n        \"country\": \"INDIA\",\n        \"pincode\": \"400093\",\n        \"tags\": [\n          \"infibeam\"\n        ]\n      },\n      \"delivery_details\": {\n        \"name\": \"Manish Prakash\",\n        \"email\": \"test@example.com\",\n        \"phone\": \"8888888888\",\n        \"address\": \"home 479 sector3 bokaro Bokaro Jharkhand 827003\",\n        \"city\": \"Bokaro\",\n        \"state\": \"Jharkhand\",\n        \"country\": \"India\",\n        \"pincode\": \"827003\",\n        \"state_code\": 0\n      },\n      \"billing_details\": {\n        \"name\": \"Manish Prakash\",\n        \"email\": \"test@example.com\",\n        \"phone\": \"8888888888\",\n        \"address\": \"home 479 sector3 bokaro Bokaro Jharkhand 827003\",\n        \"city\": \"Bokaro\",\n        \"state\": \"Jharkhand\",\n        \"country\": \"India\",\n        \"pincode\": \"827003\",\n        \"state_code\": 0\n      },\n      \"dp_details\": {\n        \"id\": null,\n        \"name\": null,\n        \"awb_no\": null,\n        \"eway_bill_id\": null,\n        \"track_url\": null,\n        \"gst_tag\": \"sgst\"\n      },\n      \"journey_type\": \"forward\",\n      \"order\": {\n        \"fynd_order_id\": \"FY62B13E2101810C19E4\",\n        \"affiliate_id\": \"000000000000000000000001\",\n        \"ordering_channel\": \"FYND\",\n        \"ordering_source\": \"storefront\",\n        \"source\": \"null\",\n        \"tax_details\": {\n          \"gstin\": null\n        },\n        \"order_date\": \"2022-06-21T09:12:26.000Z\",\n        \"loyalty_discount_details\": {\n          \"ownership\": \"seller\",\n          \"discount\": 10,\n          \"is_applied\": true\n        }\n      },\n      \"gst_details\": {\n        \"value_of_good\": 475.24,\n        \"gst_fee\": 23.76,\n        \"brand_calculated_amount\": 499,\n        \"tax_collected_at_source\": 0,\n        \"gstin_code\": null\n      },\n      \"shipment_quantity\": 1,\n      \"bag_status_history\": [\n        {\n          \"status\": \"pending\",\n          \"updated_at\": \"2022-06-21T09:12:26.000Z\",\n          \"state_type\": \"operational\",\n          \"app_display_name\": \"Pending\",\n          \"display_name\": \"Pending\",\n          \"forward\": null\n        },\n        {\n          \"status\": \"placed\",\n          \"updated_at\": \"2022-06-21T09:12:32.000Z\",\n          \"state_type\": \"operational\",\n          \"app_display_name\": \"Ordered\",\n          \"display_name\": \"Placed\",\n          \"forward\": null\n        },\n        {\n          \"status\": \"bag_confirmed\",\n          \"updated_at\": \"2022-06-21T09:39:13.000Z\",\n          \"state_type\": \"operational\",\n          \"app_display_name\": \"Ordered\",\n          \"display_name\": \"Bag Confirmed\",\n          \"forward\": null\n        },\n        {\n          \"status\": \"dp_assigned\",\n          \"updated_at\": \"2022-06-21T09:40:04.000Z\",\n          \"state_type\": \"operational\",\n          \"app_display_name\": \"DP Assigned\",\n          \"display_name\": \"DP Assigned\",\n          \"forward\": null\n        },\n        {\n          \"status\": \"bag_picked\",\n          \"updated_at\": \"2022-06-21T09:40:12.000Z\",\n          \"state_type\": \"operational\",\n          \"app_display_name\": \"Shipped\",\n          \"display_name\": \"In Transit\",\n          \"forward\": null\n        },\n        {\n          \"status\": \"out_for_delivery\",\n          \"updated_at\": \"2022-06-21T09:40:29.000Z\",\n          \"state_type\": \"operational\",\n          \"app_display_name\": \"Out For Delivery\",\n          \"display_name\": \"Out For Delivery\",\n          \"forward\": null\n        },\n        {\n          \"status\": \"delivery_done\",\n          \"updated_at\": \"2022-06-21T09:40:37.000Z\",\n          \"state_type\": \"operational\",\n          \"app_display_name\": \"Delivered\",\n          \"display_name\": \"Delivery Done\",\n          \"forward\": null\n        }\n      ],\n      \"bags\": [\n        {\n          \"bag_id\": 43880,\n          \"display_name\": \"Bag\",\n          \"entity_type\": \"bag\",\n          \"bag_configs\": {\n            \"is_returnable\": true,\n            \"can_be_cancelled\": true,\n            \"enable_tracking\": false,\n            \"is_customer_return_allowed\": true,\n            \"allow_force_return\": false,\n            \"is_active\": false\n          },\n          \"financial_breakup\": {\n            \"loyalty_discount\": 0,\n            \"price_effective\": 499,\n            \"discount\": 0,\n            \"amount_paid\": 549,\n            \"coupon_effective_discount\": 0,\n            \"delivery_charge\": 50,\n            \"fynd_credits\": 0,\n            \"cod_charges\": 0,\n            \"refund_credit\": 0,\n            \"cashback\": 0,\n            \"refund_amount\": 549,\n            \"added_to_fynd_cash\": false,\n            \"cashback_applied\": 0,\n            \"gst_tax_percentage\": 5,\n            \"value_of_good\": 475.24,\n            \"price_marked\": 499,\n            \"transfer_price\": 0,\n            \"brand_calculated_amount\": 499,\n            \"promotion_effective_discount\": 0,\n            \"coupon_value\": 0,\n            \"pm_price_split\": {\n              \"COD\": 549\n            },\n            \"size\": \"5\",\n            \"total_units\": 1,\n            \"hsn_code\": \"62050000\",\n            \"identifiers\": {\n              \"sku_code\": \"CL-001L-L-PRPL-PINK-5\"\n            },\n            \"item_name\": \"Purple Flip Flops\",\n            \"gst_fee\": 23.76,\n            \"gst_tag\": \"IGST\"\n          },\n          \"seller_qc_details\": {\n            \"line_number\": 1,\n            \"bad_quantity\": 1,\n            \"good_quantity\": 0\n          },\n          \"current_status\": {\n            \"id\": 1\n          },\n          \"item\": {\n            \"name\": \"Purple Flip Flops\",\n            \"brand\": \"Nike\",\n            \"slug_key\": \"purple-flip-flops-ezmucvw4d3\",\n            \"images\": [\n              \"https://hdn-1.fynd.com/products/pictures/item/free/270x0/CL-001L-L-PRPL-PINK-6/Rvk5WbGg9Hx-1.jpg\"\n            ],\n            \"size\": \"5\",\n            \"l1_category\": [],\n            \"l3_category\": 27,\n            \"tags\": [\n              \"purple-flip-flops\",\n              \"footwear\",\n              \"third-party\"\n            ]\n          },\n          \"brand\": {\n            \"modified_on\": \"1655707988\",\n            \"logo\": \"https://hdn-1.jiomarketx0.de/x0/brands/pictures/square-logo/original/DbhIvd_tB-Logo.jpeg\",\n            \"brand_name\": \"Nike\",\n            \"company\": null,\n            \"created_on\": \"1647793418\",\n            \"id\": 4\n          },\n          \"gst_details\": {\n            \"gstin_code\": \"null\",\n            \"gst_tag\": \"IGST\",\n            \"hsn_code\": \"62050000\",\n            \"value_of_good\": 475.24,\n            \"gst_tax_percentage\": 5,\n            \"is_default_hsn_code\": true,\n            \"brand_calculated_amount\": 499,\n            \"gst_fee\": 23.76,\n            \"tax_collected_at_source\": 0\n          },\n          \"article\": {\n            \"uid\": \"6237fdfec0903e7ae543c201\",\n            \"identifiers\": {\n              \"sku_code\": \"CL-001L-L-PRPL-PINK-5\"\n            },\n            \"return_config\": {\n              \"time\": 30,\n              \"unit\": \"days\",\n              \"returnable\": true\n            },\n            \"tags\": [\n              \"1P\"\n            ],\n            \"_custom_json\": {\n              \"child_details\": [\n                {\n                  \"alu\": \"000000000581023044\",\n                  \"width\": 207.01,\n                  \"height\": 41.91,\n                  \"length\": 161.29,\n                  \"weight\": 112943.91,\n                  \"seller_identifier\": \"000000000581023044\"\n                }\n              ]\n            }\n          },\n          \"quantity\": 1\n        }\n      ],\n      \"delivery_slot\": {\n        \"slot\": \"By 03:00 AM\",\n        \"upper_bound\": \"2022-06-21T03:42:23.000Z\",\n        \"lower_bound\": \"2022-06-21T03:42:23.000Z\",\n        \"date\": \"2022-06-21T03:42:23.000Z\",\n        \"type\": \"order_window\"\n      },\n      \"total_items\": 1,\n      \"payment_methods\": {\n        \"slug\": \"COD\",\n        \"payment_id\": \"COD\",\n        \"payment_amt\": 549,\n        \"payment_cart\": null,\n        \"payment_desc\": \"COD\",\n        \"bdcustomer_id\": null,\n        \"order_inv_num\": null,\n        \"mode_of_payment\": \"COD\",\n        \"payment_gateway_logo\": null,\n        \"transaction_ref_number\": \"\"\n      },\n      \"vertical\": \"GROCERIES\",\n      \"payments\": {\n        \"mode\": \"COD\",\n        \"logo\": \"https://hdn-1.fynd.com/payment/Pos+Logo.png\",\n        \"source\": \"Jio Partner Pay\"\n      },\n      \"priority_text\": null,\n      \"status\": {\n        \"created_at\": \"1655804437\",\n        \"shipment_id\": \"16557829457641286433\",\n        \"status\": \"delivery_done\",\n        \"bag_list\": [\n          \"43880\"\n        ],\n        \"id\": 19980\n      },\n      \"prices\": {\n        \"amount_paid\": 549,\n        \"refund_amount\": 549,\n        \"price_marked\": 499,\n        \"cod_charges\": 0,\n        \"discount\": 0,\n        \"cashback_applied\": 0,\n        \"delivery_charge\": 50,\n        \"fynd_credits\": 0,\n        \"cashback\": 0,\n        \"price_effective\": 499,\n        \"refund_credit\": 0,\n        \"value_of_good\": 475.24,\n        \"pm_price_split\": 500,\n        \"COD\": 549,\n        \"brand_calculated_amount\": 499,\n        \"coupon_effective_discount\": 0,\n        \"tax_collected_at_source\": 0,\n        \"promotion_effective_discount\": 0,\n        \"loyalty_discount\": 0\n      },\n      \"picked_date\": \"\",\n      \"tracking_list\": [\n        {\n          \"status\": \"Order Placed\",\n          \"time\": \"2022-06-21T09:12:32.000Z\",\n          \"is_passed\": true,\n          \"is_current\": false,\n          \"text\": \"\"\n        },\n        {\n          \"status\": \"Order Confirmed\",\n          \"time\": \"2022-06-21T09:39:13.000Z\",\n          \"is_passed\": true,\n          \"is_current\": false,\n          \"text\": \"\"\n        },\n        {\n          \"status\": \"Invoiced\",\n          \"time\": \"2022-06-21T09:40:12.000Z\",\n          \"is_passed\": true,\n          \"is_current\": false,\n          \"text\": \"\"\n        },\n        {\n          \"status\": \"Delivery Partner Assigned\",\n          \"time\": \"2022-06-21T09:40:12.000Z\",\n          \"is_passed\": true,\n          \"is_current\": false,\n          \"text\": \"\"\n        },\n        {\n          \"status\": \"Packed\",\n          \"time\": \"2022-06-21T09:40:12.000Z\",\n          \"is_passed\": true,\n          \"is_current\": false,\n          \"text\": \"\"\n        },\n        {\n          \"status\": \"In Transit\",\n          \"time\": \"2022-06-21T09:40:12.000Z\",\n          \"is_passed\": true,\n          \"is_current\": false,\n          \"text\": \"\"\n        },\n        {\n          \"status\": \"Out For Delivery\",\n          \"time\": \"2022-06-21T09:40:29.000Z\",\n          \"is_passed\": true,\n          \"is_current\": false,\n          \"text\": \"\"\n        },\n        {\n          \"status\": \"Delivered\",\n          \"time\": \"2022-06-21T09:40:37.000Z\",\n          \"is_passed\": true,\n          \"is_current\": true,\n          \"text\": \"\"\n        }\n      ],\n      \"forward_end_shipment_id\": null,\n      \"user_agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36\",\n      \"platform_logo\": \"https://fynd-static.s3.amazonaws.com/mode_of_payment/fynd_logo.png\",\n      \"packaging_type\": \"POLYB_DFLT_L\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "48a24656-c093-4ca3-a9c8-520bd52616b8",
            "name": "getOrderById | Get order",
            "request": {
              "name": "getOrderById | Get order",
              "description": {
                "content": "Get detailed information about a specific order",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "order-details"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "order_id",
                    "value": "FY6299E19701B4EAEFC2",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "key": "my_orders",
                    "value": "<boolean>"
                  },
                  {
                    "disabled": false,
                    "key": "allow_inactive",
                    "value": "false",
                    "description": "Flag to allow inactive shipments"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "1b8c9181-9283-452c-bafd-f23d217c71d7",
                "name": "We are processing the report!",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order",
                      "v1.0",
                      "company",
                      ":company_id",
                      "order-details"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "order_id",
                        "value": "FY6299E19701B4EAEFC2"
                      },
                      {
                        "key": "my_orders",
                        "value": "<boolean>"
                      },
                      {
                        "key": "allow_inactive",
                        "value": "false"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Id of company"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"order\": {\n    \"fynd_order_id\": \"FY637CFCC00177713D47\",\n    \"meta\": {\n      \"files\": [],\n      \"staff\": {},\n      \"cart_id\": 1835,\n      \"comment\": \"\",\n      \"extra_meta\": {},\n      \"order_tags\": null,\n      \"order_type\": \"HomeDelivery\",\n      \"employee_id\": null,\n      \"payment_type\": \"self\",\n      \"mongo_cart_id\": 1835,\n      \"order_platform\": \"platform-site\",\n      \"ordering_store\": 1,\n      \"order_child_entities\": [\n        \"bag\",\n        \"shipment\"\n      ]\n    },\n    \"affiliate_id\": \"62f35968d101a6d38c886d85\",\n    \"ordering_channel\": \"Ecomm\",\n    \"ordering_source\": \"storefront\",\n    \"ordering_source_details\": {\n      \"type\": \"SALES_CHANNEL\",\n      \"slug\": \"storefront\",\n      \"display_name\": \"Storefront\",\n      \"is_active\": true,\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/misc/pictures/logos/storefront.png\"\n    },\n    \"source\": \"uniket-desktop\",\n    \"affiliate_order_id\": \"FY637CFCC00177713D47\",\n    \"tax_details\": {\n      \"gstin\": null\n    },\n    \"order_date\": \"2022-11-22T22:15:53.000Z\",\n    \"prices\": {\n      \"amount_paid\": 948.5,\n      \"refund_amount\": 948.5,\n      \"price_marked\": 1398,\n      \"cod_charges\": 0,\n      \"discount\": 349.5,\n      \"cashback_applied\": 0,\n      \"delivery_charge\": 0,\n      \"fynd_credits\": 0,\n      \"cashback\": 0,\n      \"price_effective\": 1048.5,\n      \"refund_credit\": 0,\n      \"value_of_good\": 803.82,\n      \"coupon_value\": 0,\n      \"tax_collected_at_source\": 0,\n      \"promotion_effective_discount\": 100,\n      \"amount_paid_roundoff\": 948,\n      \"amount_to_be_collected\": 0,\n      \"cost_price\": 0,\n      \"loyalty_discount\": 0\n    },\n    \"ordering_currency_prices\": {\n      \"amount_paid\": 948.5,\n      \"refund_amount\": 948.5,\n      \"price_marked\": 1398,\n      \"cod_charges\": 0,\n      \"discount\": 349.5,\n      \"cashback_applied\": 0,\n      \"delivery_charge\": 0,\n      \"fynd_credits\": 0,\n      \"cashback\": 0,\n      \"price_effective\": 1048.5,\n      \"refund_credit\": 0,\n      \"value_of_good\": 803.82,\n      \"coupon_value\": 0,\n      \"tax_collected_at_source\": 0,\n      \"promotion_effective_discount\": 100,\n      \"amount_paid_roundoff\": 948,\n      \"amount_to_be_collected\": 0,\n      \"cost_price\": 0,\n      \"loyalty_discount\": 0\n    },\n    \"raw_user_agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36\",\n    \"currency\": {\n      \"currency_code\": \"INR\",\n      \"currency_symbol\": \"₹\"\n    },\n    \"comment\": \"\",\n    \"loyalty_discount_details\": {\n      \"ownership\": \"seller\",\n      \"discount\": 10,\n      \"is_applied\": true\n    }\n  },\n  \"shipments\": [\n    {\n      \"shipment_id\": \"16691355532841431595\",\n      \"order_status\": {\n        \"text\": \"Expected Delivery Date\",\n        \"value\": \"Arriving on 24 Nov 2022 15:54:00\",\n        \"color_code\": \"#00a100\",\n        \"expected_delivery_date\": \"2022-11-24T22:15:54.000Z\"\n      },\n      \"fulfilling_store\": {\n        \"id\": 5,\n        \"code\": \"SF94\",\n        \"fulfillment_channel\": \"pulse\",\n        \"store_name\": \"RELIANCE RETAIL LTD - Beauty & Personal care\",\n        \"contact_person\": \"Anju Abraham\",\n        \"phone\": \"918888888888\",\n        \"address\": \"store 1ST FLOOR, WEWORK VIJAY DIAMOND, CROSS RD B, AJIT NAGAR, KONDIVITA, ANDHERI EAST, MUMBAI, MAHARASHTR Mumbai Maharashtra 400093\",\n        \"city\": \"Mumbai\",\n        \"state\": \"Maharashtra\",\n        \"country\": \"India\",\n        \"pincode\": \"400093\",\n        \"meta\": {\n          \"stage\": \"verified\",\n          \"timing\": [\n            {\n              \"open\": true,\n              \"closing\": {\n                \"hour\": 22,\n                \"minute\": 0\n              },\n              \"opening\": {\n                \"hour\": 11,\n                \"minute\": 0\n              },\n              \"weekday\": \"monday\"\n            },\n            {\n              \"open\": true,\n              \"closing\": {\n                \"hour\": 22,\n                \"minute\": 0\n              },\n              \"opening\": {\n                \"hour\": 11,\n                \"minute\": 0\n              },\n              \"weekday\": \"tuesday\"\n            },\n            {\n              \"open\": true,\n              \"closing\": {\n                \"hour\": 22,\n                \"minute\": 0\n              },\n              \"opening\": {\n                \"hour\": 11,\n                \"minute\": 0\n              },\n              \"weekday\": \"wednesday\"\n            },\n            {\n              \"open\": true,\n              \"closing\": {\n                \"hour\": 22,\n                \"minute\": 0\n              },\n              \"opening\": {\n                \"hour\": 11,\n                \"minute\": 0\n              },\n              \"weekday\": \"thursday\"\n            },\n            {\n              \"open\": true,\n              \"closing\": {\n                \"hour\": 22,\n                \"minute\": 0\n              },\n              \"opening\": {\n                \"hour\": 11,\n                \"minute\": 0\n              },\n              \"weekday\": \"friday\"\n            },\n            {\n              \"open\": true,\n              \"closing\": {\n                \"hour\": 22,\n                \"minute\": 0\n              },\n              \"opening\": {\n                \"hour\": 11,\n                \"minute\": 0\n              },\n              \"weekday\": \"saturday\"\n            },\n            {\n              \"open\": true,\n              \"closing\": {\n                \"hour\": 22,\n                \"minute\": 0\n              },\n              \"opening\": {\n                \"hour\": 11,\n                \"minute\": 0\n              },\n              \"weekday\": \"sunday\"\n            }\n          ],\n          \"documents\": {},\n          \"gst_number\": null,\n          \"display_name\": \"RELIANCE RETAIL LTD - Beauty & Personal care\",\n          \"gst_credentials\": {\n            \"e_invoice\": {\n              \"enabled\": false\n            },\n            \"e_waybill\": {\n              \"enabled\": false\n            }\n          },\n          \"notification_emails\": [\n            \"test@example.com\"\n          ],\n          \"product_return_config\": {\n            \"on_same_store\": true\n          },\n          \"additional_contact_details\": {\n            \"number\": [\n              \"91 - 8888888888\"\n            ]\n          },\n          \"ewaybill_portal_details\": null\n        },\n        \"fulfilment_type\": null\n      },\n      \"delivery_details\": {\n        \"name\": \"Vaishakh Shetty\",\n        \"email\": \"\",\n        \"phone\": \"8888888888\",\n        \"address\": \"home Asd,Mumbai,Maharashtra,Mumbai,Maharashtra,India Asd,Mumbai,Maharashtra,Mumbai,Maharashtra,India Mumbai,Maharashtra Mumbai Maharashtra 400083\",\n        \"city\": \"Mumbai\",\n        \"state\": \"Maharashtra\",\n        \"country\": \"India\",\n        \"pincode\": \"400083\",\n        \"state_code\": \"27\"\n      },\n      \"billing_details\": {\n        \"name\": \"Vaishakh Shetty\",\n        \"email\": \"\",\n        \"phone\": \"8888888888\",\n        \"address\": \"home Asd,Mumbai,Maharashtra,Mumbai,Maharashtra,India Mumbai,Maharashtra Mumbai Maharashtra 400083\",\n        \"city\": \"Mumbai\",\n        \"state\": \"Maharashtra\",\n        \"country\": \"India\",\n        \"pincode\": \"400083\",\n        \"state_code\": \"27\"\n      },\n      \"dp_details\": {\n        \"id\": null,\n        \"name\": null,\n        \"awb_no\": null,\n        \"eway_bill_id\": null,\n        \"track_url\": null,\n        \"gst_tag\": \"sgst\",\n        \"dp_otp\": \"\"\n      },\n      \"journey_type\": \"forward\",\n      \"fulfillment_option\": {\n        \"name\": \"Standard Delivery\",\n        \"slug\": \"standard-delivery\",\n        \"type\": \"HomeDelivery\",\n        \"is_default\": true\n      },\n      \"order\": {\n        \"fynd_order_id\": \"FY637CFCC00177713D47\",\n        \"meta\": {\n          \"files\": [],\n          \"staff\": {},\n          \"cart_id\": 1835,\n          \"comment\": \"\",\n          \"extra_meta\": {},\n          \"order_tags\": null,\n          \"order_type\": \"HomeDelivery\",\n          \"employee_id\": null,\n          \"payment_type\": \"self\",\n          \"mongo_cart_id\": 1835,\n          \"order_platform\": \"platform-site\",\n          \"ordering_store\": 1,\n          \"order_child_entities\": [\n            \"bag\",\n            \"shipment\"\n          ]\n        },\n        \"affiliate_id\": \"62f35968d101a6d38c886d85\",\n        \"ordering_channel\": \"Ecomm\",\n        \"ordering_source\": \"storefront\",\n        \"source\": \"uniket-desktop\",\n        \"tax_details\": {\n          \"gstin\": null\n        },\n        \"order_date\": \"2022-11-22T22:15:53.000Z\",\n        \"prices\": {\n          \"amount_paid\": 948.5,\n          \"refund_amount\": 948.5,\n          \"price_marked\": 1398,\n          \"cod_charges\": 0,\n          \"discount\": 349.5,\n          \"cashback_applied\": 0,\n          \"delivery_charge\": 0,\n          \"fynd_credits\": 0,\n          \"cashback\": 0,\n          \"price_effective\": 1048.5,\n          \"refund_credit\": 0,\n          \"value_of_good\": 803.82,\n          \"coupon_value\": 0,\n          \"tax_collected_at_source\": 0,\n          \"promotion_effective_discount\": 100,\n          \"amount_paid_roundoff\": 948,\n          \"amount_to_be_collected\": 0,\n          \"cost_price\": 0\n        },\n        \"raw_user_agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36\",\n        \"comment\": \"\"\n      },\n      \"gst_details\": {\n        \"value_of_good\": 401.91,\n        \"gst_fee\": 72.34,\n        \"brand_calculated_amount\": 474.25,\n        \"tax_collected_at_source\": 0,\n        \"gstin_code\": \"null\"\n      },\n      \"shipment_quantity\": 1,\n      \"bag_status_history\": [\n        {\n          \"status\": \"pending\",\n          \"updated_at\": \"2022-11-22T22:15:54.000Z\",\n          \"state_type\": \"operational\",\n          \"app_display_name\": \"Pending\",\n          \"display_name\": \"Pending\",\n          \"forward\": null\n        },\n        {\n          \"status\": \"placed\",\n          \"updated_at\": \"2022-11-22T22:15:59.000Z\",\n          \"state_type\": \"operational\",\n          \"app_display_name\": \"Ordered\",\n          \"display_name\": \"Placed\",\n          \"forward\": null\n        },\n        {\n          \"status\": \"bag_confirmed\",\n          \"updated_at\": \"2022-11-22T22:54:50.000Z\",\n          \"state_type\": \"operational\",\n          \"app_display_name\": \"Ordered\",\n          \"display_name\": \"Bag Confirmed\",\n          \"forward\": null\n        }\n      ],\n      \"bags\": [\n        {\n          \"bag_id\": 20472628,\n          \"display_name\": \"Bag\",\n          \"entity_type\": \"bag\",\n          \"meta\": {\n            \"custom_message\": \"Please send the shipment as soon as possible.\"\n          },\n          \"bag_configs\": {\n            \"is_returnable\": true,\n            \"can_be_cancelled\": true,\n            \"enable_tracking\": true,\n            \"is_customer_return_allowed\": false,\n            \"is_active\": true,\n            \"allow_force_return\": true\n          },\n          \"financial_breakup\": {\n            \"price_effective\": 524,\n            \"discount\": 174,\n            \"amount_paid\": 474.25,\n            \"coupon_effective_discount\": 0,\n            \"delivery_charge\": 0,\n            \"fynd_credits\": 0,\n            \"cod_charges\": 0,\n            \"refund_credit\": 0,\n            \"cashback\": 0,\n            \"refund_amount\": 474.25,\n            \"added_to_fynd_cash\": false,\n            \"cashback_applied\": 0,\n            \"gst_tax_percentage\": 18,\n            \"value_of_good\": 401.91,\n            \"price_marked\": 699,\n            \"transfer_price\": 0,\n            \"brand_calculated_amount\": 474.25,\n            \"tax_collected_at_source\": 0,\n            \"tcs_percentage\": 0,\n            \"promotion_effective_discount\": 50,\n            \"coupon_value\": 0,\n            \"amount_paid_roundoff\": 474,\n            \"amount_to_be_collected\": 0,\n            \"size\": \"OS\",\n            \"total_units\": 1,\n            \"hsn_code\": \"20472574\",\n            \"identifiers\": {\n              \"ean\": \"6902395784364\",\n              \"sku_code\": \"1020820\"\n            },\n            \"item_name\": \"L'Oreal Paris Rouge Signature Matte Liquid Lipstick, 146 I Enlight\",\n            \"gst_fee\": 72.34,\n            \"gst_tag\": \"SGST\",\n            \"loyalty_discount\": 0\n          },\n          \"seller_qc_details\": {\n            \"line_number\": 1,\n            \"bad_quantity\": 0,\n            \"good_quantity\": 1\n          },\n          \"current_status\": {\n            \"id\": 1\n          },\n          \"item\": {\n            \"name\": \"L'Oreal Paris Rouge Signature Matte Liquid Lipstick, 146 I Enlight\",\n            \"brand\": \"L'Oreal Paris\",\n            \"slug_key\": \"loreal-paris-rouge-signature-matte-liquid-lipstick-146-i-enlight-96a1wferol05\",\n            \"images\": [\n              \"https://cdn.pixelbin.io/v2/super-fire-62c344/tirabz/wrkr/tiraz0/products/pictures/item/free/270x0/1020820/shj00c0H4T-1020820_1.jpg\",\n              \"https://cdn.pixelbin.io/v2/super-fire-62c344/tirabz/wrkr/tiraz0/products/pictures/item/free/270x0/1020820/iM7wvxxxT5-1020820_2.jpg\",\n              \"https://cdn.pixelbin.io/v2/super-fire-62c344/tirabz/wrkr/tiraz0/products/pictures/item/free/270x0/1020820/TcPMevsr6O-1020820_3.jpg\",\n              \"https://cdn.pixelbin.io/v2/super-fire-62c344/tirabz/wrkr/tiraz0/products/pictures/item/free/270x0/1020820/BAiV5xox57-1020820_4.jpg\",\n              \"https://cdn.pixelbin.io/v2/super-fire-62c344/tirabz/wrkr/tiraz0/products/pictures/item/free/270x0/1020820/6wXPvugMto-1020820_5.jpg\",\n              \"https://cdn.pixelbin.io/v2/super-fire-62c344/tirabz/wrkr/tiraz0/products/pictures/item/free/270x0/1020820/LvlirqfHho-1020820_6.jpg\",\n              \"https://cdn.pixelbin.io/v2/super-fire-62c344/tirabz/wrkr/tiraz0/products/pictures/item/free/270x0/1020820/KKnZHIJwO-1020820_7.jpg\",\n              \"https://cdn.pixelbin.io/v2/super-fire-62c344/tirabz/wrkr/tiraz0/products/pictures/item/free/270x0/1020820/NheQB3HLlq-1020820_8.jpg\"\n            ],\n            \"size\": \"OS\",\n            \"l1_category\": [\n              \"Makeup\"\n            ],\n            \"l3_category\": 134\n          },\n          \"brand\": {\n            \"credit_note_expiry_days\": null,\n            \"modified_on\": \"2022-11-22T09:08:25.000Z\",\n            \"id\": 2,\n            \"logo\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/tira-n/wrkr/tiraz0/brands/pictures/square-logo/original/iCMr3gmUF-Logo.jpeg\",\n            \"created_on\": \"2022-08-09T13:17:41.000Z\",\n            \"credit_note_allowed\": false,\n            \"start_date\": null,\n            \"company\": null,\n            \"script_last_ran\": null,\n            \"pickup_location\": null,\n            \"brand_name\": \"L'Oreal Paris\",\n            \"invoice_prefix\": null,\n            \"is_virtual_invoice\": false\n          },\n          \"gst_details\": {\n            \"gstin_code\": \"null\",\n            \"gst_tag\": \"SGST\",\n            \"hsn_code\": \"20472574\",\n            \"value_of_good\": 401.91,\n            \"gst_tax_percentage\": 18,\n            \"is_default_hsn_code\": true,\n            \"brand_calculated_amount\": 474.25,\n            \"tax_collected_at_source\": 0,\n            \"hsn_code_id\": \"62f3ad402cbb29a3a1c9186b\",\n            \"gst_fee\": 72.34,\n            \"igst_tax_percentage\": 0,\n            \"sgst_tax_percentage\": 9,\n            \"cgst_tax_percentage\": 9,\n            \"igst_gst_fee\": 0,\n            \"cgst_gst_fee\": 36.17,\n            \"sgst_gst_fee\": 36.17\n          },\n          \"article\": {\n            \"uid\": \"62f495f2a604499934540c69\",\n            \"identifiers\": {\n              \"ean\": \"6902395784364\",\n              \"sku_code\": \"1020820\"\n            },\n            \"return_config\": {\n              \"time\": 7,\n              \"unit\": \"days\",\n              \"returnable\": true\n            },\n            \"tags\": [\n              \"1P\"\n            ],\n            \"_custom_json\": {\n              \"child_details\": [\n                {\n                  \"alu\": \"000000000581023044\",\n                  \"width\": 207.01,\n                  \"height\": 41.91,\n                  \"length\": 161.29,\n                  \"weight\": 112943.91,\n                  \"seller_identifier\": \"000000000581023044\"\n                }\n              ]\n            }\n          },\n          \"affiliate_bag_details\": {\n            \"coupon_code\": null\n          },\n          \"quantity\": 1,\n          \"identifier\": \"\",\n          \"applied_promos\": [\n            {\n              \"amount\": 50,\n              \"promo_id\": \"637cfcb19d43e76334b9fb6c\",\n              \"buy_rules\": [\n                {\n                  \"item_criteria\": {\n                    \"item_brand\": [\n                      2\n                    ]\n                  },\n                  \"cart_conditions\": {}\n                }\n              ],\n              \"mrp_promotion\": false,\n              \"discount_rules\": [\n                {\n                  \"type\": \"amount\",\n                  \"value\": 100\n                }\n              ],\n              \"promotion_name\": \"VS\",\n              \"promotion_type\": \"amount\",\n              \"article_quantity\": 2\n            }\n          ],\n          \"mark_as_returnable\": false,\n          \"charges\": [\n            {\n              \"code\": \"Delivery Charge 2\",\n              \"name\": \"Delivery Charge 2\",\n              \"type\": \"charge\",\n              \"amount\": {\n                \"base_currency\": {\n                  \"value\": 10,\n                  \"currency\": \"INR\"\n                },\n                \"ordering_currency\": {\n                  \"value\": 10,\n                  \"currency\": \"INR\"\n                }\n              },\n              \"distribution_logic\": {\n                \"distribution\": {\n                  \"rule\": {\n                    \"conditions\": {\n                      \"department\": [\n                        \"elect\",\n                        \"groceries\"\n                      ],\n                      \"article_tag\": \"1p\"\n                    }\n                  },\n                  \"type\": \"multi\",\n                  \"logic\": \"apportion\"\n                },\n                \"distribution_level\": \"bag\"\n              }\n            }\n          ]\n        }\n      ],\n      \"custom_message\": \"Please send the shipment as soon as possible.\",\n      \"company_id\": 2,\n      \"user\": {\n        \"user_oid\": \"637cbf77e7706fbc79baa669\",\n        \"gender\": \"female\",\n        \"first_name\": \"Vaishakh\",\n        \"id\": 18052704,\n        \"mobile\": \"8888888888\",\n        \"mongo_user_id\": \"637cbf77e7706fbc79baa669\",\n        \"email\": \"test@example.com\",\n        \"last_name\": \"Shetty\",\n        \"is_anonymous_user\": false\n      },\n      \"pickup_slot\": {},\n      \"delivery_slot\": {\n        \"slot\": \"By 16:00 PM\",\n        \"upper_bound\": \"2022-11-25T16:45:50.000Z\",\n        \"lower_bound\": \"2022-11-23T16:45:50.000Z\",\n        \"date\": \"2022-11-25T16:45:50.000Z\",\n        \"type\": \"order_window\"\n      },\n      \"total_items\": 1,\n      \"payment_methods\": {\n        \"PP\": {\n          \"amount\": 474.25,\n          \"mode\": \"PP\",\n          \"name\": \"PartnerPay\",\n          \"collect_by\": \"seller\",\n          \"refund_by\": \"seller\",\n          \"meta\": {}\n        }\n      },\n      \"payment_info\": [\n        {\n          \"amount\": 474.25,\n          \"mode\": \"PP\",\n          \"name\": \"PartnerPay\",\n          \"collect_by\": \"seller\",\n          \"refund_by\": \"seller\",\n          \"meta\": {}\n        }\n      ],\n      \"vertical\": null,\n      \"priority_text\": null,\n      \"status\": {\n        \"created_at\": \"2022-11-22T22:54:50.000Z\",\n        \"id\": 88117778,\n        \"meta\": {\n          \"request_meta\": {},\n          \"state_manager_used\": \"entity\",\n          \"kafka_emission_status\": 1\n        },\n        \"status\": \"bag_confirmed\",\n        \"shipment_id\": \"16691355532841431595\",\n        \"bag_list\": [\n          \"20472628\"\n        ],\n        \"current_shipment_status\": \"bag_confirmed\",\n        \"status_created_at\": \"2022-11-22T22:54:50.000Z\"\n      },\n      \"prices\": {\n        \"amount_paid\": 474.25,\n        \"refund_amount\": 474.25,\n        \"price_marked\": 699,\n        \"cod_charges\": 0,\n        \"discount\": 174.75,\n        \"cashback_applied\": 0,\n        \"delivery_charge\": 0,\n        \"fynd_credits\": 0,\n        \"cashback\": 0,\n        \"price_effective\": 524.25,\n        \"refund_credit\": 0,\n        \"value_of_good\": 401.91,\n        \"coupon_value\": 0,\n        \"tax_collected_at_source\": 0,\n        \"promotion_effective_discount\": 50,\n        \"amount_paid_roundoff\": 474,\n        \"amount_to_be_collected\": 0,\n        \"cost_price\": 0,\n        \"loyalty_discount\": 0,\n        \"charges\": [\n          {\n            \"code\": \"Delivery Charge 2\",\n            \"name\": \"Delivery Charge 2\",\n            \"type\": \"charge\",\n            \"amount\": {\n              \"base_currency\": {\n                \"value\": 100,\n                \"currency\": \"INR\"\n              },\n              \"ordering_currency\": {\n                \"value\": 100,\n                \"currency\": \"INR\"\n              }\n            },\n            \"distribution_logic\": {\n              \"distribution\": {\n                \"rule\": {\n                  \"conditions\": {\n                    \"department\": [\n                      \"elect\",\n                      \"groceries\"\n                    ],\n                    \"article_tag\": \"1p\"\n                  }\n                },\n                \"type\": \"multi\",\n                \"logic\": \"apportion\"\n              },\n              \"distribution_level\": \"shipment\"\n            }\n          }\n        ]\n      },\n      \"ordering_currency_prices\": {\n        \"amount_paid\": 474.25,\n        \"refund_amount\": 474.25,\n        \"price_marked\": 699,\n        \"cod_charges\": 0,\n        \"discount\": 174.75,\n        \"cashback_applied\": 0,\n        \"delivery_charge\": 0,\n        \"fynd_credits\": 0,\n        \"cashback\": 0,\n        \"price_effective\": 524.25,\n        \"refund_credit\": 0,\n        \"value_of_good\": 401.91,\n        \"coupon_value\": 0,\n        \"tax_collected_at_source\": 0,\n        \"promotion_effective_discount\": 50,\n        \"amount_paid_roundoff\": 474,\n        \"amount_to_be_collected\": 0,\n        \"cost_price\": 0,\n        \"loyalty_discount\": 0\n      },\n      \"tracking_list\": [\n        {\n          \"text\": \"Placed\",\n          \"status\": \"processing\",\n          \"is_passed\": true,\n          \"time\": \"2022-11-22T22:15:59.000Z\"\n        },\n        {\n          \"text\": \"Bag Confirmed\",\n          \"status\": \"confirmed\",\n          \"is_passed\": true,\n          \"time\": \"2022-11-22T22:54:50.000Z\"\n        },\n        {\n          \"text\": \"Dp Assigned\",\n          \"status\": \"dp_assigned\",\n          \"is_passed\": false,\n          \"time\": \"\"\n        },\n        {\n          \"text\": \"In Transit\",\n          \"status\": \"in_transit\",\n          \"is_passed\": false,\n          \"time\": \"\"\n        },\n        {\n          \"text\": \"Out For Delivery\",\n          \"status\": \"out_for_delivery\",\n          \"is_passed\": false,\n          \"time\": \"\"\n        },\n        {\n          \"text\": \"Delivered\",\n          \"status\": \"delivered\",\n          \"is_passed\": false,\n          \"time\": \"\"\n        }\n      ],\n      \"forward_end_shipment_id\": null,\n      \"user_agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36\",\n      \"platform_logo\": \"https://fynd-static.s3.amazonaws.com/mode_of_payment/ecomm_logo.png\",\n      \"packaging_type\": \"POLYB_DFLT_L\",\n      \"enable_dp_tracking\": false,\n      \"invoice\": {\n        \"updated_date\": \"1970-01-01T00:00:00.000Z\",\n        \"store_invoice_id\": null,\n        \"invoice_url\": \"\",\n        \"label_url\": \"\",\n        \"external_invoice_id\": \"\"\n      },\n      \"can_process\": true,\n      \"estimated_sla_time\": \"null\",\n      \"tracking_url\": \"\",\n      \"meta\": {\n        \"dp_id\": \"9\",\n        \"weight\": 300,\n        \"external\": {},\n        \"formatted\": {\n          \"max\": \"Fri, 25 Nov\",\n          \"min\": \"Wed, 23 Nov\"\n        },\n        \"timestamp\": {\n          \"max\": 1669394750,\n          \"min\": 1669221950\n        },\n        \"bag_weight\": {\n          \"20472628\": 300\n        },\n        \"debug_info\": {\n          \"stormbreaker_uuid\": \"998171bb-67af-412a-a00a-12d436418ff2\"\n        },\n        \"dp_options\": {},\n        \"order_type\": null,\n        \"dp_sort_key\": \"fm_priority\",\n        \"packaging_name\": \"POLYB_DFLT_L\",\n        \"assign_dp_from_sb\": true,\n        \"same_store_available\": true,\n        \"fulfill_virtual_invoice\": false,\n        \"fulfilment_priority_text\": null,\n        \"auto_trigger_dp_assignment_ACF\": true\n      },\n      \"shipment_created_at\": \"2022-11-22T22:15:53.000Z\",\n      \"mark_as_returnable\": false,\n      \"ordering_store\": {\n        \"id\": 5,\n        \"code\": \"SF94\",\n        \"fulfillment_channel\": \"pulse\",\n        \"store_name\": \"RELIANCE RETAIL LTD - Beauty & Personal care\",\n        \"contact_person\": \"Anju Abraham\",\n        \"phone\": \"918888888888\",\n        \"address\": \"store 1ST FLOOR, WEWORK VIJAY DIAMOND, CROSS RD B, AJIT NAGAR, KONDIVITA, ANDHERI EAST, MUMBAI, MAHARASHTR Mumbai Maharashtra 400093\",\n        \"city\": \"Mumbai\",\n        \"state\": \"Maharashtra\",\n        \"country\": \"India\",\n        \"pincode\": \"400093\",\n        \"meta\": {\n          \"stage\": \"verified\",\n          \"timing\": [\n            {\n              \"open\": true,\n              \"closing\": {\n                \"hour\": 22,\n                \"minute\": 0\n              },\n              \"opening\": {\n                \"hour\": 11,\n                \"minute\": 0\n              },\n              \"weekday\": \"monday\"\n            },\n            {\n              \"open\": true,\n              \"closing\": {\n                \"hour\": 22,\n                \"minute\": 0\n              },\n              \"opening\": {\n                \"hour\": 11,\n                \"minute\": 0\n              },\n              \"weekday\": \"tuesday\"\n            },\n            {\n              \"open\": true,\n              \"closing\": {\n                \"hour\": 22,\n                \"minute\": 0\n              },\n              \"opening\": {\n                \"hour\": 11,\n                \"minute\": 0\n              },\n              \"weekday\": \"wednesday\"\n            },\n            {\n              \"open\": true,\n              \"closing\": {\n                \"hour\": 22,\n                \"minute\": 0\n              },\n              \"opening\": {\n                \"hour\": 11,\n                \"minute\": 0\n              },\n              \"weekday\": \"thursday\"\n            },\n            {\n              \"open\": true,\n              \"closing\": {\n                \"hour\": 22,\n                \"minute\": 0\n              },\n              \"opening\": {\n                \"hour\": 11,\n                \"minute\": 0\n              },\n              \"weekday\": \"friday\"\n            },\n            {\n              \"open\": true,\n              \"closing\": {\n                \"hour\": 22,\n                \"minute\": 0\n              },\n              \"opening\": {\n                \"hour\": 11,\n                \"minute\": 0\n              },\n              \"weekday\": \"saturday\"\n            },\n            {\n              \"open\": true,\n              \"closing\": {\n                \"hour\": 22,\n                \"minute\": 0\n              },\n              \"opening\": {\n                \"hour\": 11,\n                \"minute\": 0\n              },\n              \"weekday\": \"sunday\"\n            }\n          ],\n          \"documents\": {},\n          \"gst_number\": null,\n          \"display_name\": \"RELIANCE RETAIL LTD - Beauty & Personal care\",\n          \"gst_credentials\": {\n            \"e_invoice\": {\n              \"enabled\": false\n            },\n            \"e_waybill\": {\n              \"enabled\": false\n            }\n          },\n          \"notification_emails\": [\n            \"test@example.com\"\n          ],\n          \"product_return_config\": {\n            \"on_same_store\": true\n          },\n          \"additional_contact_details\": {\n            \"number\": [\n              \"91 - 8888888888\"\n            ]\n          },\n          \"ewaybill_portal_details\": null\n        },\n        \"fulfilment_type\": null\n      },\n      \"custom_meta\": [],\n      \"logistics_meta\": {},\n      \"packages\": [\n        {\n          \"id\": \"PK0000000078\",\n          \"packaging_id\": \"6733286311a57c1546561690\",\n          \"name\": \"Package 1\",\n          \"size\": \"Medium\",\n          \"package_type\": \"Box\",\n          \"length\": 25,\n          \"width\": 15,\n          \"height\": 10,\n          \"weight\": 2.5,\n          \"error_rate\": 0.02,\n          \"package_vol_weight\": 3.75,\n          \"max_weight\": 5,\n          \"awb\": \"AWBPK0000000078\",\n          \"pdf_links\": {\n            \"label_a4\": \"https://storage.googleapis.com/monorepo-sandbox-private-assets/mps/documents/label_a4/PDFs/17512794597831303808_label_a4.pdf\",\n            \"label_a6\": \"https://storage.googleapis.com/monorepo-sandbox-private-assets/mps/documents/label_a6/PDFs/17512794597831303808_label_a6.pdf\",\n            \"label_pos\": \"https://storage.googleapis.com/monorepo-sandbox-private-assets/mps/documents/label_pos/PDFs/17512794597831303808_label_pos.pdf\"\n          },\n          \"products\": [\n            {\n              \"line_number\": 1,\n              \"quantity\": 4,\n              \"identifier\": \"WEFSADXEWSA\"\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "3907bf7d-bb5e-4067-821f-8dd4c23a00d4",
            "name": "getOrders | List orders",
            "request": {
              "name": "getOrders | List orders",
              "description": {
                "content": "Get a list of orders based on the filters provided.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "orders-listing"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "lane",
                    "value": "<string>",
                    "description": "lane refers to a section where orders are assigned, indicating its grouping."
                  },
                  {
                    "disabled": false,
                    "key": "search_type",
                    "value": "<string>",
                    "description": "search_type refers to the field that will be used as the target for the search operation."
                  },
                  {
                    "disabled": false,
                    "key": "bag_status",
                    "value": "<string>",
                    "description": "bag_status refers to status of the entity. Filters orders based on the status."
                  },
                  {
                    "disabled": false,
                    "key": "time_to_dispatch",
                    "value": "<integer>",
                    "description": "time_to_dispatch refers to estimated SLA time."
                  },
                  {
                    "disabled": false,
                    "key": "payment_methods",
                    "value": "<string>",
                    "description": "Comma separated values of payment methods that were used to place order."
                  },
                  {
                    "disabled": false,
                    "key": "tags",
                    "value": "<string>",
                    "description": "tags refers to additional descriptive labels associated with the order"
                  },
                  {
                    "disabled": false,
                    "key": "search_value",
                    "value": "16854460524441037000",
                    "description": "search_value is matched against the field specified by the search_type"
                  },
                  {
                    "disabled": false,
                    "key": "from_date",
                    "value": "<date>",
                    "description": "Date time in UTC timezone as per ISO format."
                  },
                  {
                    "disabled": false,
                    "key": "to_date",
                    "value": "<date>",
                    "description": "Date time in UTC timezone as per ISO format."
                  },
                  {
                    "disabled": false,
                    "key": "start_date",
                    "value": "<dateTime>",
                    "description": "Date time in UTC timezone as per ISO format."
                  },
                  {
                    "disabled": false,
                    "key": "end_date",
                    "value": "<dateTime>",
                    "description": "Date time in UTC timezone as per ISO format."
                  },
                  {
                    "disabled": false,
                    "key": "dp_ids",
                    "value": "<string>",
                    "description": "Delivery Partner IDs to which shipments are assigned."
                  },
                  {
                    "disabled": false,
                    "key": "stores",
                    "value": "<string>",
                    "description": "A comma-separated list of store IDs used to filter results to only those related to specific stores."
                  },
                  {
                    "disabled": false,
                    "key": "sales_channels",
                    "value": "<string>",
                    "description": "A comma-separated list of sales channel IDs to filter results based on the sales channels involved."
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "Specifies the page number for paginated results."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10",
                    "description": "Determines the number of results returned per page."
                  },
                  {
                    "disabled": false,
                    "key": "is_priority_sort",
                    "value": "true"
                  },
                  {
                    "disabled": false,
                    "key": "custom_meta",
                    "value": "6388422a5ebd6a6cf4a8ede6"
                  },
                  {
                    "disabled": false,
                    "key": "my_orders",
                    "value": "<boolean>"
                  },
                  {
                    "disabled": false,
                    "key": "show_cross_company_data",
                    "value": "false",
                    "description": "Flag to view cross & non-cross company order"
                  },
                  {
                    "disabled": false,
                    "key": "customer_id",
                    "value": "<string>",
                    "description": "The unique identifier for the customer associated with the query, useful for filtering results to a specific customer."
                  },
                  {
                    "disabled": false,
                    "key": "order_type",
                    "value": "<string>"
                  },
                  {
                    "disabled": false,
                    "key": "allow_inactive",
                    "value": "false",
                    "description": "Flag indicating whether inactive shipments are allowed"
                  },
                  {
                    "disabled": false,
                    "key": "group_entity",
                    "value": "<string>",
                    "description": "Defines the grouping criterion for retrieving shipments or orders. It specifies whether the results should be organized based on shipment groups or order groups.  For example, using 'shipments' groups results by shipment, while an invalid value like 'abcd' may not be recognized, leading to errors or default behavior."
                  },
                  {
                    "disabled": false,
                    "key": "enforce_date_filter",
                    "value": "false",
                    "description": "Applies a date filter for listing orders. This is useful when fetching data  for a specific date range while performing searches."
                  },
                  {
                    "disabled": false,
                    "key": "fulfillment_type",
                    "value": "<string>",
                    "description": "Define the Fulfillment Type for Listing Orders, This is use when we want to get list of shipments or orders by cross store or cross company or fulfilling Store (by default), this is also depends on the login user accessType and store access"
                  },
                  {
                    "disabled": false,
                    "key": "ordering_source",
                    "value": "<string>",
                    "description": "Filter orders by ordering source. Accepts comma-separated values for multiple sources."
                  },
                  {
                    "disabled": false,
                    "key": "channel_account_id",
                    "value": "<string>",
                    "description": "Comma-separated channel account IDs to filter orders by specific channel accounts."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "b870efdb-695b-41a6-95cd-682ae597bbc1",
                "name": "We are processing the report!",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order",
                      "v1.0",
                      "company",
                      ":company_id",
                      "orders-listing"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "lane",
                        "value": "new"
                      },
                      {
                        "key": "search_type",
                        "value": "<string>"
                      },
                      {
                        "key": "bag_status",
                        "value": "placed, bag_confirmed, bag_invoiced"
                      },
                      {
                        "key": "time_to_dispatch",
                        "value": "1"
                      },
                      {
                        "key": "payment_methods",
                        "value": "<string>"
                      },
                      {
                        "key": "tags",
                        "value": "<string>"
                      },
                      {
                        "key": "search_value",
                        "value": "16854460524441037000"
                      },
                      {
                        "key": "from_date",
                        "value": "<date>"
                      },
                      {
                        "key": "to_date",
                        "value": "<date>"
                      },
                      {
                        "key": "start_date",
                        "value": "<dateTime>"
                      },
                      {
                        "key": "end_date",
                        "value": "<dateTime>"
                      },
                      {
                        "key": "dp_ids",
                        "value": "<string>"
                      },
                      {
                        "key": "stores",
                        "value": "<string>"
                      },
                      {
                        "key": "sales_channels",
                        "value": "<string>"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "is_priority_sort",
                        "value": "true"
                      },
                      {
                        "key": "custom_meta",
                        "value": "6388422a5ebd6a6cf4a8ede6"
                      },
                      {
                        "key": "my_orders",
                        "value": "<boolean>"
                      },
                      {
                        "key": "show_cross_company_data",
                        "value": "false"
                      },
                      {
                        "key": "customer_id",
                        "value": "63a2ce177e9f59d3166dd700"
                      },
                      {
                        "key": "order_type",
                        "value": "HomeDelivery"
                      },
                      {
                        "key": "allow_inactive",
                        "value": "false"
                      },
                      {
                        "key": "group_entity",
                        "value": "orders"
                      },
                      {
                        "key": "enforce_date_filter",
                        "value": "false"
                      },
                      {
                        "key": "fulfillment_type",
                        "value": "FULFILLMENT"
                      },
                      {
                        "key": "ordering_source",
                        "value": "gofynd"
                      },
                      {
                        "key": "channel_account_id",
                        "value": "68e7a15429f2a988886094d3,68e7a15429f2a988886094d4"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "37",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"total_count\": -14507248,\n  \"message\": \"ut elit qui aliqua\",\n  \"success\": true,\n  \"items\": [\n    {\n      \"breakup_values\": [\n        {\n          \"value\": \"aliquip dolor\",\n          \"name\": \"eu sunt cupidatat sed magna\",\n          \"display\": \"sed anim aute cillum\"\n        },\n        {\n          \"value\": \"ullamco velit do voluptate\",\n          \"name\": \"exercitation consectetur reprehenderit Lorem\",\n          \"display\": \"sed in\"\n        }\n      ],\n      \"total_order_value\": 29145449.27598524,\n      \"meta\": {\n        \"dolore_d9\": 99936890\n      },\n      \"order_created_time\": \"labore nulla officia\",\n      \"order_created_ts\": \"Duis consequat tempor enim pariatur\",\n      \"ordering_source\": \"tempor culpa\",\n      \"ordering_source_details\": {\n        \"type\": \"KONNECT\",\n        \"slug\": \"labore minim non amet officia\",\n        \"display_name\": \"quis laborum voluptate ipsum consec\",\n        \"is_active\": false,\n        \"logo\": \"https://eWknh.ahs6EZH9,BfJYuKnQAm+npOJHYZNbVr9ypXecctUEHItQ8-gsZmO2yhrOJ5t9Qg1B\"\n      },\n      \"payment_mode\": \"id cupidatat nulla\",\n      \"shipments\": [\n        {\n          \"shipment_id\": \"culpa occaecat pariatur\",\n          \"fulfillment_option\": {\n            \"name\": \"f\",\n            \"slug\": \"culpa\",\n            \"type\": \"anim mollit\",\n            \"is_default\": true\n          },\n          \"picked_date\": \"1956-05-08T17:43:18.819Z\",\n          \"tracking_list\": [\n            {\n              \"status\": \"nisi ex voluptate veniam\",\n              \"text\": \"esse\",\n              \"is_passed\": true,\n              \"is_current\": true,\n              \"time\": \"ut nulla exercitation anim\",\n              \"created_ts\": \"magna\"\n            },\n            {\n              \"status\": \"incididunt adipisicing amet\",\n              \"text\": \"in ad aute consequat\",\n              \"is_passed\": true,\n              \"is_current\": true,\n              \"time\": \"sunt mollit aute\",\n              \"created_ts\": \"sed dolore ut minim\"\n            }\n          ],\n          \"invoice\": {\n            \"store_invoice_id\": \"velit in occaecat dolor \",\n            \"invoice_url\": \"velit sunt\",\n            \"updated_date\": \"2007-01-12T05:24:25.724Z\",\n            \"external_invoice_id\": \"irure officia dolor amet eu\",\n            \"label_url\": \"officia dolor elit\",\n            \"credit_note_id\": \"Ut aliqua et\",\n            \"links\": {\n              \"et_\": -17956374,\n              \"quis_9\": -88613675.59711727\n            }\n          },\n          \"shipment_status\": \"elit ex anim\",\n          \"gst_details\": {\n            \"brand_calculated_amount\": -69693932.17676987,\n            \"gst_fee\": 29848432.880932793,\n            \"tax_collected_at_source\": -10736734.113721311,\n            \"value_of_good\": 89515171.78736892,\n            \"cgst_tax_percentage\": 41738290.46207559,\n            \"gstin_code\": \"quis magna et exercitation\",\n            \"igst_tax_percentage\": -59278054.356158674,\n            \"gst_tax_percentage\": -65594927.4461253,\n            \"hsn_code_id\": \"dolor sit nisi pariatur\",\n            \"igst_gst_fee\": 89157915.9428134,\n            \"is_default_hsn_code\": true,\n            \"sgst_gst_fee\": 70548091.81950244,\n            \"cgst_gst_fee\": 54193603.66522467,\n            \"gst_tag\": \"tempor dolor\",\n            \"sgst_tax_percentage\": 65301481.71752614,\n            \"hsn_code\": \"\"\n          },\n          \"order_status\": {\n            \"order_details\": {\n              \"fynd_order_id\": \"labore\",\n              \"created_at\": \"1974-01-22T05:02:07.186Z\",\n              \"user_id\": \"velit aliquip id quis\",\n              \"tax_details\": {\n                \"pan_no\": \"nisi ut in commodo sed\",\n                \"gstin\": \"ea ullamco\"\n              },\n              \"mongo_cart_id\": -95399243.05333471,\n              \"delivery_charges\": -68729575.1969828,\n              \"transaction_id\": \"ipsum dolor et\",\n              \"collect_by\": \"do tempor\",\n              \"headers\": {\n                \"Duisf_c\": \"sit in sunt consequat occaecat\",\n                \"dolore_b65\": 34337.838528484106,\n                \"Lorem148\": 38235249\n              },\n              \"coupon_value\": -83117507.2717738,\n              \"order_value\": -45798180.08506109,\n              \"created_time\": \"aliqua irure proident occaecat\",\n              \"currency\": \"officia do non esse\",\n              \"total_order_value\": -52356067.296997465,\n              \"ordering_channel\": \"deserunt culpa\",\n              \"ordering_source\": \"Duis aliquip\",\n              \"meta\": {\n                \"velitb\": 84788250,\n                \"magna49\": \"sint dolor cillum\"\n              },\n              \"cod_charges\": -52477305.843099795,\n              \"cashback_value\": -50659724.01151053,\n              \"refund_by\": \"occaecat\",\n              \"affiliate_order_date\": \"2016-07-23T02:21:09.388Z\",\n              \"payment_methods\": {\n                \"COD\": {\n                  \"amount\": 1100\n                }\n              },\n              \"affiliate_order_id\": \"velit\",\n              \"payment_mode_id\": -45078571.94856184,\n              \"promotion_effective_discount\": -1028215.5780521035,\n              \"mode_of_payment\": \"esse\",\n              \"discount\": 82355815.56538868,\n              \"cashback_applied\": 91225518.69036931,\n              \"fynd_credits\": 19355768.35717447,\n              \"affiliate_id\": \"fugiat est\",\n              \"ordering_channel_logo\": \"in esse\",\n              \"prices\": {\n                \"refund_credit\": 11300323.828686938,\n                \"amount_paid_roundoff\": 31676933.013125822,\n                \"price_effective\": 51781678.36905643,\n                \"promotion_effective_discount\": 24885381.495918497,\n                \"pm_price_split\": -37736423.60000968,\n                \"refund_amount\": -59728921.45292312,\n                \"transfer_price\": 97788177.95758727,\n                \"coupon_effective_discount\": 68959446.28747374,\n                \"tax_collected_at_source\": -87295351.38303289,\n                \"brand_calculated_amount\": -10683740.95966345,\n                \"delivery_charge\": 47414527.54699612,\n                \"cashback\": 2971291.968468711,\n                \"value_of_good\": -87415942.29080474,\n                \"cashback_applied\": -49563423.448049985,\n                \"cod_charges\": 20851801.29838738,\n                \"price_marked\": 32902720.023453385,\n                \"amount_paid\": -14423873.47209078,\n                \"coupon_value\": 20731123.380069464,\n                \"discount\": 6974220.142694727,\n                \"fynd_credits\": -22766098.667421103,\n                \"gift_price\": -83604508.59346776,\n                \"amount_to_be_collected\": 3057213.6994935274,\n                \"cost_price\": -22188568.066362754,\n                \"loyalty_discount\": -36956606.44730059,\n                \"marketplace_promotion_effective_discount\": -47069249.989881136,\n                \"seller_promotion_effective_discount\": -53415213.59676431\n              },\n              \"charges\": [\n                {\n                  \"name\": \"pariatur ulla\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": 30677747.41402185,\n                      \"currency\": \"ex officia irure labore\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": 57344385.043524235,\n                      \"currency\": \"tempor cillum sint\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"multi\",\n                      \"logic\": \"fugiat au\"\n                    },\n                    \"distribution_level\": \"conse\"\n                  },\n                  \"code\": \"velit quis\",\n                  \"type\": \"qui dolore adipisicing in\"\n                },\n                {\n                  \"name\": \"id laborum\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": 20056315.271728083,\n                      \"currency\": \"do veniam ut occaecat\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": -43679458.23310713,\n                      \"currency\": \"ipsum Ut dolore ut\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"multi\",\n                      \"logic\": \"aliquip veniam ipsum\"\n                    },\n                    \"distribution_level\": \"nulla\"\n                  },\n                  \"code\": \"pariatur\",\n                  \"type\": \"nostrud ad culpa amet\"\n                }\n              ],\n              \"loyalty_discount_details\": {\n                \"discount\": 51301447.486168176,\n                \"ownership\": \"seller\",\n                \"is_applied\": false\n              }\n            },\n            \"errors\": [\n              \"fugiat do aliquip mollit anim\",\n              \"ea elit exercitation\"\n            ],\n            \"shipment_details\": [\n              {\n                \"id\": 26677177,\n                \"meta\": {\n                  \"kafka_emission_status\": 52634720,\n                  \"state_manager_used\": \"ad laborum sed exercitation do\"\n                },\n                \"shipment_id\": \"non culpa sunt\",\n                \"status\": \"consectetur aute\",\n                \"bag_list\": [\n                  17296777,\n                  -81438544\n                ],\n                \"remarks\": \"ex ipsum deserunt cillum\"\n              },\n              {\n                \"id\": -6082514,\n                \"meta\": {\n                  \"kafka_emission_status\": 59233967,\n                  \"state_manager_used\": \"quis\"\n                },\n                \"shipment_id\": \"ullamco ipsum dolore\",\n                \"status\": \"laborum amet commodo\",\n                \"bag_list\": [\n                  72824213,\n                  17355622\n                ],\n                \"remarks\": \"veniam id\"\n              }\n            ],\n            \"text\": \"laboris veniam\",\n            \"value\": \"veniam Excepteur id reprehenderit occaecat\",\n            \"color_code\": \"culpa\",\n            \"expected_delivery_date\": \"1990-01-27T05:54:49.515Z\"\n          },\n          \"delivery_slot\": {\n            \"sit97e\": \"minim velit cillum enim\",\n            \"irure5c\": -58614162\n          },\n          \"order\": {\n            \"fynd_order_id\": \"Duis proident\",\n            \"order_date\": \"1952-12-06T18:36:44.600Z\",\n            \"created_ts\": \"incididunt Excepteur\",\n            \"tax_details\": {\n              \"laboris__9\": 73592995,\n              \"Ut6\": \"nulla est deserunt\"\n            },\n            \"cod_charges\": \"elit et quis\",\n            \"source\": \"amet qui ipsum elit\",\n            \"affiliate_id\": \"exercitation labore consectetur\",\n            \"affiliate_order_id\": \"enim est laboris id\",\n            \"ordering_channel_logo\": {\n              \"quis_e6\": false,\n              \"ad4f\": 94639460\n            },\n            \"order_value\": \"in quis dolore eu occaecat\",\n            \"ordering_channel\": \"deserunt re\",\n            \"ordering_source\": \"dolo\",\n            \"loyalty_discount_details\": {\n              \"discount\": -16129745.29900302,\n              \"ownership\": \"seller\",\n              \"is_applied\": true\n            },\n            \"meta\": {\n              \"velit4b6\": 46234100\n            }\n          },\n          \"user\": {\n            \"id\": -94890564,\n            \"user_oid\": \"culpa sint velit\",\n            \"mongo_user_id\": \"elit aute dolor sit laboris\",\n            \"external_customer_id\": \"velit ea\",\n            \"first_name\": \"in mollit\",\n            \"last_name\": \"mollit proident labore in sunt\",\n            \"mobile\": \"sint dol\",\n            \"email\": \"sunt commodo non laboris dolor\",\n            \"meta\": {\n              \"nulla7\": -81222922\n            },\n            \"is_anonymous_user\": true,\n            \"name\": \"dolore quis aliquip\",\n            \"gender\": \"sint laborum ipsum dolor veni\",\n            \"country_phone_code\": \"commodo\"\n          },\n          \"enable_dp_tracking\": false,\n          \"custom_message\": \"fugiat\",\n          \"estimated_sla_time\": \"a\",\n          \"estimated_sla_ts\": \"anim id nostrud\",\n          \"can_update_dimension\": false,\n          \"shipment_images\": [\n            \"ani\",\n            \"velit\"\n          ],\n          \"delivery_details\": {\n            \"dolore_b\": false\n          },\n          \"billing_details\": {\n            \"et_9\": -1519318.754092589,\n            \"elit_4\": -64727836\n          },\n          \"forward_shipment_id\": \"pariatur mol\",\n          \"fulfilment_priority\": -21755468,\n          \"shipment_details\": {\n            \"lock_status\": false,\n            \"lock_message\": \"anim ex tempor cupidatat\",\n            \"action_to_status\": {\n              \"download_invoice\": \"lock\",\n              \"download_label\": \"lock\"\n            }\n          },\n          \"shipment_quantity\": 31768476,\n          \"company_details\": {\n            \"company_name\": \"nisi veniam magna consectetur\",\n            \"address\": {\n              \"proident6d\": \"velit tempor dolor\",\n              \"ut06\": \"mollit\"\n            },\n            \"company_cin\": \"laborum voluptate occaecat adipisicing\",\n            \"company_id\": -77083520,\n            \"company_gst\": \"voluptate Duis ea\",\n            \"company_contact\": {\n              \"phone\": [\n                {\n                  \"country_code\": -32429165,\n                  \"number\": \"culpa proident dolor nostrud\"\n                },\n                {\n                  \"country_code\": -1474578,\n                  \"number\": \"adipisicing eiusmod cupidatat culpa\"\n                }\n              ],\n              \"emails\": [\n                \"cillum cupidatat Excepteur\",\n                \"ex\"\n              ]\n            }\n          },\n          \"ordering_store\": {\n            \"phone\": \"ut Lorem\",\n            \"pincode\": \"adipisicing Excepteur sed cillum sit\",\n            \"meta\": {\n              \"ut_65\": false,\n              \"laborum8\": true,\n              \"consectetur_c\": 27835176,\n              \"Lorem6cc\": true\n            },\n            \"address\": \"in labore occaecat\",\n            \"address1\": \"consect\",\n            \"display_address\": \"minim ut\",\n            \"id\": 20625237,\n            \"code\": \"velit irure\",\n            \"store_name\": \"fugiat ex dolore\",\n            \"country\": \"adipisicing\",\n            \"contact_person\": \"ut aute Lorem voluptat\",\n            \"state\": \"aute velit\",\n            \"city\": \"enim\",\n            \"name\": \"culpa ex irure\",\n            \"store_email\": \"labore ipsum\"\n          },\n          \"order_platform\": \"Excepteur aute anim\",\n          \"lock_status\": true,\n          \"platform_logo\": \"deserunt minim ea culpa\",\n          \"user_agent\": \"deserunt dolor fugiat\",\n          \"dp_details\": {\n            \"pincode\": \"officia ut aliqua adipisicing\",\n            \"track_url\": \"Duis non eu dolor\",\n            \"eway_bill_id\": \"dolor\",\n            \"id\": -15548232,\n            \"country\": \"pariatur proident fugiat in\",\n            \"awb_no\": \"aliqu\",\n            \"gst_tag\": \"id\",\n            \"name\": \"cillum Duis velit ex sed\"\n          },\n          \"invoice_id\": \"\",\n          \"payment_methods\": {\n            \"COD\": {\n              \"amount\": 1100\n            }\n          },\n          \"coupon\": {\n            \"aliqua_a_\": \"consectetur elit\"\n          },\n          \"affiliate_details\": {\n            \"affiliate_bag_id\": \"in enim\",\n            \"affiliate_meta\": {\n              \"order_item_id\": \"minim occaecat dolor id\",\n              \"channel_order_id\": \"tempor pariatur laboris Lorem voluptate\",\n              \"employee_discount\": -45067421.584626466,\n              \"box_type\": \"eu Excepteur proident officia Lorem\",\n              \"quantity\": -44835068,\n              \"size_level_total_qty\": -60293872,\n              \"loyalty_discount\": 92349174.34669203,\n              \"replacement_details\": {\n                \"replacement_type\": \"amet enim consequat Excepteur\",\n                \"original_affiliate_order_id\": \"veniam consectetur et\"\n              },\n              \"channel_shipment_id\": \"laborum fugiat in consequat\",\n              \"marketplace_invoice_id\": \"elit eiusmod\",\n              \"due_date\": \"2013-02-07T00:31:24.224Z\",\n              \"coupon_code\": \"qui sed cupidatat\",\n              \"is_priority\": false,\n              \"is_serial_number_required\": true,\n              \"fulfilment_priority\": -35797766,\n              \"customer_selling_price\": -11345968.9513876\n            },\n            \"affiliate_order_id\": \"cupidatat magna\",\n            \"affiliate_shipment_id\": \"fugiat ut magna tempor enim\",\n            \"affiliate_store_id\": \"minim veniam consectetur\",\n            \"shipment_meta\": {\n              \"same_store_available\": true,\n              \"weight\": 89845199,\n              \"tracking_url\": \"culpa enim quis ut\",\n              \"estimated_delivery_date\": \"1997-11-02T08:48:56.273Z\",\n              \"b2b_buyer_details\": {\n                \"address\": \"quis sunt\",\n                \"city\": \"dolore cillum\",\n                \"gstin\": \"qui in\",\n                \"name\": \"in eu est non\",\n                \"pincode\": 2543072,\n                \"state\": \"et sed consectetur\",\n                \"ajio_site_id\": \"amet\"\n              },\n              \"formatted\": {\n                \"max\": \"velit ullamco in proident\",\n                \"min\": \"dolore officia fugiat Duis\"\n              },\n              \"debug_info\": {\n                \"stormbreaker_uuid\": \"elit veniam dolor culpa\"\n              },\n              \"return_awb_number\": \"minim velit cupidatat\",\n              \"is_self_ship\": false,\n              \"box_type\": \"dolore ipsum\",\n              \"einvoice_info\": {\n                \"credit_note\": {\n                  \"ullamcob50\": 58719426\n                },\n                \"invoice\": {\n                  \"officia5\": -59232615.50479495,\n                  \"commodo8\": -5102871\n                }\n              },\n              \"return_affiliate_shipment_id\": \"ipsum \",\n              \"parent_dp_id\": \"minim\",\n              \"shipment_weight\": 39504545.95270041,\n              \"dimension\": {\n                \"height\": -79085098.45118368,\n                \"width\": -96388831.17431574,\n                \"is_default\": false,\n                \"unit\": \"dolore ipsum officia\",\n                \"length\": -84409364.51454273\n              },\n              \"dp_options\": {\n                \"amet490\": false\n              },\n              \"assign_dp_from_sb\": false,\n              \"due_date\": \"1992-07-15T19:14:36.456Z\",\n              \"store_invoice_updated_date\": \"2009-03-09T04:04:47.949Z\",\n              \"forward_affiliate_shipment_id\": \"exercitation dolo\",\n              \"return_store_node\": 3038061,\n              \"fulfilment_priority_text\": \"Excepteur esse velit dolor e\",\n              \"shipment_tags\": [\n                {\n                  \"slug\": \"anim laborum do ullamco\",\n                  \"entity_type\": \"shipments\",\n                  \"display_text\": \"dolore sed qui\"\n                },\n                {\n                  \"slug\": \"deserunt nostrud Ut\",\n                  \"entity_type\": \"bag\",\n                  \"display_text\": \"cupidatat reprehenderit\"\n                }\n              ],\n              \"external\": {\n                \"aute_4e\": \"ex commodo consectetur\",\n                \"laborumfa2\": 69887388,\n                \"nond_\": false\n              },\n              \"awb_number\": \"ea consequat aliquip sunt\",\n              \"lock_data\": {\n                \"locked\": true,\n                \"mto\": false,\n                \"lock_message\": \"sint\"\n              },\n              \"order_type\": \"Digital\",\n              \"ewaybill_info\": {\n                \"ea_359\": 35372403\n              },\n              \"dp_id\": \"consectetur exercitation\",\n              \"shipment_volumetric_weight\": -49917310.01336181,\n              \"marketplace_store_id\": \"in et\",\n              \"return_details\": {\n                \"occaecata\": 51715434.80986661,\n                \"dolor_c95\": true,\n                \"ad_8\": 37529097\n              },\n              \"dp_sort_key\": \"ut in\",\n              \"packaging_name\": \"deserunt reprehenderit et officia\",\n              \"timestamp\": {\n                \"max\": 14194510,\n                \"min\": -25424727\n              },\n              \"auto_trigger_dp_assignment_acf\": false,\n              \"dp_name\": \"laborum exercitation deserunt\",\n              \"po_number\": \"quis\",\n              \"b2c_buyer_details\": {\n                \"eu56\": true,\n                \"Excepteur6\": 49513842.00537041,\n                \"incididunt_25\": -71989981\n              },\n              \"forward_affiliate_order_id\": \"sed aliqua\",\n              \"return_affiliate_order_id\": \"dolor consequat commodo nulla\",\n              \"bag_weight\": {\n                \"ullamco_80\": 7410274.77477853\n              },\n              \"refund_to\": \"incididunt minim magna Ut\"\n            },\n            \"company_affiliate_tag\": \"adipisicing minim\",\n            \"pdf_links\": {\n              \"invoice_type\": \"external\",\n              \"label_type\": \"parent_child\",\n              \"label_a6\": \"nisi elit adipisicing\",\n              \"invoice\": \"Excepteur enim\",\n              \"label_pos\": \"dolore enim mollit\",\n              \"invoice_a6\": \"fugiat Excepteur\",\n              \"b2b\": \"et non sed\",\n              \"label\": \"sed anim\",\n              \"label_a4\": \"officia tempor magna anim aliquip\",\n              \"invoice_export\": \"mollit irure ipsum nisi\",\n              \"credit_note_url\": \"est commodo non\",\n              \"delivery_challan_a4\": \"commodo amet\",\n              \"label_export\": \"Ut est fugiat\",\n              \"invoice_a4\": \"commodo quis irure proident sunt\",\n              \"invoice_pos\": \"officia sit do in\",\n              \"po_invoice\": \"quis\"\n            },\n            \"config\": {\n              \"app\": {\n                \"created_at\": \"1950-08-19T07:34:52.191Z\",\n                \"id\": \"do Duis ad in sed\",\n                \"name\": \"non nulla quis\",\n                \"owner\": \"veniam ex aliquip esse\",\n                \"secret\": \"sit consequat amet proident\",\n                \"token\": \"officia velit dolore\",\n                \"updated_at\": \"2014-09-23T18:50:46.142Z\",\n                \"description\": \"ullamco aute\",\n                \"meta\": [\n                  {\n                    \"name\": \"ad reprehenderit\",\n                    \"value\": \"culpa\"\n                  },\n                  {\n                    \"name\": \"aliqua\",\n                    \"value\": \"velit\"\n                  }\n                ]\n              },\n              \"inventory\": {\n                \"article_assignment\": {\n                  \"post_order_reassignment\": true\n                },\n                \"payment\": {\n                  \"source\": \"dolore reprehenderit nostrud\",\n                  \"mode_of_payment\": \"quis qui commodo est\"\n                },\n                \"inventory\": {\n                  \"store\": {\n                    \"enim_d7\": \"enim ut Ex\"\n                  }\n                },\n                \"order\": {\n                  \"force_reassignment\": true\n                },\n                \"logistics\": {\n                  \"dp_assignment\": false\n                }\n              },\n              \"app_company_id\": 27065587\n            },\n            \"affiliate_id\": \"sed culpa voluptate\",\n            \"id\": \"ut qui sit\"\n          },\n          \"priority_text\": \"consequat id\",\n          \"bag_status_history\": [\n            {\n              \"status\": \"minim labore Excepteur\",\n              \"forward\": false,\n              \"store_id\": -17434875,\n              \"delivery_awb_number\": \"quis dolore exercitation sunt\",\n              \"kafka_sync\": false,\n              \"delivery_partner_id\": -16621308,\n              \"app_display_name\": \"nisi eiusmod in quis\",\n              \"state_id\": -66615553,\n              \"state_type\": \"logistics\",\n              \"bsh_id\": -84187087,\n              \"created_at\": \"1963-10-25T15:18:45.683Z\",\n              \"created_ts\": \"elit dolore\",\n              \"shipment_id\": \"aliqua\",\n              \"updated_at\": \"1990-11-13T19:25:52.856Z\",\n              \"updated_ts\": \"cillum u\",\n              \"bag_state_mapper\": {\n                \"display_name\": \"tempor elit\",\n                \"id\": 69548248,\n                \"journey_type\": \"forward\",\n                \"name\": \"commodo nisi cul\",\n                \"state_type\": \"financial\",\n                \"is_active\": true,\n                \"app_display_name\": \"sint minim\",\n                \"app_state_name\": \"et eni\",\n                \"app_facing\": false,\n                \"notify_customer\": false\n              },\n              \"bag_id\": 56919356,\n              \"display_name\": \"officia aute Excepteur\"\n            },\n            {\n              \"status\": \"est ut\",\n              \"forward\": false,\n              \"store_id\": 83363239,\n              \"delivery_awb_number\": \"sint veniam irure laboris\",\n              \"kafka_sync\": false,\n              \"delivery_partner_id\": 13768722,\n              \"app_display_name\": \"dolore ad laborum proident\",\n              \"state_id\": 79708243,\n              \"state_type\": \"logistics\",\n              \"bsh_id\": 12619918,\n              \"created_at\": \"1994-01-30T00:59:21.385Z\",\n              \"created_ts\": \"esse\",\n              \"shipment_id\": \"sunt dolor occaecat fugiat in\",\n              \"updated_at\": \"1953-03-11T00:16:33.019Z\",\n              \"updated_ts\": \"ipsum voluptate ad c\",\n              \"bag_state_mapper\": {\n                \"display_name\": \"occaecat laboris\",\n                \"id\": 50863510,\n                \"journey_type\": \"return\",\n                \"name\": \"consectetur nisi laborum deserunt enim\",\n                \"state_type\": \"logistics\",\n                \"is_active\": false,\n                \"app_display_name\": \"nisi Excepteur id qui\",\n                \"app_state_name\": \"Duis quis sint\",\n                \"app_facing\": true,\n                \"notify_customer\": true\n              },\n              \"bag_id\": 51843894,\n              \"display_name\": \"labore nulla\"\n            }\n          ],\n          \"is_dp_assign_enabled\": true,\n          \"bags\": [\n            {\n              \"bag_id\": -95538724,\n              \"gst_details\": {\n                \"brand_calculated_amount\": -26940581.97934188,\n                \"gst_fee\": -25176142.14836526,\n                \"tax_collected_at_source\": -85580020.14167933,\n                \"value_of_good\": 32343797.087704077,\n                \"cgst_tax_percentage\": 17473137.605446935,\n                \"gstin_code\": \"culpa veniam esse\",\n                \"igst_tax_percentage\": -72034582.73903385,\n                \"gst_tax_percentage\": 33699931.33534761,\n                \"hsn_code_id\": \"elit Lorem\",\n                \"igst_gst_fee\": -18422813.961555913,\n                \"is_default_hsn_code\": true,\n                \"sgst_gst_fee\": 14456724.643100709,\n                \"cgst_gst_fee\": -77164436.85169949,\n                \"gst_tag\": \"sint do\",\n                \"sgst_tax_percentage\": 84282872.22235057,\n                \"hsn_code\": \"ullamco dolore\"\n              },\n              \"bag_status\": [\n                {\n                  \"status\": \"elit do\",\n                  \"forward\": false,\n                  \"store_id\": 94981376,\n                  \"delivery_awb_number\": \"anim proident ut\",\n                  \"kafka_sync\": false,\n                  \"delivery_partner_id\": -24728590,\n                  \"app_display_name\": \"voluptate\",\n                  \"state_id\": -37625594,\n                  \"state_type\": \"operational\",\n                  \"bsh_id\": -84951828,\n                  \"created_at\": \"1971-09-26T06:06:16.858Z\",\n                  \"created_ts\": \"nulla fugiat ullamco \",\n                  \"shipment_id\": \"Lorem sed\",\n                  \"updated_at\": \"1965-08-21T13:29:24.210Z\",\n                  \"updated_ts\": \"Excepteur velit non voluptate\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"in sint elit\",\n                    \"id\": -94557144,\n                    \"journey_type\": \"return\",\n                    \"name\": \"occaecat fugiat ad non\",\n                    \"state_type\": \"financial\",\n                    \"is_active\": false,\n                    \"app_display_name\": \"pariatur dolor\",\n                    \"app_state_name\": \"eiusmod laborum elit aliqua\",\n                    \"app_facing\": false,\n                    \"notify_customer\": false\n                  },\n                  \"bag_id\": -91840588,\n                  \"display_name\": \"anim veniam esse pariatur\"\n                },\n                {\n                  \"status\": \"ut irure magna\",\n                  \"forward\": true,\n                  \"store_id\": 95739432,\n                  \"delivery_awb_number\": \"ut ut minim\",\n                  \"kafka_sync\": true,\n                  \"delivery_partner_id\": -58076922,\n                  \"app_display_name\": \"voluptate tempor occaecat magna\",\n                  \"state_id\": 32227181,\n                  \"state_type\": \"operational\",\n                  \"bsh_id\": -75770144,\n                  \"created_at\": \"2010-02-17T05:50:53.643Z\",\n                  \"created_ts\": \"non mollit velit eu adipisicing\",\n                  \"shipment_id\": \"elit dolore velit\",\n                  \"updated_at\": \"2017-08-19T11:31:17.995Z\",\n                  \"updated_ts\": \"inci\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"deserunt\",\n                    \"id\": 65258786,\n                    \"journey_type\": \"forward\",\n                    \"name\": \"fugiat Lorem aliqua\",\n                    \"state_type\": \"financial\",\n                    \"is_active\": true,\n                    \"app_display_name\": \"occaecat culpa minim a\",\n                    \"app_state_name\": \"nostrud ex veniam adipisicing\",\n                    \"app_facing\": false,\n                    \"notify_customer\": true\n                  },\n                  \"bag_id\": -94173698,\n                  \"display_name\": \"voluptate velit\"\n                }\n              ],\n              \"parent_promo_bags\": {\n                \"nostrud_fe\": \"consequat cillum\"\n              },\n              \"seller_qc_details\": {\n                \"line_number\": 57838394,\n                \"bad_quantity\": 16333308,\n                \"good_quantity\": -21932760\n              },\n              \"financial_breakup\": {\n                \"added_to_fynd_cash\": true,\n                \"amount_paid\": -37837343.58842019,\n                \"brand_calculated_amount\": -66610715.352811575,\n                \"cashback\": 52555487.401187986,\n                \"cashback_applied\": 16189014.959824726,\n                \"cod_charges\": -74461221.47626726,\n                \"coupon_effective_discount\": 72919853.67360657,\n                \"coupon_value\": -30167613.392951682,\n                \"delivery_charge\": -51979012.04074662,\n                \"discount\": 63375407.45378214,\n                \"fynd_credits\": -50640595.105640605,\n                \"gst_fee\": -7817806.662245899,\n                \"gst_tag\": \"quis irure\",\n                \"gst_tax_percentage\": 74880397.70398238,\n                \"hsn_code\": \"Lorem\",\n                \"identifiers\": {\n                  \"alu\": \"cillum mollit anim\",\n                  \"ean\": \"ipsum\",\n                  \"sku_code\": \"labore dolor amet\",\n                  \"upc\": \"commodo Lorem ex sunt\",\n                  \"isbn\": \"quis dolore ullamco\"\n                },\n                \"item_name\": \"adipi\",\n                \"price_effective\": 94938241.26440006,\n                \"price_marked\": 7695370.795087084,\n                \"promotion_effective_discount\": 11743945.109954938,\n                \"refund_credit\": 84235989.73034596,\n                \"size\": \"mag\",\n                \"total_units\": 83937949,\n                \"transfer_price\": -50134557.65889674,\n                \"value_of_good\": 78883499.61848146,\n                \"amount_paid_roundoff\": -87514255,\n                \"tax_collected_at_source\": -60655645.63855803,\n                \"amount_to_be_collected\": 50275019.211684585,\n                \"taxes\": [\n                  {\n                    \"name\": \"aliqua\",\n                    \"rate\": 32427352.404371098,\n                    \"tax_amount\": 50497255.29552361,\n                    \"taxable_amount\": -14681880.672449708\n                  },\n                  {\n                    \"name\": \"aliquip quis fugiat ipsum dolor\",\n                    \"rate\": 92414498.93522528,\n                    \"tax_amount\": 86384190.59030321,\n                    \"taxable_amount\": 44089274.50700629\n                  }\n                ],\n                \"loyalty_discount\": -41446598.27531352\n              },\n              \"bag_configs\": {\n                \"allow_force_return\": false,\n                \"can_be_cancelled\": true,\n                \"enable_tracking\": false,\n                \"is_active\": false,\n                \"is_customer_return_allowed\": true,\n                \"is_returnable\": true,\n                \"is_bundle_item\": false,\n                \"bundle_details\": {\n                  \"bundle_group_id\": \"incididunt tempor exercitation Duis\",\n                  \"name\": \"non\",\n                  \"slug\": \"nulla nisi et labore laborum\",\n                  \"bundle_count\": 85708289,\n                  \"article_bundle_id\": \"consectetur Lorem nisi\",\n                  \"bundle_article_quantity\": -65515670,\n                  \"is_base\": true,\n                  \"price_marked\": 52344831.75803569,\n                  \"price_effective\": 53446413.286328375,\n                  \"item_id\": -69192693,\n                  \"item_type\": \"virtual_bundle\",\n                  \"return_config\": {\n                    \"allow_partial_return\": true,\n                    \"returnable\": false,\n                    \"unit\": false,\n                    \"time\": false\n                  },\n                  \"seller_identifier\": \"qui dolore officia\",\n                  \"images\": [\n                    \"consectetur aute in amet\",\n                    \"consequat commodo ad\"\n                  ],\n                  \"brand_name\": \"minim ex occaecat et dolore\",\n                  \"size\": \"dolor consequat cupidatat elit\"\n                }\n              },\n              \"seller_identifier\": \"do commodo quis elit\",\n              \"delivery_address\": {\n                \"phone\": \"et\",\n                \"address2\": \"id\",\n                \"address\": \"sint aliquip Excepteur sit\",\n                \"longitude\": 51770399.54723081,\n                \"pincode\": \"non et ipsum incididunt\",\n                \"area\": \"ullamco dolor sint magna\",\n                \"address_type\": \"office\",\n                \"country\": \"do nostrud\",\n                \"address_category\": \"billing\",\n                \"email\": \"esse in\",\n                \"created_at\": \"2004-12-06T19:29:52.225Z\",\n                \"address1\": \"dolore aute ex veniam do\",\n                \"display_address\": \"officia\",\n                \"landmark\": \"id et mollit Excepteur\",\n                \"updated_at\": \"2003-12-15T22:44:43.751Z\",\n                \"version\": \"est pariatur reprehenderit\",\n                \"latitude\": -45114372.860601425,\n                \"contact_person\": \"ut id et Excepteur\",\n                \"state\": \"in laborum labore dolore\",\n                \"city\": \"exer\",\n                \"area_code_slug\": \"cillum\",\n                \"country_code\": \"nisi veniam cillum sint\",\n                \"country_iso_code\": \"ut eu Duis eiusmod\",\n                \"country_phone_code\": \"est officia\",\n                \"delivery_address_id\": 88034099,\n                \"geo_location\": {\n                  \"fugiat6d\": \"in velit labore nulla veniam\"\n                },\n                \"name\": \"mollit occaecat do commodo officia\",\n                \"sector\": \"dolore sit velit occaecat\",\n                \"state_code\": \"occaecat aliqua consequat\",\n                \"uid\": \"dolore Duis exercit\",\n                \"user_id\": \"velit tempor dolore labore reprehenderit\",\n                \"code\": \"esse\"\n              },\n              \"article\": {\n                \"identifiers\": {\n                  \"magna_ceb\": true,\n                  \"reprehenderit5f\": -54368475\n                },\n                \"return_config\": {\n                  \"returnable\": false,\n                  \"time\": 60234538.606351405,\n                  \"unit\": \"enim eiusmod et occae\"\n                },\n                \"uid\": \"culpa\",\n                \"size\": \"nostrud ut dolor\",\n                \"tags\": [\n                  \"esse in deserunt Lorem\",\n                  \"ex dolor\"\n                ],\n                \"_custom_json\": {\n                  \"aute0\": -52746435.57187857,\n                  \"in2ea\": \"nostrud labore non pr\",\n                  \"deserunt_e0e\": true\n                }\n              },\n              \"brand\": {\n                \"id\": -24692314,\n                \"logo\": \"deserunt culpa\",\n                \"company\": 41637124,\n                \"created_on\": \"1954-12-30T01:38:45.803Z\",\n                \"brand_name\": \"ut\",\n                \"modified_on\": \"1982-08-05T04:03:45.111Z\"\n              },\n              \"group_id\": \"Lorem\",\n              \"affiliate_bag_details\": {\n                \"affiliate_bag_id\": \"irure eiusmod\",\n                \"coupon_code\": \"anim aute\",\n                \"affiliate_meta\": {\n                  \"order_item_id\": \"aliquip cillum ea aute\",\n                  \"channel_order_id\": \"aute cupidatat sint\",\n                  \"employee_discount\": 25864469.153957754,\n                  \"box_type\": \"ea\",\n                  \"quantity\": -25115032,\n                  \"size_level_total_qty\": 61719019,\n                  \"loyalty_discount\": 33380190.411576867,\n                  \"replacement_details\": {\n                    \"replacement_type\": \"eiusmod ullamco\",\n                    \"original_affiliate_order_id\": \"velit laborum cupidatat \"\n                  },\n                  \"channel_shipment_id\": \"fugiat deserunt culpa\",\n                  \"marketplace_invoice_id\": \"ex\",\n                  \"due_date\": \"1983-12-29T18:52:29.528Z\",\n                  \"coupon_code\": \"eiusmod\",\n                  \"is_priority\": true,\n                  \"is_serial_number_required\": false,\n                  \"fulfilment_priority\": 57221224,\n                  \"customer_selling_price\": 61023766.25838852\n                }\n              },\n              \"item\": {\n                \"id\": 26958304,\n                \"attributes\": {\n                  \"currency\": \"fugiat dolore Lorem dolor\"\n                },\n                \"brand_id\": -81167038,\n                \"slug_key\": \"magna laboris quis Duis in\",\n                \"l3_category\": -57019482,\n                \"l3_category_name\": \"Lorem commodo\",\n                \"last_updated_at\": \"2019-11-09T00:05:15.492Z\",\n                \"name\": \"enim veniam\",\n                \"l2_category\": [\n                  \"sunt sit ea\",\n                  \"veniam sit id\"\n                ],\n                \"brand\": \"adipisicing officia\",\n                \"image\": [\n                  \"commodo labore Ut\",\n                  \"consequat\"\n                ],\n                \"code\": \"laboris sed voluptate\",\n                \"l1_category\": [\n                  \"esse Lorem nulla qui\",\n                  \"amet ad ea\"\n                ],\n                \"size\": \"aliqua veniam\",\n                \"can_cancel\": true,\n                \"can_return\": false,\n                \"branch_url\": \"proident dolor\",\n                \"meta\": {\n                  \"ut_2\": -65649565,\n                  \"in_3\": false,\n                  \"eu_15\": -49992212.32942883\n                },\n                \"color\": \"veniam sed\",\n                \"department_id\": 5496425,\n                \"images\": [\n                  \"nulla fugiat exercitation veniam sed\",\n                  \"deserunt exercitation nostrud Lorem laborum\"\n                ],\n                \"tags\": [\n                  \"eu incididunt magna\",\n                  \"mollit minim\"\n                ]\n              },\n              \"payment_methods\": [\n                {\n                  \"mode\": \"consequat reprehenderit ut Excepteur\",\n                  \"amount\": -91639666.71372119\n                },\n                {\n                  \"mode\": \"Lorem do Duis occaecat\",\n                  \"amount\": 73715204.95059425\n                }\n              ],\n              \"payment_info\": [\n                {\n                  \"mode\": \"sint\",\n                  \"amount\": 11654496.60562703\n                },\n                {\n                  \"mode\": \"occaecat incididunt anim\",\n                  \"amount\": -73083918.2236211\n                }\n              ],\n              \"quantity\": -37620945,\n              \"identifier\": \"dolor nisi\",\n              \"can_return\": false,\n              \"can_cancel\": true,\n              \"display_name\": \"officia ad\",\n              \"line_number\": -38556973,\n              \"meta\": {\n                \"nisi67\": -85618677,\n                \"nisi_8a_\": false,\n                \"exercitation__\": 9168383,\n                \"sitb8c\": 26204993.20713629\n              },\n              \"applied_promos\": [\n                {\n                  \"promotion_type\": \"bundle_price_amount\",\n                  \"promotion_name\": \"Ut enim exercitation\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": -54732644,\n                      \"type\": \"proident qui mini\"\n                    },\n                    {\n                      \"value\": -96638880,\n                      \"type\": \"pariatur d\"\n                    }\n                  ],\n                  \"amount\": 30336656.877376318,\n                  \"article_quantity\": 23195398,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          -8388711,\n                          54634667\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    },\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          -12448521,\n                          -48454732\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"enim esse voluptate est\",\n                  \"mrp_promotion\": true,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"culpa\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"ipsum elit sit ad\",\n                        \"item_name\": \"nisi officia cillum\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"sint culpa adipisicing Excepteu\",\n                        \"item_id\": -49440522,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ]\n                      },\n                      \"parent_item_identifier\": \"id es\",\n                      \"quantity\": -4620728.203964531\n                    },\n                    {\n                      \"article_id\": \"tempor\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"mollit incididunt sunt amet\",\n                        \"item_name\": \"consect\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"ut labore\",\n                        \"item_id\": -32713022,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ]\n                      },\n                      \"parent_item_identifier\": \"ea ipsum Duis\",\n                      \"quantity\": 86419705.98171002\n                    }\n                  ]\n                },\n                {\n                  \"promotion_type\": \"bundle_price_amount\",\n                  \"promotion_name\": \"quis\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": 43587380,\n                      \"type\": \"cupidatat mollit adipisicing aliquip\"\n                    },\n                    {\n                      \"value\": -24023841,\n                      \"type\": \"occaecat\"\n                    }\n                  ],\n                  \"amount\": -96933303.09288943,\n                  \"article_quantity\": -31058207,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          -51205695,\n                          -1596507\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    },\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          15414443,\n                          35034713\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"laborum ullamco sed id\",\n                  \"mrp_promotion\": true,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"Duis do eiusmod ut\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"no\",\n                        \"item_name\": \"voluptate reprehender\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"laboris adipisicing Duis irure\",\n                        \"item_id\": -54302306,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"do_dd7\": 57377588,\n                        \"quia4c\": false\n                      },\n                      \"parent_item_identifier\": \"officia cupidatat ad\",\n                      \"quantity\": -60234164.51681869\n                    },\n                    {\n                      \"article_id\": \"Ut voluptate\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"aliquip\",\n                        \"item_name\": \"esse sunt\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"ad amet\",\n                        \"item_id\": -55369538,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"aute6\": 84100816,\n                        \"adipisicing_7\": -14408406\n                      },\n                      \"parent_item_identifier\": \"Ut\",\n                      \"quantity\": 85268994.63480741\n                    }\n                  ]\n                }\n              ],\n              \"prices\": {\n                \"refund_credit\": -63035782.17593748,\n                \"amount_paid_roundoff\": -78571636.25903301,\n                \"price_effective\": 43986694.809212655,\n                \"promotion_effective_discount\": 97930836.98847291,\n                \"pm_price_split\": -83690338.00682959,\n                \"refund_amount\": 31447971.405896574,\n                \"transfer_price\": -89882455.8218811,\n                \"coupon_effective_discount\": -49094895.041966066,\n                \"tax_collected_at_source\": -79601878.1832784,\n                \"brand_calculated_amount\": 21516117.265122905,\n                \"delivery_charge\": -93663593.75768982,\n                \"cashback\": 79232276.02339101,\n                \"value_of_good\": 52559672.912893,\n                \"cashback_applied\": 96467325.93003362,\n                \"cod_charges\": 68069380.01455358,\n                \"price_marked\": 99870510.92076445,\n                \"amount_paid\": 10751034.756708443,\n                \"coupon_value\": 25604329.500291944,\n                \"discount\": 89137712.44102862,\n                \"fynd_credits\": -6063046.795785397,\n                \"gift_price\": -50552026.55609499,\n                \"amount_to_be_collected\": 33887644.5655587,\n                \"cost_price\": -35338478.13158846,\n                \"loyalty_discount\": 82521202.81880614,\n                \"marketplace_promotion_effective_discount\": 73940372.29996213,\n                \"seller_promotion_effective_discount\": 61415662.580889314\n              },\n              \"charges\": [\n                {\n                  \"name\": \"elit laborum\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": 92999651.17751268,\n                      \"currency\": \"occaecat sit\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": -36666548.544899635,\n                      \"currency\": \"enim dolore\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"multi\",\n                      \"logic\": \"ad ex aliqua elit\"\n                    },\n                    \"distribution_level\": \"consectetur laboris velit\"\n                  },\n                  \"code\": \"veniam Excepteur adipisicing nisi\",\n                  \"type\": \"nisi ut\"\n                },\n                {\n                  \"name\": \"ullamco\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": 28568340.105009943,\n                      \"currency\": \"adipisicing sed\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": 60389799.97444555,\n                      \"currency\": \"et officia dolor commodo labori\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"multi\",\n                      \"logic\": \"commodo\"\n                    },\n                    \"distribution_level\": \"de\"\n                  },\n                  \"code\": \"aliquip minim consequat do\",\n                  \"type\": \"esse nisi id\"\n                }\n              ],\n              \"ordering_currency_prices\": {\n                \"refund_credit\": -18855994.65365511,\n                \"amount_paid_roundoff\": -41443965.03912553,\n                \"price_effective\": -31644616.982280597,\n                \"promotion_effective_discount\": 78676188.56355518,\n                \"pm_price_split\": -67657300.62954468,\n                \"refund_amount\": -2526097.2474576235,\n                \"transfer_price\": 2678595.6901749223,\n                \"coupon_effective_discount\": 72508387.60637906,\n                \"tax_collected_at_source\": -66342841.89899398,\n                \"brand_calculated_amount\": -88228944.97012013,\n                \"delivery_charge\": -88303441.8203498,\n                \"cashback\": -59466292.535592966,\n                \"value_of_good\": -36118954.89501174,\n                \"cashback_applied\": 85579693.36456716,\n                \"cod_charges\": 92262708.4114958,\n                \"price_marked\": 58184403.853214264,\n                \"amount_paid\": 93322603.47212058,\n                \"coupon_value\": 34199176.610479176,\n                \"discount\": 66698074.298276335,\n                \"fynd_credits\": 20090290.110423625,\n                \"gift_price\": -76588602.41913351,\n                \"amount_to_be_collected\": 42310173.37634295,\n                \"cost_price\": 36926931.879600614,\n                \"loyalty_discount\": -69797154.22863744\n              },\n              \"current_status\": {\n                \"id\": 43768222,\n                \"store_id\": -99661343,\n                \"delivery_awb_number\": \"in do consectetur consequat\",\n                \"kafka_sync\": true,\n                \"delivery_partner_id\": 66698895,\n                \"state_type\": \"financial\",\n                \"state_id\": 35513081,\n                \"created_at\": \"2022-08-29T11:29:26.436Z\",\n                \"created_ts\": \"1993-03-03T11:24:11.682Z\",\n                \"shipment_id\": \"laboris\",\n                \"updated_at\": \"2012-03-11T09:02:16.657Z\",\n                \"bag_state_mapper\": {\n                  \"display_name\": \"Ut\",\n                  \"id\": -47763137,\n                  \"journey_type\": \"return\",\n                  \"name\": \"Excepteur culpa ipsum\",\n                  \"state_type\": \"logistics\",\n                  \"is_active\": true,\n                  \"app_display_name\": \"Ut pariatur\",\n                  \"app_state_name\": \"nisi sit\",\n                  \"app_facing\": true,\n                  \"notify_customer\": true\n                },\n                \"bag_id\": 42777979,\n                \"status\": \"dolor\"\n              },\n              \"entity_type\": \"bag\",\n              \"is_parent\": true\n            },\n            {\n              \"bag_id\": -21104626,\n              \"gst_details\": {\n                \"brand_calculated_amount\": -3421899.119836971,\n                \"gst_fee\": -22993948.866081044,\n                \"tax_collected_at_source\": 19198861.89229159,\n                \"value_of_good\": 46052072.289483726,\n                \"cgst_tax_percentage\": 74116337.55382913,\n                \"gstin_code\": \"ad\",\n                \"igst_tax_percentage\": -89384.93993549049,\n                \"gst_tax_percentage\": 33267724.32400191,\n                \"hsn_code_id\": \"in labori\",\n                \"igst_gst_fee\": -71251375.96370444,\n                \"is_default_hsn_code\": true,\n                \"sgst_gst_fee\": 78839685.83686104,\n                \"cgst_gst_fee\": -59881793.76014266,\n                \"gst_tag\": \"aliquip officia mollit\",\n                \"sgst_tax_percentage\": -14292460.018044785,\n                \"hsn_code\": \"culpa sunt\"\n              },\n              \"bag_status\": [\n                {\n                  \"status\": \"Ut sint veniam aute\",\n                  \"forward\": false,\n                  \"store_id\": -98110410,\n                  \"delivery_awb_number\": \"eiusmod in reprehenderit ea\",\n                  \"kafka_sync\": false,\n                  \"delivery_partner_id\": 68101794,\n                  \"app_display_name\": \"occaecat in\",\n                  \"state_id\": 18920162,\n                  \"state_type\": \"operational\",\n                  \"bsh_id\": 77016438,\n                  \"created_at\": \"1947-01-20T13:33:24.307Z\",\n                  \"created_ts\": \"Ut\",\n                  \"shipment_id\": \"aliqua\",\n                  \"updated_at\": \"1977-11-08T04:03:33.327Z\",\n                  \"updated_ts\": \"dolore ea\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"aliqua n\",\n                    \"id\": 31590778,\n                    \"journey_type\": \"return\",\n                    \"name\": \"Excepteur Lorem in aute\",\n                    \"state_type\": \"operational\",\n                    \"is_active\": false,\n                    \"app_display_name\": \"Lorem es\",\n                    \"app_state_name\": \"laborum ullamco \",\n                    \"app_facing\": true,\n                    \"notify_customer\": true\n                  },\n                  \"bag_id\": 4758617,\n                  \"display_name\": \"do\"\n                },\n                {\n                  \"status\": \"occaecat dolor\",\n                  \"forward\": false,\n                  \"store_id\": -30700951,\n                  \"delivery_awb_number\": \"aliquip nulla veniam elit\",\n                  \"kafka_sync\": false,\n                  \"delivery_partner_id\": -42345285,\n                  \"app_display_name\": \"in officia tempor occaec\",\n                  \"state_id\": -99244196,\n                  \"state_type\": \"financial\",\n                  \"bsh_id\": 61315931,\n                  \"created_at\": \"2002-10-18T10:41:52.627Z\",\n                  \"created_ts\": \"consequat tempor occaecat ad\",\n                  \"shipment_id\": \"est ut aliquip et laboris\",\n                  \"updated_at\": \"1951-06-29T20:09:59.105Z\",\n                  \"updated_ts\": \"ea commodo\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"reprehenderit culpa\",\n                    \"id\": -43597150,\n                    \"journey_type\": \"return\",\n                    \"name\": \"sit cupidatat pariatur\",\n                    \"state_type\": \"operational\",\n                    \"is_active\": false,\n                    \"app_display_name\": \"officia minim aliqua nulla\",\n                    \"app_state_name\": \"quis cupidatat in\",\n                    \"app_facing\": true,\n                    \"notify_customer\": true\n                  },\n                  \"bag_id\": 17507330,\n                  \"display_name\": \"qui ut\"\n                }\n              ],\n              \"parent_promo_bags\": {\n                \"magnac6\": \"qui cupidatat \",\n                \"veniamce\": -14213957.34369804\n              },\n              \"seller_qc_details\": {\n                \"line_number\": 48793183,\n                \"bad_quantity\": 29075405,\n                \"good_quantity\": -593576\n              },\n              \"financial_breakup\": {\n                \"added_to_fynd_cash\": false,\n                \"amount_paid\": -87407127.99958663,\n                \"brand_calculated_amount\": 62800701.19503027,\n                \"cashback\": 73517727.65910593,\n                \"cashback_applied\": 74944083.67055741,\n                \"cod_charges\": 83164485.00022471,\n                \"coupon_effective_discount\": -63286956.99822391,\n                \"coupon_value\": -24308001.110742778,\n                \"delivery_charge\": -29825092.820168436,\n                \"discount\": 20249859.68396598,\n                \"fynd_credits\": 67308161.5662849,\n                \"gst_fee\": -7573276.203533381,\n                \"gst_tag\": \"esse reprehenderit irure ex\",\n                \"gst_tax_percentage\": -61181624.37335135,\n                \"hsn_code\": \"officia pariatur \",\n                \"identifiers\": {\n                  \"alu\": \"incididunt tempor nostrud voluptate\",\n                  \"ean\": \"\",\n                  \"sku_code\": \"veniam id magna\",\n                  \"upc\": \"pariatur minim labore eiusmod\",\n                  \"isbn\": \"non\"\n                },\n                \"item_name\": \"amet velit s\",\n                \"price_effective\": 34900492.77089584,\n                \"price_marked\": 10363247.89114125,\n                \"promotion_effective_discount\": 25927619.103303373,\n                \"refund_credit\": -41975121.932779394,\n                \"size\": \"\",\n                \"total_units\": -25347426,\n                \"transfer_price\": 18408320.764615864,\n                \"value_of_good\": -26414251.383256942,\n                \"amount_paid_roundoff\": 13044483,\n                \"tax_collected_at_source\": 74012045.38082081,\n                \"amount_to_be_collected\": 48157187.054804176,\n                \"taxes\": [\n                  {\n                    \"name\": \"amet laborum\",\n                    \"rate\": 57830721.64399156,\n                    \"tax_amount\": -39739840.42944223,\n                    \"taxable_amount\": 15219322.768302083\n                  },\n                  {\n                    \"name\": \"incididunt fugiat\",\n                    \"rate\": 72367501.97610894,\n                    \"tax_amount\": -26693105.373173326,\n                    \"taxable_amount\": -41704471.28269026\n                  }\n                ],\n                \"loyalty_discount\": -67245140.93411633\n              },\n              \"bag_configs\": {\n                \"allow_force_return\": false,\n                \"can_be_cancelled\": true,\n                \"enable_tracking\": false,\n                \"is_active\": false,\n                \"is_customer_return_allowed\": false,\n                \"is_returnable\": true,\n                \"is_bundle_item\": true,\n                \"bundle_details\": {\n                  \"bundle_group_id\": \"est occaecat dolore\",\n                  \"name\": \"incididunt sunt nostrud\",\n                  \"slug\": \"enim nostrud Ut\",\n                  \"bundle_count\": 64753213,\n                  \"article_bundle_id\": \"qui minim\",\n                  \"bundle_article_quantity\": 32834989,\n                  \"is_base\": true,\n                  \"price_marked\": 82073036.57407495,\n                  \"price_effective\": -54390553.69450401,\n                  \"item_id\": 71791934,\n                  \"item_type\": \"physical_bundle\",\n                  \"return_config\": {\n                    \"allow_partial_return\": false,\n                    \"returnable\": true,\n                    \"unit\": true,\n                    \"time\": true\n                  },\n                  \"seller_identifier\": \"in dolore sit id\",\n                  \"images\": [\n                    \"nisi fugiat do consequat aute\",\n                    \"nulla amet Lorem deserunt cillum\"\n                  ],\n                  \"brand_name\": \"dolore\",\n                  \"size\": \"in officia laboris Excepteur\"\n                }\n              },\n              \"seller_identifier\": \"dolore commodo mollit\",\n              \"delivery_address\": {\n                \"phone\": \"magna aute\",\n                \"address2\": \"nostrud consectetur aliquip\",\n                \"address\": \"elit in\",\n                \"longitude\": 89263140.90297866,\n                \"pincode\": \"amet in quis\",\n                \"area\": \"magna labore pariatur\",\n                \"address_type\": \"other\",\n                \"country\": \"aliqua velit\",\n                \"address_category\": \"delivery\",\n                \"email\": \"incididunt laborum magna qui\",\n                \"created_at\": \"1969-06-22T15:43:28.219Z\",\n                \"address1\": \"nisi Ut\",\n                \"display_address\": \"sunt deserunt\",\n                \"landmark\": \"dolore qui laborum\",\n                \"updated_at\": \"1994-05-16T14:29:22.408Z\",\n                \"version\": \"adipisicing occaecat dolor ipsum ullamco\",\n                \"latitude\": 66342751.65329781,\n                \"contact_person\": \"eiusmod\",\n                \"state\": \"ipsum magna elit Ut\",\n                \"city\": \"exercitation id\",\n                \"area_code_slug\": \"tempor adipisicing officia\",\n                \"country_code\": \"ullamco Duis culpa pariatur Excepteur\",\n                \"country_iso_code\": \"in aliqua nisi cupidatat ipsum\",\n                \"country_phone_code\": \"in quis irure\",\n                \"delivery_address_id\": 3559965,\n                \"geo_location\": {\n                  \"non_71\": -35576592,\n                  \"ullamco5f5\": false\n                },\n                \"name\": \"laborum id\",\n                \"sector\": \"ipsum nostrud amet volup\",\n                \"state_code\": \"dolore sed proident Duis sunt\",\n                \"uid\": \"et culpa exercitation dolore\",\n                \"user_id\": \"laborum aliquip consectetur\",\n                \"code\": \"officia Ut voluptate\"\n              },\n              \"article\": {\n                \"identifiers\": {\n                  \"do__3\": -13463194,\n                  \"Lorem_42\": -77353545,\n                  \"Excepteur_cb\": true\n                },\n                \"return_config\": {\n                  \"returnable\": true,\n                  \"time\": 51935090.362944156,\n                  \"unit\": \"sint do proident\"\n                },\n                \"uid\": \"co\",\n                \"size\": \"eu in\",\n                \"tags\": [\n                  \"ullamco magna eu e\",\n                  \"in id occaecat\"\n                ],\n                \"_custom_json\": {\n                  \"eu_7_\": -53562371.338726014,\n                  \"esse_\": false\n                }\n              },\n              \"brand\": {\n                \"id\": -12196480,\n                \"logo\": \"do mollit enim\",\n                \"company\": 61584977,\n                \"created_on\": \"2018-07-12T04:38:59.879Z\",\n                \"brand_name\": \"esse non\",\n                \"modified_on\": \"2016-07-18T18:45:40.408Z\"\n              },\n              \"group_id\": \"esse minim veniam eiusmod\",\n              \"affiliate_bag_details\": {\n                \"affiliate_bag_id\": \"nostrud ex\",\n                \"coupon_code\": \"irure aliquip\",\n                \"affiliate_meta\": {\n                  \"order_item_id\": \"in magna officia\",\n                  \"channel_order_id\": \"enim commodo incididunt\",\n                  \"employee_discount\": 23520710.516845033,\n                  \"box_type\": \"sit reprehenderit elit\",\n                  \"quantity\": 60003031,\n                  \"size_level_total_qty\": -37077613,\n                  \"loyalty_discount\": -82809153.15262356,\n                  \"replacement_details\": {\n                    \"replacement_type\": \"laborum mollit sint ad aliqua\",\n                    \"original_affiliate_order_id\": \"in ullamco Duis ipsum labore\"\n                  },\n                  \"channel_shipment_id\": \"tempor eiusmod aliqua aute\",\n                  \"marketplace_invoice_id\": \"sed ut esse ipsum\",\n                  \"due_date\": \"1978-11-17T00:51:59.622Z\",\n                  \"coupon_code\": \"id aute ex\",\n                  \"is_priority\": true,\n                  \"is_serial_number_required\": false,\n                  \"fulfilment_priority\": -47798910,\n                  \"customer_selling_price\": -31183529.591168523\n                }\n              },\n              \"item\": {\n                \"id\": 347869,\n                \"attributes\": {\n                  \"currency\": \"Ut qui labore exercitation tempor\"\n                },\n                \"brand_id\": 15225651,\n                \"slug_key\": \"velit Duis irure elit\",\n                \"l3_category\": -84029478,\n                \"l3_category_name\": \"eiusmod qui consequat fugiat sed\",\n                \"last_updated_at\": \"1988-10-23T13:45:31.153Z\",\n                \"name\": \"sed esse aliquip\",\n                \"l2_category\": [\n                  \"cillum nisi\",\n                  \"eiusmod\"\n                ],\n                \"brand\": \"proident cupidatat\",\n                \"image\": [\n                  \"occaecat quis\",\n                  \"incididunt do laborum\"\n                ],\n                \"code\": \"commodo magna\",\n                \"l1_category\": [\n                  \"magna Excepteur\",\n                  \"dolore et adipisicing Lorem\"\n                ],\n                \"size\": \"lab\",\n                \"can_cancel\": true,\n                \"can_return\": false,\n                \"branch_url\": \"do qui\",\n                \"meta\": {\n                  \"eiusmod_9_1\": -76427950.73190331\n                },\n                \"color\": \"aliqua elit occaecat\",\n                \"department_id\": 22742253,\n                \"images\": [\n                  \"\",\n                  \"amet nisi\"\n                ],\n                \"tags\": [\n                  \"tempor ut non\",\n                  \"laborum ad enim sunt\"\n                ]\n              },\n              \"payment_methods\": [\n                {\n                  \"mode\": \"exercitation nisi\",\n                  \"amount\": 11693493.036795482\n                },\n                {\n                  \"mode\": \"ipsum deserunt aliq\",\n                  \"amount\": -98596603.77616274\n                }\n              ],\n              \"payment_info\": [\n                {\n                  \"mode\": \"dolor\",\n                  \"amount\": 53895049.14088091\n                },\n                {\n                  \"mode\": \"ea sit\",\n                  \"amount\": 25294004.131137848\n                }\n              ],\n              \"quantity\": 25975814,\n              \"identifier\": \"nostrud\",\n              \"can_return\": false,\n              \"can_cancel\": false,\n              \"display_name\": \"labore cillum sint ipsum laborum\",\n              \"line_number\": -48019518,\n              \"meta\": {\n                \"minimf9d\": -27560477\n              },\n              \"applied_promos\": [\n                {\n                  \"promotion_type\": \"bundle_amount_percentage\",\n                  \"promotion_name\": \"consequat aliquip nostrud deserunt ut\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": -27172635,\n                      \"type\": \"ut ad irure velit\"\n                    },\n                    {\n                      \"value\": 28617636,\n                      \"type\": \"Excepteur ea do\"\n                    }\n                  ],\n                  \"amount\": -20403877.036895543,\n                  \"article_quantity\": 74849904,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          4274407,\n                          -16271401\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    },\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          94818689,\n                          40389587\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"oc\",\n                  \"mrp_promotion\": true,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"voluptate aliquip in\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"eu incididunt officia\",\n                        \"item_name\": \"magna esse sint\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"esse voluptate\",\n                        \"item_id\": -73177916,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ]\n                      },\n                      \"parent_item_identifier\": \"dolor cillum ut fugia\",\n                      \"quantity\": -20506889.044997886\n                    },\n                    {\n                      \"article_id\": \"elit \",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"ull\",\n                        \"item_name\": \"officia et amet\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"proident ea ullamco sint\",\n                        \"item_id\": -86291627,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ]\n                      },\n                      \"parent_item_identifier\": \"dolor anim\",\n                      \"quantity\": 21722374.018185154\n                    }\n                  ]\n                },\n                {\n                  \"promotion_type\": \"bundle_amount_percentage\",\n                  \"promotion_name\": \"non anim mollit\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": 43076370,\n                      \"type\": \"ex nostrud\"\n                    },\n                    {\n                      \"value\": -16577583,\n                      \"type\": \"enim ut consectetur nisi eu\"\n                    }\n                  ],\n                  \"amount\": -83836269.95650193,\n                  \"article_quantity\": -99182662,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          -7422809,\n                          -67487063\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    },\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          -80364349,\n                          80307384\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"in sed\",\n                  \"mrp_promotion\": true,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"ea\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"aliquip aute quis\",\n                        \"item_name\": \"ut\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"pariatur consequat eiusmod\",\n                        \"item_id\": -24933203,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"exercitationb\": -75414001,\n                        \"cupidatatd\": true\n                      },\n                      \"parent_item_identifier\": \"quis\",\n                      \"quantity\": -31626388.67971705\n                    },\n                    {\n                      \"article_id\": \"incididunt proi\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"ullamco aute\",\n                        \"item_name\": \"nisi ea\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"et irure Lorem\",\n                        \"item_id\": 20189678,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ]\n                      },\n                      \"parent_item_identifier\": \"in Lorem dolore eu\",\n                      \"quantity\": 92427059.56910262\n                    }\n                  ]\n                }\n              ],\n              \"prices\": {\n                \"refund_credit\": -72927618.90095872,\n                \"amount_paid_roundoff\": 61904315.39438492,\n                \"price_effective\": -71097097.8692886,\n                \"promotion_effective_discount\": 12026225.145350814,\n                \"pm_price_split\": -89939515.75604835,\n                \"refund_amount\": 19406744.921784297,\n                \"transfer_price\": 50304558.6672903,\n                \"coupon_effective_discount\": 33564398.222543985,\n                \"tax_collected_at_source\": -87584893.77509733,\n                \"brand_calculated_amount\": -24831061.260912746,\n                \"delivery_charge\": -46684505.192520075,\n                \"cashback\": -86403969.58934313,\n                \"value_of_good\": 31962436.939004317,\n                \"cashback_applied\": 24595408.44132051,\n                \"cod_charges\": -9160552.876161173,\n                \"price_marked\": -44819735.888644405,\n                \"amount_paid\": -2967835.581477061,\n                \"coupon_value\": -70201159.09575976,\n                \"discount\": -29024523.24381639,\n                \"fynd_credits\": -67592105.10870877,\n                \"gift_price\": -33429064.126635887,\n                \"amount_to_be_collected\": -26537467.089563817,\n                \"cost_price\": -11936853.302230462,\n                \"loyalty_discount\": 68341915.9793087,\n                \"marketplace_promotion_effective_discount\": -91681800.02999114,\n                \"seller_promotion_effective_discount\": 77174151.52359039\n              },\n              \"charges\": [\n                {\n                  \"name\": \"do dolore eu non\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": -92814142.42022796,\n                      \"currency\": \"Ut deserunt tempor dolore\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": 19474908.812877566,\n                      \"currency\": \"sed exercitation id\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"single\",\n                      \"logic\": \"magna\"\n                    },\n                    \"distribution_level\": \"elit laborum\"\n                  },\n                  \"code\": \"ut nulla ex\",\n                  \"type\": \"non eu magna\"\n                },\n                {\n                  \"name\": \"irure nostrud\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": 33701148.72584163,\n                      \"currency\": \"aliqua tempor est\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": -32355689.059582233,\n                      \"currency\": \"officia ut dolor\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"single\",\n                      \"logic\": \"laboris consequat\"\n                    },\n                    \"distribution_level\": \"elit voluptate\"\n                  },\n                  \"code\": \"dolor\",\n                  \"type\": \"est consequat\"\n                }\n              ],\n              \"ordering_currency_prices\": {\n                \"refund_credit\": 95560941.97907332,\n                \"amount_paid_roundoff\": -61853.81263294816,\n                \"price_effective\": -76973304.62871043,\n                \"promotion_effective_discount\": 94190090.8232511,\n                \"pm_price_split\": 89801026.90412855,\n                \"refund_amount\": 98640500.3608371,\n                \"transfer_price\": -36674762.09358198,\n                \"coupon_effective_discount\": -73030737.89571628,\n                \"tax_collected_at_source\": 9969655.34700273,\n                \"brand_calculated_amount\": 87497261.64186159,\n                \"delivery_charge\": -88386075.9885716,\n                \"cashback\": 12464613.544667229,\n                \"value_of_good\": 28261077.510636136,\n                \"cashback_applied\": 25978656.149416238,\n                \"cod_charges\": 27945824.867606863,\n                \"price_marked\": 55818065.36564025,\n                \"amount_paid\": 35950557.79055917,\n                \"coupon_value\": -22826629.94570504,\n                \"discount\": 85393225.74983287,\n                \"fynd_credits\": -96685401.87239775,\n                \"gift_price\": 39652228.1844807,\n                \"amount_to_be_collected\": 10826599.94317709,\n                \"cost_price\": 47651722.83985001,\n                \"loyalty_discount\": 39590623.17409217\n              },\n              \"current_status\": {\n                \"id\": 77503552,\n                \"store_id\": 65647690,\n                \"delivery_awb_number\": \"in est anim\",\n                \"kafka_sync\": false,\n                \"delivery_partner_id\": 29122585,\n                \"state_type\": \"logistics\",\n                \"state_id\": -16004349,\n                \"created_at\": \"1951-09-22T04:25:10.829Z\",\n                \"created_ts\": \"1979-12-04T15:30:06.362Z\",\n                \"shipment_id\": \"sint velit id\",\n                \"updated_at\": \"1998-06-06T23:10:58.550Z\",\n                \"bag_state_mapper\": {\n                  \"display_name\": \"enim ullamco eiusmod\",\n                  \"id\": -28750059,\n                  \"journey_type\": \"forward\",\n                  \"name\": \"eu mollit dolore\",\n                  \"state_type\": \"operational\",\n                  \"is_active\": true,\n                  \"app_display_name\": \"occaecat in\",\n                  \"app_state_name\": \"ea nulla\",\n                  \"app_facing\": true,\n                  \"notify_customer\": true\n                },\n                \"bag_id\": 62395993,\n                \"status\": \"in eu\"\n              },\n              \"entity_type\": \"shipments\",\n              \"is_parent\": false\n            }\n          ],\n          \"dp_assignment\": false,\n          \"total_items\": 98634070,\n          \"fulfilling_store\": {\n            \"address\": \"la\",\n            \"city\": \"aliqua ea\",\n            \"code\": \"laborum sed nulla\",\n            \"contact_person\": \"non\",\n            \"country\": \"consectetur elit\",\n            \"fulfillment_channel\": \"aliquip d\",\n            \"id\": 13139011,\n            \"meta\": {\n              \"autec\": -40272844.72213268,\n              \"exercitation_f\": -25292521,\n              \"ipsumff6\": \"dolore\"\n            },\n            \"phone\": \"ut ullamco\",\n            \"pincode\": \"aute\",\n            \"state\": \"sed consequat pariatur anim\",\n            \"store_name\": \"te\",\n            \"address1\": \"aute\",\n            \"display_address\": \"Lorem\",\n            \"store_email\": \"ea in\"\n          },\n          \"meta\": {\n            \"officia__\": -20456270,\n            \"id_37e\": 93125471,\n            \"culpa_9\": false,\n            \"Lorem5fc\": -97719676.54543743,\n            \"aute60\": 23191155.359874845\n          },\n          \"pdf_links\": {\n            \"sed_e\": \"ullamco consequat enim in\"\n          },\n          \"payment_mode\": \"in ut in\",\n          \"packaging_type\": \"do velit exercita\",\n          \"journey_type\": \"forward\",\n          \"prices\": {\n            \"refund_credit\": -34765507.99557172,\n            \"amount_paid_roundoff\": -32121027.14763923,\n            \"price_effective\": 69166186.69461995,\n            \"promotion_effective_discount\": 34783363.22687435,\n            \"pm_price_split\": 20717655.947220057,\n            \"refund_amount\": 29108283.860876888,\n            \"transfer_price\": 96169674.51595509,\n            \"coupon_effective_discount\": -14031758.61793384,\n            \"tax_collected_at_source\": 44633336.479200125,\n            \"brand_calculated_amount\": -95984397.32323025,\n            \"delivery_charge\": 36256483.754467845,\n            \"cashback\": -23990933.94092633,\n            \"value_of_good\": -26948265.160497755,\n            \"cashback_applied\": 59161728.2550689,\n            \"cod_charges\": 45310108.433436066,\n            \"price_marked\": -68300398.45199694,\n            \"amount_paid\": -56870049.99017637,\n            \"coupon_value\": -9291046.47825794,\n            \"discount\": -26885043.22427492,\n            \"fynd_credits\": -25810038.89162706,\n            \"gift_price\": 8256081.055162355,\n            \"amount_to_be_collected\": 15569440.722156271,\n            \"cost_price\": -71297385.6200028,\n            \"loyalty_discount\": -53642351.28029704,\n            \"marketplace_promotion_effective_discount\": -57754220.78658128,\n            \"seller_promotion_effective_discount\": -44386339.22249418\n          },\n          \"charges\": [\n            {\n              \"name\": \"irure ut\",\n              \"amount\": {\n                \"base_currency\": {\n                  \"value\": -65329651.85099888,\n                  \"currency\": \"ipsu\"\n                },\n                \"ordering_currency\": {\n                  \"value\": -82665942.89829898,\n                  \"currency\": \"minim ut in\"\n                }\n              },\n              \"distribution_logic\": {\n                \"distribution\": {\n                  \"type\": \"multi\",\n                  \"logic\": \"officia aliquip non\"\n                },\n                \"distribution_level\": \"consectetur velit occaecat enim\"\n              },\n              \"code\": \"aute eu\",\n              \"type\": \"amet do Ut\"\n            },\n            {\n              \"name\": \"voluptate in enim ipsum est\",\n              \"amount\": {\n                \"base_currency\": {\n                  \"value\": -64027375.51142428,\n                  \"currency\": \"laboris tempor Ut pariatur\"\n                },\n                \"ordering_currency\": {\n                  \"value\": -29573240.061913624,\n                  \"currency\": \"aute in amet eu\"\n                }\n              },\n              \"distribution_logic\": {\n                \"distribution\": {\n                  \"type\": \"single\",\n                  \"logic\": \"est enim Excepteur\"\n                },\n                \"distribution_level\": \"laborum fugiat amet proident\"\n              },\n              \"code\": \"fugiat pariatur labore\",\n              \"type\": \"qui velit esse\"\n            }\n          ],\n          \"ordering_currency_prices\": {\n            \"refund_credit\": 58311488.84400296,\n            \"amount_paid_roundoff\": 10734941.496479869,\n            \"price_effective\": 58773342.21056986,\n            \"promotion_effective_discount\": -32001687.073648855,\n            \"pm_price_split\": 344192.0970763713,\n            \"refund_amount\": 82021654.94025567,\n            \"transfer_price\": -24653279.853371352,\n            \"coupon_effective_discount\": -66069596.22212862,\n            \"tax_collected_at_source\": 93332135.53135785,\n            \"brand_calculated_amount\": 12891040.505124092,\n            \"delivery_charge\": -80148351.50691354,\n            \"cashback\": -42913947.91519667,\n            \"value_of_good\": -16203200.251745015,\n            \"cashback_applied\": -58213175.38361521,\n            \"cod_charges\": -84332417.5772747,\n            \"price_marked\": 17485779.821063563,\n            \"amount_paid\": -93368514.97829568,\n            \"coupon_value\": -4606815.801910847,\n            \"discount\": -93660152.41314267,\n            \"fynd_credits\": -86137524.37830548,\n            \"gift_price\": -13759036.423436478,\n            \"amount_to_be_collected\": -7630120.899489909,\n            \"cost_price\": 11522768.68506749,\n            \"loyalty_discount\": -4848983.213417351\n          },\n          \"vertical\": \"ea cillum et\",\n          \"payments\": {\n            \"mode\": \"cupidatat in\",\n            \"logo\": \"velit cillum commodo aute labore\",\n            \"source\": \"ut Lorem\"\n          },\n          \"operational_status\": \"Ut elit\",\n          \"status\": {\n            \"meta\": {\n              \"dolore1f\": \"Duis minim elit\",\n              \"exercitation_8e8\": false\n            },\n            \"bag_list\": [\n              \"esse\",\n              \"ut laborum\"\n            ],\n            \"id\": -40369947,\n            \"created_at\": \"2002-08-19T15:03:00.490Z\",\n            \"created_ts\": \"labore\",\n            \"shipment_id\": \"magna\",\n            \"status\": \"aliquip proident nostrud magn\",\n            \"display_name\": \"esse\",\n            \"current_shipment_status\": \"aliquip sit cupidatat\",\n            \"status_created_at\": \"1996-02-25T23:04:41.825Z\"\n          },\n          \"total_bags\": -50120208,\n          \"shipment_created_at\": \"2004-08-18T05:01:06.524Z\",\n          \"shipment_created_ts\": \"occaecat\",\n          \"currency\": {\n            \"currency_code\": \"amet cillum\",\n            \"currency_symbol\": \"commodo sed\"\n          },\n          \"currency_info\": {\n            \"ordering_currency\": {\n              \"currency_code\": \"esse mollit minim ut veniam\",\n              \"currency_name\": \"culpa magna dolor consequat exercitation\",\n              \"currency_symbol\": \"ad pariatur fugiat\",\n              \"currency_sub_unit\": \"voluptate fugiat veniam est\"\n            },\n            \"conversion_rate\": {\n              \"conversion_rate\": null,\n              \"base\": \"INR\",\n              \"rates\": {\n                \"INR\": {\n                  \"name\": \"Indian Rupee\",\n                  \"value\": 1,\n                  \"symbol\": \"₹\",\n                  \"sub_unit\": \"\"\n                }\n              }\n            }\n          },\n          \"previous_shipment_id\": \"\",\n          \"shipment_update_time\": -19157906.366803303,\n          \"rto_address\": {\n            \"phone\": \"laborum nostrud consectetur\",\n            \"address2\": \"Ut in elit adipisicing\",\n            \"address\": \"mollit do\",\n            \"longitude\": -47962418.548627816,\n            \"pincode\": \"culpa laboris est\",\n            \"area\": \"culpa deserunt id amet\",\n            \"address_type\": \"home\",\n            \"country\": \"aliquip sed\",\n            \"address_category\": \"delivery\",\n            \"email\": \"dolor cillum\",\n            \"created_at\": \"1948-08-27T08:09:27.848Z\",\n            \"address1\": \"ex reprehenderit ad\",\n            \"display_address\": \"aute ex\",\n            \"landmark\": \"exercitation Duis\",\n            \"updated_at\": \"1978-03-04T09:04:46.667Z\",\n            \"version\": \"enim elit tempor occaecat sed\",\n            \"latitude\": -78557409.61601047,\n            \"contact_person\": \"esse nulla incididunt Ut\",\n            \"state\": \"laborum consect\",\n            \"city\": \"labore ad\",\n            \"area_code_slug\": \"ad amet quis\",\n            \"country_code\": \"sint cupidatat sit Ut\",\n            \"country_iso_code\": \"sint quis\",\n            \"country_phone_code\": \"Excepteur ea\",\n            \"delivery_address_id\": 60486887,\n            \"geo_location\": {\n              \"irure_d15\": -26153997.87210025\n            },\n            \"name\": \"Duis est\",\n            \"sector\": \"occaecat\",\n            \"state_code\": \"quis voluptate dolor\",\n            \"uid\": \"enim sit\",\n            \"user_id\": \"ex Excepteur esse\",\n            \"code\": \"do sint\"\n          },\n          \"credit_note_id\": \"nostrud elit\",\n          \"is_self_ship\": true,\n          \"mode_of_payment\": \"consectetur mollit aliquip\",\n          \"is_lapa_enabled\": true,\n          \"forward_end_shipment_id\": \"Excepteur\",\n          \"logistics_meta\": {\n            \"tempor_0\": false,\n            \"dolore2\": -54793421\n          },\n          \"packages\": [\n            {\n              \"id\": \"PK0000000001\",\n              \"packaging_id\": \"6733286311a57c1546561690\",\n              \"name\": \"Package 1\",\n              \"size\": \"medium\",\n              \"package_type\": \"Box\",\n              \"length\": 25,\n              \"width\": 15,\n              \"height\": 10,\n              \"weight\": 2.5,\n              \"error_rate\": 0.02,\n              \"package_vol_weight\": 3.75,\n              \"max_weight\": 5,\n              \"awb\": \"AWB1234567890\",\n              \"pdf_links\": {\n                \"label_a4\": \"https://sample.com/documents/label_a4/PDFs/17512794597831303808_label_a4.pdf\",\n                \"label_a6\": \"https://sample.com/documents/label_a6/PDFs/17512794597831303808_label_a6.pdf\",\n                \"label_pos\": \"https://sample.com/documents/label_pos/PDFs/17512794597831303808_label_pos.pdf\"\n              },\n              \"products\": [\n                {\n                  \"line_number\": 1,\n                  \"quantity\": 2,\n                  \"identifier\": \"PROD001\"\n                },\n                {\n                  \"line_number\": 2,\n                  \"quantity\": 1,\n                  \"identifier\": \"PROD002\"\n                }\n              ]\n            },\n            {\n              \"id\": \"PK0000000001\",\n              \"packaging_id\": \"6733286311a57c1546561690\",\n              \"name\": \"Package 1\",\n              \"size\": \"medium\",\n              \"package_type\": \"Box\",\n              \"length\": 25,\n              \"width\": 15,\n              \"height\": 10,\n              \"weight\": 2.5,\n              \"error_rate\": 0.02,\n              \"package_vol_weight\": 3.75,\n              \"max_weight\": 5,\n              \"awb\": \"AWB1234567890\",\n              \"pdf_links\": {\n                \"label_a4\": \"https://sample.com/documents/label_a4/PDFs/17512794597831303808_label_a4.pdf\",\n                \"label_a6\": \"https://sample.com/documents/label_a6/PDFs/17512794597831303808_label_a6.pdf\",\n                \"label_pos\": \"https://sample.com/documents/label_pos/PDFs/17512794597831303808_label_pos.pdf\"\n              },\n              \"products\": [\n                {\n                  \"line_number\": 1,\n                  \"quantity\": 2,\n                  \"identifier\": \"PROD001\"\n                },\n                {\n                  \"line_number\": 2,\n                  \"quantity\": 1,\n                  \"identifier\": \"PROD002\"\n                }\n              ]\n            }\n          ]\n        },\n        {\n          \"shipment_id\": \"est\",\n          \"fulfillment_option\": {\n            \"name\": \"consectetur cupidatat ullamco velit\",\n            \"slug\": \"magna nisi Lorem quis\",\n            \"type\": \"sed veniam\",\n            \"is_default\": false\n          },\n          \"picked_date\": \"2001-10-06T15:47:38.087Z\",\n          \"tracking_list\": [\n            {\n              \"status\": \"exercitation consequat veniam ex\",\n              \"text\": \"sint dolore veniam sunt\",\n              \"is_passed\": false,\n              \"is_current\": true,\n              \"time\": \"proident enim culpa\",\n              \"created_ts\": \"qui sit et nostrud anim\"\n            },\n            {\n              \"status\": \"dolore officia consectetur Excepteur\",\n              \"text\": \"sint in labore fugiat\",\n              \"is_passed\": false,\n              \"is_current\": false,\n              \"time\": \"quis Ut\",\n              \"created_ts\": \"Excepteur sed\"\n            }\n          ],\n          \"invoice\": {\n            \"store_invoice_id\": \"tempor eiusmod occaecat aute\",\n            \"invoice_url\": \"pariatur ea ad\",\n            \"updated_date\": \"2014-04-10T09:31:46.232Z\",\n            \"external_invoice_id\": \"ut incididunt non ei\",\n            \"label_url\": \"nisi Ut\",\n            \"credit_note_id\": \"sed ipsum et\",\n            \"links\": {\n              \"minim_d\": -13423706.631599948,\n              \"magna8d\": -14503139.973037675\n            }\n          },\n          \"shipment_status\": \"enim pariatur qui amet ea\",\n          \"gst_details\": {\n            \"brand_calculated_amount\": 47364470.03291619,\n            \"gst_fee\": -85638203.31348567,\n            \"tax_collected_at_source\": -60962351.04993379,\n            \"value_of_good\": 88437840.6352548,\n            \"cgst_tax_percentage\": -38229115.88397,\n            \"gstin_code\": \"dolor Duis\",\n            \"igst_tax_percentage\": 96530962.55250472,\n            \"gst_tax_percentage\": 11246461.971973926,\n            \"hsn_code_id\": \"do ipsum\",\n            \"igst_gst_fee\": 60309500.06231776,\n            \"is_default_hsn_code\": false,\n            \"sgst_gst_fee\": 55402057.54277912,\n            \"cgst_gst_fee\": 96703244.42021087,\n            \"gst_tag\": \"in dolor\",\n            \"sgst_tax_percentage\": 26320884.230836138,\n            \"hsn_code\": \"eiusmod\"\n          },\n          \"order_status\": {\n            \"order_details\": {\n              \"fynd_order_id\": \"sit proident\",\n              \"created_at\": \"2006-03-15T16:16:46.214Z\",\n              \"user_id\": \"minim quis\",\n              \"tax_details\": {\n                \"pan_no\": \"voluptate ad ut ipsum dolor\",\n                \"gstin\": \"fugiat ipsum\"\n              },\n              \"mongo_cart_id\": -98753930.34921843,\n              \"delivery_charges\": -19116125.388399974,\n              \"transaction_id\": \"in fugiat Duis esse\",\n              \"collect_by\": \"sint voluptate\",\n              \"headers\": {\n                \"Duis__8\": true\n              },\n              \"coupon_value\": 78279398.7611031,\n              \"order_value\": 95260995.61821142,\n              \"created_time\": \"aute laborum ut non ut\",\n              \"currency\": \"Excepteur eu\",\n              \"total_order_value\": -82712850.83778715,\n              \"ordering_channel\": \"incididunt sit ulla\",\n              \"ordering_source\": \"te\",\n              \"meta\": {\n                \"minim_275\": true,\n                \"elit_6\": false,\n                \"fugiat_f\": 37041008.78423175\n              },\n              \"cod_charges\": -58137865.321948335,\n              \"cashback_value\": 65570807.89286408,\n              \"refund_by\": \"qui tempor Exce\",\n              \"affiliate_order_date\": \"2023-10-23T11:11:59.897Z\",\n              \"payment_methods\": {\n                \"COD\": {\n                  \"amount\": 1100\n                }\n              },\n              \"affiliate_order_id\": \"quis consectetur reprehenderit\",\n              \"payment_mode_id\": -93439659.35648146,\n              \"promotion_effective_discount\": 788521.9517922848,\n              \"mode_of_payment\": \"culpa cillum do veniam\",\n              \"discount\": -84228996.81097001,\n              \"cashback_applied\": -27859592.865726903,\n              \"fynd_credits\": -21305103.678952888,\n              \"affiliate_id\": \"mollit Duis amet\",\n              \"ordering_channel_logo\": \"minim sed dolor aliqua\",\n              \"prices\": {\n                \"refund_credit\": -68084661.38691473,\n                \"amount_paid_roundoff\": 52476654.50631085,\n                \"price_effective\": -15563692.393173054,\n                \"promotion_effective_discount\": -68254077.52907018,\n                \"pm_price_split\": 24399935.121201336,\n                \"refund_amount\": 45759672.456361055,\n                \"transfer_price\": 26186327.22345926,\n                \"coupon_effective_discount\": 41584745.266227335,\n                \"tax_collected_at_source\": -72030811.87467042,\n                \"brand_calculated_amount\": -146504.7878522128,\n                \"delivery_charge\": -72097258.88130593,\n                \"cashback\": -16993359.497023612,\n                \"value_of_good\": 77367337.74145725,\n                \"cashback_applied\": -1334171.8085293472,\n                \"cod_charges\": -45819419.07098619,\n                \"price_marked\": -60675190.852847114,\n                \"amount_paid\": 54252594.4864181,\n                \"coupon_value\": -44758431.85158128,\n                \"discount\": 52812924.27447322,\n                \"fynd_credits\": -41337785.58487,\n                \"gift_price\": 10739256.995222628,\n                \"amount_to_be_collected\": -12425605.577619642,\n                \"cost_price\": 68334079.18393824,\n                \"loyalty_discount\": 56068630.69920239,\n                \"marketplace_promotion_effective_discount\": 13889389.342599407,\n                \"seller_promotion_effective_discount\": 35601916.27596158\n              },\n              \"charges\": [\n                {\n                  \"name\": \"dolore\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": 88916049.90852341,\n                      \"currency\": \"sint adipisicing anim officia\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": 50183901.16366559,\n                      \"currency\": \"sint in ullamco\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"multi\",\n                      \"logic\": \"ipsum cupidatat\"\n                    },\n                    \"distribution_level\": \"in dolore fugiat exer\"\n                  },\n                  \"code\": \"nisi sunt\",\n                  \"type\": \"Ut est Duis esse\"\n                },\n                {\n                  \"name\": \"et qui fugiat\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": -10991803.022503316,\n                      \"currency\": \"dolor ipsum consequat sit veniam\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": 97055194.07425225,\n                      \"currency\": \"sunt\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"multi\",\n                      \"logic\": \"mol\"\n                    },\n                    \"distribution_level\": \"Ut ut anim\"\n                  },\n                  \"code\": \"dolore elit\",\n                  \"type\": \"occaecat\"\n                }\n              ],\n              \"loyalty_discount_details\": {\n                \"discount\": 55394087.596452355,\n                \"ownership\": \"seller\",\n                \"is_applied\": true\n              }\n            },\n            \"errors\": [\n              \"nostrud et ad\",\n              \"dolor Ut in deserunt qui\"\n            ],\n            \"shipment_details\": [\n              {\n                \"id\": 18890368,\n                \"meta\": {\n                  \"kafka_emission_status\": 72884525,\n                  \"state_manager_used\": \"deserunt sint\"\n                },\n                \"shipment_id\": \"elit consectetur incididunt\",\n                \"status\": \"cillum irure ad deserunt\",\n                \"bag_list\": [\n                  -27016684,\n                  -21110561\n                ],\n                \"remarks\": \"nostrud id in veniam exercitation\"\n              },\n              {\n                \"id\": 67908426,\n                \"meta\": {\n                  \"kafka_emission_status\": -34094081,\n                  \"state_manager_used\": \"in\"\n                },\n                \"shipment_id\": \"ex pariatur\",\n                \"status\": \"sed\",\n                \"bag_list\": [\n                  -8875303,\n                  -77761000\n                ],\n                \"remarks\": \"esse aliquip laborum aute quis\"\n              }\n            ],\n            \"text\": \"adipisicing dolor ipsum nostrud null\",\n            \"value\": \"ex commodo aliqu\",\n            \"color_code\": \"conse\",\n            \"expected_delivery_date\": \"2004-04-17T02:34:32.105Z\"\n          },\n          \"delivery_slot\": {\n            \"ea_b22\": -16136756,\n            \"amet_a\": false\n          },\n          \"order\": {\n            \"fynd_order_id\": \"quis exercitation\",\n            \"order_date\": \"2018-10-18T14:15:04.206Z\",\n            \"created_ts\": \"eiusmod sit\",\n            \"tax_details\": {\n              \"ea1f2\": -9134759.722730383,\n              \"sint8b4\": true,\n              \"ipsum78\": -69440500.68490437,\n              \"proident140\": \"anim non enim\",\n              \"occaecat_6c\": false\n            },\n            \"cod_charges\": \"ea cillum\",\n            \"source\": \"dolore in\",\n            \"affiliate_id\": \"culpa sunt sit laborum\",\n            \"affiliate_order_id\": \"aliquip laborum adipisicing fugiat\",\n            \"ordering_channel_logo\": {\n              \"exercitation9a5\": -25409787.505842462\n            },\n            \"order_value\": \"amet\",\n            \"ordering_channel\": \"in cupidatat ut\",\n            \"ordering_source\": \"exercitation cil\",\n            \"loyalty_discount_details\": {\n              \"discount\": -63159497.86141668,\n              \"ownership\": \"seller\",\n              \"is_applied\": true\n            },\n            \"meta\": {\n              \"reprehenderit_4b6\": 41569790.135498464,\n              \"ullamco_8\": -17123750.99358447\n            }\n          },\n          \"user\": {\n            \"id\": 75723389,\n            \"user_oid\": \"ipsum dolor non nulla\",\n            \"mongo_user_id\": \"Duis\",\n            \"external_customer_id\": \"sint amet est\",\n            \"first_name\": \"eiusmod ut voluptate Ut\",\n            \"last_name\": \"adipisicing\",\n            \"mobile\": \"non\",\n            \"email\": \"veniam eu in\",\n            \"meta\": {\n              \"minim_fc\": \"officia eu velit\"\n            },\n            \"is_anonymous_user\": true,\n            \"name\": \"sint id elit\",\n            \"gender\": \"nisi ut nulla officia\",\n            \"country_phone_code\": \"mollit\"\n          },\n          \"enable_dp_tracking\": true,\n          \"custom_message\": \"proident ipsum\",\n          \"estimated_sla_time\": \"mollit voluptate aliqua\",\n          \"estimated_sla_ts\": \"dol\",\n          \"can_update_dimension\": false,\n          \"shipment_images\": [\n            \"Ut o\",\n            \"Lorem adipisicing\"\n          ],\n          \"delivery_details\": {\n            \"estd\": false\n          },\n          \"billing_details\": {\n            \"proidenta\": \"reprehenderit ex sint ut\",\n            \"eud7\": 96292914\n          },\n          \"forward_shipment_id\": \"Lorem laborum\",\n          \"fulfilment_priority\": -95989785,\n          \"shipment_details\": {\n            \"lock_status\": false,\n            \"lock_message\": \"do in dolore ad\",\n            \"action_to_status\": {\n              \"download_invoice\": \"lock\",\n              \"download_label\": \"lock\"\n            }\n          },\n          \"shipment_quantity\": 52854352,\n          \"company_details\": {\n            \"company_name\": \"incididunt in in velit\",\n            \"address\": {\n              \"ad_0fa\": \"sint laborum eu exercitation\"\n            },\n            \"company_cin\": \"in nostrud minim exercita\",\n            \"company_id\": -65031659,\n            \"company_gst\": \"commodo nulla ex\",\n            \"company_contact\": {\n              \"phone\": [\n                {\n                  \"country_code\": -75360970,\n                  \"number\": \"labore minim velit et\"\n                },\n                {\n                  \"country_code\": 49454405,\n                  \"number\": \"amet commodo ex adipisicing laborum\"\n                }\n              ],\n              \"emails\": [\n                \"dolore non sed est\",\n                \"ex mollit laborum velit\"\n              ]\n            }\n          },\n          \"ordering_store\": {\n            \"phone\": \"qui sunt\",\n            \"pincode\": \"cupidatat officia esse occaecat\",\n            \"meta\": {\n              \"consecteture5d\": true,\n              \"in_9a0\": 3861767,\n              \"pariatur_fe\": \"aute adipisicing sunt\",\n              \"dolore9\": 3101156.646061972,\n              \"exercitation50f\": \"ullamco quis\"\n            },\n            \"address\": \"Excepteur aliqu\",\n            \"address1\": \"dolore est\",\n            \"display_address\": \"qui ut\",\n            \"id\": -76153859,\n            \"code\": \"qui reprehenderit minim\",\n            \"store_name\": \"dolor\",\n            \"country\": \"ut eiusmod elit dolore\",\n            \"contact_person\": \"ut laborum\",\n            \"state\": \"Excepteur laboris velit ut voluptate\",\n            \"city\": \"veniam dolore Lorem consectetur dolor\",\n            \"name\": \"exercitation Lorem ex\",\n            \"store_email\": \"dolore\"\n          },\n          \"order_platform\": \"officia labore aliqua\",\n          \"lock_status\": false,\n          \"platform_logo\": \"laboris sunt nostrud amet commodo\",\n          \"user_agent\": \"reprehenderit eiusmod sed\",\n          \"dp_details\": {\n            \"pincode\": \"consequat laboris\",\n            \"track_url\": \"commodo id ea anim\",\n            \"eway_bill_id\": \"dolore eiusmod\",\n            \"id\": 49502757,\n            \"country\": \"aliqua sunt quis anim culpa\",\n            \"awb_no\": \"Duis aliquip ut\",\n            \"gst_tag\": \"magna nulla\",\n            \"name\": \"mollit veniam\"\n          },\n          \"invoice_id\": \"in reprehenderit do in labore\",\n          \"payment_methods\": {\n            \"COD\": {\n              \"amount\": 1100\n            }\n          },\n          \"coupon\": {\n            \"Lorem85\": -72940821.11984763,\n            \"sed82\": true\n          },\n          \"affiliate_details\": {\n            \"affiliate_bag_id\": \"nisi\",\n            \"affiliate_meta\": {\n              \"order_item_id\": \"labore qui\",\n              \"channel_order_id\": \"sed ea\",\n              \"employee_discount\": -19438235.935820505,\n              \"box_type\": \"elit ut\",\n              \"quantity\": 7840574,\n              \"size_level_total_qty\": 96469463,\n              \"loyalty_discount\": 85055196.45874754,\n              \"replacement_details\": {\n                \"replacement_type\": \"incididunt reprehenderit\",\n                \"original_affiliate_order_id\": \"occaecat\"\n              },\n              \"channel_shipment_id\": \"dolore ex est\",\n              \"marketplace_invoice_id\": \"culpa irure officia\",\n              \"due_date\": \"1957-04-07T01:20:02.535Z\",\n              \"coupon_code\": \"cupidatat\",\n              \"is_priority\": true,\n              \"is_serial_number_required\": true,\n              \"fulfilment_priority\": -60325062,\n              \"customer_selling_price\": 73767440.13885927\n            },\n            \"affiliate_order_id\": \"Lorem ea sit\",\n            \"affiliate_shipment_id\": \"ut do cillum nostrud\",\n            \"affiliate_store_id\": \"dolor culpa non\",\n            \"shipment_meta\": {\n              \"same_store_available\": true,\n              \"weight\": -56280711,\n              \"tracking_url\": \"labori\",\n              \"estimated_delivery_date\": \"2019-02-12T17:00:28.209Z\",\n              \"b2b_buyer_details\": {\n                \"address\": \"quis magna\",\n                \"city\": \"est aliquip adipisicing nostrud occaecat\",\n                \"gstin\": \"sunt eiusmod\",\n                \"name\": \"laborum do dolore nulla magna\",\n                \"pincode\": -43047061,\n                \"state\": \"labore sit reprehenderit mollit\",\n                \"ajio_site_id\": \"reprehenderit labore\"\n              },\n              \"formatted\": {\n                \"max\": \"nulla culpa\",\n                \"min\": \"sunt Excepteur nulla\"\n              },\n              \"debug_info\": {\n                \"stormbreaker_uuid\": \"dolore Ut in\"\n              },\n              \"return_awb_number\": \"incididunt est\",\n              \"is_self_ship\": true,\n              \"box_type\": \"nostrud incididunt ipsum sed quis\",\n              \"einvoice_info\": {\n                \"credit_note\": {\n                  \"ut4_\": \"nulla exercitation u\",\n                  \"dolor2b\": \"incididunt est Duis commodo\"\n                },\n                \"invoice\": {\n                  \"cillum35b\": 38748555,\n                  \"adipisicing_b0\": false,\n                  \"cupidatat_2f\": \"culpa\"\n                }\n              },\n              \"return_affiliate_shipment_id\": \"reprehenderi\",\n              \"parent_dp_id\": \"dolor dolore velit reprehenderit\",\n              \"shipment_weight\": 75296416.4555119,\n              \"dimension\": {\n                \"height\": 45898658.01480153,\n                \"width\": -33055782.62710207,\n                \"is_default\": true,\n                \"unit\": \"est labore in eiusmod\",\n                \"length\": 2695348.3410589546\n              },\n              \"dp_options\": {\n                \"auteaf\": true,\n                \"enim57\": -8751384\n              },\n              \"assign_dp_from_sb\": false,\n              \"due_date\": \"1986-12-19T12:12:41.847Z\",\n              \"store_invoice_updated_date\": \"2009-01-07T10:57:44.119Z\",\n              \"forward_affiliate_shipment_id\": \"id do nisi adipisicing non\",\n              \"return_store_node\": -92414279,\n              \"fulfilment_priority_text\": \"dolor id\",\n              \"shipment_tags\": [\n                {\n                  \"slug\": \"consectetur cupidatat\",\n                  \"entity_type\": \"bag\",\n                  \"display_text\": \"sunt incididunt in magna\"\n                },\n                {\n                  \"slug\": \"consequat adipisicing Lorem aliqua\",\n                  \"entity_type\": \"shipments\",\n                  \"display_text\": \"dolor voluptate anim eu consequat\"\n                }\n              ],\n              \"external\": {\n                \"dolore3e\": 43963493.862231314,\n                \"eiusmod_f\": 33826060,\n                \"Lorem_262\": 53666160\n              },\n              \"awb_number\": \"laboris exercitation\",\n              \"lock_data\": {\n                \"locked\": false,\n                \"mto\": false,\n                \"lock_message\": \"do occaecat nostrud eiusmod\"\n              },\n              \"order_type\": \"PickAtStore\",\n              \"ewaybill_info\": {\n                \"quis_7\": false\n              },\n              \"dp_id\": \"quis non aliquip\",\n              \"shipment_volumetric_weight\": 41309226.58861312,\n              \"marketplace_store_id\": \"ullamco eu\",\n              \"return_details\": {\n                \"reprehenderit07f\": \"consectetur incididunt\"\n              },\n              \"dp_sort_key\": \"id\",\n              \"packaging_name\": \"aute nisi\",\n              \"timestamp\": {\n                \"max\": 63631836,\n                \"min\": 55885942\n              },\n              \"auto_trigger_dp_assignment_acf\": false,\n              \"dp_name\": \"nostrud\",\n              \"po_number\": \"Excepteur mollit cupidatat\",\n              \"b2c_buyer_details\": {\n                \"esse0\": false,\n                \"nostrud_2be\": true\n              },\n              \"forward_affiliate_order_id\": \"sed dolore\",\n              \"return_affiliate_order_id\": \"non ut elit\",\n              \"bag_weight\": {\n                \"in_b_\": \"ad exercitation laboris\",\n                \"anim_c2\": 28281310\n              },\n              \"refund_to\": \"tempor laboris\"\n            },\n            \"company_affiliate_tag\": \"ad \",\n            \"pdf_links\": {\n              \"invoice_type\": \"fynd\",\n              \"label_type\": \"external\",\n              \"label_a6\": \"incididunt Lorem\",\n              \"invoice\": \"do laborum amet ali\",\n              \"label_pos\": \"in nostrud eiusmod\",\n              \"invoice_a6\": \"officia anim sunt id\",\n              \"b2b\": \"est Duis officia fugiat\",\n              \"label\": \"eu aliqua\",\n              \"label_a4\": \"sint magna sed\",\n              \"invoice_export\": \"aute ad irure consectetur\",\n              \"credit_note_url\": \"laborum cupidatat in magna\",\n              \"delivery_challan_a4\": \"proident eu pariatur nul\",\n              \"label_export\": \"occaecat id ea\",\n              \"invoice_a4\": \"ut\",\n              \"invoice_pos\": \"ut eu\",\n              \"po_invoice\": \"ex sint exercitati\"\n            },\n            \"config\": {\n              \"app\": {\n                \"created_at\": \"1967-09-21T20:09:57.825Z\",\n                \"id\": \"veniam voluptate Ut cillum est\",\n                \"name\": \"elit dolore veniam nostrud\",\n                \"owner\": \"magna culpa ut mollit\",\n                \"secret\": \"ut culpa aliqu\",\n                \"token\": \"ullamco ea\",\n                \"updated_at\": \"2013-03-24T21:22:11.078Z\",\n                \"description\": \"mollit\",\n                \"meta\": [\n                  {\n                    \"name\": \"amet eiusmod dolor\",\n                    \"value\": \"sit dolor\"\n                  },\n                  {\n                    \"name\": \"commodo Duis dolor eiusmod\",\n                    \"value\": \"qui\"\n                  }\n                ]\n              },\n              \"inventory\": {\n                \"article_assignment\": {\n                  \"post_order_reassignment\": false\n                },\n                \"payment\": {\n                  \"source\": \"adipisicing ex pariatur ut Duis\",\n                  \"mode_of_payment\": \"elit deserunt\"\n                },\n                \"inventory\": {\n                  \"store\": {\n                    \"nostrud_3\": false,\n                    \"Excepteur4\": -84939776.36111039,\n                    \"dolore726\": true\n                  }\n                },\n                \"order\": {\n                  \"force_reassignment\": true\n                },\n                \"logistics\": {\n                  \"dp_assignment\": true\n                }\n              },\n              \"app_company_id\": 22396044\n            },\n            \"affiliate_id\": \"reprehenderit Duis in nisi\",\n            \"id\": \"aliquip ex dolore elit\"\n          },\n          \"priority_text\": \"fugiat aliqua\",\n          \"bag_status_history\": [\n            {\n              \"status\": \"do aliqua labore\",\n              \"forward\": true,\n              \"store_id\": 90258026,\n              \"delivery_awb_number\": \"non consectetur qui magna\",\n              \"kafka_sync\": false,\n              \"delivery_partner_id\": -65622924,\n              \"app_display_name\": \"eiusmod sit\",\n              \"state_id\": -88080651,\n              \"state_type\": \"financial\",\n              \"bsh_id\": 74625294,\n              \"created_at\": \"1969-08-24T09:55:48.393Z\",\n              \"created_ts\": \"incididunt enim consectetur magna\",\n              \"shipment_id\": \"qui nostrud\",\n              \"updated_at\": \"1971-11-27T00:11:59.085Z\",\n              \"updated_ts\": \"tempor in magna deserunt\",\n              \"bag_state_mapper\": {\n                \"display_name\": \"officia consequat\",\n                \"id\": -98375737,\n                \"journey_type\": \"return\",\n                \"name\": \"anim tempor minim eiusmod fugiat\",\n                \"state_type\": \"operational\",\n                \"is_active\": false,\n                \"app_display_name\": \"proident enim consequat\",\n                \"app_state_name\": \"consequat\",\n                \"app_facing\": true,\n                \"notify_customer\": false\n              },\n              \"bag_id\": 44679179,\n              \"display_name\": \"qui nulla et enim\"\n            },\n            {\n              \"status\": \"Lorem do esse\",\n              \"forward\": true,\n              \"store_id\": -99024987,\n              \"delivery_awb_number\": \"anim\",\n              \"kafka_sync\": false,\n              \"delivery_partner_id\": 50777239,\n              \"app_display_name\": \"sunt ut eiusmod labore\",\n              \"state_id\": 6387076,\n              \"state_type\": \"operational\",\n              \"bsh_id\": 25124968,\n              \"created_at\": \"1963-04-08T17:34:50.804Z\",\n              \"created_ts\": \"dolor \",\n              \"shipment_id\": \"aliquip exercitation null\",\n              \"updated_at\": \"1988-04-21T01:25:59.516Z\",\n              \"updated_ts\": \"adipisicing\",\n              \"bag_state_mapper\": {\n                \"display_name\": \"cupidatat minim id\",\n                \"id\": -62517152,\n                \"journey_type\": \"forward\",\n                \"name\": \"voluptate irure do\",\n                \"state_type\": \"operational\",\n                \"is_active\": true,\n                \"app_display_name\": \"officia aute veniam\",\n                \"app_state_name\": \"adipisicing ad\",\n                \"app_facing\": true,\n                \"notify_customer\": false\n              },\n              \"bag_id\": 69663313,\n              \"display_name\": \"consequat in do\"\n            }\n          ],\n          \"is_dp_assign_enabled\": false,\n          \"bags\": [\n            {\n              \"bag_id\": 10927618,\n              \"gst_details\": {\n                \"brand_calculated_amount\": 88266949.71493518,\n                \"gst_fee\": 12932366.53946139,\n                \"tax_collected_at_source\": 83093324.69518164,\n                \"value_of_good\": -78631287.79189953,\n                \"cgst_tax_percentage\": 26655442.440425456,\n                \"gstin_code\": \"eiusmod nostrud voluptate aliquip\",\n                \"igst_tax_percentage\": -49841283.70939205,\n                \"gst_tax_percentage\": -73844269.7721302,\n                \"hsn_code_id\": \"do laborum aliqua quis\",\n                \"igst_gst_fee\": 92556370.52522987,\n                \"is_default_hsn_code\": false,\n                \"sgst_gst_fee\": 29358688.284595802,\n                \"cgst_gst_fee\": -98136323.50612198,\n                \"gst_tag\": \"anim aliqua quis dolor\",\n                \"sgst_tax_percentage\": 40248974.31846681,\n                \"hsn_code\": \"dolor aute voluptate dolore\"\n              },\n              \"bag_status\": [\n                {\n                  \"status\": \"voluptate consequat in\",\n                  \"forward\": true,\n                  \"store_id\": 59099100,\n                  \"delivery_awb_number\": \"sunt cupidatat ut in id\",\n                  \"kafka_sync\": false,\n                  \"delivery_partner_id\": 19011555,\n                  \"app_display_name\": \"exercitation in\",\n                  \"state_id\": 72234985,\n                  \"state_type\": \"logistics\",\n                  \"bsh_id\": -86621229,\n                  \"created_at\": \"1956-05-02T13:15:13.561Z\",\n                  \"created_ts\": \"aliqua dolor sin\",\n                  \"shipment_id\": \"Excepteur commodo eu ex\",\n                  \"updated_at\": \"1999-12-28T15:48:11.564Z\",\n                  \"updated_ts\": \"officia nulla nostrud consectetur ad\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"sint labore\",\n                    \"id\": 42934555,\n                    \"journey_type\": \"return\",\n                    \"name\": \"commodo quis\",\n                    \"state_type\": \"operational\",\n                    \"is_active\": true,\n                    \"app_display_name\": \"veniam velit Lorem in\",\n                    \"app_state_name\": \"velit tempor\",\n                    \"app_facing\": true,\n                    \"notify_customer\": false\n                  },\n                  \"bag_id\": -55289076,\n                  \"display_name\": \"incididunt\"\n                },\n                {\n                  \"status\": \"in\",\n                  \"forward\": true,\n                  \"store_id\": 13609508,\n                  \"delivery_awb_number\": \"minim adipisicing sunt\",\n                  \"kafka_sync\": true,\n                  \"delivery_partner_id\": -2484377,\n                  \"app_display_name\": \"et commodo\",\n                  \"state_id\": -8327157,\n                  \"state_type\": \"operational\",\n                  \"bsh_id\": -3346010,\n                  \"created_at\": \"1964-07-06T01:06:29.638Z\",\n                  \"created_ts\": \"aute non in laborum\",\n                  \"shipment_id\": \"tempor minim esse officia\",\n                  \"updated_at\": \"1988-12-18T03:58:55.331Z\",\n                  \"updated_ts\": \"aliqua in Ut consequat\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"nisi eu aliquip cupidatat\",\n                    \"id\": -80510959,\n                    \"journey_type\": \"return\",\n                    \"name\": \"fugiat in nostrud minim\",\n                    \"state_type\": \"operational\",\n                    \"is_active\": false,\n                    \"app_display_name\": \"nulla cupidatat occ\",\n                    \"app_state_name\": \"amet repr\",\n                    \"app_facing\": false,\n                    \"notify_customer\": true\n                  },\n                  \"bag_id\": -60286905,\n                  \"display_name\": \"laborum proident\"\n                }\n              ],\n              \"parent_promo_bags\": {\n                \"incididunt_5f\": false\n              },\n              \"seller_qc_details\": {\n                \"line_number\": 82018984,\n                \"bad_quantity\": 33176043,\n                \"good_quantity\": 11220929\n              },\n              \"financial_breakup\": {\n                \"added_to_fynd_cash\": false,\n                \"amount_paid\": -83265757.64446354,\n                \"brand_calculated_amount\": -7936078.054596335,\n                \"cashback\": 84062045.2746205,\n                \"cashback_applied\": -38169424.852337785,\n                \"cod_charges\": -61391217.69890319,\n                \"coupon_effective_discount\": -45267129.58692962,\n                \"coupon_value\": 51541865.76480889,\n                \"delivery_charge\": 28812774.60863018,\n                \"discount\": -28446053.072623596,\n                \"fynd_credits\": -18273876.42289357,\n                \"gst_fee\": -46877757.369413376,\n                \"gst_tag\": \"reprehenderi\",\n                \"gst_tax_percentage\": -55346479.745086215,\n                \"hsn_code\": \"nulla ea incididunt\",\n                \"identifiers\": {\n                  \"alu\": \"sit eiusmod cillum exercitation\",\n                  \"ean\": \"cillum\",\n                  \"sku_code\": \"ea laborum dolor\",\n                  \"upc\": \"eiusmod ut Excepteur pariatur\",\n                  \"isbn\": \"non in dolore proid\"\n                },\n                \"item_name\": \"mollit ea\",\n                \"price_effective\": 50956136.753980815,\n                \"price_marked\": 47977738.96213263,\n                \"promotion_effective_discount\": -67485281.00582382,\n                \"refund_credit\": 12119577.465480715,\n                \"size\": \"ullamco deserunt\",\n                \"total_units\": -85665750,\n                \"transfer_price\": -37547429.37394151,\n                \"value_of_good\": -38855559.59528668,\n                \"amount_paid_roundoff\": 54781817,\n                \"tax_collected_at_source\": 13609560.164364964,\n                \"amount_to_be_collected\": -9487880.857506067,\n                \"taxes\": [\n                  {\n                    \"name\": \"sit fugiat\",\n                    \"rate\": -46246743.34629875,\n                    \"tax_amount\": 7292801.226032615,\n                    \"taxable_amount\": 27529889.784712225\n                  },\n                  {\n                    \"name\": \"amet Ut est\",\n                    \"rate\": 28656508.50603059,\n                    \"tax_amount\": 41469309.62405503,\n                    \"taxable_amount\": -32708475.630623206\n                  }\n                ],\n                \"loyalty_discount\": -22474557.624722674\n              },\n              \"bag_configs\": {\n                \"allow_force_return\": true,\n                \"can_be_cancelled\": true,\n                \"enable_tracking\": true,\n                \"is_active\": false,\n                \"is_customer_return_allowed\": true,\n                \"is_returnable\": true,\n                \"is_bundle_item\": true,\n                \"bundle_details\": {\n                  \"bundle_group_id\": \"Excepteur minim enim ea\",\n                  \"name\": \"anim deserunt\",\n                  \"slug\": \"reprehenderit dolor eu \",\n                  \"bundle_count\": -43496093,\n                  \"article_bundle_id\": \"officia laborum\",\n                  \"bundle_article_quantity\": -53964420,\n                  \"is_base\": false,\n                  \"price_marked\": 90050641.81682125,\n                  \"price_effective\": 35658518.14123225,\n                  \"item_id\": 19929736,\n                  \"item_type\": \"virtual_bundle\",\n                  \"return_config\": {\n                    \"allow_partial_return\": true,\n                    \"returnable\": true,\n                    \"unit\": true,\n                    \"time\": false\n                  },\n                  \"seller_identifier\": \"sunt fugiat\",\n                  \"images\": [\n                    \"minim id aliqua commodo\",\n                    \"ipsum culpa reprehenderit Ut\"\n                  ],\n                  \"brand_name\": \"non\",\n                  \"size\": \"adipisicing esse minim labore\"\n                }\n              },\n              \"seller_identifier\": \"laborum amet id in\",\n              \"delivery_address\": {\n                \"phone\": \"dolor eiusmod\",\n                \"address2\": \"exercitation dolor id qui\",\n                \"address\": \"non ame\",\n                \"longitude\": 26074380.234830484,\n                \"pincode\": \"laborum amet dolor\",\n                \"area\": \"sin\",\n                \"address_type\": \"other\",\n                \"country\": \"sit dolore Lorem id\",\n                \"address_category\": \"billing\",\n                \"email\": \"qui aute est sunt\",\n                \"created_at\": \"1983-04-30T17:12:23.736Z\",\n                \"address1\": \"laboris est\",\n                \"display_address\": \"et laboris\",\n                \"landmark\": \"aute\",\n                \"updated_at\": \"1958-08-27T23:50:18.819Z\",\n                \"version\": \"aliquip est\",\n                \"latitude\": 81121703.11170268,\n                \"contact_person\": \"aliqua \",\n                \"state\": \"fugiat in aliqua ullamco\",\n                \"city\": \"dolore Excepteur in occaecat\",\n                \"area_code_slug\": \"anim aute ad\",\n                \"country_code\": \"sint qui\",\n                \"country_iso_code\": \"aliquip velit proident non deserunt\",\n                \"country_phone_code\": \"dolor in consequat Ut\",\n                \"delivery_address_id\": 23571962,\n                \"geo_location\": {\n                  \"ullamco_44\": true\n                },\n                \"name\": \"ullamco dolore\",\n                \"sector\": \"tempor voluptate laborum\",\n                \"state_code\": \"fugiat voluptate Duis ut qui\",\n                \"uid\": \"mollit in in\",\n                \"user_id\": \"in\",\n                \"code\": \"cillum ullamco in aute minim\"\n              },\n              \"article\": {\n                \"identifiers\": {\n                  \"fugiat0\": false,\n                  \"proident_2_\": 89658344\n                },\n                \"return_config\": {\n                  \"returnable\": true,\n                  \"time\": -12783943.111837506,\n                  \"unit\": \"ad aute eiusmod commodo\"\n                },\n                \"uid\": \"Duis proident\",\n                \"size\": \"ipsum nostrud\",\n                \"tags\": [\n                  \"deserunt Ut\",\n                  \"elit\"\n                ],\n                \"_custom_json\": {\n                  \"ullamco77\": \"Ut anim ut ea\",\n                  \"aliquipdc6\": \"sed sit sunt Lorem\",\n                  \"ullamco_43f\": 89912974.78058124\n                }\n              },\n              \"brand\": {\n                \"id\": 22418894,\n                \"logo\": \"consectetur consequat\",\n                \"company\": -37467477,\n                \"created_on\": \"2013-09-17T18:30:53.679Z\",\n                \"brand_name\": \"sed\",\n                \"modified_on\": \"1996-11-27T11:19:58.884Z\"\n              },\n              \"group_id\": \"mollit ea\",\n              \"affiliate_bag_details\": {\n                \"affiliate_bag_id\": \"id eu\",\n                \"coupon_code\": \"exercitation ea\",\n                \"affiliate_meta\": {\n                  \"order_item_id\": \"laborum\",\n                  \"channel_order_id\": \"incididunt cupidatat el\",\n                  \"employee_discount\": -325704.67357859015,\n                  \"box_type\": \"ad ut laboris reprehenderit ullamco\",\n                  \"quantity\": 3987707,\n                  \"size_level_total_qty\": 48979092,\n                  \"loyalty_discount\": -70321704.62998715,\n                  \"replacement_details\": {\n                    \"replacement_type\": \"nostrud consequat rep\",\n                    \"original_affiliate_order_id\": \"occaecat nisi\"\n                  },\n                  \"channel_shipment_id\": \"elit do\",\n                  \"marketplace_invoice_id\": \"deserunt amet Excepteur eiusmod \",\n                  \"due_date\": \"1951-11-26T05:10:36.013Z\",\n                  \"coupon_code\": \"incididu\",\n                  \"is_priority\": true,\n                  \"is_serial_number_required\": false,\n                  \"fulfilment_priority\": -90239724,\n                  \"customer_selling_price\": -7074246.657770231\n                }\n              },\n              \"item\": {\n                \"id\": -10084200,\n                \"attributes\": {\n                  \"currency\": \"nisi do laborum consectetur aliquip\"\n                },\n                \"brand_id\": -89566390,\n                \"slug_key\": \"sed tempor labore \",\n                \"l3_category\": -82993627,\n                \"l3_category_name\": \"ut sed\",\n                \"last_updated_at\": \"1953-03-19T21:13:59.182Z\",\n                \"name\": \"exerci\",\n                \"l2_category\": [\n                  \"amet commodo elit aliqua quis\",\n                  \"aliquip ullamco voluptate\"\n                ],\n                \"brand\": \"nulla est\",\n                \"image\": [\n                  \"ad nostrud adipisicing dolore\",\n                  \"cupidatat voluptate ullamco velit\"\n                ],\n                \"code\": \"non velit\",\n                \"l1_category\": [\n                  \"non deserunt dolore magna\",\n                  \"enim quis\"\n                ],\n                \"size\": \"consectetur in exercitation\",\n                \"can_cancel\": true,\n                \"can_return\": true,\n                \"branch_url\": \"ullamco anim in\",\n                \"meta\": {\n                  \"minim_4a9\": -61730450.21408608,\n                  \"labore4\": \"mag\"\n                },\n                \"color\": \"enim Excepteur dolor Lorem\",\n                \"department_id\": -34000466,\n                \"images\": [\n                  \"reprehenderit in\",\n                  \"ullamco ut\"\n                ],\n                \"tags\": [\n                  \"eiusmod voluptate quis\",\n                  \"ea aliqua\"\n                ]\n              },\n              \"payment_methods\": [\n                {\n                  \"mode\": \"exercitation do magna\",\n                  \"amount\": -87610821.13421273\n                },\n                {\n                  \"mode\": \"do\",\n                  \"amount\": -75353223.6629019\n                }\n              ],\n              \"payment_info\": [\n                {\n                  \"mode\": \"reprehenderit amet occaecat sit\",\n                  \"amount\": 61028791.26856524\n                },\n                {\n                  \"mode\": \"aliqua est anim\",\n                  \"amount\": -69058385.77930106\n                }\n              ],\n              \"quantity\": -66166028,\n              \"identifier\": \"ir\",\n              \"can_return\": true,\n              \"can_cancel\": true,\n              \"display_name\": \"non occaecat sed pariatur\",\n              \"line_number\": -25753751,\n              \"meta\": {\n                \"anim21\": false\n              },\n              \"applied_promos\": [\n                {\n                  \"promotion_type\": \"amount\",\n                  \"promotion_name\": \"ad cupidatat in\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": -47256174,\n                      \"type\": \"nisi Duis ea proident adipisicing\"\n                    },\n                    {\n                      \"value\": -76247723,\n                      \"type\": \"sed dolor dolore\"\n                    }\n                  ],\n                  \"amount\": 12578600.53338544,\n                  \"article_quantity\": 20556880,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          -5716133,\n                          -23223206\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    },\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          71354375,\n                          -29884079\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"in sed ad nulla ut\",\n                  \"mrp_promotion\": false,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"aliquip culpa Ut\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"minim quis sunt ea id\",\n                        \"item_name\": \"Excepteur ut cillum incididunt Ut\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"Lorem minim veniam\",\n                        \"item_id\": 29633502,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ]\n                      },\n                      \"parent_item_identifier\": \"ex reprehenderit consequat do ad\",\n                      \"quantity\": 39037629.02081737\n                    },\n                    {\n                      \"article_id\": \"occaecat fugiat aliquip con\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"ut tempor\",\n                        \"item_name\": \"minim ad\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"voluptate officia est\",\n                        \"item_id\": -74069804,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ]\n                      },\n                      \"parent_item_identifier\": \"quis\",\n                      \"quantity\": -12393002.42237565\n                    }\n                  ]\n                },\n                {\n                  \"promotion_type\": \"bundle_price_amount\",\n                  \"promotion_name\": \"pariatur\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": -97590334,\n                      \"type\": \"dolore\"\n                    },\n                    {\n                      \"value\": -40678675,\n                      \"type\": \"officia dolore in\"\n                    }\n                  ],\n                  \"amount\": -82418942.5516705,\n                  \"article_quantity\": -75639660,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          -4411932,\n                          92306881\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    },\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          -6403223,\n                          -18741304\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"velit dolor\",\n                  \"mrp_promotion\": true,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"laboris esse consequat laborum ut\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"dolore quis Duis cillum\",\n                        \"item_name\": \"quis occaecat esse\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"amet aliqua mollit dolor\",\n                        \"item_id\": 26312690,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ]\n                      },\n                      \"parent_item_identifier\": \"voluptate ullamco aliqua \",\n                      \"quantity\": -97636017.41774464\n                    },\n                    {\n                      \"article_id\": \"dolor proident\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"occaecat laborum\",\n                        \"item_name\": \"nostrud a\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"do Duis\",\n                        \"item_id\": 9502286,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ]\n                      },\n                      \"parent_item_identifier\": \"veniam eiusmod esse voluptate\",\n                      \"quantity\": -12501605.396724805\n                    }\n                  ]\n                }\n              ],\n              \"prices\": {\n                \"refund_credit\": 40860137.29782903,\n                \"amount_paid_roundoff\": -70144527.81575282,\n                \"price_effective\": -69128258.47018555,\n                \"promotion_effective_discount\": -7644879.517951116,\n                \"pm_price_split\": -52957466.935760155,\n                \"refund_amount\": 7291335.4201812595,\n                \"transfer_price\": -68505218.09251142,\n                \"coupon_effective_discount\": -60487514.983317815,\n                \"tax_collected_at_source\": 42232439.495295614,\n                \"brand_calculated_amount\": 28582989.55753842,\n                \"delivery_charge\": -56934782.18954278,\n                \"cashback\": 70395399.93743062,\n                \"value_of_good\": 88999945.85903785,\n                \"cashback_applied\": 29545561.32131256,\n                \"cod_charges\": -40528717.30139058,\n                \"price_marked\": 56288192.35206488,\n                \"amount_paid\": -88401088.69812506,\n                \"coupon_value\": -99369610.06395712,\n                \"discount\": -25482412.135530412,\n                \"fynd_credits\": 57395207.19604337,\n                \"gift_price\": 92353356.29152223,\n                \"amount_to_be_collected\": -22556801.195400044,\n                \"cost_price\": 46613692.81262496,\n                \"loyalty_discount\": 78933023.24234393,\n                \"marketplace_promotion_effective_discount\": 84312802.9760646,\n                \"seller_promotion_effective_discount\": -58796313.75041181\n              },\n              \"charges\": [\n                {\n                  \"name\": \"velit\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": 88463595.99438861,\n                      \"currency\": \"sint\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": -76763026.55596401,\n                      \"currency\": \"minim deserunt dolore irure laborum\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"single\",\n                      \"logic\": \"ex\"\n                    },\n                    \"distribution_level\": \"pariatur consectetu\"\n                  },\n                  \"code\": \"in aliquip\",\n                  \"type\": \"sint ullamco\"\n                },\n                {\n                  \"name\": \"pariatur ullamco\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": 59256006.148341894,\n                      \"currency\": \"ut nostrud proident\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": 69729014.36769679,\n                      \"currency\": \"ut reprehenderit labore sunt ullamco\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"single\",\n                      \"logic\": \"Excepteur\"\n                    },\n                    \"distribution_level\": \"incididunt cillum enim\"\n                  },\n                  \"code\": \"Excepteur est dolore\",\n                  \"type\": \"commodo dolore proident\"\n                }\n              ],\n              \"ordering_currency_prices\": {\n                \"refund_credit\": 53289076.33021948,\n                \"amount_paid_roundoff\": -66317440.640761346,\n                \"price_effective\": -22184040.484646857,\n                \"promotion_effective_discount\": 69941964.28538316,\n                \"pm_price_split\": -40645746.531993285,\n                \"refund_amount\": 76549389.12266359,\n                \"transfer_price\": 18407072.30339183,\n                \"coupon_effective_discount\": -37871123.57068705,\n                \"tax_collected_at_source\": 1604291.989660129,\n                \"brand_calculated_amount\": -75870216.7797682,\n                \"delivery_charge\": 14592372.752083361,\n                \"cashback\": -92838404.02559376,\n                \"value_of_good\": 13766495.366468102,\n                \"cashback_applied\": -7021333.563221559,\n                \"cod_charges\": 51236025.563104,\n                \"price_marked\": 34877677.304544985,\n                \"amount_paid\": -80592092.44817857,\n                \"coupon_value\": 58335821.62510443,\n                \"discount\": 46703210.72664812,\n                \"fynd_credits\": -86831774.49831483,\n                \"gift_price\": 32709006.40984817,\n                \"amount_to_be_collected\": 50988975.6105082,\n                \"cost_price\": -62324916.64672017,\n                \"loyalty_discount\": 73066712.84570315\n              },\n              \"current_status\": {\n                \"id\": 11178123,\n                \"store_id\": -67339655,\n                \"delivery_awb_number\": \"aute consequ\",\n                \"kafka_sync\": true,\n                \"delivery_partner_id\": 60492868,\n                \"state_type\": \"logistics\",\n                \"state_id\": 80397711,\n                \"created_at\": \"1954-01-15T06:37:35.030Z\",\n                \"created_ts\": \"1947-08-17T18:52:03.018Z\",\n                \"shipment_id\": \"id est\",\n                \"updated_at\": \"2013-09-20T23:56:49.004Z\",\n                \"bag_state_mapper\": {\n                  \"display_name\": \"in aliquip irure\",\n                  \"id\": -23632448,\n                  \"journey_type\": \"forward\",\n                  \"name\": \"officia nulla\",\n                  \"state_type\": \"logistics\",\n                  \"is_active\": true,\n                  \"app_display_name\": \"ipsum velit\",\n                  \"app_state_name\": \"voluptate ad occaecat\",\n                  \"app_facing\": false,\n                  \"notify_customer\": false\n                },\n                \"bag_id\": 80663504,\n                \"status\": \"dolor in\"\n              },\n              \"entity_type\": \"bag\",\n              \"is_parent\": true\n            },\n            {\n              \"bag_id\": -52179850,\n              \"gst_details\": {\n                \"brand_calculated_amount\": 57547038.42863074,\n                \"gst_fee\": -52601512.01809786,\n                \"tax_collected_at_source\": -99538062.85894938,\n                \"value_of_good\": 55837985.309515655,\n                \"cgst_tax_percentage\": 79267077.03370482,\n                \"gstin_code\": \"minim sit exercitation do\",\n                \"igst_tax_percentage\": 23960699.95448622,\n                \"gst_tax_percentage\": 22056002.479786947,\n                \"hsn_code_id\": \"sit\",\n                \"igst_gst_fee\": 28957839.733492464,\n                \"is_default_hsn_code\": true,\n                \"sgst_gst_fee\": 42505571.24320519,\n                \"cgst_gst_fee\": -56165399.414686814,\n                \"gst_tag\": \"dolor eu deserunt consequat\",\n                \"sgst_tax_percentage\": -30248883.69777137,\n                \"hsn_code\": \"ea consequat\"\n              },\n              \"bag_status\": [\n                {\n                  \"status\": \"velit\",\n                  \"forward\": true,\n                  \"store_id\": -34111177,\n                  \"delivery_awb_number\": \"eiusmod eu\",\n                  \"kafka_sync\": true,\n                  \"delivery_partner_id\": -33127701,\n                  \"app_display_name\": \"cupidatat id in\",\n                  \"state_id\": -10399307,\n                  \"state_type\": \"financial\",\n                  \"bsh_id\": 73379256,\n                  \"created_at\": \"1991-02-01T02:15:42.738Z\",\n                  \"created_ts\": \"id dolore\",\n                  \"shipment_id\": \"in\",\n                  \"updated_at\": \"1960-12-10T18:18:09.518Z\",\n                  \"updated_ts\": \"est id\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"Excepteur enim ipsum\",\n                    \"id\": -21822812,\n                    \"journey_type\": \"forward\",\n                    \"name\": \"Duis cillum non\",\n                    \"state_type\": \"financial\",\n                    \"is_active\": true,\n                    \"app_display_name\": \"quis nulla non\",\n                    \"app_state_name\": \"et est laborum Excepteur\",\n                    \"app_facing\": true,\n                    \"notify_customer\": false\n                  },\n                  \"bag_id\": 12623225,\n                  \"display_name\": \"nostrud fugi\"\n                },\n                {\n                  \"status\": \"ex aliquip aute\",\n                  \"forward\": true,\n                  \"store_id\": 51486414,\n                  \"delivery_awb_number\": \"aliquip dolore\",\n                  \"kafka_sync\": true,\n                  \"delivery_partner_id\": -2088639,\n                  \"app_display_name\": \"incididunt dolor cupidatat\",\n                  \"state_id\": -68177974,\n                  \"state_type\": \"financial\",\n                  \"bsh_id\": 21789570,\n                  \"created_at\": \"1979-04-19T06:22:09.721Z\",\n                  \"created_ts\": \"minim exercitation\",\n                  \"shipment_id\": \"minim laboris adipisi\",\n                  \"updated_at\": \"2005-09-22T10:15:44.166Z\",\n                  \"updated_ts\": \"officia fugiat\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"aute in incididunt qui\",\n                    \"id\": -67855075,\n                    \"journey_type\": \"return\",\n                    \"name\": \"ad eiusmod voluptate labore\",\n                    \"state_type\": \"logistics\",\n                    \"is_active\": true,\n                    \"app_display_name\": \"aliquip fugiat ea dolore\",\n                    \"app_state_name\": \"occaecat dolor\",\n                    \"app_facing\": false,\n                    \"notify_customer\": false\n                  },\n                  \"bag_id\": 24053537,\n                  \"display_name\": \"cupidatat laborum qui minim velit\"\n                }\n              ],\n              \"parent_promo_bags\": {\n                \"nulla_082\": -81891494\n              },\n              \"seller_qc_details\": {\n                \"line_number\": -26439248,\n                \"bad_quantity\": 96970688,\n                \"good_quantity\": -55403238\n              },\n              \"financial_breakup\": {\n                \"added_to_fynd_cash\": false,\n                \"amount_paid\": 36243940.024878144,\n                \"brand_calculated_amount\": 92186762.88095403,\n                \"cashback\": 18620266.145056337,\n                \"cashback_applied\": 63246644.68469766,\n                \"cod_charges\": -20019125.838686854,\n                \"coupon_effective_discount\": 24828227.397744134,\n                \"coupon_value\": -92569439.40851064,\n                \"delivery_charge\": -34567715.29700422,\n                \"discount\": -63380927.73376807,\n                \"fynd_credits\": -93988987.40366088,\n                \"gst_fee\": 54426322.43769267,\n                \"gst_tag\": \"et Lorem deserunt consectetur\",\n                \"gst_tax_percentage\": 31415858.668030918,\n                \"hsn_code\": \"qui eiusmod adipisicing culpa\",\n                \"identifiers\": {\n                  \"alu\": \"nisi ex\",\n                  \"ean\": \"et\",\n                  \"sku_code\": \"Lorem in officia\",\n                  \"upc\": \"occaecat ex\",\n                  \"isbn\": \"commodo esse et\"\n                },\n                \"item_name\": \"Ut pariatur sed est aliquip\",\n                \"price_effective\": 30410984.5707532,\n                \"price_marked\": -61950279.75623088,\n                \"promotion_effective_discount\": -81373418.37983972,\n                \"refund_credit\": -20147150.24121569,\n                \"size\": \"exercitation dolor\",\n                \"total_units\": 65809936,\n                \"transfer_price\": -62831028.91903738,\n                \"value_of_good\": 78289408.65439919,\n                \"amount_paid_roundoff\": 83468637,\n                \"tax_collected_at_source\": -53945703.90704652,\n                \"amount_to_be_collected\": 80410720.36106208,\n                \"taxes\": [\n                  {\n                    \"name\": \"non ad sit pariatur tempor\",\n                    \"rate\": -15907393.983400151,\n                    \"tax_amount\": -2627919.737123236,\n                    \"taxable_amount\": 6244937.358557805\n                  },\n                  {\n                    \"name\": \"cupidatat occaecat\",\n                    \"rate\": 1240321.5445393026,\n                    \"tax_amount\": 95648037.91692117,\n                    \"taxable_amount\": 37672920.93142131\n                  }\n                ],\n                \"loyalty_discount\": 90779020.57034296\n              },\n              \"bag_configs\": {\n                \"allow_force_return\": true,\n                \"can_be_cancelled\": false,\n                \"enable_tracking\": false,\n                \"is_active\": true,\n                \"is_customer_return_allowed\": true,\n                \"is_returnable\": true,\n                \"is_bundle_item\": true,\n                \"bundle_details\": {\n                  \"bundle_group_id\": \"minim fugiat\",\n                  \"name\": \"esse et laboris\",\n                  \"slug\": \"aliquip dolor laboris\",\n                  \"bundle_count\": -23818975,\n                  \"article_bundle_id\": \"do et Excepteur nisi\",\n                  \"bundle_article_quantity\": 52794412,\n                  \"is_base\": false,\n                  \"price_marked\": -71186137.55543879,\n                  \"price_effective\": -73512425.9097422,\n                  \"item_id\": -18489088,\n                  \"item_type\": \"virtual_bundle\",\n                  \"return_config\": {\n                    \"allow_partial_return\": false,\n                    \"returnable\": true,\n                    \"unit\": true,\n                    \"time\": true\n                  },\n                  \"seller_identifier\": \"ex deserunt aute\",\n                  \"images\": [\n                    \"ex aute Ut\",\n                    \"irure anim amet\"\n                  ],\n                  \"brand_name\": \"conse\",\n                  \"size\": \"aute cillum reprehenderit officia\"\n                }\n              },\n              \"seller_identifier\": \"consectetur esse\",\n              \"delivery_address\": {\n                \"phone\": \"incididunt anim elit\",\n                \"address2\": \"ut aute\",\n                \"address\": \"incididunt eu laborum occaecat\",\n                \"longitude\": 83874483.7492694,\n                \"pincode\": \"irure labore Ut et\",\n                \"area\": \"Excepteur ad molli\",\n                \"address_type\": \"office\",\n                \"country\": \"veniam\",\n                \"address_category\": \"store\",\n                \"email\": \"aute laboris eu non Duis\",\n                \"created_at\": \"1983-11-20T02:40:07.646Z\",\n                \"address1\": \"irure ut quis aliquip\",\n                \"display_address\": \"amet qui\",\n                \"landmark\": \"eu mollit nulla p\",\n                \"updated_at\": \"1954-11-18T11:44:05.789Z\",\n                \"version\": \"qui enim non laborum\",\n                \"latitude\": 10566305.807204396,\n                \"contact_person\": \"eiusmod ipsum\",\n                \"state\": \"ut esse\",\n                \"city\": \"ut culpa proident\",\n                \"area_code_slug\": \"laborum voluptate fugiat ullamco\",\n                \"country_code\": \"consectetur velit dolore\",\n                \"country_iso_code\": \"nostrud Excep\",\n                \"country_phone_code\": \"Ut in et\",\n                \"delivery_address_id\": 74169281,\n                \"geo_location\": {\n                  \"do_6\": -82454092\n                },\n                \"name\": \"ullamco et qui\",\n                \"sector\": \"occaecat voluptate cupidatat dolore\",\n                \"state_code\": \"laboris nisi\",\n                \"uid\": \"dolor sunt\",\n                \"user_id\": \"officia i\",\n                \"code\": \"Ut id consectetur occaecat\"\n              },\n              \"article\": {\n                \"identifiers\": {\n                  \"Excepteur_c\": false,\n                  \"non_4e\": true,\n                  \"aliqua9\": \"dolore adipisicing Duis culpa\"\n                },\n                \"return_config\": {\n                  \"returnable\": false,\n                  \"time\": 93937898.93504825,\n                  \"unit\": \"ut dolor do sint pariatur\"\n                },\n                \"uid\": \"eiusm\",\n                \"size\": \"et ullamco\",\n                \"tags\": [\n                  \"laboris\",\n                  \"mollit ex consectetur\"\n                ],\n                \"_custom_json\": {\n                  \"sint_c7\": 58480329\n                }\n              },\n              \"brand\": {\n                \"id\": -24660602,\n                \"logo\": \"do nostrud velit minim\",\n                \"company\": 26637197,\n                \"created_on\": \"2010-10-21T07:00:23.866Z\",\n                \"brand_name\": \"sunt ut\",\n                \"modified_on\": \"1989-09-23T19:02:29.086Z\"\n              },\n              \"group_id\": \"in dolor officia non\",\n              \"affiliate_bag_details\": {\n                \"affiliate_bag_id\": \"commodo nisi fugiat sit id\",\n                \"coupon_code\": \"magna ullamco \",\n                \"affiliate_meta\": {\n                  \"order_item_id\": \"dolor Ut do mollit\",\n                  \"channel_order_id\": \"aliqua voluptate\",\n                  \"employee_discount\": 17058430.39423068,\n                  \"box_type\": \"exercitation labore\",\n                  \"quantity\": 94436629,\n                  \"size_level_total_qty\": -35469976,\n                  \"loyalty_discount\": -39431633.005311094,\n                  \"replacement_details\": {\n                    \"replacement_type\": \"officia mollit eiusmod in\",\n                    \"original_affiliate_order_id\": \"velit eiusmod reprehenderit sun\"\n                  },\n                  \"channel_shipment_id\": \"ullamco commodo\",\n                  \"marketplace_invoice_id\": \"anim fugiat sed\",\n                  \"due_date\": \"1991-04-19T22:07:58.864Z\",\n                  \"coupon_code\": \"nostrud ut occaecat\",\n                  \"is_priority\": true,\n                  \"is_serial_number_required\": false,\n                  \"fulfilment_priority\": 41842108,\n                  \"customer_selling_price\": 77452603.27674946\n                }\n              },\n              \"item\": {\n                \"id\": 7164018,\n                \"attributes\": {\n                  \"currency\": \"dolore amet voluptate adipisicing\"\n                },\n                \"brand_id\": -20188733,\n                \"slug_key\": \"id\",\n                \"l3_category\": -80255321,\n                \"l3_category_name\": \"ut consectetur aliquip mollit nulla\",\n                \"last_updated_at\": \"1977-02-27T16:51:39.663Z\",\n                \"name\": \"id dolore dolor elit\",\n                \"l2_category\": [\n                  \"aute esse tempor cupidatat culpa\",\n                  \"laborum ad ullamco\"\n                ],\n                \"brand\": \"mollit do in labore\",\n                \"image\": [\n                  \"tempor\",\n                  \"do aliqua\"\n                ],\n                \"code\": \"dolor ut sunt\",\n                \"l1_category\": [\n                  \"velit Duis culpa\",\n                  \"dolor mini\"\n                ],\n                \"size\": \"Ut nisi eiusmod ullamco\",\n                \"can_cancel\": true,\n                \"can_return\": false,\n                \"branch_url\": \"non ea\",\n                \"meta\": {\n                  \"aliqua7c\": true,\n                  \"ea_8\": \"aliquip\"\n                },\n                \"color\": \"ut aliquip in deserunt\",\n                \"department_id\": 47836779,\n                \"images\": [\n                  \"aute\",\n                  \"reprehe\"\n                ],\n                \"tags\": [\n                  \"do ex mollit reprehenderit dolore\",\n                  \"esse quis\"\n                ]\n              },\n              \"payment_methods\": [\n                {\n                  \"mode\": \"ex pariatur dolore\",\n                  \"amount\": 92032154.76780796\n                },\n                {\n                  \"mode\": \"laboris reprehenderit mollit\",\n                  \"amount\": 93460758.91440919\n                }\n              ],\n              \"payment_info\": [\n                {\n                  \"mode\": \"ipsum dolor deserunt elit\",\n                  \"amount\": 24239968.45775944\n                },\n                {\n                  \"mode\": \"amet enim aute\",\n                  \"amount\": 39569378.57317296\n                }\n              ],\n              \"quantity\": -23289612,\n              \"identifier\": \"laborum Ut proident laboris\",\n              \"can_return\": false,\n              \"can_cancel\": false,\n              \"display_name\": \"in Lorem et culpa\",\n              \"line_number\": -21856430,\n              \"meta\": {\n                \"cupidatat_4\": \"tempor minim magna\",\n                \"commodo_db\": 10972606.909637243\n              },\n              \"applied_promos\": [\n                {\n                  \"promotion_type\": \"item_based_discount\",\n                  \"promotion_name\": \"officia laborum eiusmod\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": -36191059,\n                      \"type\": \"anim \"\n                    },\n                    {\n                      \"value\": 68925782,\n                      \"type\": \"Lorem do occaecat consequa\"\n                    }\n                  ],\n                  \"amount\": 36276424.91589248,\n                  \"article_quantity\": 6182792,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          -70331711,\n                          82293071\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    },\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          53029048,\n                          -11457584\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"dolore consectetur ullamco\",\n                  \"mrp_promotion\": false,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"consectetur eiusmod\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"qui\",\n                        \"item_name\": \"et\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"irure\",\n                        \"item_id\": 12118710,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ]\n                      },\n                      \"parent_item_identifier\": \"commodo labore\",\n                      \"quantity\": 25064057.551619172\n                    },\n                    {\n                      \"article_id\": \"nulla est\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"dolor cupidatat dol\",\n                        \"item_name\": \"ipsum consectetur occaecat id\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"ut pariatur\",\n                        \"item_id\": -58179642,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"eu_270\": -58737405\n                      },\n                      \"parent_item_identifier\": \"qui cupidatat consequat\",\n                      \"quantity\": 93885709.90268329\n                    }\n                  ]\n                },\n                {\n                  \"promotion_type\": \"amount\",\n                  \"promotion_name\": \"nostrud fugiat amet elit\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": 40253788,\n                      \"type\": \"pariatur ex\"\n                    },\n                    {\n                      \"value\": -90390281,\n                      \"type\": \"qui ad non fugiat\"\n                    }\n                  ],\n                  \"amount\": 8299906.778542668,\n                  \"article_quantity\": -89169993,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          53285629,\n                          43623070\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    },\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          79600935,\n                          -15004183\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"eiusmod dolor\",\n                  \"mrp_promotion\": true,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"adipisicing Excepteur ullamco est\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"do nulla\",\n                        \"item_name\": \"eu sunt\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"ullamco ex tempor\",\n                        \"item_id\": 67393388,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"aute51\": \"ex dolor\",\n                        \"in_9d5\": 39722021\n                      },\n                      \"parent_item_identifier\": \"proident incididunt sunt\",\n                      \"quantity\": 82855479.35421968\n                    },\n                    {\n                      \"article_id\": \"laborum fugiat in et magna\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"dolore quis\",\n                        \"item_name\": \"eiusmod cillum\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"deserunt pariatur Lorem do sit\",\n                        \"item_id\": 79724400,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ]\n                      },\n                      \"parent_item_identifier\": \"consectetur cillum voluptate est\",\n                      \"quantity\": 54052481.424481064\n                    }\n                  ]\n                }\n              ],\n              \"prices\": {\n                \"refund_credit\": -26925373.13588193,\n                \"amount_paid_roundoff\": -35707721.44896091,\n                \"price_effective\": 17718954.305391237,\n                \"promotion_effective_discount\": -92182304.47757816,\n                \"pm_price_split\": 85773488.19750959,\n                \"refund_amount\": 81063267.60133383,\n                \"transfer_price\": -57836271.64662666,\n                \"coupon_effective_discount\": 94233661.5852646,\n                \"tax_collected_at_source\": 92614458.0455066,\n                \"brand_calculated_amount\": -5645106.187202126,\n                \"delivery_charge\": -52162804.87663272,\n                \"cashback\": 63691691.48455617,\n                \"value_of_good\": -48651831.35406172,\n                \"cashback_applied\": -94314310.49419032,\n                \"cod_charges\": 52676666.35971251,\n                \"price_marked\": -8479739.494343847,\n                \"amount_paid\": 35317643.21658626,\n                \"coupon_value\": 10170366.679600522,\n                \"discount\": 43200733.7757709,\n                \"fynd_credits\": 96577235.02863017,\n                \"gift_price\": 7800272.529179782,\n                \"amount_to_be_collected\": 62181435.09565127,\n                \"cost_price\": 37653170.685685426,\n                \"loyalty_discount\": -11310435.143793464,\n                \"marketplace_promotion_effective_discount\": -21721217.777179465,\n                \"seller_promotion_effective_discount\": 656623.3503925353\n              },\n              \"charges\": [\n                {\n                  \"name\": \"sed tempor non dolor\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": 11326710.1355163,\n                      \"currency\": \"in exercitation fugiat\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": 20387144.53559929,\n                      \"currency\": \"con\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"single\",\n                      \"logic\": \"irure eu id\"\n                    },\n                    \"distribution_level\": \"Duis\"\n                  },\n                  \"code\": \"exercitation sint\",\n                  \"type\": \"deserunt incididunt\"\n                },\n                {\n                  \"name\": \"aliqua aute nulla\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": -11378510.09803161,\n                      \"currency\": \"exercitation enim elit qui est\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": 32576151.61104633,\n                      \"currency\": \"in sunt ipsum nisi\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"multi\",\n                      \"logic\": \"fugiat dolor sint Ut pariatur\"\n                    },\n                    \"distribution_level\": \"proident dol\"\n                  },\n                  \"code\": \"ipsum magna\",\n                  \"type\": \"elit nisi dolor commodo proident\"\n                }\n              ],\n              \"ordering_currency_prices\": {\n                \"refund_credit\": -30947384.999932796,\n                \"amount_paid_roundoff\": -74429529.18256834,\n                \"price_effective\": 75722319.17955738,\n                \"promotion_effective_discount\": -86759738.10194777,\n                \"pm_price_split\": 44341676.75480661,\n                \"refund_amount\": 22229849.04243934,\n                \"transfer_price\": 33903859.64077453,\n                \"coupon_effective_discount\": -38121790.3292796,\n                \"tax_collected_at_source\": 69900734.3252776,\n                \"brand_calculated_amount\": -65060517.8791134,\n                \"delivery_charge\": 5483730.147183955,\n                \"cashback\": 13179760.663193911,\n                \"value_of_good\": -2542313.748349473,\n                \"cashback_applied\": -78796152.09140818,\n                \"cod_charges\": -28937455.579447716,\n                \"price_marked\": -77926790.05674309,\n                \"amount_paid\": -60124500.80912775,\n                \"coupon_value\": 24007184.379723117,\n                \"discount\": -26373448.788631752,\n                \"fynd_credits\": -48252350.606126934,\n                \"gift_price\": -3906135.9356266707,\n                \"amount_to_be_collected\": 32745781.15531051,\n                \"cost_price\": 74311373.7536309,\n                \"loyalty_discount\": 91928904.76254627\n              },\n              \"current_status\": {\n                \"id\": 83996618,\n                \"store_id\": -4079859,\n                \"delivery_awb_number\": \"nostrud esse cillum voluptate\",\n                \"kafka_sync\": false,\n                \"delivery_partner_id\": 65629444,\n                \"state_type\": \"operational\",\n                \"state_id\": -65219577,\n                \"created_at\": \"1999-04-27T17:51:30.969Z\",\n                \"created_ts\": \"1957-07-31T22:29:49.266Z\",\n                \"shipment_id\": \"in consequat magna\",\n                \"updated_at\": \"1953-10-23T04:01:12.948Z\",\n                \"bag_state_mapper\": {\n                  \"display_name\": \"irure quis fugiat sint\",\n                  \"id\": 71136717,\n                  \"journey_type\": \"forward\",\n                  \"name\": \"irure est\",\n                  \"state_type\": \"financial\",\n                  \"is_active\": true,\n                  \"app_display_name\": \"in est\",\n                  \"app_state_name\": \"anim Ut commodo\",\n                  \"app_facing\": false,\n                  \"notify_customer\": false\n                },\n                \"bag_id\": 71197916,\n                \"status\": \"eu sunt\"\n              },\n              \"entity_type\": \"bag\",\n              \"is_parent\": true\n            }\n          ],\n          \"dp_assignment\": true,\n          \"total_items\": -87880083,\n          \"fulfilling_store\": {\n            \"address\": \"do laborum elit\",\n            \"city\": \"eu dolor\",\n            \"code\": \"et sit anim\",\n            \"contact_person\": \"voluptate dolor aliqua est\",\n            \"country\": \"irure\",\n            \"fulfillment_channel\": \"est magna officia voluptate\",\n            \"id\": -89418821,\n            \"meta\": {\n              \"pariatur_8bf\": true\n            },\n            \"phone\": \"veniam laboris sed occaecat\",\n            \"pincode\": \"elit qui\",\n            \"state\": \"Duis voluptate cupidatat\",\n            \"store_name\": \"nulla sed sint aliquip reprehenderit\",\n            \"address1\": \"anim\",\n            \"display_address\": \"occaecat\",\n            \"store_email\": \"reprehenderit\"\n          },\n          \"meta\": {\n            \"nostrudc\": 51901837.4831945\n          },\n          \"pdf_links\": {\n            \"est_682\": 80862337.51889455\n          },\n          \"payment_mode\": \"labore\",\n          \"packaging_type\": \"elit non oc\",\n          \"journey_type\": \"return\",\n          \"prices\": {\n            \"refund_credit\": -97086274.99492031,\n            \"amount_paid_roundoff\": 80571325.01611689,\n            \"price_effective\": -36845921.54934614,\n            \"promotion_effective_discount\": -9662739.617132932,\n            \"pm_price_split\": 35459232.90036875,\n            \"refund_amount\": -76259145.57076068,\n            \"transfer_price\": 60330649.70824164,\n            \"coupon_effective_discount\": -85761407.44401477,\n            \"tax_collected_at_source\": -54462190.829153866,\n            \"brand_calculated_amount\": 36342686.407968014,\n            \"delivery_charge\": 89353648.25250587,\n            \"cashback\": -42519342.26482561,\n            \"value_of_good\": -16786968.405632317,\n            \"cashback_applied\": 91800827.23277551,\n            \"cod_charges\": 48612545.48367414,\n            \"price_marked\": -95639839.20768724,\n            \"amount_paid\": -47116148.86587121,\n            \"coupon_value\": -34635235.867403135,\n            \"discount\": 59937314.34580508,\n            \"fynd_credits\": -6340558.483683005,\n            \"gift_price\": -46791558.66266238,\n            \"amount_to_be_collected\": -54675267.733424656,\n            \"cost_price\": 96086961.52910575,\n            \"loyalty_discount\": -87602570.11201337,\n            \"marketplace_promotion_effective_discount\": 85529759.90223035,\n            \"seller_promotion_effective_discount\": 39403644.178117454\n          },\n          \"charges\": [\n            {\n              \"name\": \"nulla irure velit\",\n              \"amount\": {\n                \"base_currency\": {\n                  \"value\": 67629830.90646791,\n                  \"currency\": \"qui ex amet\"\n                },\n                \"ordering_currency\": {\n                  \"value\": 96524714.79125914,\n                  \"currency\": \"dolor esse nisi veniam aute\"\n                }\n              },\n              \"distribution_logic\": {\n                \"distribution\": {\n                  \"type\": \"single\",\n                  \"logic\": \"exercitation Dui\"\n                },\n                \"distribution_level\": \"dolor sunt\"\n              },\n              \"code\": \"dolor\",\n              \"type\": \"culpa ut aliqua fugiat\"\n            },\n            {\n              \"name\": \"pariatur\",\n              \"amount\": {\n                \"base_currency\": {\n                  \"value\": -4160313.101380229,\n                  \"currency\": \"nisi qui\"\n                },\n                \"ordering_currency\": {\n                  \"value\": -3878723.405124381,\n                  \"currency\": \"esse qui mollit elit ea\"\n                }\n              },\n              \"distribution_logic\": {\n                \"distribution\": {\n                  \"type\": \"multi\",\n                  \"logic\": \"mollit ut voluptate\"\n                },\n                \"distribution_level\": \"Ut ullamco sunt\"\n              },\n              \"code\": \"laboris est consectetur ad\",\n              \"type\": \"veniam sunt\"\n            }\n          ],\n          \"ordering_currency_prices\": {\n            \"refund_credit\": -47933126.638815485,\n            \"amount_paid_roundoff\": -27162461.256146297,\n            \"price_effective\": 94552645.78035775,\n            \"promotion_effective_discount\": -40969347.08396902,\n            \"pm_price_split\": -62329325.06216971,\n            \"refund_amount\": -54173470.36879438,\n            \"transfer_price\": 92041570.98784637,\n            \"coupon_effective_discount\": 81679235.01263484,\n            \"tax_collected_at_source\": 89314110.52994257,\n            \"brand_calculated_amount\": -79384276.37361304,\n            \"delivery_charge\": 34970752.41202125,\n            \"cashback\": -85176740.33813392,\n            \"value_of_good\": -5131204.54075931,\n            \"cashback_applied\": 63152381.378584504,\n            \"cod_charges\": 74152418.24989995,\n            \"price_marked\": 81840445.6287218,\n            \"amount_paid\": -7530860.229380608,\n            \"coupon_value\": -49777182.17249443,\n            \"discount\": -15200507.796376735,\n            \"fynd_credits\": -19902082.49891348,\n            \"gift_price\": -62768481.31632793,\n            \"amount_to_be_collected\": 53207348.847706825,\n            \"cost_price\": 43353619.094905585,\n            \"loyalty_discount\": 69749825.35624328\n          },\n          \"vertical\": \"ex p\",\n          \"payments\": {\n            \"mode\": \"dolor\",\n            \"logo\": \"est proident\",\n            \"source\": \"Lorem laborum\"\n          },\n          \"operational_status\": \"magna id officia\",\n          \"status\": {\n            \"meta\": {\n              \"dolor_63\": \"nulla veniam ut\",\n              \"voluptate8b\": -9569939\n            },\n            \"bag_list\": [\n              \"nulla deserunt id ullamco\",\n              \"Duis anim dolor nostrud\"\n            ],\n            \"id\": 70399999,\n            \"created_at\": \"1998-02-01T15:14:38.325Z\",\n            \"created_ts\": \"ut\",\n            \"shipment_id\": \"elit aute aliqua sun\",\n            \"status\": \"voluptate dolor ut\",\n            \"display_name\": \"labore ut deserunt irure\",\n            \"current_shipment_status\": \"adipisicing ex et\",\n            \"status_created_at\": \"1994-08-24T10:14:43.352Z\"\n          },\n          \"total_bags\": -16209433,\n          \"shipment_created_at\": \"2010-07-21T02:46:50.369Z\",\n          \"shipment_created_ts\": \"esse magna min\",\n          \"currency\": {\n            \"currency_code\": \"do\",\n            \"currency_symbol\": \"Duis ipsum fugiat in\"\n          },\n          \"currency_info\": {\n            \"ordering_currency\": {\n              \"currency_code\": \"do mollit\",\n              \"currency_name\": \"ut cillum cupidatat tempor\",\n              \"currency_symbol\": \"in quis\",\n              \"currency_sub_unit\": \"sed Ut rep\"\n            },\n            \"conversion_rate\": {\n              \"conversion_rate\": null,\n              \"base\": \"INR\",\n              \"rates\": {\n                \"INR\": {\n                  \"name\": \"Indian Rupee\",\n                  \"value\": 1,\n                  \"symbol\": \"₹\",\n                  \"sub_unit\": \"\"\n                }\n              }\n            }\n          },\n          \"previous_shipment_id\": \"dolor commodo\",\n          \"shipment_update_time\": -41661249.906243466,\n          \"rto_address\": {\n            \"phone\": \"pariatur cillum\",\n            \"address2\": \"elit voluptate enim sed Lorem\",\n            \"address\": \"labor\",\n            \"longitude\": -13456528.65793334,\n            \"pincode\": \"non occaecat reprehenderit aliq\",\n            \"area\": \"tempor\",\n            \"address_type\": \"office\",\n            \"country\": \"sed esse\",\n            \"address_category\": \"billing\",\n            \"email\": \"incididunt exercitation\",\n            \"created_at\": \"2025-12-01T05:01:57.066Z\",\n            \"address1\": \"nostrud irure non ut\",\n            \"display_address\": \"non\",\n            \"landmark\": \"occaecat non labore nos\",\n            \"updated_at\": \"1996-10-02T14:53:15.064Z\",\n            \"version\": \"Ut culpa\",\n            \"latitude\": -66741568.62184986,\n            \"contact_person\": \"quis magna\",\n            \"state\": \"dolore in aute\",\n            \"city\": \"ullamco magna voluptate\",\n            \"area_code_slug\": \"tempor Lorem esse\",\n            \"country_code\": \"officia\",\n            \"country_iso_code\": \"velit dolor sed exercitation ea\",\n            \"country_phone_code\": \"magna aliqua c\",\n            \"delivery_address_id\": -24143836,\n            \"geo_location\": {\n              \"esse4\": false,\n              \"in_4\": false,\n              \"deserunt_e53\": -84400421.30701056\n            },\n            \"name\": \"nisi proident ut esse\",\n            \"sector\": \"nostrud exercitation Duis non velit\",\n            \"state_code\": \"no\",\n            \"uid\": \"pariatur Excepteur ad veniam\",\n            \"user_id\": \"pariatur incididunt proident irure\",\n            \"code\": \"ea consequat\"\n          },\n          \"credit_note_id\": \"ea mollit exercitation Excepteur in\",\n          \"is_self_ship\": true,\n          \"mode_of_payment\": \"incididunt officia dolore\",\n          \"is_lapa_enabled\": false,\n          \"forward_end_shipment_id\": \"ex culpa aute consectetur\",\n          \"logistics_meta\": {\n            \"adipisicing_c2\": 26160896,\n            \"sed20\": 11935898,\n            \"Excepteur_d\": -79202051.10784568\n          },\n          \"packages\": [\n            {\n              \"id\": \"PK0000000001\",\n              \"packaging_id\": \"6733286311a57c1546561690\",\n              \"name\": \"Package 1\",\n              \"size\": \"medium\",\n              \"package_type\": \"Box\",\n              \"length\": 25,\n              \"width\": 15,\n              \"height\": 10,\n              \"weight\": 2.5,\n              \"error_rate\": 0.02,\n              \"package_vol_weight\": 3.75,\n              \"max_weight\": 5,\n              \"awb\": \"AWB1234567890\",\n              \"pdf_links\": {\n                \"label_a4\": \"https://sample.com/documents/label_a4/PDFs/17512794597831303808_label_a4.pdf\",\n                \"label_a6\": \"https://sample.com/documents/label_a6/PDFs/17512794597831303808_label_a6.pdf\",\n                \"label_pos\": \"https://sample.com/documents/label_pos/PDFs/17512794597831303808_label_pos.pdf\"\n              },\n              \"products\": [\n                {\n                  \"line_number\": 1,\n                  \"quantity\": 2,\n                  \"identifier\": \"PROD001\"\n                },\n                {\n                  \"line_number\": 2,\n                  \"quantity\": 1,\n                  \"identifier\": \"PROD002\"\n                }\n              ]\n            },\n            {\n              \"id\": \"PK0000000001\",\n              \"packaging_id\": \"6733286311a57c1546561690\",\n              \"name\": \"Package 1\",\n              \"size\": \"medium\",\n              \"package_type\": \"Box\",\n              \"length\": 25,\n              \"width\": 15,\n              \"height\": 10,\n              \"weight\": 2.5,\n              \"error_rate\": 0.02,\n              \"package_vol_weight\": 3.75,\n              \"max_weight\": 5,\n              \"awb\": \"AWB1234567890\",\n              \"pdf_links\": {\n                \"label_a4\": \"https://sample.com/documents/label_a4/PDFs/17512794597831303808_label_a4.pdf\",\n                \"label_a6\": \"https://sample.com/documents/label_a6/PDFs/17512794597831303808_label_a6.pdf\",\n                \"label_pos\": \"https://sample.com/documents/label_pos/PDFs/17512794597831303808_label_pos.pdf\"\n              },\n              \"products\": [\n                {\n                  \"line_number\": 1,\n                  \"quantity\": 2,\n                  \"identifier\": \"PROD001\"\n                },\n                {\n                  \"line_number\": 2,\n                  \"quantity\": 1,\n                  \"identifier\": \"PROD002\"\n                }\n              ]\n            }\n          ]\n        }\n      ],\n      \"order_id\": \"occaecat\",\n      \"channel\": {\n        \"logo\": \"cillum deserunt\",\n        \"name\": \"sunt\"\n      },\n      \"user_info\": {\n        \"id\": -62098959,\n        \"user_oid\": \"qui cupidatat\",\n        \"mongo_user_id\": \"ex enim do\",\n        \"external_customer_id\": \"ullamco in culpa incididunt\",\n        \"first_name\": \"in officia\",\n        \"last_name\": \"Lorem reprehenderit\",\n        \"mobile\": \"dolore et\",\n        \"email\": \"consequat sint\",\n        \"meta\": {\n          \"mollit_540\": false\n        },\n        \"is_anonymous_user\": false,\n        \"name\": \"veniam fugiat\",\n        \"gender\": \"nulla pariatur\",\n        \"country_phone_code\": \"cupidatat velit nostrud quis\"\n      },\n      \"order_value\": 40419937.47793025,\n      \"currency\": {\n        \"currency_code\": \"pari\",\n        \"currency_symbol\": \"irure Ut\"\n      },\n      \"currency_info\": {\n        \"ordering_currency\": {\n          \"currency_code\": \"proident minim \",\n          \"currency_name\": \"nisi nostrud\",\n          \"currency_symbol\": \"in est consequat reprehenderit\",\n          \"currency_sub_unit\": \"cillum i\"\n        },\n        \"conversion_rate\": {\n          \"conversion_rate\": null,\n          \"base\": \"INR\",\n          \"rates\": {\n            \"INR\": {\n              \"name\": \"Indian Rupee\",\n              \"value\": 1,\n              \"symbol\": \"₹\",\n              \"sub_unit\": \"\"\n            }\n          }\n        }\n      },\n      \"prices\": {\n        \"refund_credit\": -28919881.35502191,\n        \"amount_paid_roundoff\": 2063918.861377269,\n        \"price_effective\": 54467999.80477354,\n        \"promotion_effective_discount\": -49752624.97225583,\n        \"pm_price_split\": -1876839.5926412195,\n        \"refund_amount\": -50568969.71299168,\n        \"transfer_price\": 8328022.152194142,\n        \"coupon_effective_discount\": -1891322.2177641094,\n        \"tax_collected_at_source\": 16006435.016312897,\n        \"brand_calculated_amount\": 32882321.959627926,\n        \"delivery_charge\": 98845437.16468549,\n        \"cashback\": -10521381.32744585,\n        \"value_of_good\": 19795001.54160662,\n        \"cashback_applied\": -99057349.5987313,\n        \"cod_charges\": -43666937.88445301,\n        \"price_marked\": 43831203.07272783,\n        \"amount_paid\": -53680275.88115005,\n        \"coupon_value\": -3673205.5972834527,\n        \"discount\": 88594921.97157755,\n        \"fynd_credits\": -47789832.59276801,\n        \"gift_price\": -61486149.14639294,\n        \"amount_to_be_collected\": -70135052.49437407,\n        \"cost_price\": -43858593.69199739,\n        \"loyalty_discount\": -26270240.87415552,\n        \"marketplace_promotion_effective_discount\": 39754784.05082765,\n        \"seller_promotion_effective_discount\": 49897962.4173055\n      },\n      \"ordering_currency_prices\": {\n        \"refund_credit\": 47658264.52100411,\n        \"amount_paid_roundoff\": 76692921.66102776,\n        \"price_effective\": 55979131.492709756,\n        \"promotion_effective_discount\": -54193439.48691111,\n        \"pm_price_split\": -53886599.67429579,\n        \"refund_amount\": -70564471.85181467,\n        \"transfer_price\": 66878548.2322627,\n        \"coupon_effective_discount\": 47137516.098365575,\n        \"tax_collected_at_source\": -90831347.41819733,\n        \"brand_calculated_amount\": 7705662.645167649,\n        \"delivery_charge\": 10622896.757951498,\n        \"cashback\": 52575741.50406405,\n        \"value_of_good\": 38751956.91736275,\n        \"cashback_applied\": -28508360.690954596,\n        \"cod_charges\": -75316429.48186153,\n        \"price_marked\": -66212830.043295324,\n        \"amount_paid\": 61873831.954528034,\n        \"coupon_value\": 81645846.99372175,\n        \"discount\": 55705170.48130718,\n        \"fynd_credits\": -64828831.26476682,\n        \"gift_price\": 24433785.21847546,\n        \"amount_to_be_collected\": 30248134.67592247,\n        \"cost_price\": -16076029.770295903,\n        \"loyalty_discount\": -72498117.51361914\n      },\n      \"loyalty_discount_details\": {\n        \"discount\": -85940806.27932432,\n        \"ownership\": \"seller\",\n        \"is_applied\": false\n      }\n    },\n    {\n      \"breakup_values\": [\n        {\n          \"value\": \"cupidatat deserunt\",\n          \"name\": \"ut\",\n          \"display\": \"ullamco officia\"\n        },\n        {\n          \"value\": \"fugiat Lorem in ad anim\",\n          \"name\": \"sint cill\",\n          \"display\": \"do qui dolor\"\n        }\n      ],\n      \"total_order_value\": 63870029.62494743,\n      \"meta\": {\n        \"aliqua_1\": -79145102\n      },\n      \"order_created_time\": \"ut non\",\n      \"order_created_ts\": \"ex aute\",\n      \"ordering_source\": \"consequat\",\n      \"ordering_source_details\": {\n        \"type\": \"SALES_CHANNEL\",\n        \"slug\": \"mollit Excepteur Ut\",\n        \"display_name\": \"elit aliqua\",\n        \"is_active\": false,\n        \"logo\": \"http://EcbfOAykzVmlsPmzj.ithKXKBOKbMiEC7obufDPhD670ltLmEDuW-,VTFQO,FnxV7r\"\n      },\n      \"payment_mode\": \"exercitation proident ullamco reprehenderit\",\n      \"shipments\": [\n        {\n          \"shipment_id\": \"et cupidatat enim\",\n          \"fulfillment_option\": {\n            \"name\": \"amet deserunt\",\n            \"slug\": \"in\",\n            \"type\": \"magna aliquip laboris reprehenderit\",\n            \"is_default\": true\n          },\n          \"picked_date\": \"2003-03-08T19:58:25.052Z\",\n          \"tracking_list\": [\n            {\n              \"status\": \"Lorem\",\n              \"text\": \"nostrud enim nulla\",\n              \"is_passed\": false,\n              \"is_current\": true,\n              \"time\": \"eu tempor laborum est ex\",\n              \"created_ts\": \"tempor nostrud\"\n            },\n            {\n              \"status\": \"in magna dolor irure\",\n              \"text\": \"velit consequat\",\n              \"is_passed\": false,\n              \"is_current\": true,\n              \"time\": \"aute laborum ut aliqua\",\n              \"created_ts\": \"cupidatat pariatur veniam\"\n            }\n          ],\n          \"invoice\": {\n            \"store_invoice_id\": \"nostrud esse magna\",\n            \"invoice_url\": \"ut culpa pariatur\",\n            \"updated_date\": \"2024-01-17T19:16:46.329Z\",\n            \"external_invoice_id\": \"exercitation aute\",\n            \"label_url\": \"veniam Ut dolor\",\n            \"credit_note_id\": \"sunt pariatur sit eiusmod\",\n            \"links\": {\n              \"ipsum_0\": -55332892,\n              \"sed_5bb\": 42907208.08471194\n            }\n          },\n          \"shipment_status\": \"ullamco in labore\",\n          \"gst_details\": {\n            \"brand_calculated_amount\": 51394185.29546291,\n            \"gst_fee\": -95694576.9010491,\n            \"tax_collected_at_source\": -19108382.942237243,\n            \"value_of_good\": -38369018.31579032,\n            \"cgst_tax_percentage\": 76944088.42188168,\n            \"gstin_code\": \"ut\",\n            \"igst_tax_percentage\": 94307180.89482358,\n            \"gst_tax_percentage\": -66593863.71519442,\n            \"hsn_code_id\": \"minim mollit commodo non\",\n            \"igst_gst_fee\": 52453747.855401725,\n            \"is_default_hsn_code\": true,\n            \"sgst_gst_fee\": 4294810.716735765,\n            \"cgst_gst_fee\": -49459373.91845221,\n            \"gst_tag\": \"Excepteur c\",\n            \"sgst_tax_percentage\": 48963328.98745209,\n            \"hsn_code\": \"velit exercitation aliquip et\"\n          },\n          \"order_status\": {\n            \"order_details\": {\n              \"fynd_order_id\": \"dolor mollit enim adipisicing e\",\n              \"created_at\": \"1947-04-23T05:14:57.406Z\",\n              \"user_id\": \"sit fugiat\",\n              \"tax_details\": {\n                \"pan_no\": \"veniam\",\n                \"gstin\": \"consectetur\"\n              },\n              \"mongo_cart_id\": 70137425.54187137,\n              \"delivery_charges\": -2521043.348463565,\n              \"transaction_id\": \"sit ut \",\n              \"collect_by\": \"officia quis exercitation\",\n              \"headers\": {\n                \"elit_a\": -16228773,\n                \"ullamco97b\": -75189106.02524298\n              },\n              \"coupon_value\": -82505567.40925878,\n              \"order_value\": 65782038.384524554,\n              \"created_time\": \"in tempor dolore fugiat\",\n              \"currency\": \"commodo in Duis\",\n              \"total_order_value\": 30967709.249497503,\n              \"ordering_channel\": \"et\",\n              \"ordering_source\": \"in nulla\",\n              \"meta\": {\n                \"officia__8\": true\n              },\n              \"cod_charges\": -69348387.81077209,\n              \"cashback_value\": -74562568.67800976,\n              \"refund_by\": \"occaecat\",\n              \"affiliate_order_date\": \"1977-05-05T14:31:00.888Z\",\n              \"payment_methods\": {\n                \"COD\": {\n                  \"amount\": 1100\n                }\n              },\n              \"affiliate_order_id\": \"dolore fugiat eu\",\n              \"payment_mode_id\": 23642995.462789923,\n              \"promotion_effective_discount\": -1617453.5428414792,\n              \"mode_of_payment\": \"culpa\",\n              \"discount\": 53244038.58221784,\n              \"cashback_applied\": -86126316.49742508,\n              \"fynd_credits\": 50880501.01295972,\n              \"affiliate_id\": \"sit exercitation\",\n              \"ordering_channel_logo\": \"incididunt\",\n              \"prices\": {\n                \"refund_credit\": 14216027.799010828,\n                \"amount_paid_roundoff\": 50108164.1337001,\n                \"price_effective\": 29211763.243095756,\n                \"promotion_effective_discount\": 34056479.58753772,\n                \"pm_price_split\": -77381506.77615932,\n                \"refund_amount\": -59841421.90341264,\n                \"transfer_price\": 40832413.3775166,\n                \"coupon_effective_discount\": 13058396.332104832,\n                \"tax_collected_at_source\": -58910660.309560426,\n                \"brand_calculated_amount\": 2770061.808163151,\n                \"delivery_charge\": -27008714.750906646,\n                \"cashback\": -70075209.33310553,\n                \"value_of_good\": 19435117.076647982,\n                \"cashback_applied\": -30042913.4335507,\n                \"cod_charges\": -86827036.32657099,\n                \"price_marked\": -81582207.90219972,\n                \"amount_paid\": -6930307.939319655,\n                \"coupon_value\": -39566696.57354493,\n                \"discount\": 82561098.85198143,\n                \"fynd_credits\": -34095418.45339277,\n                \"gift_price\": 78142769.12482083,\n                \"amount_to_be_collected\": -17949776.08306238,\n                \"cost_price\": -38266769.81965709,\n                \"loyalty_discount\": -43297605.265642725,\n                \"marketplace_promotion_effective_discount\": -18038670.64956121,\n                \"seller_promotion_effective_discount\": -13624891.439904913\n              },\n              \"charges\": [\n                {\n                  \"name\": \"sint id magna\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": -38222467.12233865,\n                      \"currency\": \"esse Ut consectetur cupidatat\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": -2910638.424747482,\n                      \"currency\": \"enim\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"multi\",\n                      \"logic\": \"et do eu voluptate\"\n                    },\n                    \"distribution_level\": \"quis magna sit aute deserunt\"\n                  },\n                  \"code\": \"et officia ea irure\",\n                  \"type\": \"laboris\"\n                },\n                {\n                  \"name\": \"officia occaecat do\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": -28554010.986886874,\n                      \"currency\": \"do sed incididunt fu\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": 34015769.97181563,\n                      \"currency\": \"aliqua adipisicing\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"single\",\n                      \"logic\": \"ut proident labore\"\n                    },\n                    \"distribution_level\": \"Duis nisi aute cupidatat irure\"\n                  },\n                  \"code\": \"deserunt velit culpa\",\n                  \"type\": \"reprehenderit dolor culpa ut lab\"\n                }\n              ],\n              \"loyalty_discount_details\": {\n                \"discount\": -3682239.993550107,\n                \"ownership\": \"marketplace\",\n                \"is_applied\": true\n              }\n            },\n            \"errors\": [\n              \"proident irure consectetur\",\n              \"officia quis\"\n            ],\n            \"shipment_details\": [\n              {\n                \"id\": -13255651,\n                \"meta\": {\n                  \"kafka_emission_status\": 66007469,\n                  \"state_manager_used\": \"mollit proident cupidatat\"\n                },\n                \"shipment_id\": \"Duis aliquip ullamco officia\",\n                \"status\": \"Duis tempor aliqua do culpa\",\n                \"bag_list\": [\n                  -95009087,\n                  55609173\n                ],\n                \"remarks\": \"non ut ad\"\n              },\n              {\n                \"id\": -32377589,\n                \"meta\": {\n                  \"kafka_emission_status\": 66830046,\n                  \"state_manager_used\": \"exercitation nostrud\"\n                },\n                \"shipment_id\": \"do ea dolore\",\n                \"status\": \"aute Ut ut\",\n                \"bag_list\": [\n                  -30130591,\n                  39335026\n                ],\n                \"remarks\": \"fugiat\"\n              }\n            ],\n            \"text\": \"nulla\",\n            \"value\": \"consectetur\",\n            \"color_code\": \"eu eiusmod do deserunt\",\n            \"expected_delivery_date\": \"1952-11-21T05:20:27.358Z\"\n          },\n          \"delivery_slot\": {\n            \"culpae4a\": true\n          },\n          \"order\": {\n            \"fynd_order_id\": \"proident consectet\",\n            \"order_date\": \"2012-06-24T21:23:03.873Z\",\n            \"created_ts\": \"sunt veniam eiusmod\",\n            \"tax_details\": {\n              \"Duis93\": true\n            },\n            \"cod_charges\": \"irure\",\n            \"source\": \"ullamco\",\n            \"affiliate_id\": \"proident\",\n            \"affiliate_order_id\": \"sint id nostrud\",\n            \"ordering_channel_logo\": {\n              \"exercitation_100\": true,\n              \"cupidatat5\": 68352025.49289834\n            },\n            \"order_value\": \"nostrud elit sint magna\",\n            \"ordering_channel\": \"ipsum laborum occaeca\",\n            \"ordering_source\": \"in Ut ad\",\n            \"loyalty_discount_details\": {\n              \"discount\": -89414234.77355719,\n              \"ownership\": \"seller\",\n              \"is_applied\": true\n            },\n            \"meta\": {\n              \"commodo_10\": true\n            }\n          },\n          \"user\": {\n            \"id\": -7482829,\n            \"user_oid\": \"non dolore amet fugiat incididunt\",\n            \"mongo_user_id\": \"do eu\",\n            \"external_customer_id\": \"voluptate Lorem non\",\n            \"first_name\": \"aute voluptate eiusmod nulla\",\n            \"last_name\": \"officia elit eiusmod\",\n            \"mobile\": \"sunt cillum anim\",\n            \"email\": \"Lorem do pariatur nisi ullamco\",\n            \"meta\": {\n              \"aliquip_18\": \"cillum ut\",\n              \"cillum_def\": -82532144.20832519,\n              \"ullamco_1\": \"velit in\"\n            },\n            \"is_anonymous_user\": true,\n            \"name\": \"dolore commodo\",\n            \"gender\": \"labore quis magna ipsum\",\n            \"country_phone_code\": \"quis cillum pariatur aliqua Ut\"\n          },\n          \"enable_dp_tracking\": true,\n          \"custom_message\": \"aliqua dolore dolor elit\",\n          \"estimated_sla_time\": \"in consequat deserunt\",\n          \"estimated_sla_ts\": \"incididunt a\",\n          \"can_update_dimension\": false,\n          \"shipment_images\": [\n            \"Ut id tempor\",\n            \"Duis magna\"\n          ],\n          \"delivery_details\": {\n            \"nonc57\": true,\n            \"culpaf04\": -83214153\n          },\n          \"billing_details\": {\n            \"Excepteur__\": 92597308.1290898\n          },\n          \"forward_shipment_id\": \"velit laborum culpa in esse\",\n          \"fulfilment_priority\": -28927031,\n          \"shipment_details\": {\n            \"lock_status\": true,\n            \"lock_message\": \"mollit dolore\",\n            \"action_to_status\": {\n              \"download_invoice\": \"lock\",\n              \"download_label\": \"lock\"\n            }\n          },\n          \"shipment_quantity\": 7588138,\n          \"company_details\": {\n            \"company_name\": \"aliquip dolore elit laborum\",\n            \"address\": {\n              \"dolore_6\": 39929386.57150775\n            },\n            \"company_cin\": \"nulla elit sit culpa\",\n            \"company_id\": -35384608,\n            \"company_gst\": \"dolore esse ad\",\n            \"company_contact\": {\n              \"phone\": [\n                {\n                  \"country_code\": -61713038,\n                  \"number\": \"sit\"\n                },\n                {\n                  \"country_code\": -12185936,\n                  \"number\": \"exercitation culpa\"\n                }\n              ],\n              \"emails\": [\n                \"dolor mollit in adipisicing\",\n                \"fugiat ea qui ex\"\n              ]\n            }\n          },\n          \"ordering_store\": {\n            \"phone\": \"ipsum nisi laborum\",\n            \"pincode\": \"reprehenderit aliquip qui l\",\n            \"meta\": {\n              \"cillum_20\": 24914189.978666097\n            },\n            \"address\": \"exercitation qui\",\n            \"address1\": \"eu tempor\",\n            \"display_address\": \"in est in proident\",\n            \"id\": -25255254,\n            \"code\": \"in \",\n            \"store_name\": \"esse anim\",\n            \"country\": \"dolore dolore veniam velit\",\n            \"contact_person\": \"labore\",\n            \"state\": \"est\",\n            \"city\": \"Duis incididunt aute fugiat\",\n            \"name\": \"aliquip elit\",\n            \"store_email\": \"nostrud\"\n          },\n          \"order_platform\": \"pariatur esse exercitation\",\n          \"lock_status\": false,\n          \"platform_logo\": \"commodo \",\n          \"user_agent\": \"nostrud\",\n          \"dp_details\": {\n            \"pincode\": \"sint dolor deserunt irure\",\n            \"track_url\": \"esse nisi\",\n            \"eway_bill_id\": \"amet dolore ipsum enim\",\n            \"id\": -88184567,\n            \"country\": \"irure cillum pariatur Duis\",\n            \"awb_no\": \"enim sed cillum proident\",\n            \"gst_tag\": \"nisi reprehenderit velit\",\n            \"name\": \"labore adipisicing \"\n          },\n          \"invoice_id\": \"dolor exercitation minim\",\n          \"payment_methods\": {\n            \"COD\": {\n              \"amount\": 1100\n            }\n          },\n          \"coupon\": {\n            \"minim__4\": 33455557.797495678,\n            \"in_b\": true\n          },\n          \"affiliate_details\": {\n            \"affiliate_bag_id\": \"incididunt adipisicing Excepteur cillum\",\n            \"affiliate_meta\": {\n              \"order_item_id\": \"aute velit in sint\",\n              \"channel_order_id\": \"in dolore\",\n              \"employee_discount\": -56273816.96307792,\n              \"box_type\": \"deserunt nisi\",\n              \"quantity\": -13789036,\n              \"size_level_total_qty\": -83770733,\n              \"loyalty_discount\": 25646706.31930688,\n              \"replacement_details\": {\n                \"replacement_type\": \"aliqua incididunt\",\n                \"original_affiliate_order_id\": \"nulla\"\n              },\n              \"channel_shipment_id\": \"tempor amet aliquip laborum mollit\",\n              \"marketplace_invoice_id\": \"dolor irure labore\",\n              \"due_date\": \"1979-06-15T22:46:39.447Z\",\n              \"coupon_code\": \"ut velit Lorem\",\n              \"is_priority\": true,\n              \"is_serial_number_required\": false,\n              \"fulfilment_priority\": -13311368,\n              \"customer_selling_price\": 59937217.630015194\n            },\n            \"affiliate_order_id\": \"sed aliqua dolor\",\n            \"affiliate_shipment_id\": \"do amet aliqua anim\",\n            \"affiliate_store_id\": \"sint Ut consectetur aliquip voluptate\",\n            \"shipment_meta\": {\n              \"same_store_available\": false,\n              \"weight\": -94470185,\n              \"tracking_url\": \"aute nostrud occaecat\",\n              \"estimated_delivery_date\": \"2008-11-15T22:10:32.510Z\",\n              \"b2b_buyer_details\": {\n                \"address\": \"dolor aliqua\",\n                \"city\": \"sint\",\n                \"gstin\": \"velit ut\",\n                \"name\": \"nostrud non\",\n                \"pincode\": -60483771,\n                \"state\": \"Duis et\",\n                \"ajio_site_id\": \"sint \"\n              },\n              \"formatted\": {\n                \"max\": \"est labore ut aute\",\n                \"min\": \"aute in adipisicing magna ipsum\"\n              },\n              \"debug_info\": {\n                \"stormbreaker_uuid\": \"Lorem minim non labore\"\n              },\n              \"return_awb_number\": \"sed repre\",\n              \"is_self_ship\": true,\n              \"box_type\": \"in esse officia fugiat nostrud\",\n              \"einvoice_info\": {\n                \"credit_note\": {\n                  \"commodo57b\": -98998951,\n                  \"est80a\": 95135671\n                },\n                \"invoice\": {\n                  \"quisae_\": 36406767,\n                  \"aute_a\": \"do id\",\n                  \"anim_c59\": \"magna eiusmod cupidatat\"\n                }\n              },\n              \"return_affiliate_shipment_id\": \"fugiat reprehenderit\",\n              \"parent_dp_id\": \"labore nostrud Duis dolore\",\n              \"shipment_weight\": -22433999.35433507,\n              \"dimension\": {\n                \"height\": 14951870.05392085,\n                \"width\": -14067394.271280348,\n                \"is_default\": false,\n                \"unit\": \"dolor laborum\",\n                \"length\": 93622298.18713611\n              },\n              \"dp_options\": {\n                \"ut_86\": 57928313,\n                \"ipsum011\": false\n              },\n              \"assign_dp_from_sb\": false,\n              \"due_date\": \"1969-06-11T20:22:36.774Z\",\n              \"store_invoice_updated_date\": \"1993-01-01T04:39:17.440Z\",\n              \"forward_affiliate_shipment_id\": \"irure fugiat elit do\",\n              \"return_store_node\": -58641343,\n              \"fulfilment_priority_text\": \"aliqua exercitation\",\n              \"shipment_tags\": [\n                {\n                  \"slug\": \"enim\",\n                  \"entity_type\": \"shipments\",\n                  \"display_text\": \"mollit adipisicing magna reprehenderit\"\n                },\n                {\n                  \"slug\": \"Duis\",\n                  \"entity_type\": \"shipments\",\n                  \"display_text\": \"proident\"\n                }\n              ],\n              \"external\": {\n                \"anim6\": true,\n                \"magna_9\": false\n              },\n              \"awb_number\": \"in eu qui\",\n              \"lock_data\": {\n                \"locked\": true,\n                \"mto\": false,\n                \"lock_message\": \"proident in\"\n              },\n              \"order_type\": \"Digital\",\n              \"ewaybill_info\": {\n                \"eu_11\": true,\n                \"dolor6\": -66814020\n              },\n              \"dp_id\": \"et\",\n              \"shipment_volumetric_weight\": -82956468.74176344,\n              \"marketplace_store_id\": \"incididunt dolore amet\",\n              \"return_details\": {\n                \"in_16e\": true,\n                \"laboris3\": 13350551\n              },\n              \"dp_sort_key\": \"Lorem voluptate irure\",\n              \"packaging_name\": \"et id anim in\",\n              \"timestamp\": {\n                \"max\": 73495165,\n                \"min\": 54655737\n              },\n              \"auto_trigger_dp_assignment_acf\": true,\n              \"dp_name\": \"qui Lorem aliquip nostrud\",\n              \"po_number\": \"dolore elit sunt veniam\",\n              \"b2c_buyer_details\": {\n                \"sed90\": \"exercitation Duis\",\n                \"dolor_1\": 27831796\n              },\n              \"forward_affiliate_order_id\": \"laborum laboris\",\n              \"return_affiliate_order_id\": \"labore\",\n              \"bag_weight\": {\n                \"ullamco62\": -33886599,\n                \"aliqua_67\": -93383004\n              },\n              \"refund_to\": \"non labore Ut commodo magna\"\n            },\n            \"company_affiliate_tag\": \"Ut voluptate culpa aliqua\",\n            \"pdf_links\": {\n              \"invoice_type\": \"fynd\",\n              \"label_type\": \"external\",\n              \"label_a6\": \"ullamco anim ea eiusmod ad\",\n              \"invoice\": \"tempor\",\n              \"label_pos\": \"officia Ut ex Lorem\",\n              \"invoice_a6\": \"sed Duis in\",\n              \"b2b\": \"ex incididunt dolor\",\n              \"label\": \"adipisicing dolore\",\n              \"label_a4\": \"dolor tempor dolore consequat\",\n              \"invoice_export\": \"magna in\",\n              \"credit_note_url\": \"amet irure ipsum in\",\n              \"delivery_challan_a4\": \"mollit laborum dolor anim consectetur\",\n              \"label_export\": \"anim tempor aute\",\n              \"invoice_a4\": \"irure voluptate\",\n              \"invoice_pos\": \"magna est fugiat in\",\n              \"po_invoice\": \"veniam amet\"\n            },\n            \"config\": {\n              \"app\": {\n                \"created_at\": \"1974-08-13T15:21:46.821Z\",\n                \"id\": \"amet elit\",\n                \"name\": \"cillum enim Duis\",\n                \"owner\": \"culpa Ut elit minim\",\n                \"secret\": \"ex laboris veniam est\",\n                \"token\": \"aliqua ad\",\n                \"updated_at\": \"1949-09-19T07:24:05.158Z\",\n                \"description\": \"in sunt\",\n                \"meta\": [\n                  {\n                    \"name\": \"nulla cillum aliquip elit\",\n                    \"value\": \"Duis veniam\"\n                  },\n                  {\n                    \"name\": \"do ad enim\",\n                    \"value\": \"reprehenderit elit\"\n                  }\n                ]\n              },\n              \"inventory\": {\n                \"article_assignment\": {\n                  \"post_order_reassignment\": true\n                },\n                \"payment\": {\n                  \"source\": \"pariatur non nulla\",\n                  \"mode_of_payment\": \"cupidatat nulla Duis anim\"\n                },\n                \"inventory\": {\n                  \"store\": {\n                    \"adipisicing_e\": false\n                  }\n                },\n                \"order\": {\n                  \"force_reassignment\": true\n                },\n                \"logistics\": {\n                  \"dp_assignment\": false\n                }\n              },\n              \"app_company_id\": 97684780\n            },\n            \"affiliate_id\": \"ullamco aliqua sit\",\n            \"id\": \"occaecat\"\n          },\n          \"priority_text\": \"ullamco in anim incididunt\",\n          \"bag_status_history\": [\n            {\n              \"status\": \"reprehenderit dolore velit vol\",\n              \"forward\": false,\n              \"store_id\": 24796049,\n              \"delivery_awb_number\": \"ut ea enim\",\n              \"kafka_sync\": true,\n              \"delivery_partner_id\": -47526702,\n              \"app_display_name\": \"veniam nostrud\",\n              \"state_id\": -9114371,\n              \"state_type\": \"logistics\",\n              \"bsh_id\": -25373880,\n              \"created_at\": \"1959-09-30T09:26:17.072Z\",\n              \"created_ts\": \"sit esse deserunt in tempor\",\n              \"shipment_id\": \"dolore Ut Duis minim\",\n              \"updated_at\": \"1960-10-12T01:04:13.717Z\",\n              \"updated_ts\": \"pariatur nostrud\",\n              \"bag_state_mapper\": {\n                \"display_name\": \"incididunt esse cupidatat eu\",\n                \"id\": 94103515,\n                \"journey_type\": \"return\",\n                \"name\": \"dolor Ut sit irure dolore\",\n                \"state_type\": \"logistics\",\n                \"is_active\": true,\n                \"app_display_name\": \"sed esse cupidatat ullamco irure\",\n                \"app_state_name\": \"eu aliquip dolore\",\n                \"app_facing\": false,\n                \"notify_customer\": false\n              },\n              \"bag_id\": -28149459,\n              \"display_name\": \"ipsum\"\n            },\n            {\n              \"status\": \"aliquip cillum\",\n              \"forward\": true,\n              \"store_id\": -79879188,\n              \"delivery_awb_number\": \"do ut aute ipsum\",\n              \"kafka_sync\": false,\n              \"delivery_partner_id\": 6093657,\n              \"app_display_name\": \"aute\",\n              \"state_id\": 13364836,\n              \"state_type\": \"financial\",\n              \"bsh_id\": -15375013,\n              \"created_at\": \"1946-07-28T09:22:57.588Z\",\n              \"created_ts\": \"sint\",\n              \"shipment_id\": \"qui in mollit tempor\",\n              \"updated_at\": \"2017-01-20T04:41:21.908Z\",\n              \"updated_ts\": \"consequat nostrud\",\n              \"bag_state_mapper\": {\n                \"display_name\": \"dolor dolore labore\",\n                \"id\": 98835859,\n                \"journey_type\": \"return\",\n                \"name\": \"Lorem Duis culpa ea exercitation\",\n                \"state_type\": \"financial\",\n                \"is_active\": false,\n                \"app_display_name\": \"cupidatat sit\",\n                \"app_state_name\": \"anim d\",\n                \"app_facing\": false,\n                \"notify_customer\": true\n              },\n              \"bag_id\": -10422215,\n              \"display_name\": \"Excepteur sint magna consectetur\"\n            }\n          ],\n          \"is_dp_assign_enabled\": true,\n          \"bags\": [\n            {\n              \"bag_id\": 10201010,\n              \"gst_details\": {\n                \"brand_calculated_amount\": 90751602.00263688,\n                \"gst_fee\": -83404355.5088094,\n                \"tax_collected_at_source\": -83768954.53009148,\n                \"value_of_good\": 13547068.975204676,\n                \"cgst_tax_percentage\": 42690870.41697097,\n                \"gstin_code\": \"occaecat\",\n                \"igst_tax_percentage\": 37856334.53067896,\n                \"gst_tax_percentage\": 35409156.20159379,\n                \"hsn_code_id\": \"Lorem veniam cupidatat deserunt\",\n                \"igst_gst_fee\": -84206767.25374538,\n                \"is_default_hsn_code\": false,\n                \"sgst_gst_fee\": 95486164.54359871,\n                \"cgst_gst_fee\": -63236265.23328758,\n                \"gst_tag\": \"min\",\n                \"sgst_tax_percentage\": 38947002.42972168,\n                \"hsn_code\": \"amet ut\"\n              },\n              \"bag_status\": [\n                {\n                  \"status\": \"ullamco\",\n                  \"forward\": false,\n                  \"store_id\": -2821244,\n                  \"delivery_awb_number\": \"laboris ullamco\",\n                  \"kafka_sync\": false,\n                  \"delivery_partner_id\": 23448408,\n                  \"app_display_name\": \"id cupidatat sunt quis\",\n                  \"state_id\": 13382271,\n                  \"state_type\": \"financial\",\n                  \"bsh_id\": -42208457,\n                  \"created_at\": \"2005-12-30T09:51:24.372Z\",\n                  \"created_ts\": \"aute tempor fugiat\",\n                  \"shipment_id\": \"voluptat\",\n                  \"updated_at\": \"2023-03-18T06:27:55.182Z\",\n                  \"updated_ts\": \"elit eu\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"sunt ea tempor\",\n                    \"id\": 30601278,\n                    \"journey_type\": \"forward\",\n                    \"name\": \"consectetur dolor rep\",\n                    \"state_type\": \"financial\",\n                    \"is_active\": false,\n                    \"app_display_name\": \"adipisicing esse ullamco aute anim\",\n                    \"app_state_name\": \"irure do ea cons\",\n                    \"app_facing\": true,\n                    \"notify_customer\": true\n                  },\n                  \"bag_id\": 36225644,\n                  \"display_name\": \"nostrud officia\"\n                },\n                {\n                  \"status\": \"quis deserunt esse ex\",\n                  \"forward\": true,\n                  \"store_id\": -6271732,\n                  \"delivery_awb_number\": \"est reprehenderit\",\n                  \"kafka_sync\": true,\n                  \"delivery_partner_id\": -83355338,\n                  \"app_display_name\": \"veniam sint\",\n                  \"state_id\": 40415265,\n                  \"state_type\": \"operational\",\n                  \"bsh_id\": 36052608,\n                  \"created_at\": \"2014-06-01T08:41:41.721Z\",\n                  \"created_ts\": \"Lorem qui nulla irure\",\n                  \"shipment_id\": \"ad laboris dolore\",\n                  \"updated_at\": \"1956-12-01T20:38:56.418Z\",\n                  \"updated_ts\": \"ad Ut esse aute\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"veniam aliquip nulla\",\n                    \"id\": 52273439,\n                    \"journey_type\": \"forward\",\n                    \"name\": \"sunt\",\n                    \"state_type\": \"operational\",\n                    \"is_active\": false,\n                    \"app_display_name\": \"laborum consequat minim\",\n                    \"app_state_name\": \"a\",\n                    \"app_facing\": true,\n                    \"notify_customer\": false\n                  },\n                  \"bag_id\": -80289442,\n                  \"display_name\": \"elit Excepteur adipisicing\"\n                }\n              ],\n              \"parent_promo_bags\": {\n                \"voluptate_d86\": true,\n                \"amet_2\": \"eiusmod elit esse Excepteur\"\n              },\n              \"seller_qc_details\": {\n                \"line_number\": -36241073,\n                \"bad_quantity\": 92650799,\n                \"good_quantity\": 67323510\n              },\n              \"financial_breakup\": {\n                \"added_to_fynd_cash\": false,\n                \"amount_paid\": 66850838.03630212,\n                \"brand_calculated_amount\": 84120620.84873351,\n                \"cashback\": 11762960.23906076,\n                \"cashback_applied\": -17365061.63574654,\n                \"cod_charges\": -28037656.00256738,\n                \"coupon_effective_discount\": -46602939.13882261,\n                \"coupon_value\": 10580352.770930007,\n                \"delivery_charge\": -36035132.817698926,\n                \"discount\": 29625134.251458496,\n                \"fynd_credits\": -90639355.55823658,\n                \"gst_fee\": -74060095.9637891,\n                \"gst_tag\": \"velit nulla quis\",\n                \"gst_tax_percentage\": -64116681.13873268,\n                \"hsn_code\": \"cupidatat nisi Lorem\",\n                \"identifiers\": {\n                  \"alu\": \"ipsum et\",\n                  \"ean\": \"sunt officia\",\n                  \"sku_code\": \"dolor\",\n                  \"upc\": \"eiusmod incididunt\",\n                  \"isbn\": \"comm\"\n                },\n                \"item_name\": \"reprehenderit dolor\",\n                \"price_effective\": 58176566.73106018,\n                \"price_marked\": 11406013.519316897,\n                \"promotion_effective_discount\": 89637072.90343013,\n                \"refund_credit\": 17022589.61579904,\n                \"size\": \"fugi\",\n                \"total_units\": -19645961,\n                \"transfer_price\": 25979299.250213698,\n                \"value_of_good\": 80861499.23355198,\n                \"amount_paid_roundoff\": 1961486,\n                \"tax_collected_at_source\": 66815828.468603134,\n                \"amount_to_be_collected\": 98186853.4661034,\n                \"taxes\": [\n                  {\n                    \"name\": \"dolore Lorem\",\n                    \"rate\": 86192959.34894553,\n                    \"tax_amount\": 28291384.35588959,\n                    \"taxable_amount\": 34316888.12474102\n                  },\n                  {\n                    \"name\": \"mollit eiusmod non\",\n                    \"rate\": -34031682.441687085,\n                    \"tax_amount\": 45042249.697098255,\n                    \"taxable_amount\": 93917532.85561779\n                  }\n                ],\n                \"loyalty_discount\": 96596004.49127036\n              },\n              \"bag_configs\": {\n                \"allow_force_return\": false,\n                \"can_be_cancelled\": true,\n                \"enable_tracking\": true,\n                \"is_active\": false,\n                \"is_customer_return_allowed\": true,\n                \"is_returnable\": false,\n                \"is_bundle_item\": false,\n                \"bundle_details\": {\n                  \"bundle_group_id\": \"esse Ut\",\n                  \"name\": \"exercitation est labore\",\n                  \"slug\": \"enim quis\",\n                  \"bundle_count\": -44546375,\n                  \"article_bundle_id\": \"laboris ut culpa ad\",\n                  \"bundle_article_quantity\": -69800395,\n                  \"is_base\": true,\n                  \"price_marked\": 21854354.906059653,\n                  \"price_effective\": 3230623.7273135036,\n                  \"item_id\": -97773359,\n                  \"item_type\": \"physical_bundle\",\n                  \"return_config\": {\n                    \"allow_partial_return\": true,\n                    \"returnable\": false,\n                    \"unit\": false,\n                    \"time\": false\n                  },\n                  \"seller_identifier\": \"ipsum\",\n                  \"images\": [\n                    \"Exce\",\n                    \"elit aute qui consequat\"\n                  ],\n                  \"brand_name\": \"consectetur\",\n                  \"size\": \"est enim pariatur sint commodo\"\n                }\n              },\n              \"seller_identifier\": \"esse molli\",\n              \"delivery_address\": {\n                \"phone\": \"Lorem aliquip\",\n                \"address2\": \"dolore nostrud\",\n                \"address\": \"est mollit sunt\",\n                \"longitude\": 37708137.81667796,\n                \"pincode\": \"p\",\n                \"area\": \"exercitation deserunt ad proident\",\n                \"address_type\": \"home\",\n                \"country\": \"Ut reprehenderit\",\n                \"address_category\": \"store\",\n                \"email\": \"labore exercitation\",\n                \"created_at\": \"1949-12-30T10:40:32.507Z\",\n                \"address1\": \"tempor consectetur\",\n                \"display_address\": \"ea enim\",\n                \"landmark\": \"irure\",\n                \"updated_at\": \"1965-03-18T23:53:50.114Z\",\n                \"version\": \"ad ex\",\n                \"latitude\": 34806506.65969831,\n                \"contact_person\": \"in voluptate\",\n                \"state\": \"adipisici\",\n                \"city\": \"cupidatat exercitation magna\",\n                \"area_code_slug\": \"sint nostrud commodo\",\n                \"country_code\": \"proiden\",\n                \"country_iso_code\": \"nostrud cillum\",\n                \"country_phone_code\": \"ut consectetur\",\n                \"delivery_address_id\": -39030612,\n                \"geo_location\": {\n                  \"velit_f6\": \"reprehenderit\",\n                  \"proident9\": 30779802,\n                  \"non77\": true\n                },\n                \"name\": \"sint quis o\",\n                \"sector\": \"sed et dolor non\",\n                \"state_code\": \"qui consectetur elit culpa\",\n                \"uid\": \"est Excepteur in dolore\",\n                \"user_id\": \"ad mollit dolor a\",\n                \"code\": \"sit nulla\"\n              },\n              \"article\": {\n                \"identifiers\": {\n                  \"adipisicing__5\": -72203926.54842645,\n                  \"minim_b6f\": false\n                },\n                \"return_config\": {\n                  \"returnable\": false,\n                  \"time\": -17965628.695894822,\n                  \"unit\": \"do\"\n                },\n                \"uid\": \"nulla velit ut voluptate\",\n                \"size\": \"Duis cillum\",\n                \"tags\": [\n                  \"nostrud\",\n                  \"amet exercitation in l\"\n                ],\n                \"_custom_json\": {\n                  \"consectetur_036\": -51931693,\n                  \"reprehenderit6\": -543439.0556124449,\n                  \"enim91\": 15987454.441435918\n                }\n              },\n              \"brand\": {\n                \"id\": -88794997,\n                \"logo\": \"dolore occaecat\",\n                \"company\": -75391795,\n                \"created_on\": \"2003-05-23T20:55:46.231Z\",\n                \"brand_name\": \"amet aute sin\",\n                \"modified_on\": \"1979-05-20T08:55:02.761Z\"\n              },\n              \"group_id\": \"dolore pariatur ut\",\n              \"affiliate_bag_details\": {\n                \"affiliate_bag_id\": \"Duis laboris\",\n                \"coupon_code\": \"al\",\n                \"affiliate_meta\": {\n                  \"order_item_id\": \"in culpa irure\",\n                  \"channel_order_id\": \"cillum qui occaecat\",\n                  \"employee_discount\": 10686600.18864645,\n                  \"box_type\": \"proident eiusmod veniam sed\",\n                  \"quantity\": 70727904,\n                  \"size_level_total_qty\": 79661519,\n                  \"loyalty_discount\": -10311426.966386288,\n                  \"replacement_details\": {\n                    \"replacement_type\": \"Excepteur reprehenderit qui commodo\",\n                    \"original_affiliate_order_id\": \"in sit sint\"\n                  },\n                  \"channel_shipment_id\": \"est nostrud qui\",\n                  \"marketplace_invoice_id\": \"eiusmod in elit non reprehenderit\",\n                  \"due_date\": \"1948-10-29T02:11:30.137Z\",\n                  \"coupon_code\": \"reprehenderit amet occaecat\",\n                  \"is_priority\": false,\n                  \"is_serial_number_required\": false,\n                  \"fulfilment_priority\": 96939764,\n                  \"customer_selling_price\": -49399938.800375365\n                }\n              },\n              \"item\": {\n                \"id\": 37528252,\n                \"attributes\": {\n                  \"currency\": \"commodo laboris dolor\"\n                },\n                \"brand_id\": -35333252,\n                \"slug_key\": \"eu veniam\",\n                \"l3_category\": 88027333,\n                \"l3_category_name\": \"amet qui velit\",\n                \"last_updated_at\": \"1958-07-20T17:56:57.385Z\",\n                \"name\": \"enim in consequat voluptate\",\n                \"l2_category\": [\n                  \"dolor dolor labore\",\n                  \"minim amet veniam id dolore\"\n                ],\n                \"brand\": \"officia tempor\",\n                \"image\": [\n                  \"nisi magna eu tempor consect\",\n                  \"laboris id nisi qui\"\n                ],\n                \"code\": \"sed anim non\",\n                \"l1_category\": [\n                  \"ullamco commodo occaecat\",\n                  \"dolore ut\"\n                ],\n                \"size\": \"reprehenderit fugiat\",\n                \"can_cancel\": false,\n                \"can_return\": true,\n                \"branch_url\": \"deserunt n\",\n                \"meta\": {\n                  \"suntd\": 34646856.35036555\n                },\n                \"color\": \"mollit\",\n                \"department_id\": -38159261,\n                \"images\": [\n                  \"\",\n                  \"elit\"\n                ],\n                \"tags\": [\n                  \"occaecat Excepteur\",\n                  \"ex\"\n                ]\n              },\n              \"payment_methods\": [\n                {\n                  \"mode\": \"in ullamco aliqua\",\n                  \"amount\": -90400017.93374678\n                },\n                {\n                  \"mode\": \"non enim ut magna\",\n                  \"amount\": -48985422.76584727\n                }\n              ],\n              \"payment_info\": [\n                {\n                  \"mode\": \"velit\",\n                  \"amount\": 31963629.74330893\n                },\n                {\n                  \"mode\": \"Duis velit\",\n                  \"amount\": -28293486.21899435\n                }\n              ],\n              \"quantity\": -77284002,\n              \"identifier\": \"Lorem occaec\",\n              \"can_return\": true,\n              \"can_cancel\": true,\n              \"display_name\": \"veniam ea elit et ut\",\n              \"line_number\": -71718319,\n              \"meta\": {\n                \"autef6d\": true,\n                \"magnaaf2\": false\n              },\n              \"applied_promos\": [\n                {\n                  \"promotion_type\": \"ladder_price\",\n                  \"promotion_name\": \"occaecat consequat consectetur laboris\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": -6113413,\n                      \"type\": \"velit anim pariatur\"\n                    },\n                    {\n                      \"value\": -39270420,\n                      \"type\": \"sit sunt non aute sed\"\n                    }\n                  ],\n                  \"amount\": -53714507.065612026,\n                  \"article_quantity\": 79992739,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          83968054,\n                          -75708619\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    },\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          -58124115,\n                          -66898373\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"in aliquip dolor\",\n                  \"mrp_promotion\": false,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"quis reprehenderit eu\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"Excepteur commodo minim enim\",\n                        \"item_name\": \"reprehenderit sit Ut\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"ea\",\n                        \"item_id\": 64061439,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ]\n                      },\n                      \"parent_item_identifier\": \"voluptate incididunt\",\n                      \"quantity\": 63747674.92489192\n                    },\n                    {\n                      \"article_id\": \"nisi in sit\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"Lorem laborum eiusmod enim sunt\",\n                        \"item_name\": \"dolore fugiat magna\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"magna dolore laboris anim\",\n                        \"item_id\": -9206603,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"in__46\": 83074904.10045245\n                      },\n                      \"parent_item_identifier\": \"amet\",\n                      \"quantity\": 63189752.26695344\n                    }\n                  ]\n                },\n                {\n                  \"promotion_type\": \"bundle_price_percentage\",\n                  \"promotion_name\": \"mollit Duis non sunt\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": -98840009,\n                      \"type\": \"adipisicing consequat voluptate magna sed\"\n                    },\n                    {\n                      \"value\": -21681908,\n                      \"type\": \"adipisicing sunt incididunt\"\n                    }\n                  ],\n                  \"amount\": 53743641.124149054,\n                  \"article_quantity\": 81514665,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          25374040,\n                          86816083\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    },\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          42406447,\n                          -6052389\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"id quis et eiusmod\",\n                  \"mrp_promotion\": false,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"eu ipsum\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"cillum dolore\",\n                        \"item_name\": \"sed pariatur\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"eiusmod aliqua dolor sit\",\n                        \"item_id\": 73676578,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"officia_0\": false,\n                        \"utc84\": true\n                      },\n                      \"parent_item_identifier\": \"Ut Excepteur nostrud sint\",\n                      \"quantity\": -78528001.87164082\n                    },\n                    {\n                      \"article_id\": \"nisi in\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"ullamco reprehenderit\",\n                        \"item_name\": \"anim fugiat reprehenderit ut\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"proident\",\n                        \"item_id\": -57978968,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ]\n                      },\n                      \"parent_item_identifier\": \"ut eu non\",\n                      \"quantity\": 15809682.72918129\n                    }\n                  ]\n                }\n              ],\n              \"prices\": {\n                \"refund_credit\": -88754778.10992396,\n                \"amount_paid_roundoff\": -7853214.34576489,\n                \"price_effective\": -74546572.67768492,\n                \"promotion_effective_discount\": 17723759.599970102,\n                \"pm_price_split\": -17403586.47051905,\n                \"refund_amount\": -3019685.082233265,\n                \"transfer_price\": -6684394.376731724,\n                \"coupon_effective_discount\": 29964248.05784516,\n                \"tax_collected_at_source\": -798681.9167808592,\n                \"brand_calculated_amount\": 62741195.78749263,\n                \"delivery_charge\": 73258831.04814231,\n                \"cashback\": -7878892.548004761,\n                \"value_of_good\": -6806428.742115498,\n                \"cashback_applied\": -4032982.6083777696,\n                \"cod_charges\": -4060626.254921168,\n                \"price_marked\": 50511933.48890594,\n                \"amount_paid\": 15693963.420103654,\n                \"coupon_value\": 95911639.27357292,\n                \"discount\": 38305846.50274664,\n                \"fynd_credits\": -92767896.13529117,\n                \"gift_price\": 43335099.57015446,\n                \"amount_to_be_collected\": 49428224.71125424,\n                \"cost_price\": -47911708.79501596,\n                \"loyalty_discount\": -8981201.916717067,\n                \"marketplace_promotion_effective_discount\": -85515140.2381245,\n                \"seller_promotion_effective_discount\": 61004273.004935175\n              },\n              \"charges\": [\n                {\n                  \"name\": \"magna enim reprehenderit ut\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": -27187979.724116877,\n                      \"currency\": \"consectetur dolor in adipisicing\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": -98148899.40178718,\n                      \"currency\": \"aliquip labore aliqua id\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"single\",\n                      \"logic\": \"fugiat pariatur labore aliquip\"\n                    },\n                    \"distribution_level\": \"dolor mollit anim sed\"\n                  },\n                  \"code\": \"nulla officia occaecat commodo\",\n                  \"type\": \"incididunt tempor\"\n                },\n                {\n                  \"name\": \"irure tempor\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": 18448169.740839317,\n                      \"currency\": \"cupid\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": -11898651.249902502,\n                      \"currency\": \"pariatur\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"single\",\n                      \"logic\": \"Duis nisi\"\n                    },\n                    \"distribution_level\": \"non eiusmod consectetur enim incididunt\"\n                  },\n                  \"code\": \"ut aliquip do\",\n                  \"type\": \"nulla in amet in\"\n                }\n              ],\n              \"ordering_currency_prices\": {\n                \"refund_credit\": -17141223.518431127,\n                \"amount_paid_roundoff\": -23158353.924809247,\n                \"price_effective\": -10552474.090588018,\n                \"promotion_effective_discount\": -82476725.24624398,\n                \"pm_price_split\": -48648067.78187991,\n                \"refund_amount\": -95293088.02332398,\n                \"transfer_price\": -44481028.82244402,\n                \"coupon_effective_discount\": -97445876.65652445,\n                \"tax_collected_at_source\": -63484124.76731396,\n                \"brand_calculated_amount\": 89030784.10635287,\n                \"delivery_charge\": 57651664.88341689,\n                \"cashback\": 35228944.49303374,\n                \"value_of_good\": 69301502.69172737,\n                \"cashback_applied\": 4281399.451257333,\n                \"cod_charges\": -23842640.493651196,\n                \"price_marked\": -54806022.584941514,\n                \"amount_paid\": 33977340.33609177,\n                \"coupon_value\": 11042335.909790292,\n                \"discount\": -94114061.88778502,\n                \"fynd_credits\": -90343928.91897203,\n                \"gift_price\": -94857837.9718679,\n                \"amount_to_be_collected\": -46495316.00536201,\n                \"cost_price\": -98500475.2785212,\n                \"loyalty_discount\": -23535936.85721545\n              },\n              \"current_status\": {\n                \"id\": -34880262,\n                \"store_id\": 24680667,\n                \"delivery_awb_number\": \"e\",\n                \"kafka_sync\": false,\n                \"delivery_partner_id\": 59753746,\n                \"state_type\": \"financial\",\n                \"state_id\": 94400693,\n                \"created_at\": \"1994-02-04T08:50:04.137Z\",\n                \"created_ts\": \"2006-04-24T03:01:00.174Z\",\n                \"shipment_id\": \"sint in est\",\n                \"updated_at\": \"2019-09-02T09:55:38.836Z\",\n                \"bag_state_mapper\": {\n                  \"display_name\": \"in\",\n                  \"id\": -22077259,\n                  \"journey_type\": \"forward\",\n                  \"name\": \"commodo sunt sit\",\n                  \"state_type\": \"logistics\",\n                  \"is_active\": true,\n                  \"app_display_name\": \"minim\",\n                  \"app_state_name\": \"magna enim commodo id\",\n                  \"app_facing\": true,\n                  \"notify_customer\": true\n                },\n                \"bag_id\": 6054553,\n                \"status\": \"ullamco\"\n              },\n              \"entity_type\": \"bag\",\n              \"is_parent\": false\n            },\n            {\n              \"bag_id\": -90625913,\n              \"gst_details\": {\n                \"brand_calculated_amount\": -95465182.87177049,\n                \"gst_fee\": 99761302.20758504,\n                \"tax_collected_at_source\": -85563731.99078378,\n                \"value_of_good\": 53701296.98891181,\n                \"cgst_tax_percentage\": -40692228.16506026,\n                \"gstin_code\": \"eu Excepteur\",\n                \"igst_tax_percentage\": 9967178.027065769,\n                \"gst_tax_percentage\": 51328709.51885581,\n                \"hsn_code_id\": \"ex\",\n                \"igst_gst_fee\": 92919870.8884221,\n                \"is_default_hsn_code\": true,\n                \"sgst_gst_fee\": 14227883.996910065,\n                \"cgst_gst_fee\": -45980976.1628617,\n                \"gst_tag\": \"proident do te\",\n                \"sgst_tax_percentage\": 84266581.89548922,\n                \"hsn_code\": \"quis veniam et\"\n              },\n              \"bag_status\": [\n                {\n                  \"status\": \"reprehenderit magna dol\",\n                  \"forward\": false,\n                  \"store_id\": 94374887,\n                  \"delivery_awb_number\": \"tempor ea veniam\",\n                  \"kafka_sync\": true,\n                  \"delivery_partner_id\": 43035776,\n                  \"app_display_name\": \"sunt nisi in ex Excepteur\",\n                  \"state_id\": -23587622,\n                  \"state_type\": \"financial\",\n                  \"bsh_id\": 98425089,\n                  \"created_at\": \"2007-11-15T01:54:14.256Z\",\n                  \"created_ts\": \"id officia\",\n                  \"shipment_id\": \"ea\",\n                  \"updated_at\": \"1973-10-08T23:20:45.550Z\",\n                  \"updated_ts\": \"amet dolore\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"in officia nisi pariatur Excepteur\",\n                    \"id\": 99493650,\n                    \"journey_type\": \"return\",\n                    \"name\": \"nulla consectetur eiusmod tempor non\",\n                    \"state_type\": \"logistics\",\n                    \"is_active\": true,\n                    \"app_display_name\": \"elit quis dolore\",\n                    \"app_state_name\": \"quis nostrud id magna eiusmod\",\n                    \"app_facing\": true,\n                    \"notify_customer\": true\n                  },\n                  \"bag_id\": -84537131,\n                  \"display_name\": \"esse aliquip adipisicing ea officia\"\n                },\n                {\n                  \"status\": \"consectetur enim officia laboris pariatur\",\n                  \"forward\": true,\n                  \"store_id\": -66978788,\n                  \"delivery_awb_number\": \"Lorem proident\",\n                  \"kafka_sync\": false,\n                  \"delivery_partner_id\": 59448409,\n                  \"app_display_name\": \"qui\",\n                  \"state_id\": 11548061,\n                  \"state_type\": \"operational\",\n                  \"bsh_id\": -14406851,\n                  \"created_at\": \"1963-03-06T02:50:31.516Z\",\n                  \"created_ts\": \"dolore\",\n                  \"shipment_id\": \"est esse do ut\",\n                  \"updated_at\": \"1960-04-08T16:53:36.550Z\",\n                  \"updated_ts\": \"laboris fugiat sit\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"ipsum reprehenderit aliq\",\n                    \"id\": -84170133,\n                    \"journey_type\": \"forward\",\n                    \"name\": \"magna aute occaecat\",\n                    \"state_type\": \"financial\",\n                    \"is_active\": true,\n                    \"app_display_name\": \"occaecat ea Excepteur\",\n                    \"app_state_name\": \"Duis commodo\",\n                    \"app_facing\": false,\n                    \"notify_customer\": false\n                  },\n                  \"bag_id\": -46367114,\n                  \"display_name\": \"in\"\n                }\n              ],\n              \"parent_promo_bags\": {\n                \"eiusmod7\": 95280225.25975436,\n                \"do88c\": \"fugiat velit ut\",\n                \"officia_66\": -83097622,\n                \"aute__c\": -61642354\n              },\n              \"seller_qc_details\": {\n                \"line_number\": -22714950,\n                \"bad_quantity\": -15273533,\n                \"good_quantity\": 99121260\n              },\n              \"financial_breakup\": {\n                \"added_to_fynd_cash\": true,\n                \"amount_paid\": -67492891.83536024,\n                \"brand_calculated_amount\": 41407852.66934374,\n                \"cashback\": 34117791.39478642,\n                \"cashback_applied\": 95674400.81023157,\n                \"cod_charges\": -32550451.092482507,\n                \"coupon_effective_discount\": -57342001.18716735,\n                \"coupon_value\": 49937030.57083842,\n                \"delivery_charge\": 17093600.500177786,\n                \"discount\": 27722026.7724279,\n                \"fynd_credits\": 6476356.464854851,\n                \"gst_fee\": 84450478.86924857,\n                \"gst_tag\": \"deserunt sit\",\n                \"gst_tax_percentage\": 53122196.68229151,\n                \"hsn_code\": \"tempor Excepteur\",\n                \"identifiers\": {\n                  \"alu\": \"occaecat aute\",\n                  \"ean\": \"eu minim\",\n                  \"sku_code\": \"exercitation in sint\",\n                  \"upc\": \"quis aliqua\",\n                  \"isbn\": \"ess\"\n                },\n                \"item_name\": \"et vo\",\n                \"price_effective\": 20062506.245638415,\n                \"price_marked\": 64969306.01187453,\n                \"promotion_effective_discount\": 74195355.99745774,\n                \"refund_credit\": 48138353.98776683,\n                \"size\": \"sint u\",\n                \"total_units\": -29128661,\n                \"transfer_price\": 34914993.689056575,\n                \"value_of_good\": -71616053.49267033,\n                \"amount_paid_roundoff\": 41973816,\n                \"tax_collected_at_source\": -12035019.626557946,\n                \"amount_to_be_collected\": 95946618.6399816,\n                \"taxes\": [\n                  {\n                    \"name\": \"nisi officia veniam voluptate commodo\",\n                    \"rate\": -84102102.40604249,\n                    \"tax_amount\": 93348873.12173331,\n                    \"taxable_amount\": -65756474.678009845\n                  },\n                  {\n                    \"name\": \"labore Ut\",\n                    \"rate\": -74314537.26037058,\n                    \"tax_amount\": 17324417.12662536,\n                    \"taxable_amount\": 85577309.28590429\n                  }\n                ],\n                \"loyalty_discount\": 94449568.54080066\n              },\n              \"bag_configs\": {\n                \"allow_force_return\": true,\n                \"can_be_cancelled\": false,\n                \"enable_tracking\": true,\n                \"is_active\": false,\n                \"is_customer_return_allowed\": true,\n                \"is_returnable\": false,\n                \"is_bundle_item\": true,\n                \"bundle_details\": {\n                  \"bundle_group_id\": \"ad Duis dolore\",\n                  \"name\": \"qui sint\",\n                  \"slug\": \"cupidatat enim minim ut mollit\",\n                  \"bundle_count\": 13207113,\n                  \"article_bundle_id\": \"dolor magna culpa dolor aute\",\n                  \"bundle_article_quantity\": -93759337,\n                  \"is_base\": false,\n                  \"price_marked\": -32442927.35334979,\n                  \"price_effective\": -87405569.57087713,\n                  \"item_id\": -8769369,\n                  \"item_type\": \"physical_bundle\",\n                  \"return_config\": {\n                    \"allow_partial_return\": true,\n                    \"returnable\": false,\n                    \"unit\": false,\n                    \"time\": false\n                  },\n                  \"seller_identifier\": \"u\",\n                  \"images\": [\n                    \"nisi mollit consectetur\",\n                    \"laborum dolor\"\n                  ],\n                  \"brand_name\": \"enim culpa voluptate\",\n                  \"size\": \"Ut ipsum aute ea\"\n                }\n              },\n              \"seller_identifier\": \"occaecat Duis reprehenderit magna consectetur\",\n              \"delivery_address\": {\n                \"phone\": \"dolore deserunt\",\n                \"address2\": \"consectetur nostrud esse amet\",\n                \"address\": \"in ex\",\n                \"longitude\": 7041333.178630799,\n                \"pincode\": \"anim in esse non\",\n                \"area\": \"culpa Ut quis\",\n                \"address_type\": \"office\",\n                \"country\": \"elit voluptate mollit\",\n                \"address_category\": \"delivery\",\n                \"email\": \"Ut culpa eu\",\n                \"created_at\": \"1990-07-13T20:28:25.038Z\",\n                \"address1\": \"ex\",\n                \"display_address\": \"reprehenderit enim\",\n                \"landmark\": \"eu\",\n                \"updated_at\": \"1969-10-12T03:01:57.966Z\",\n                \"version\": \"irure reprehenderit ipsum\",\n                \"latitude\": -177599.9782294631,\n                \"contact_person\": \"velit occaecat eu\",\n                \"state\": \"labore culpa in\",\n                \"city\": \"sed occaecat deserunt\",\n                \"area_code_slug\": \"esse officia\",\n                \"country_code\": \"amet ut\",\n                \"country_iso_code\": \"id proident nostrud\",\n                \"country_phone_code\": \"minim occaecat exercitation\",\n                \"delivery_address_id\": -8040852,\n                \"geo_location\": {\n                  \"occaecat_ef4\": true,\n                  \"adipisicing_e6\": \"officia laborum aliquip\"\n                },\n                \"name\": \"proident\",\n                \"sector\": \"sed\",\n                \"state_code\": \"id dolor voluptate\",\n                \"uid\": \"quis minim\",\n                \"user_id\": \"laborum fug\",\n                \"code\": \"voluptate sunt\"\n              },\n              \"article\": {\n                \"identifiers\": {\n                  \"amet__c6\": false,\n                  \"consequat_95a\": \"fugiat id adipisicing proident\",\n                  \"aute_88\": \"non laborum cupidatat\",\n                  \"ipsum7e\": \"consequat sit veniam ut fugiat\"\n                },\n                \"return_config\": {\n                  \"returnable\": false,\n                  \"time\": -80557513.33669305,\n                  \"unit\": \"incididunt ad cupidatat cillum aute\"\n                },\n                \"uid\": \"eiusmod mo\",\n                \"size\": \"in\",\n                \"tags\": [\n                  \"non est dolore\",\n                  \"fugiat ipsum dolor anim\"\n                ],\n                \"_custom_json\": {\n                  \"deserunt32\": \"dolore in\",\n                  \"adipisicing_6c7\": true\n                }\n              },\n              \"brand\": {\n                \"id\": -11131680,\n                \"logo\": \"sit\",\n                \"company\": 80884753,\n                \"created_on\": \"1970-05-24T08:10:26.569Z\",\n                \"brand_name\": \"voluptate enim officia adipisicing\",\n                \"modified_on\": \"1971-04-05T18:16:33.992Z\"\n              },\n              \"group_id\": \"cupidatat adipisi\",\n              \"affiliate_bag_details\": {\n                \"affiliate_bag_id\": \"ad aliquip\",\n                \"coupon_code\": \"ut\",\n                \"affiliate_meta\": {\n                  \"order_item_id\": \"nisi dolore\",\n                  \"channel_order_id\": \"non velit\",\n                  \"employee_discount\": -32458526.798723623,\n                  \"box_type\": \"et aute amet\",\n                  \"quantity\": 2474842,\n                  \"size_level_total_qty\": 36494029,\n                  \"loyalty_discount\": 9182810.599184558,\n                  \"replacement_details\": {\n                    \"replacement_type\": \"esse\",\n                    \"original_affiliate_order_id\": \"magna\"\n                  },\n                  \"channel_shipment_id\": \"Duis non\",\n                  \"marketplace_invoice_id\": \"aute quis dolore\",\n                  \"due_date\": \"1963-10-17T13:02:44.421Z\",\n                  \"coupon_code\": \"Lor\",\n                  \"is_priority\": false,\n                  \"is_serial_number_required\": true,\n                  \"fulfilment_priority\": -60978446,\n                  \"customer_selling_price\": -13569445.931060195\n                }\n              },\n              \"item\": {\n                \"id\": 51960636,\n                \"attributes\": {\n                  \"currency\": \"voluptate eiusmod consequat fu\"\n                },\n                \"brand_id\": -35740392,\n                \"slug_key\": \"magna ut in ad\",\n                \"l3_category\": 65388748,\n                \"l3_category_name\": \"in laborum\",\n                \"last_updated_at\": \"2025-04-13T21:14:12.878Z\",\n                \"name\": \"non\",\n                \"l2_category\": [\n                  \"deserunt Excepteur dolo\",\n                  \"adipisicing et aliquip\"\n                ],\n                \"brand\": \"aliquip ipsum dolor dolore id\",\n                \"image\": [\n                  \"eu proident\",\n                  \"consectetur\"\n                ],\n                \"code\": \"dolor veniam eiusmod officia\",\n                \"l1_category\": [\n                  \"ea non\",\n                  \"sint consectetur ut sunt\"\n                ],\n                \"size\": \"consectetur enim anim\",\n                \"can_cancel\": true,\n                \"can_return\": true,\n                \"branch_url\": \"irure ipsum nostrud\",\n                \"meta\": {\n                  \"cillum76\": \"occaecat in ad consequat cupidatat\",\n                  \"culpad\": 53963038.986029804\n                },\n                \"color\": \"ullamco elit irure\",\n                \"department_id\": -37409849,\n                \"images\": [\n                  \"commodo qui occaecat\",\n                  \"qui ullamco in anim\"\n                ],\n                \"tags\": [\n                  \"elit\",\n                  \"amet in labore\"\n                ]\n              },\n              \"payment_methods\": [\n                {\n                  \"mode\": \"sunt Ut adipisicing proident\",\n                  \"amount\": 19254600.00019212\n                },\n                {\n                  \"mode\": \"mollit anim dolor\",\n                  \"amount\": 39585813.7347413\n                }\n              ],\n              \"payment_info\": [\n                {\n                  \"mode\": \"proident consequat des\",\n                  \"amount\": 13154160.661036491\n                },\n                {\n                  \"mode\": \"id enim\",\n                  \"amount\": 16645566.29274334\n                }\n              ],\n              \"quantity\": -39943621,\n              \"identifier\": \"Duis incididunt Ut amet\",\n              \"can_return\": true,\n              \"can_cancel\": true,\n              \"display_name\": \"incididunt eiusmod ad\",\n              \"line_number\": 52430822,\n              \"meta\": {\n                \"cillum6e\": 84116609,\n                \"eiusmod6\": \"ad Ut esse occaecat officia\"\n              },\n              \"applied_promos\": [\n                {\n                  \"promotion_type\": \"ladder_price\",\n                  \"promotion_name\": \"dolor Duis ut\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": -67757574,\n                      \"type\": \"ea ipsum\"\n                    },\n                    {\n                      \"value\": -89945163,\n                      \"type\": \"ad\"\n                    }\n                  ],\n                  \"amount\": -8397106.142004013,\n                  \"article_quantity\": -71350142,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          -56295759,\n                          58538109\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    },\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          99572985,\n                          -6028246\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"irure sed ex aute\",\n                  \"mrp_promotion\": true,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"sed nostrud labore eiusmod\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"Duis consequat cupidatat tempor veniam\",\n                        \"item_name\": \"magna ut elit esse\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"in Ut\",\n                        \"item_id\": -85378578,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ]\n                      },\n                      \"parent_item_identifier\": \"magna esse\",\n                      \"quantity\": -31005115.418280214\n                    },\n                    {\n                      \"article_id\": \"eiusmod elit\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"laborum proident\",\n                        \"item_name\": \"dolore laboris sint cupidatat\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"aliquip tempor ut consect\",\n                        \"item_id\": 31733524,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"id4a\": -16486858.166139305,\n                        \"magna_0\": -35309039,\n                        \"enim50\": 86709929.84813482\n                      },\n                      \"parent_item_identifier\": \"dol\",\n                      \"quantity\": 76494704.75950286\n                    }\n                  ]\n                },\n                {\n                  \"promotion_type\": \"fixed_price\",\n                  \"promotion_name\": \"pariatur occaecat in\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": -14274767,\n                      \"type\": \"velit nostrud veniam in\"\n                    },\n                    {\n                      \"value\": 87081363,\n                      \"type\": \"in dolor\"\n                    }\n                  ],\n                  \"amount\": -99410953.90788415,\n                  \"article_quantity\": -1795502,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          21955504,\n                          -32093359\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    },\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          61332741,\n                          44750249\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"mag\",\n                  \"mrp_promotion\": true,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"adipisicing ut\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"ut quis\",\n                        \"item_name\": \"culpa sit\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"deserunt aliquip tempor\",\n                        \"item_id\": 35331509,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"pariatur__4\": 31502670.485403344\n                      },\n                      \"parent_item_identifier\": \"pariatur labore in esse\",\n                      \"quantity\": 38315754.10629475\n                    },\n                    {\n                      \"article_id\": \"est voluptate\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"ad eiusmod dolore\",\n                        \"item_name\": \"occaecat culpa\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"veniam sed\",\n                        \"item_id\": 19770177,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ]\n                      },\n                      \"parent_item_identifier\": \"in ex in sit\",\n                      \"quantity\": 25134017.601016417\n                    }\n                  ]\n                }\n              ],\n              \"prices\": {\n                \"refund_credit\": -24978733.383566886,\n                \"amount_paid_roundoff\": 74354700.73890492,\n                \"price_effective\": 15149083.904511288,\n                \"promotion_effective_discount\": 62954341.12745699,\n                \"pm_price_split\": 79141823.1147365,\n                \"refund_amount\": 75052949.27330604,\n                \"transfer_price\": -48666916.69101124,\n                \"coupon_effective_discount\": -36835272.09132897,\n                \"tax_collected_at_source\": -291144.935507372,\n                \"brand_calculated_amount\": -39226104.87702647,\n                \"delivery_charge\": -32170111.036178723,\n                \"cashback\": 95787019.64468533,\n                \"value_of_good\": -58886457.598024756,\n                \"cashback_applied\": 21736105.487253666,\n                \"cod_charges\": -24083811.598452926,\n                \"price_marked\": -58708710.44902639,\n                \"amount_paid\": 74072021.7780458,\n                \"coupon_value\": -30761103.29887025,\n                \"discount\": 97826000.51138303,\n                \"fynd_credits\": 3979394.592822239,\n                \"gift_price\": -65483458.18734105,\n                \"amount_to_be_collected\": -18095631.38726662,\n                \"cost_price\": 659405.9294647127,\n                \"loyalty_discount\": -77618000.90615454,\n                \"marketplace_promotion_effective_discount\": 87740498.69835672,\n                \"seller_promotion_effective_discount\": 13931878.984706491\n              },\n              \"charges\": [\n                {\n                  \"name\": \"aute officia exercitation in nostrud\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": 40705234.92791182,\n                      \"currency\": \"laborum nulla Duis voluptate\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": 83616104.57132503,\n                      \"currency\": \"in consectetur exercitation\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"multi\",\n                      \"logic\": \"in enim consectetur\"\n                    },\n                    \"distribution_level\": \"eu Excepteur in esse\"\n                  },\n                  \"code\": \"quis laborum ea eu\",\n                  \"type\": \"do qui aute\"\n                },\n                {\n                  \"name\": \"do eiusmod laborum fugiat cillum\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": 55681817.266343504,\n                      \"currency\": \"Duis laborum quis\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": -42935226.59086166,\n                      \"currency\": \"mollit occaecat ut\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"multi\",\n                      \"logic\": \"amet velit\"\n                    },\n                    \"distribution_level\": \"eiusmod aliquip\"\n                  },\n                  \"code\": \"consequat\",\n                  \"type\": \"Duis in\"\n                }\n              ],\n              \"ordering_currency_prices\": {\n                \"refund_credit\": 43023709.66537771,\n                \"amount_paid_roundoff\": -98969368.89252155,\n                \"price_effective\": -14464888.91542153,\n                \"promotion_effective_discount\": 18636464.252258375,\n                \"pm_price_split\": -43914615.71341528,\n                \"refund_amount\": 80998977.25338164,\n                \"transfer_price\": -28478396.23547031,\n                \"coupon_effective_discount\": 61523939.991707385,\n                \"tax_collected_at_source\": 91331786.46620262,\n                \"brand_calculated_amount\": -16514531.624519393,\n                \"delivery_charge\": -56505836.6853751,\n                \"cashback\": -72305471.63972351,\n                \"value_of_good\": 27344842.662682593,\n                \"cashback_applied\": -23855771.07216838,\n                \"cod_charges\": -80962176.19256584,\n                \"price_marked\": -79964365.81579767,\n                \"amount_paid\": -93578754.72809365,\n                \"coupon_value\": -25345934.511737183,\n                \"discount\": 54011390.2148712,\n                \"fynd_credits\": -29228611.95902367,\n                \"gift_price\": 22022559.328475475,\n                \"amount_to_be_collected\": 76714699.97947899,\n                \"cost_price\": 4960021.295785919,\n                \"loyalty_discount\": -94020358.43577741\n              },\n              \"current_status\": {\n                \"id\": -71981205,\n                \"store_id\": -55048786,\n                \"delivery_awb_number\": \"quis consectetur dolore et\",\n                \"kafka_sync\": false,\n                \"delivery_partner_id\": -12471543,\n                \"state_type\": \"logistics\",\n                \"state_id\": -23665144,\n                \"created_at\": \"1987-07-16T14:31:56.058Z\",\n                \"created_ts\": \"1947-01-17T14:23:29.921Z\",\n                \"shipment_id\": \"est id aliquip\",\n                \"updated_at\": \"1954-10-23T17:24:41.188Z\",\n                \"bag_state_mapper\": {\n                  \"display_name\": \"pariatur aute in\",\n                  \"id\": -14851275,\n                  \"journey_type\": \"forward\",\n                  \"name\": \"et ipsum qui nulla\",\n                  \"state_type\": \"financial\",\n                  \"is_active\": false,\n                  \"app_display_name\": \"quis\",\n                  \"app_state_name\": \"Lorem mollit Duis\",\n                  \"app_facing\": true,\n                  \"notify_customer\": true\n                },\n                \"bag_id\": 6495992,\n                \"status\": \"minim\"\n              },\n              \"entity_type\": \"bag\",\n              \"is_parent\": false\n            }\n          ],\n          \"dp_assignment\": true,\n          \"total_items\": -76070131,\n          \"fulfilling_store\": {\n            \"address\": \"do Ut cupidatat ea sit\",\n            \"city\": \"magna nostrud dolor\",\n            \"code\": \"laboris ut est\",\n            \"contact_person\": \"occaecat voluptate consequat\",\n            \"country\": \"tem\",\n            \"fulfillment_channel\": \"laboris proident sed non\",\n            \"id\": 14823623,\n            \"meta\": {\n              \"officia956\": \"eu sed officia pariatur sunt\",\n              \"mollit8c_\": \"Duis Lorem\",\n              \"laboris_a8\": -45709899\n            },\n            \"phone\": \"sunt incididunt eu magna\",\n            \"pincode\": \"enim ea nisi nostrud\",\n            \"state\": \"minim in sit labore\",\n            \"store_name\": \"quis proident eiusmod\",\n            \"address1\": \"non ad laboris adipisicing\",\n            \"display_address\": \"mollit reprehenderit est minim\",\n            \"store_email\": \"aliquip aliqua tempor\"\n          },\n          \"meta\": {\n            \"officia3\": -61687552,\n            \"Ut_7\": true\n          },\n          \"pdf_links\": {\n            \"commodo_a34\": true,\n            \"in__e5\": 7626444\n          },\n          \"payment_mode\": \"aliquip aliqua ipsum\",\n          \"packaging_type\": \"exercitation nostrud\",\n          \"journey_type\": \"forward\",\n          \"prices\": {\n            \"refund_credit\": -34483475.256798975,\n            \"amount_paid_roundoff\": 83863352.02873242,\n            \"price_effective\": -49238108.10256222,\n            \"promotion_effective_discount\": -23234278.322254196,\n            \"pm_price_split\": 20837877.528050795,\n            \"refund_amount\": 87189673.64634952,\n            \"transfer_price\": 59857620.471737474,\n            \"coupon_effective_discount\": -12573450.946333602,\n            \"tax_collected_at_source\": 72974670.90555397,\n            \"brand_calculated_amount\": -75543141.96421754,\n            \"delivery_charge\": 50915522.11175591,\n            \"cashback\": 30150043.016373202,\n            \"value_of_good\": -89233153.91793554,\n            \"cashback_applied\": -28283469.01783912,\n            \"cod_charges\": -99139552.18890464,\n            \"price_marked\": -9643329.347357675,\n            \"amount_paid\": -22125524.91287543,\n            \"coupon_value\": 98529333.74158162,\n            \"discount\": 89123601.02144676,\n            \"fynd_credits\": 19607937.975892663,\n            \"gift_price\": -9540163.855145782,\n            \"amount_to_be_collected\": -968636.6772779971,\n            \"cost_price\": -82773899.95559865,\n            \"loyalty_discount\": -21020320.34422794,\n            \"marketplace_promotion_effective_discount\": -74913670.87622587,\n            \"seller_promotion_effective_discount\": -47088078.90775879\n          },\n          \"charges\": [\n            {\n              \"name\": \"id\",\n              \"amount\": {\n                \"base_currency\": {\n                  \"value\": 27890946.126802742,\n                  \"currency\": \"occaecat dolore aliqua\"\n                },\n                \"ordering_currency\": {\n                  \"value\": -84087798.46493846,\n                  \"currency\": \"officia dolore id \"\n                }\n              },\n              \"distribution_logic\": {\n                \"distribution\": {\n                  \"type\": \"multi\",\n                  \"logic\": \"cillum enim\"\n                },\n                \"distribution_level\": \"sunt\"\n              },\n              \"code\": \"adipisicing\",\n              \"type\": \"c\"\n            },\n            {\n              \"name\": \"Ut e\",\n              \"amount\": {\n                \"base_currency\": {\n                  \"value\": -54788652.47701186,\n                  \"currency\": \"occaecat laborum laboris\"\n                },\n                \"ordering_currency\": {\n                  \"value\": 93330094.43030512,\n                  \"currency\": \"sint o\"\n                }\n              },\n              \"distribution_logic\": {\n                \"distribution\": {\n                  \"type\": \"single\",\n                  \"logic\": \"fugiat aliqua officia commodo\"\n                },\n                \"distribution_level\": \"nostrud nulla dolore\"\n              },\n              \"code\": \"incididunt enim\",\n              \"type\": \"dolore ullamco Ut elit\"\n            }\n          ],\n          \"ordering_currency_prices\": {\n            \"refund_credit\": -98248470.46997394,\n            \"amount_paid_roundoff\": -58739904.923286624,\n            \"price_effective\": -37478755.23551993,\n            \"promotion_effective_discount\": -99762800.3272911,\n            \"pm_price_split\": -4040659.9725673944,\n            \"refund_amount\": 82939673.53244743,\n            \"transfer_price\": 50076940.89183006,\n            \"coupon_effective_discount\": -98904921.19900589,\n            \"tax_collected_at_source\": 78144119.96464199,\n            \"brand_calculated_amount\": -78825680.78582475,\n            \"delivery_charge\": 49143248.04015866,\n            \"cashback\": -9925627.789448917,\n            \"value_of_good\": 77831890.13143757,\n            \"cashback_applied\": -20255330.651372954,\n            \"cod_charges\": 20721533.669597432,\n            \"price_marked\": 76416915.91736555,\n            \"amount_paid\": -79885066.04653001,\n            \"coupon_value\": -40304645.909957774,\n            \"discount\": 19487150.434220985,\n            \"fynd_credits\": -12305846.776360825,\n            \"gift_price\": -7265597.559623018,\n            \"amount_to_be_collected\": 62782511.76661739,\n            \"cost_price\": -10593187.08350721,\n            \"loyalty_discount\": 42732578.72963324\n          },\n          \"vertical\": \"laboris sed qui in\",\n          \"payments\": {\n            \"mode\": \"irure ut\",\n            \"logo\": \"ipsum\",\n            \"source\": \"sit\"\n          },\n          \"operational_status\": \"sunt nulla eius\",\n          \"status\": {\n            \"meta\": {\n              \"officia_2\": -44483044,\n              \"fugiat0\": \"in cupidatat ut aliqu\",\n              \"occaecat_6e4\": -98693852.74553823,\n              \"commodo_e5\": 11643386.512904465,\n              \"sit_91\": -31475983.163107336\n            },\n            \"bag_list\": [\n              \"amet culpa nulla\",\n              \"adipisicing \"\n            ],\n            \"id\": -29558614,\n            \"created_at\": \"2011-09-14T01:37:39.479Z\",\n            \"created_ts\": \"i\",\n            \"shipment_id\": \"ex officia esse Ut\",\n            \"status\": \"labore cupidatat id\",\n            \"display_name\": \"ul\",\n            \"current_shipment_status\": \"dolore ut\",\n            \"status_created_at\": \"2023-01-08T00:27:03.507Z\"\n          },\n          \"total_bags\": -90747791,\n          \"shipment_created_at\": \"2003-03-17T05:59:35.759Z\",\n          \"shipment_created_ts\": \"nulla\",\n          \"currency\": {\n            \"currency_code\": \"magna qui amet elit\",\n            \"currency_symbol\": \"laboris commodo irure\"\n          },\n          \"currency_info\": {\n            \"ordering_currency\": {\n              \"currency_code\": \"enim officia\",\n              \"currency_name\": \"velit elit Excepteur consectetur\",\n              \"currency_symbol\": \"deserunt ut\",\n              \"currency_sub_unit\": \"ex ullamco laboris dolore Duis\"\n            },\n            \"conversion_rate\": {\n              \"conversion_rate\": null,\n              \"base\": \"INR\",\n              \"rates\": {\n                \"INR\": {\n                  \"name\": \"Indian Rupee\",\n                  \"value\": 1,\n                  \"symbol\": \"₹\",\n                  \"sub_unit\": \"\"\n                }\n              }\n            }\n          },\n          \"previous_shipment_id\": \"si\",\n          \"shipment_update_time\": 42725249.52022928,\n          \"rto_address\": {\n            \"phone\": \"do amet Ut dolore\",\n            \"address2\": \"magna enim incididunt\",\n            \"address\": \"est dolore sint\",\n            \"longitude\": 86582707.78065997,\n            \"pincode\": \"Lorem\",\n            \"area\": \"non Duis sed officia\",\n            \"address_type\": \"home\",\n            \"country\": \"voluptate sint esse laboris incididunt\",\n            \"address_category\": \"delivery\",\n            \"email\": \"Ut sed\",\n            \"created_at\": \"1979-03-24T11:53:53.746Z\",\n            \"address1\": \"aliquip culpa eiusmod\",\n            \"display_address\": \"officia do labore in eiusmod\",\n            \"landmark\": \"sit cupidatat\",\n            \"updated_at\": \"1958-07-05T02:38:22.190Z\",\n            \"version\": \"mollit\",\n            \"latitude\": 37737839.91829342,\n            \"contact_person\": \"laborum anim magna ut\",\n            \"state\": \"non voluptate\",\n            \"city\": \"culpa sit\",\n            \"area_code_slug\": \"laboris\",\n            \"country_code\": \"nisi aute deserunt\",\n            \"country_iso_code\": \"pariatur eiusmod elit laborum\",\n            \"country_phone_code\": \"occaecat labore amet adipisicing\",\n            \"delivery_address_id\": -31614023,\n            \"geo_location\": {\n              \"aliqua740\": 22138818.61662194,\n              \"irure2\": -3582154,\n              \"inf11\": false,\n              \"dolor_9\": -55188193.852445535,\n              \"anim82d\": 51176007\n            },\n            \"name\": \"in do voluptate reprehenderit\",\n            \"sector\": \"Excepteur exercitation\",\n            \"state_code\": \"non mollit\",\n            \"uid\": \"aliqua fugiat Exce\",\n            \"user_id\": \"ut\",\n            \"code\": \"adipisicing velit pariatur ull\"\n          },\n          \"credit_note_id\": \"Ut tempor labore quis\",\n          \"is_self_ship\": false,\n          \"mode_of_payment\": \"dolor aute irure dolor tempor\",\n          \"is_lapa_enabled\": true,\n          \"forward_end_shipment_id\": \"consequat ullamco\",\n          \"logistics_meta\": {\n            \"id_3\": \"officia exercitation\"\n          },\n          \"packages\": [\n            {\n              \"id\": \"PK0000000001\",\n              \"packaging_id\": \"6733286311a57c1546561690\",\n              \"name\": \"Package 1\",\n              \"size\": \"medium\",\n              \"package_type\": \"Box\",\n              \"length\": 25,\n              \"width\": 15,\n              \"height\": 10,\n              \"weight\": 2.5,\n              \"error_rate\": 0.02,\n              \"package_vol_weight\": 3.75,\n              \"max_weight\": 5,\n              \"awb\": \"AWB1234567890\",\n              \"pdf_links\": {\n                \"label_a4\": \"https://sample.com/documents/label_a4/PDFs/17512794597831303808_label_a4.pdf\",\n                \"label_a6\": \"https://sample.com/documents/label_a6/PDFs/17512794597831303808_label_a6.pdf\",\n                \"label_pos\": \"https://sample.com/documents/label_pos/PDFs/17512794597831303808_label_pos.pdf\"\n              },\n              \"products\": [\n                {\n                  \"line_number\": 1,\n                  \"quantity\": 2,\n                  \"identifier\": \"PROD001\"\n                },\n                {\n                  \"line_number\": 2,\n                  \"quantity\": 1,\n                  \"identifier\": \"PROD002\"\n                }\n              ]\n            },\n            {\n              \"id\": \"PK0000000001\",\n              \"packaging_id\": \"6733286311a57c1546561690\",\n              \"name\": \"Package 1\",\n              \"size\": \"medium\",\n              \"package_type\": \"Box\",\n              \"length\": 25,\n              \"width\": 15,\n              \"height\": 10,\n              \"weight\": 2.5,\n              \"error_rate\": 0.02,\n              \"package_vol_weight\": 3.75,\n              \"max_weight\": 5,\n              \"awb\": \"AWB1234567890\",\n              \"pdf_links\": {\n                \"label_a4\": \"https://sample.com/documents/label_a4/PDFs/17512794597831303808_label_a4.pdf\",\n                \"label_a6\": \"https://sample.com/documents/label_a6/PDFs/17512794597831303808_label_a6.pdf\",\n                \"label_pos\": \"https://sample.com/documents/label_pos/PDFs/17512794597831303808_label_pos.pdf\"\n              },\n              \"products\": [\n                {\n                  \"line_number\": 1,\n                  \"quantity\": 2,\n                  \"identifier\": \"PROD001\"\n                },\n                {\n                  \"line_number\": 2,\n                  \"quantity\": 1,\n                  \"identifier\": \"PROD002\"\n                }\n              ]\n            }\n          ]\n        },\n        {\n          \"shipment_id\": \"mollit elit exercitation in\",\n          \"fulfillment_option\": {\n            \"name\": \"incididunt commodo ipsum consequat mollit\",\n            \"slug\": \"amet in officia\",\n            \"type\": \"do fugiat anim\",\n            \"is_default\": false\n          },\n          \"picked_date\": \"1963-07-12T10:36:54.473Z\",\n          \"tracking_list\": [\n            {\n              \"status\": \"mollit cupidatat voluptate pariatur cillum\",\n              \"text\": \"minim Excepteur incididunt\",\n              \"is_passed\": false,\n              \"is_current\": true,\n              \"time\": \"Ut dolor\",\n              \"created_ts\": \"nulla dolor proident fugiat anim\"\n            },\n            {\n              \"status\": \"proident minim\",\n              \"text\": \"consequat qui\",\n              \"is_passed\": false,\n              \"is_current\": false,\n              \"time\": \"culpa ut\",\n              \"created_ts\": \"laboris fugiat elit\"\n            }\n          ],\n          \"invoice\": {\n            \"store_invoice_id\": \"ut non consectetur\",\n            \"invoice_url\": \"quis ut\",\n            \"updated_date\": \"2013-01-17T17:15:00.123Z\",\n            \"external_invoice_id\": \"dolore sit\",\n            \"label_url\": \"dolore reprehenderit in quis\",\n            \"credit_note_id\": \"Duis eiusmod\",\n            \"links\": {\n              \"velit1\": \"id magna consequat irure\"\n            }\n          },\n          \"shipment_status\": \"nulla\",\n          \"gst_details\": {\n            \"brand_calculated_amount\": 22711512.343635127,\n            \"gst_fee\": 98217981.85749766,\n            \"tax_collected_at_source\": -33263655.080700435,\n            \"value_of_good\": 47745759.81988764,\n            \"cgst_tax_percentage\": -23564015.336861968,\n            \"gstin_code\": \"nisi am\",\n            \"igst_tax_percentage\": -34972197.447027534,\n            \"gst_tax_percentage\": 33224519.23467864,\n            \"hsn_code_id\": \"aliquip nisi in veniam\",\n            \"igst_gst_fee\": 31219329.656733036,\n            \"is_default_hsn_code\": true,\n            \"sgst_gst_fee\": 15208532.300630435,\n            \"cgst_gst_fee\": -99692490.37937486,\n            \"gst_tag\": \"irure adipisicing voluptate exercitation\",\n            \"sgst_tax_percentage\": 86115411.4091332,\n            \"hsn_code\": \"fugiat q\"\n          },\n          \"order_status\": {\n            \"order_details\": {\n              \"fynd_order_id\": \"ex Excepteur\",\n              \"created_at\": \"2010-06-03T23:14:03.904Z\",\n              \"user_id\": \"sed magna reprehenderit commodo\",\n              \"tax_details\": {\n                \"pan_no\": \"Duis Excepteur non est\",\n                \"gstin\": \"adipisicing commodo\"\n              },\n              \"mongo_cart_id\": -60718707.580223754,\n              \"delivery_charges\": 33607326.81018543,\n              \"transaction_id\": \"elit exercitation nisi consequat\",\n              \"collect_by\": \"Ut est in Excepteur\",\n              \"headers\": {\n                \"sint_1f\": \"ex dolor nostru\",\n                \"ex_fb5\": 60193645.880541\n              },\n              \"coupon_value\": 12080500.793450847,\n              \"order_value\": -87451446.3456721,\n              \"created_time\": \"deserunt aliquip\",\n              \"currency\": \"id\",\n              \"total_order_value\": 62818024.626352906,\n              \"ordering_channel\": \"incididunt dolor ad exercitation\",\n              \"ordering_source\": \"sunt officia\",\n              \"meta\": {\n                \"aute6e2\": 6194328,\n                \"cillum_3\": false\n              },\n              \"cod_charges\": -37636665.141720064,\n              \"cashback_value\": -57994443.958779305,\n              \"refund_by\": \"aute ipsum consequat exercitation\",\n              \"affiliate_order_date\": \"1992-03-14T02:57:27.727Z\",\n              \"payment_methods\": {\n                \"COD\": {\n                  \"amount\": 1100\n                }\n              },\n              \"affiliate_order_id\": \"sun\",\n              \"payment_mode_id\": 22233974.76230535,\n              \"promotion_effective_discount\": -69356771.26534547,\n              \"mode_of_payment\": \"labore irure\",\n              \"discount\": -23943125.792692706,\n              \"cashback_applied\": 13531194.57143502,\n              \"fynd_credits\": 7493677.9624453485,\n              \"affiliate_id\": \"dolor officia\",\n              \"ordering_channel_logo\": \"ea\",\n              \"prices\": {\n                \"refund_credit\": 40585150.01428974,\n                \"amount_paid_roundoff\": 48373485.79152718,\n                \"price_effective\": -76822363.59959936,\n                \"promotion_effective_discount\": -54838104.61835747,\n                \"pm_price_split\": -49332083.37259218,\n                \"refund_amount\": -54188351.435507044,\n                \"transfer_price\": -55495221.14290122,\n                \"coupon_effective_discount\": -72022705.06975043,\n                \"tax_collected_at_source\": 35800118.514685154,\n                \"brand_calculated_amount\": -13195622.769953534,\n                \"delivery_charge\": -24997697.486709744,\n                \"cashback\": -82035432.54362798,\n                \"value_of_good\": 34911795.67807895,\n                \"cashback_applied\": 70552986.62998134,\n                \"cod_charges\": 39648137.64899725,\n                \"price_marked\": -83205344.39422876,\n                \"amount_paid\": 53055489.9313266,\n                \"coupon_value\": -7576618.223295689,\n                \"discount\": -50817143.149475545,\n                \"fynd_credits\": -72325850.32356754,\n                \"gift_price\": 2563540.3884964883,\n                \"amount_to_be_collected\": -30905624.571061537,\n                \"cost_price\": 7008390.720934838,\n                \"loyalty_discount\": 97660530.088732,\n                \"marketplace_promotion_effective_discount\": -18497183.707840532,\n                \"seller_promotion_effective_discount\": 20182311.38543722\n              },\n              \"charges\": [\n                {\n                  \"name\": \"vel\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": 4697132.097385019,\n                      \"currency\": \"commodo nulla ut\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": 97659142.34956282,\n                      \"currency\": \"est deserunt ea\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"multi\",\n                      \"logic\": \"minim pro\"\n                    },\n                    \"distribution_level\": \"aute do\"\n                  },\n                  \"code\": \"deserunt consectetur et\",\n                  \"type\": \"laboris\"\n                },\n                {\n                  \"name\": \"ut laboris\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": 15746340.268710494,\n                      \"currency\": \"do proident\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": 27610467.071493566,\n                      \"currency\": \"veniam eu laboris magna\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"multi\",\n                      \"logic\": \"nostrud dolore officia\"\n                    },\n                    \"distribution_level\": \"esse nulla\"\n                  },\n                  \"code\": \"cul\",\n                  \"type\": \"dolore exercitation amet\"\n                }\n              ],\n              \"loyalty_discount_details\": {\n                \"discount\": 82695649.78386685,\n                \"ownership\": \"seller\",\n                \"is_applied\": true\n              }\n            },\n            \"errors\": [\n              \"veniam ad\",\n              \"sint aliqua\"\n            ],\n            \"shipment_details\": [\n              {\n                \"id\": -71246683,\n                \"meta\": {\n                  \"kafka_emission_status\": -67693250,\n                  \"state_manager_used\": \"Duis pariatur dolor aliquip\"\n                },\n                \"shipment_id\": \"re\",\n                \"status\": \"minim pariatur eiusmod sit\",\n                \"bag_list\": [\n                  -34663013,\n                  -35520035\n                ],\n                \"remarks\": \"minim tempor qui voluptate Duis\"\n              },\n              {\n                \"id\": -69900162,\n                \"meta\": {\n                  \"kafka_emission_status\": 38732533,\n                  \"state_manager_used\": \"Excepteur\"\n                },\n                \"shipment_id\": \"cillum ut\",\n                \"status\": \"ea in\",\n                \"bag_list\": [\n                  65862444,\n                  93407514\n                ],\n                \"remarks\": \"in adipisicing\"\n              }\n            ],\n            \"text\": \"reprehenderit veniam aliquip commodo\",\n            \"value\": \"dolore\",\n            \"color_code\": \"cupidatat in Duis\",\n            \"expected_delivery_date\": \"2024-05-23T22:46:15.247Z\"\n          },\n          \"delivery_slot\": {\n            \"magna8\": false,\n            \"et_f8\": 84431036,\n            \"Excepteur4\": false,\n            \"culpa2f0\": 64976029.08699384\n          },\n          \"order\": {\n            \"fynd_order_id\": \"do sunt\",\n            \"order_date\": \"1948-06-28T04:16:13.754Z\",\n            \"created_ts\": \"incididunt occaecat aliqua\",\n            \"tax_details\": {\n              \"officiaa0f\": true,\n              \"ute75\": \"dolore do reprehe\",\n              \"consequat51f\": true\n            },\n            \"cod_charges\": \"do\",\n            \"source\": \"Ut nisi\",\n            \"affiliate_id\": \"cupidatat Ut\",\n            \"affiliate_order_id\": \"fugi\",\n            \"ordering_channel_logo\": {\n              \"dolore8\": -21352788.240194753,\n              \"aliqua_b7c\": 74962624.24663663,\n              \"veniam_b21\": \"D\"\n            },\n            \"order_value\": \"fugiat in reprehenderit ut quis\",\n            \"ordering_channel\": \"eu\",\n            \"ordering_source\": \"veniam tempor est ut magna\",\n            \"loyalty_discount_details\": {\n              \"discount\": 8990494.87410286,\n              \"ownership\": \"seller\",\n              \"is_applied\": true\n            },\n            \"meta\": {\n              \"veniam_61f\": true,\n              \"dolore__7\": \"officia ut eiusmod culpa minim\"\n            }\n          },\n          \"user\": {\n            \"id\": -12854772,\n            \"user_oid\": \"Lorem cillum dolor\",\n            \"mongo_user_id\": \"qui dolore ipsum\",\n            \"external_customer_id\": \"ut occaecat sit\",\n            \"first_name\": \"minim dolor Duis\",\n            \"last_name\": \"enim laboris ea\",\n            \"mobile\": \"ipsum aliquip\",\n            \"email\": \"ut sint consequat\",\n            \"meta\": {\n              \"esse_c\": true,\n              \"aliquadee\": \"culpa\"\n            },\n            \"is_anonymous_user\": false,\n            \"name\": \"elit consequat Excepteur pariatur esse\",\n            \"gender\": \"mollit cillum dolor\",\n            \"country_phone_code\": \"reprehenderit enim\"\n          },\n          \"enable_dp_tracking\": false,\n          \"custom_message\": \"quis mollit sunt\",\n          \"estimated_sla_time\": \"sint\",\n          \"estimated_sla_ts\": \"aute minim Duis exercitatio\",\n          \"can_update_dimension\": true,\n          \"shipment_images\": [\n            \"aute culpa ad qui nulla\",\n            \"ad ame\"\n          ],\n          \"delivery_details\": {\n            \"in3\": false,\n            \"aliqua2\": -30925886.485347614,\n            \"aliquip40b\": 24490713,\n            \"dolor2\": 91525622\n          },\n          \"billing_details\": {\n            \"id6b\": 95506244.1932463,\n            \"ad_d73\": true\n          },\n          \"forward_shipment_id\": \"amet sunt Lo\",\n          \"fulfilment_priority\": -48922279,\n          \"shipment_details\": {\n            \"lock_status\": false,\n            \"lock_message\": \"ea fugiat Lorem amet\",\n            \"action_to_status\": {\n              \"download_invoice\": \"lock\",\n              \"download_label\": \"lock\"\n            }\n          },\n          \"shipment_quantity\": -71955177,\n          \"company_details\": {\n            \"company_name\": \"tempor Excepteur laborum\",\n            \"address\": {\n              \"velit_a\": true\n            },\n            \"company_cin\": \"laboris do ut\",\n            \"company_id\": 14804938,\n            \"company_gst\": \"U\",\n            \"company_contact\": {\n              \"phone\": [\n                {\n                  \"country_code\": 56674017,\n                  \"number\": \"veniam et consectetur enim\"\n                },\n                {\n                  \"country_code\": -47900142,\n                  \"number\": \"dolore labore\"\n                }\n              ],\n              \"emails\": [\n                \"exercitation in\",\n                \"eiusmod\"\n              ]\n            }\n          },\n          \"ordering_store\": {\n            \"phone\": \"tempor reprehenderit\",\n            \"pincode\": \"deser\",\n            \"meta\": {\n              \"deserunt8\": 66555685\n            },\n            \"address\": \"irure qui est\",\n            \"address1\": \"quis Lorem cupidatat ut\",\n            \"display_address\": \"dolore ipsum aliqua\",\n            \"id\": 13633331,\n            \"code\": \"fugiat eu\",\n            \"store_name\": \"dolor dolore nisi\",\n            \"country\": \"sed in quis in\",\n            \"contact_person\": \"elit irure ad\",\n            \"state\": \"in reprehenderit\",\n            \"city\": \"laboris Duis aute in\",\n            \"name\": \"culpa\",\n            \"store_email\": \"ipsum laborum ea\"\n          },\n          \"order_platform\": \"consectetur ipsum reprehenderit\",\n          \"lock_status\": false,\n          \"platform_logo\": \"exercitation Duis ipsum\",\n          \"user_agent\": \"reprehenderit mini\",\n          \"dp_details\": {\n            \"pincode\": \"et consequat dolore ex\",\n            \"track_url\": \"nisi in\",\n            \"eway_bill_id\": \"cillum\",\n            \"id\": -7782139,\n            \"country\": \"voluptate ad esse\",\n            \"awb_no\": \"in dolore labore\",\n            \"gst_tag\": \"eiusmod in\",\n            \"name\": \"consequat culpa tempor\"\n          },\n          \"invoice_id\": \"magna est\",\n          \"payment_methods\": {\n            \"COD\": {\n              \"amount\": 1100\n            }\n          },\n          \"coupon\": {\n            \"in46\": 95616264.36824024,\n            \"ad_1f4\": \"aliquip incididunt et eu\"\n          },\n          \"affiliate_details\": {\n            \"affiliate_bag_id\": \"pariatur id aute\",\n            \"affiliate_meta\": {\n              \"order_item_id\": \"commodo ali\",\n              \"channel_order_id\": \"sunt ea Ut\",\n              \"employee_discount\": 30287207.081037343,\n              \"box_type\": \"sed Ut reprehenderit\",\n              \"quantity\": 44113906,\n              \"size_level_total_qty\": -49076010,\n              \"loyalty_discount\": -57813731.42301662,\n              \"replacement_details\": {\n                \"replacement_type\": \"ea laborum incididunt\",\n                \"original_affiliate_order_id\": \"ex mollit in dolore\"\n              },\n              \"channel_shipment_id\": \"consectetur consequat\",\n              \"marketplace_invoice_id\": \"et Lorem do labore\",\n              \"due_date\": \"1955-02-01T15:29:42.155Z\",\n              \"coupon_code\": \"et in Ut enim\",\n              \"is_priority\": true,\n              \"is_serial_number_required\": true,\n              \"fulfilment_priority\": -17833334,\n              \"customer_selling_price\": -15299795.29783225\n            },\n            \"affiliate_order_id\": \"ipsum in voluptate\",\n            \"affiliate_shipment_id\": \"in amet\",\n            \"affiliate_store_id\": \"exercitation dolor\",\n            \"shipment_meta\": {\n              \"same_store_available\": false,\n              \"weight\": -59154864,\n              \"tracking_url\": \"dolor\",\n              \"estimated_delivery_date\": \"1956-11-29T02:55:24.544Z\",\n              \"b2b_buyer_details\": {\n                \"address\": \"elit Excepteur\",\n                \"city\": \"amet minim reprehenderit Ut incididunt\",\n                \"gstin\": \"dolor nisi ex Lorem\",\n                \"name\": \"do officia\",\n                \"pincode\": -14141584,\n                \"state\": \"amet veniam\",\n                \"ajio_site_id\": \"ut consequat magna irure sit\"\n              },\n              \"formatted\": {\n                \"max\": \"commodo ut aliqua\",\n                \"min\": \"ad dolor aute\"\n              },\n              \"debug_info\": {\n                \"stormbreaker_uuid\": \"nisi dolo\"\n              },\n              \"return_awb_number\": \"consequat Lorem exercitation\",\n              \"is_self_ship\": true,\n              \"box_type\": \"proident ut dolor sunt\",\n              \"einvoice_info\": {\n                \"credit_note\": {\n                  \"iruref3\": 72410736.8515408\n                },\n                \"invoice\": {\n                  \"do_7_6\": false\n                }\n              },\n              \"return_affiliate_shipment_id\": \"velit laboris\",\n              \"parent_dp_id\": \"voluptate laboris qui in\",\n              \"shipment_weight\": 39733741.66835621,\n              \"dimension\": {\n                \"height\": 575104.5735079348,\n                \"width\": 30163681.85126926,\n                \"is_default\": true,\n                \"unit\": \"cillum anim eu\",\n                \"length\": 86028684.64821172\n              },\n              \"dp_options\": {\n                \"nisi__\": \"proident sunt consectetur\"\n              },\n              \"assign_dp_from_sb\": false,\n              \"due_date\": \"2009-09-20T01:58:33.720Z\",\n              \"store_invoice_updated_date\": \"1966-07-06T01:29:06.876Z\",\n              \"forward_affiliate_shipment_id\": \"magna laboris ipsum dolore ex\",\n              \"return_store_node\": -98843194,\n              \"fulfilment_priority_text\": \"ad id \",\n              \"shipment_tags\": [\n                {\n                  \"slug\": \"mollit sed\",\n                  \"entity_type\": \"shipments\",\n                  \"display_text\": \"enim dolor cillum anim\"\n                },\n                {\n                  \"slug\": \"exercitation sint\",\n                  \"entity_type\": \"shipments\",\n                  \"display_text\": \"consequat est\"\n                }\n              ],\n              \"external\": {\n                \"non3\": 68776798.90470576,\n                \"occaecatd4\": 57812896.40563053,\n                \"sunt_9\": \"non\"\n              },\n              \"awb_number\": \"qui consequat exercitation id\",\n              \"lock_data\": {\n                \"locked\": true,\n                \"mto\": true,\n                \"lock_message\": \"Duis occaecat Lorem sed\"\n              },\n              \"order_type\": \"PickAtStore\",\n              \"ewaybill_info\": {\n                \"veniam2e8\": true\n              },\n              \"dp_id\": \"laboris eu sed ex adipisicing\",\n              \"shipment_volumetric_weight\": -81361360.30136849,\n              \"marketplace_store_id\": \"ea voluptate\",\n              \"return_details\": {\n                \"fugiat9fa\": 78982657.85237607\n              },\n              \"dp_sort_key\": \"r\",\n              \"packaging_name\": \"pariatur commodo minim dolore\",\n              \"timestamp\": {\n                \"max\": -40329496,\n                \"min\": -44449142\n              },\n              \"auto_trigger_dp_assignment_acf\": true,\n              \"dp_name\": \"consectetur irure est\",\n              \"po_number\": \"sint velit aliqua\",\n              \"b2c_buyer_details\": {\n                \"voluptate__1d\": \"eiusmod labore\"\n              },\n              \"forward_affiliate_order_id\": \"proident veniam\",\n              \"return_affiliate_order_id\": \"commodo et adipisicing sunt\",\n              \"bag_weight\": {\n                \"incididunt_b\": 72537778,\n                \"proident429\": 41019283,\n                \"nulla_bb6\": \"culpa ea ex\"\n              },\n              \"refund_to\": \"Ut ipsum laborum et c\"\n            },\n            \"company_affiliate_tag\": \"nostrud\",\n            \"pdf_links\": {\n              \"invoice_type\": \"fynd\",\n              \"label_type\": \"fynd\",\n              \"label_a6\": \"nostrud\",\n              \"invoice\": \"ad sint\",\n              \"label_pos\": \"sed ipsum fugiat ve\",\n              \"invoice_a6\": \"dolor ea\",\n              \"b2b\": \"in conse\",\n              \"label\": \"in exercitation tempor minim \",\n              \"label_a4\": \"sit nulla incididunt\",\n              \"invoice_export\": \"eu sed Duis est sunt\",\n              \"credit_note_url\": \"nulla ex proident\",\n              \"delivery_challan_a4\": \"sunt exercitation\",\n              \"label_export\": \"sit amet sunt reprehenderit in\",\n              \"invoice_a4\": \"exercitation esse velit\",\n              \"invoice_pos\": \"adipisicing nisi\",\n              \"po_invoice\": \"aute \"\n            },\n            \"config\": {\n              \"app\": {\n                \"created_at\": \"2022-08-02T01:48:18.077Z\",\n                \"id\": \"aliqua nostrud Lorem\",\n                \"name\": \"occaecat labore dolore minim\",\n                \"owner\": \"velit ullamco nostrud in\",\n                \"secret\": \"nisi non aliqua ea\",\n                \"token\": \"dolore\",\n                \"updated_at\": \"2008-03-06T23:01:23.901Z\",\n                \"description\": \"cillum officia Duis\",\n                \"meta\": [\n                  {\n                    \"name\": \"pariatur non sit in\",\n                    \"value\": \"elit consectetur Ut occaecat\"\n                  },\n                  {\n                    \"name\": \"cillum amet cupidatat ad\",\n                    \"value\": \"elit\"\n                  }\n                ]\n              },\n              \"inventory\": {\n                \"article_assignment\": {\n                  \"post_order_reassignment\": false\n                },\n                \"payment\": {\n                  \"source\": \"sint Lorem ad\",\n                  \"mode_of_payment\": \"ad amet ut\"\n                },\n                \"inventory\": {\n                  \"store\": {\n                    \"nisie7_\": 43368738,\n                    \"Lorem_0c_\": true\n                  }\n                },\n                \"order\": {\n                  \"force_reassignment\": true\n                },\n                \"logistics\": {\n                  \"dp_assignment\": true\n                }\n              },\n              \"app_company_id\": -29655347\n            },\n            \"affiliate_id\": \"id in ex consequat\",\n            \"id\": \"reprehenderit enim\"\n          },\n          \"priority_text\": \"eiusmod minim dolor\",\n          \"bag_status_history\": [\n            {\n              \"status\": \"proident occaecat\",\n              \"forward\": true,\n              \"store_id\": 81544994,\n              \"delivery_awb_number\": \"Ut consequat deserunt aliquip\",\n              \"kafka_sync\": false,\n              \"delivery_partner_id\": 75287609,\n              \"app_display_name\": \"dolo\",\n              \"state_id\": 62269011,\n              \"state_type\": \"logistics\",\n              \"bsh_id\": 76422983,\n              \"created_at\": \"2003-10-02T14:26:13.098Z\",\n              \"created_ts\": \"in v\",\n              \"shipment_id\": \"do\",\n              \"updated_at\": \"1976-06-13T10:38:03.833Z\",\n              \"updated_ts\": \"veniam deserunt\",\n              \"bag_state_mapper\": {\n                \"display_name\": \"do\",\n                \"id\": -43600801,\n                \"journey_type\": \"forward\",\n                \"name\": \"aliqua\",\n                \"state_type\": \"logistics\",\n                \"is_active\": false,\n                \"app_display_name\": \"do Lorem sint commodo\",\n                \"app_state_name\": \"officia dolor esse cillum\",\n                \"app_facing\": false,\n                \"notify_customer\": true\n              },\n              \"bag_id\": 81835420,\n              \"display_name\": \"tempor dolore non\"\n            },\n            {\n              \"status\": \"sed magna sunt\",\n              \"forward\": false,\n              \"store_id\": 30090075,\n              \"delivery_awb_number\": \"quis laboris adipisicing\",\n              \"kafka_sync\": true,\n              \"delivery_partner_id\": 92164005,\n              \"app_display_name\": \"reprehenderit veniam ips\",\n              \"state_id\": -26689029,\n              \"state_type\": \"logistics\",\n              \"bsh_id\": 83517998,\n              \"created_at\": \"1978-08-11T23:24:58.890Z\",\n              \"created_ts\": \"Excepteur aliquip adipisicing exercitation\",\n              \"shipment_id\": \"ipsum eiusmod dolore\",\n              \"updated_at\": \"1959-11-05T14:22:46.264Z\",\n              \"updated_ts\": \"adipisicing mollit sint\",\n              \"bag_state_mapper\": {\n                \"display_name\": \"nostrud dolore\",\n                \"id\": 88534192,\n                \"journey_type\": \"forward\",\n                \"name\": \"esse laboris occaecat Excepteur pariatur\",\n                \"state_type\": \"operational\",\n                \"is_active\": false,\n                \"app_display_name\": \"voluptate minim quis laborum\",\n                \"app_state_name\": \"nulla anim tempor ea\",\n                \"app_facing\": false,\n                \"notify_customer\": true\n              },\n              \"bag_id\": 21870786,\n              \"display_name\": \"laborum cupidatat cillum\"\n            }\n          ],\n          \"is_dp_assign_enabled\": false,\n          \"bags\": [\n            {\n              \"bag_id\": 48791429,\n              \"gst_details\": {\n                \"brand_calculated_amount\": -12242845.002558008,\n                \"gst_fee\": -7304420.4420520365,\n                \"tax_collected_at_source\": 18577990.26303883,\n                \"value_of_good\": -83680450.82108581,\n                \"cgst_tax_percentage\": -96662607.65149657,\n                \"gstin_code\": \"dolore\",\n                \"igst_tax_percentage\": 22347569.65456155,\n                \"gst_tax_percentage\": -45300124.06931636,\n                \"hsn_code_id\": \"elit consectetur reprehenderit nostrud\",\n                \"igst_gst_fee\": 43828607.135893464,\n                \"is_default_hsn_code\": true,\n                \"sgst_gst_fee\": 15895791.035239264,\n                \"cgst_gst_fee\": 57937559.54740399,\n                \"gst_tag\": \"dolore commodo eiusmod in\",\n                \"sgst_tax_percentage\": -26718145.99139899,\n                \"hsn_code\": \"occaecat con\"\n              },\n              \"bag_status\": [\n                {\n                  \"status\": \"mollit aliquip laboris id culpa\",\n                  \"forward\": true,\n                  \"store_id\": 32458523,\n                  \"delivery_awb_number\": \"ex consectetur aliquip reprehenderit\",\n                  \"kafka_sync\": false,\n                  \"delivery_partner_id\": 92791918,\n                  \"app_display_name\": \"ipsum labore\",\n                  \"state_id\": -86563560,\n                  \"state_type\": \"operational\",\n                  \"bsh_id\": -55948095,\n                  \"created_at\": \"1949-07-24T15:03:05.239Z\",\n                  \"created_ts\": \"Lorem ut consequat Duis enim\",\n                  \"shipment_id\": \"dolor consequat magna\",\n                  \"updated_at\": \"2014-05-04T20:19:18.025Z\",\n                  \"updated_ts\": \"amet sint laborum\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"nulla \",\n                    \"id\": -90732276,\n                    \"journey_type\": \"return\",\n                    \"name\": \"id esse elit veniam\",\n                    \"state_type\": \"logistics\",\n                    \"is_active\": false,\n                    \"app_display_name\": \"laborum dolore eiusmod quis\",\n                    \"app_state_name\": \"dolor ulla\",\n                    \"app_facing\": true,\n                    \"notify_customer\": true\n                  },\n                  \"bag_id\": 46566610,\n                  \"display_name\": \"ut velit in consectetur\"\n                },\n                {\n                  \"status\": \"anim occaecat\",\n                  \"forward\": false,\n                  \"store_id\": -29487437,\n                  \"delivery_awb_number\": \"sed dolor\",\n                  \"kafka_sync\": true,\n                  \"delivery_partner_id\": 522107,\n                  \"app_display_name\": \"eiusmod ut sunt\",\n                  \"state_id\": -71620831,\n                  \"state_type\": \"financial\",\n                  \"bsh_id\": 73075412,\n                  \"created_at\": \"2017-06-21T02:57:27.340Z\",\n                  \"created_ts\": \"deserunt tempor officia\",\n                  \"shipment_id\": \"fugiat aliqua commodo ullamco magna\",\n                  \"updated_at\": \"1951-01-14T11:08:35.220Z\",\n                  \"updated_ts\": \"deserunt dolor cillum\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"dolore\",\n                    \"id\": 68391866,\n                    \"journey_type\": \"forward\",\n                    \"name\": \"culpa enim Excepteur quis\",\n                    \"state_type\": \"operational\",\n                    \"is_active\": true,\n                    \"app_display_name\": \"consequat quis aliqua aute\",\n                    \"app_state_name\": \"dolore aliqua enim\",\n                    \"app_facing\": true,\n                    \"notify_customer\": false\n                  },\n                  \"bag_id\": 22686115,\n                  \"display_name\": \"qui est aliqua ullamco eu\"\n                }\n              ],\n              \"parent_promo_bags\": {\n                \"ad_460\": -9509871.963512763\n              },\n              \"seller_qc_details\": {\n                \"line_number\": -26642271,\n                \"bad_quantity\": -24342312,\n                \"good_quantity\": -33986127\n              },\n              \"financial_breakup\": {\n                \"added_to_fynd_cash\": true,\n                \"amount_paid\": 79777804.22497523,\n                \"brand_calculated_amount\": -76482116.30562475,\n                \"cashback\": -54593097.90491354,\n                \"cashback_applied\": 81146482.04072294,\n                \"cod_charges\": -10367949.058844283,\n                \"coupon_effective_discount\": -17345505.715817347,\n                \"coupon_value\": -87952929.81024234,\n                \"delivery_charge\": 2290353.1199561954,\n                \"discount\": -10314518.597267196,\n                \"fynd_credits\": 52239150.6082291,\n                \"gst_fee\": 78554219.44283095,\n                \"gst_tag\": \"proide\",\n                \"gst_tax_percentage\": -86294928.12191568,\n                \"hsn_code\": \"non dolore ullamco\",\n                \"identifiers\": {\n                  \"alu\": \"pariatur nulla officia ipsum\",\n                  \"ean\": \"eiusmod consequat quis ullamco\",\n                  \"sku_code\": \"laboris ea\",\n                  \"upc\": \"minim\",\n                  \"isbn\": \"culpa\"\n                },\n                \"item_name\": \"consequat Excepteur\",\n                \"price_effective\": 11411928.44761081,\n                \"price_marked\": 25776586.381001502,\n                \"promotion_effective_discount\": 72308629.0106715,\n                \"refund_credit\": 173105.6326634884,\n                \"size\": \"ipsum eiusmod pariatur in minim\",\n                \"total_units\": -70039173,\n                \"transfer_price\": -15509241.290090576,\n                \"value_of_good\": 23276828.14120178,\n                \"amount_paid_roundoff\": 2025341,\n                \"tax_collected_at_source\": 76331010.19960335,\n                \"amount_to_be_collected\": -15859764.796835124,\n                \"taxes\": [\n                  {\n                    \"name\": \"aute tempor\",\n                    \"rate\": 8128345.480981559,\n                    \"tax_amount\": 62854832.8297818,\n                    \"taxable_amount\": 250547.02828657627\n                  },\n                  {\n                    \"name\": \"Lorem anim ea occaecat in\",\n                    \"rate\": -62007862.87731606,\n                    \"tax_amount\": -96897231.89813049,\n                    \"taxable_amount\": 227894.73941288888\n                  }\n                ],\n                \"loyalty_discount\": 13867313.767845511\n              },\n              \"bag_configs\": {\n                \"allow_force_return\": false,\n                \"can_be_cancelled\": true,\n                \"enable_tracking\": true,\n                \"is_active\": false,\n                \"is_customer_return_allowed\": true,\n                \"is_returnable\": true,\n                \"is_bundle_item\": true,\n                \"bundle_details\": {\n                  \"bundle_group_id\": \"sed fugiat\",\n                  \"name\": \"non\",\n                  \"slug\": \"aliqua laboris\",\n                  \"bundle_count\": -13415019,\n                  \"article_bundle_id\": \"pariatur cillum\",\n                  \"bundle_article_quantity\": 42344541,\n                  \"is_base\": true,\n                  \"price_marked\": -66524833.97381261,\n                  \"price_effective\": -14379184.666135639,\n                  \"item_id\": 37594603,\n                  \"item_type\": \"virtual_bundle\",\n                  \"return_config\": {\n                    \"allow_partial_return\": false,\n                    \"returnable\": false,\n                    \"unit\": false,\n                    \"time\": true\n                  },\n                  \"seller_identifier\": \"ipsum sed\",\n                  \"images\": [\n                    \"officia sed dolor\",\n                    \"elit nisi\"\n                  ],\n                  \"brand_name\": \"officia enim\",\n                  \"size\": \"dolore\"\n                }\n              },\n              \"seller_identifier\": \"in \",\n              \"delivery_address\": {\n                \"phone\": \"ut cillum\",\n                \"address2\": \"irure ut magna\",\n                \"address\": \"culpa laborum dolore voluptate\",\n                \"longitude\": -27136243.96885979,\n                \"pincode\": \"in enim ut\",\n                \"area\": \"fugiat laboris nisi\",\n                \"address_type\": \"home\",\n                \"country\": \"enim occaecat nostrud\",\n                \"address_category\": \"delivery\",\n                \"email\": \"ipsum ut dolore cillum reprehenderit\",\n                \"created_at\": \"1951-09-19T12:48:14.435Z\",\n                \"address1\": \"labore\",\n                \"display_address\": \"proident in aliquip\",\n                \"landmark\": \"tempor reprehenderit minim\",\n                \"updated_at\": \"2022-11-15T02:52:40.817Z\",\n                \"version\": \"irure nostrud deserunt anim\",\n                \"latitude\": -84186227.62197705,\n                \"contact_person\": \"quis cupidatat\",\n                \"state\": \"sit \",\n                \"city\": \"id quis consequat\",\n                \"area_code_slug\": \"Ut\",\n                \"country_code\": \"Excepteur\",\n                \"country_iso_code\": \"dolor inci\",\n                \"country_phone_code\": \"exercitation\",\n                \"delivery_address_id\": -88837563,\n                \"geo_location\": {\n                  \"incididuntd1f\": 14837312,\n                  \"occaecat7\": false\n                },\n                \"name\": \"labore nisi tempor\",\n                \"sector\": \"Duis aliquip consequat qui\",\n                \"state_code\": \"anim fugiat est\",\n                \"uid\": \"ea eu\",\n                \"user_id\": \"ipsum eu esse dolor\",\n                \"code\": \"qui ad volup\"\n              },\n              \"article\": {\n                \"identifiers\": {\n                  \"ut2ea\": 92401648.02889961\n                },\n                \"return_config\": {\n                  \"returnable\": false,\n                  \"time\": 40082380.71454248,\n                  \"unit\": \"ex adipisicing dolore in\"\n                },\n                \"uid\": \"eiusmod est aliqua dolor\",\n                \"size\": \"sint Excepteur ipsum\",\n                \"tags\": [\n                  \"sit consectetur amet\",\n                  \"cillum ullamco ex dolore sed\"\n                ],\n                \"_custom_json\": {\n                  \"amet_68\": 25907999\n                }\n              },\n              \"brand\": {\n                \"id\": 53394410,\n                \"logo\": \"dolor aute Excepteur\",\n                \"company\": 81342555,\n                \"created_on\": \"1965-10-28T23:19:16.188Z\",\n                \"brand_name\": \"dolor minim nostrud ipsum\",\n                \"modified_on\": \"2001-05-26T15:40:08.830Z\"\n              },\n              \"group_id\": \"veniam ipsum aliqua\",\n              \"affiliate_bag_details\": {\n                \"affiliate_bag_id\": \"occaecat anim\",\n                \"coupon_code\": \"est ullamco officia aliquip\",\n                \"affiliate_meta\": {\n                  \"order_item_id\": \"nulla ut\",\n                  \"channel_order_id\": \"eu consectetur\",\n                  \"employee_discount\": 45382379.42081231,\n                  \"box_type\": \"quis deserunt ex\",\n                  \"quantity\": -65607318,\n                  \"size_level_total_qty\": -52973337,\n                  \"loyalty_discount\": -29091209.051817164,\n                  \"replacement_details\": {\n                    \"replacement_type\": \"veniam labore voluptate anim ea\",\n                    \"original_affiliate_order_id\": \"ut sit laborum irure\"\n                  },\n                  \"channel_shipment_id\": \"aliqua amet\",\n                  \"marketplace_invoice_id\": \"Ut non do\",\n                  \"due_date\": \"1953-09-01T13:29:51.095Z\",\n                  \"coupon_code\": \"proident laboris\",\n                  \"is_priority\": false,\n                  \"is_serial_number_required\": false,\n                  \"fulfilment_priority\": -42477691,\n                  \"customer_selling_price\": 39715707.37042606\n                }\n              },\n              \"item\": {\n                \"id\": 23793451,\n                \"attributes\": {\n                  \"currency\": \"laboris ullamco culpa non\"\n                },\n                \"brand_id\": 71600098,\n                \"slug_key\": \"irure non consequat et se\",\n                \"l3_category\": 63201524,\n                \"l3_category_name\": \"sint incididunt commodo minim\",\n                \"last_updated_at\": \"2005-06-12T22:20:55.712Z\",\n                \"name\": \"do consectetur consequat\",\n                \"l2_category\": [\n                  \"consequat fugiat dolor deserunt minim\",\n                  \"Ut nisi non et\"\n                ],\n                \"brand\": \"proident ad\",\n                \"image\": [\n                  \"voluptate Ut velit\",\n                  \"ut\"\n                ],\n                \"code\": \"proident\",\n                \"l1_category\": [\n                  \"ipsum Duis veniam labore\",\n                  \"do ipsum amet\"\n                ],\n                \"size\": \"minim id qui elit\",\n                \"can_cancel\": false,\n                \"can_return\": true,\n                \"branch_url\": \"Excepteur\",\n                \"meta\": {\n                  \"ea_8d\": \"sunt id ullamco\"\n                },\n                \"color\": \"adipisicing et deserunt\",\n                \"department_id\": -82625662,\n                \"images\": [\n                  \"incididunt ea minim\",\n                  \"ame\"\n                ],\n                \"tags\": [\n                  \"ut ullamco pariatur\",\n                  \"minim fugiat\"\n                ]\n              },\n              \"payment_methods\": [\n                {\n                  \"mode\": \"par\",\n                  \"amount\": -53381647.10372273\n                },\n                {\n                  \"mode\": \"laboris voluptate est eu\",\n                  \"amount\": -49980103.107171245\n                }\n              ],\n              \"payment_info\": [\n                {\n                  \"mode\": \"aliqua cillum consequat ipsum\",\n                  \"amount\": 37249714.22152305\n                },\n                {\n                  \"mode\": \"nis\",\n                  \"amount\": 9206074.444872543\n                }\n              ],\n              \"quantity\": 97604945,\n              \"identifier\": \"sed ut elit do\",\n              \"can_return\": false,\n              \"can_cancel\": false,\n              \"display_name\": \"cillum nostrud\",\n              \"line_number\": -65527024,\n              \"meta\": {\n                \"voluptate7\": \"est aute Excepteur\"\n              },\n              \"applied_promos\": [\n                {\n                  \"promotion_type\": \"free_non_sellable_items\",\n                  \"promotion_name\": \"dolore ullamco\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": 2684266,\n                      \"type\": \"u\"\n                    },\n                    {\n                      \"value\": -19720937,\n                      \"type\": \"dolore consectetur sit\"\n                    }\n                  ],\n                  \"amount\": 38485078.06496099,\n                  \"article_quantity\": -62298437,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          -58867570,\n                          9641930\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    },\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          -14002184,\n                          -98658006\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"voluptate Ut\",\n                  \"mrp_promotion\": true,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"enim adipisicing mollit non sunt\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"pariatur\",\n                        \"item_name\": \"qui Lorem aute dolor enim\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"Lorem consequat amet \",\n                        \"item_id\": -71939520,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"voluptate8\": 22136952,\n                        \"in_913\": \"aliqua sunt Duis cupidatat dol\",\n                        \"ut_de1\": -85314648.20479652,\n                        \"non_e2\": 9564886\n                      },\n                      \"parent_item_identifier\": \"anim commodo ex qui deserunt\",\n                      \"quantity\": 88239028.14914969\n                    },\n                    {\n                      \"article_id\": \"occaecat voluptate\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"commodo\",\n                        \"item_name\": \"cupidatat laboris nostrud tempor Ut\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"proident ipsum dolor\",\n                        \"item_id\": 20549948,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ]\n                      },\n                      \"parent_item_identifier\": \"irure\",\n                      \"quantity\": 11541748.480351284\n                    }\n                  ]\n                },\n                {\n                  \"promotion_type\": \"bundle_price_percentage\",\n                  \"promotion_name\": \"tempor laboris\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": -76194263,\n                      \"type\": \"cillum qui\"\n                    },\n                    {\n                      \"value\": 77519442,\n                      \"type\": \"aliquip consectetur qui\"\n                    }\n                  ],\n                  \"amount\": 28341348.68139273,\n                  \"article_quantity\": -41824630,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          -16551727,\n                          -94475359\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    },\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          50463212,\n                          81742319\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"Duis Ut nisi\",\n                  \"mrp_promotion\": false,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"in incididunt quis\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"Lorem Ut nisi\",\n                        \"item_name\": \"exercitation incididunt\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"non magna qui\",\n                        \"item_id\": -76046483,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"exercitation_013\": \"quis sit\",\n                        \"commodo_41\": \"ut ullamco quis\"\n                      },\n                      \"parent_item_identifier\": \"fugiat esse dolor\",\n                      \"quantity\": 46468253.184812665\n                    },\n                    {\n                      \"article_id\": \"a\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"labore exercitation\",\n                        \"item_name\": \"in proident\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"labore sit \",\n                        \"item_id\": 54251467,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"anim_9e\": 66864943,\n                        \"occaecat2a4\": 91946809.03496572,\n                        \"veniam_e\": 38243758.12229124\n                      },\n                      \"parent_item_identifier\": \"eu irure in Duis\",\n                      \"quantity\": -35314215.1359815\n                    }\n                  ]\n                }\n              ],\n              \"prices\": {\n                \"refund_credit\": 35148945.14717883,\n                \"amount_paid_roundoff\": -3864864.9003623575,\n                \"price_effective\": 30658580.700441852,\n                \"promotion_effective_discount\": 36819133.78094664,\n                \"pm_price_split\": 48993766.479240686,\n                \"refund_amount\": -34815013.666949525,\n                \"transfer_price\": -52156040.61164041,\n                \"coupon_effective_discount\": -90904996.13429141,\n                \"tax_collected_at_source\": -82800125.64838298,\n                \"brand_calculated_amount\": 75742479.9095178,\n                \"delivery_charge\": 95276904.32088852,\n                \"cashback\": -60583862.40597704,\n                \"value_of_good\": -90783908.95113806,\n                \"cashback_applied\": -8221767.232775122,\n                \"cod_charges\": -19813593.157236695,\n                \"price_marked\": 57048500.538107485,\n                \"amount_paid\": -5576134.414176434,\n                \"coupon_value\": -27189417.378619835,\n                \"discount\": 40229733.79320836,\n                \"fynd_credits\": 11195976.45295167,\n                \"gift_price\": 98969741.25886184,\n                \"amount_to_be_collected\": -77287882.30475758,\n                \"cost_price\": 36497156.89897284,\n                \"loyalty_discount\": -88896008.57351372,\n                \"marketplace_promotion_effective_discount\": 57954661.49560043,\n                \"seller_promotion_effective_discount\": -63478411.89250185\n              },\n              \"charges\": [\n                {\n                  \"name\": \"eiusmod est quis ut\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": -74651609.81856656,\n                      \"currency\": \"velit cillum consequat amet\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": 56518058.35197833,\n                      \"currency\": \"nisi veniam\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"multi\",\n                      \"logic\": \"laboris minim anim\"\n                    },\n                    \"distribution_level\": \"dolor ea\"\n                  },\n                  \"code\": \"exer\",\n                  \"type\": \"exercitation ad sint velit dolor\"\n                },\n                {\n                  \"name\": \"sunt cupidatat esse Duis dolore\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": 60252315.065244794,\n                      \"currency\": \"veniam aliquip nostrud\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": -69716418.70886636,\n                      \"currency\": \"aliqua ul\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"single\",\n                      \"logic\": \"dolor Ut\"\n                    },\n                    \"distribution_level\": \"eiusmod voluptate sed\"\n                  },\n                  \"code\": \"sunt\",\n                  \"type\": \"in id\"\n                }\n              ],\n              \"ordering_currency_prices\": {\n                \"refund_credit\": -65036407.77519468,\n                \"amount_paid_roundoff\": 35950042.912709236,\n                \"price_effective\": 32377555.5830808,\n                \"promotion_effective_discount\": 83024227.14073372,\n                \"pm_price_split\": 61454315.94560483,\n                \"refund_amount\": -66721398.39544875,\n                \"transfer_price\": -9528377.132772684,\n                \"coupon_effective_discount\": 39238555.2040306,\n                \"tax_collected_at_source\": 92961956.386958,\n                \"brand_calculated_amount\": -2784528.8480067104,\n                \"delivery_charge\": -2772473.0029132366,\n                \"cashback\": 90307512.26806983,\n                \"value_of_good\": -42198929.52321618,\n                \"cashback_applied\": -23021077.269532293,\n                \"cod_charges\": -79854762.84066105,\n                \"price_marked\": -80951199.66384523,\n                \"amount_paid\": 17006701.55974549,\n                \"coupon_value\": -5274469.989067093,\n                \"discount\": -45282008.29336488,\n                \"fynd_credits\": -27362329.25384465,\n                \"gift_price\": 13411699.7924072,\n                \"amount_to_be_collected\": 44930914.829046875,\n                \"cost_price\": 88110073.42703629,\n                \"loyalty_discount\": -46482507.88509132\n              },\n              \"current_status\": {\n                \"id\": 45329449,\n                \"store_id\": -34269127,\n                \"delivery_awb_number\": \"nostrud veniam ut\",\n                \"kafka_sync\": true,\n                \"delivery_partner_id\": -61134494,\n                \"state_type\": \"operational\",\n                \"state_id\": 92119308,\n                \"created_at\": \"1962-03-30T09:18:15.660Z\",\n                \"created_ts\": \"1971-04-23T11:44:25.440Z\",\n                \"shipment_id\": \"proident\",\n                \"updated_at\": \"1966-07-01T15:44:45.434Z\",\n                \"bag_state_mapper\": {\n                  \"display_name\": \"aute con\",\n                  \"id\": -5233648,\n                  \"journey_type\": \"return\",\n                  \"name\": \"esse nisi occa\",\n                  \"state_type\": \"operational\",\n                  \"is_active\": true,\n                  \"app_display_name\": \"culpa\",\n                  \"app_state_name\": \"dolor voluptate\",\n                  \"app_facing\": true,\n                  \"notify_customer\": true\n                },\n                \"bag_id\": 92192948,\n                \"status\": \"tempor incididunt laborum sunt pariatur\"\n              },\n              \"entity_type\": \"shipments\",\n              \"is_parent\": false\n            },\n            {\n              \"bag_id\": 60220554,\n              \"gst_details\": {\n                \"brand_calculated_amount\": 54426146.109797865,\n                \"gst_fee\": 96947442.46780074,\n                \"tax_collected_at_source\": -88668215.00988871,\n                \"value_of_good\": 85254945.39763701,\n                \"cgst_tax_percentage\": 33893566.95176846,\n                \"gstin_code\": \"incididunt nostrud pariatur\",\n                \"igst_tax_percentage\": -80553273.24625382,\n                \"gst_tax_percentage\": 25916891.30777946,\n                \"hsn_code_id\": \"Excepteur nisi laborum dolor\",\n                \"igst_gst_fee\": -28282027.353185862,\n                \"is_default_hsn_code\": true,\n                \"sgst_gst_fee\": 53062703.603773445,\n                \"cgst_gst_fee\": -65353087.962386966,\n                \"gst_tag\": \"minim officia reprehender\",\n                \"sgst_tax_percentage\": 26403631.058502823,\n                \"hsn_code\": \"nostrud consectetur cillum fugiat\"\n              },\n              \"bag_status\": [\n                {\n                  \"status\": \"pariatur quis mollit\",\n                  \"forward\": false,\n                  \"store_id\": 91934981,\n                  \"delivery_awb_number\": \"proident anim occaecat sit incididunt\",\n                  \"kafka_sync\": true,\n                  \"delivery_partner_id\": -6394716,\n                  \"app_display_name\": \"dolore nulla pariatur\",\n                  \"state_id\": 93681826,\n                  \"state_type\": \"operational\",\n                  \"bsh_id\": -45470789,\n                  \"created_at\": \"2010-03-30T21:54:04.480Z\",\n                  \"created_ts\": \"qui laborum sunt\",\n                  \"shipment_id\": \"nostrud est dolore Ut\",\n                  \"updated_at\": \"1997-09-16T06:24:56.255Z\",\n                  \"updated_ts\": \"commodo ut deserunt voluptate\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"nisi voluptate cupidatat adipisicing\",\n                    \"id\": -78257435,\n                    \"journey_type\": \"forward\",\n                    \"name\": \"cillum do consectetur qui\",\n                    \"state_type\": \"operational\",\n                    \"is_active\": true,\n                    \"app_display_name\": \"non elit Lorem\",\n                    \"app_state_name\": \"eu pariatur\",\n                    \"app_facing\": true,\n                    \"notify_customer\": false\n                  },\n                  \"bag_id\": 5729834,\n                  \"display_name\": \"est nostrud in\"\n                },\n                {\n                  \"status\": \"fugiat ea do\",\n                  \"forward\": false,\n                  \"store_id\": -10864665,\n                  \"delivery_awb_number\": \"fugi\",\n                  \"kafka_sync\": false,\n                  \"delivery_partner_id\": 37878386,\n                  \"app_display_name\": \"consectetur sint\",\n                  \"state_id\": -88489912,\n                  \"state_type\": \"operational\",\n                  \"bsh_id\": -9265679,\n                  \"created_at\": \"1976-02-19T05:56:11.262Z\",\n                  \"created_ts\": \"ut\",\n                  \"shipment_id\": \"aute labore do\",\n                  \"updated_at\": \"1957-10-15T13:32:39.590Z\",\n                  \"updated_ts\": \"aute ut fugiat\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"dolor sint in est\",\n                    \"id\": -51342878,\n                    \"journey_type\": \"forward\",\n                    \"name\": \"dolor minim fugiat\",\n                    \"state_type\": \"logistics\",\n                    \"is_active\": true,\n                    \"app_display_name\": \"sed id ad commodo\",\n                    \"app_state_name\": \"occa\",\n                    \"app_facing\": false,\n                    \"notify_customer\": true\n                  },\n                  \"bag_id\": 68001212,\n                  \"display_name\": \"aliqua\"\n                }\n              ],\n              \"parent_promo_bags\": {\n                \"ullamco_9f9\": 30214552,\n                \"labore5\": \"Duis velit\"\n              },\n              \"seller_qc_details\": {\n                \"line_number\": 90579228,\n                \"bad_quantity\": 54113311,\n                \"good_quantity\": -79591680\n              },\n              \"financial_breakup\": {\n                \"added_to_fynd_cash\": true,\n                \"amount_paid\": -86020116.33932082,\n                \"brand_calculated_amount\": -49855406.17629587,\n                \"cashback\": -99363760.44483106,\n                \"cashback_applied\": 94890943.67074728,\n                \"cod_charges\": 1099901.5743433684,\n                \"coupon_effective_discount\": 85238645.67007121,\n                \"coupon_value\": -37403746.226157166,\n                \"delivery_charge\": -66338803.15377927,\n                \"discount\": -16594444.992721513,\n                \"fynd_credits\": -41158064.70805237,\n                \"gst_fee\": 37654620.903696924,\n                \"gst_tag\": \"Excepteu\",\n                \"gst_tax_percentage\": 80053158.84656197,\n                \"hsn_code\": \"tempor Lorem\",\n                \"identifiers\": {\n                  \"alu\": \"do\",\n                  \"ean\": \"laborum esse\",\n                  \"sku_code\": \"et Lorem ipsum\",\n                  \"upc\": \"repreh\",\n                  \"isbn\": \"eu do\"\n                },\n                \"item_name\": \"velit\",\n                \"price_effective\": 42866107.77456063,\n                \"price_marked\": -14418373.021829203,\n                \"promotion_effective_discount\": -96700145.99723266,\n                \"refund_credit\": -52325475.000067234,\n                \"size\": \"in ipsum\",\n                \"total_units\": 74419202,\n                \"transfer_price\": 14993569.410563976,\n                \"value_of_good\": -27063061.732532173,\n                \"amount_paid_roundoff\": 10990238,\n                \"tax_collected_at_source\": 64972625.24906677,\n                \"amount_to_be_collected\": 90757062.86699346,\n                \"taxes\": [\n                  {\n                    \"name\": \"nostrud laboris occaecat\",\n                    \"rate\": 49827467.159808934,\n                    \"tax_amount\": 74616659.70033175,\n                    \"taxable_amount\": -39434250.51938756\n                  },\n                  {\n                    \"name\": \"ut tempor aute\",\n                    \"rate\": 8945133.747044757,\n                    \"tax_amount\": -27027794.98590666,\n                    \"taxable_amount\": 589498.4627774954\n                  }\n                ],\n                \"loyalty_discount\": -40202895.05809007\n              },\n              \"bag_configs\": {\n                \"allow_force_return\": false,\n                \"can_be_cancelled\": true,\n                \"enable_tracking\": true,\n                \"is_active\": true,\n                \"is_customer_return_allowed\": true,\n                \"is_returnable\": true,\n                \"is_bundle_item\": true,\n                \"bundle_details\": {\n                  \"bundle_group_id\": \"esse Lorem aute\",\n                  \"name\": \"occaecat\",\n                  \"slug\": \"nisi anim\",\n                  \"bundle_count\": 93969973,\n                  \"article_bundle_id\": \"adipisicing sunt qui\",\n                  \"bundle_article_quantity\": 16048894,\n                  \"is_base\": false,\n                  \"price_marked\": 25624022.329394206,\n                  \"price_effective\": 89359494.39422709,\n                  \"item_id\": 43451252,\n                  \"item_type\": \"virtual_bundle\",\n                  \"return_config\": {\n                    \"allow_partial_return\": false,\n                    \"returnable\": true,\n                    \"unit\": false,\n                    \"time\": true\n                  },\n                  \"seller_identifier\": \"occaecat fugiat magna laboris\",\n                  \"images\": [\n                    \"irure ea\",\n                    \"et sed nostrud\"\n                  ],\n                  \"brand_name\": \"quis Duis veniam sint\",\n                  \"size\": \"nostrud culpa magna\"\n                }\n              },\n              \"seller_identifier\": \"mollit non\",\n              \"delivery_address\": {\n                \"phone\": \"et sint ex velit est\",\n                \"address2\": \"non culpa\",\n                \"address\": \"id deserunt in\",\n                \"longitude\": -5763183.755849838,\n                \"pincode\": \"eiusmod quis\",\n                \"area\": \"velit\",\n                \"address_type\": \"home\",\n                \"country\": \"quis in fugiat dolor\",\n                \"address_category\": \"store\",\n                \"email\": \"incididunt nostrud adipisicing\",\n                \"created_at\": \"1953-02-01T09:17:34.757Z\",\n                \"address1\": \"officia amet nisi\",\n                \"display_address\": \"et Duis nulla aute\",\n                \"landmark\": \"ad culpa nostrud aliquip consequat\",\n                \"updated_at\": \"1994-05-03T13:14:54.212Z\",\n                \"version\": \"ipsum Ut nisi\",\n                \"latitude\": -66264953.86728433,\n                \"contact_person\": \"ad non incididunt consequat proident\",\n                \"state\": \"mollit pariatur sit aliquip ut\",\n                \"city\": \"tempor in pariatur enim\",\n                \"area_code_slug\": \"minim fugiat\",\n                \"country_code\": \"sed su\",\n                \"country_iso_code\": \"Excepteur in esse cupidatat occaecat\",\n                \"country_phone_code\": \"ex eius\",\n                \"delivery_address_id\": 89770965,\n                \"geo_location\": {\n                  \"eu0\": true,\n                  \"ad_492\": 65897888.61173439,\n                  \"deserunt5d7\": -90609325,\n                  \"consecteturc0a\": \"pariatur\",\n                  \"nulla_30d\": -25007942\n                },\n                \"name\": \"ut tempor cupidatat\",\n                \"sector\": \"\",\n                \"state_code\": \"veniam Duis culpa\",\n                \"uid\": \"cupidatat labore ullamco\",\n                \"user_id\": \"ullamco deserunt culpa ad\",\n                \"code\": \"laborum deserunt\"\n              },\n              \"article\": {\n                \"identifiers\": {\n                  \"labore_d_0\": -62281352.54822527,\n                  \"eiusmod94\": -860724.534188956\n                },\n                \"return_config\": {\n                  \"returnable\": false,\n                  \"time\": 31530885.35035655,\n                  \"unit\": \"veniam\"\n                },\n                \"uid\": \"laborum ad\",\n                \"size\": \"aute\",\n                \"tags\": [\n                  \"tempor Excepteur\",\n                  \"do mollit qui\"\n                ],\n                \"_custom_json\": {\n                  \"do4\": true\n                }\n              },\n              \"brand\": {\n                \"id\": 68411212,\n                \"logo\": \"dolore Ut id\",\n                \"company\": 82170676,\n                \"created_on\": \"1990-04-19T03:13:36.573Z\",\n                \"brand_name\": \"laboris aliqua voluptate\",\n                \"modified_on\": \"1984-12-08T17:52:45.141Z\"\n              },\n              \"group_id\": \"sed tempor\",\n              \"affiliate_bag_details\": {\n                \"affiliate_bag_id\": \"co\",\n                \"coupon_code\": \"ut dolore\",\n                \"affiliate_meta\": {\n                  \"order_item_id\": \"ex\",\n                  \"channel_order_id\": \"sunt consectetur ipsum aute ut\",\n                  \"employee_discount\": 76817479.01837409,\n                  \"box_type\": \"veniam dolor irure elit\",\n                  \"quantity\": 31679863,\n                  \"size_level_total_qty\": -75950245,\n                  \"loyalty_discount\": 44368449.07313189,\n                  \"replacement_details\": {\n                    \"replacement_type\": \"cupidatat non in\",\n                    \"original_affiliate_order_id\": \"velit ullamco tempor\"\n                  },\n                  \"channel_shipment_id\": \"qui Ut veniam elit\",\n                  \"marketplace_invoice_id\": \"u\",\n                  \"due_date\": \"1984-07-08T17:07:57.944Z\",\n                  \"coupon_code\": \"exercitation ipsum in\",\n                  \"is_priority\": true,\n                  \"is_serial_number_required\": false,\n                  \"fulfilment_priority\": -71679755,\n                  \"customer_selling_price\": -72693519.2745461\n                }\n              },\n              \"item\": {\n                \"id\": -21062078,\n                \"attributes\": {\n                  \"currency\": \"anim sunt sit\"\n                },\n                \"brand_id\": 30312335,\n                \"slug_key\": \"laborum ullamco nu\",\n                \"l3_category\": -65239500,\n                \"l3_category_name\": \"quis sit\",\n                \"last_updated_at\": \"1984-12-31T06:55:59.151Z\",\n                \"name\": \"ut velit voluptate et\",\n                \"l2_category\": [\n                  \"mollit elit\",\n                  \"Ut\"\n                ],\n                \"brand\": \"in anim\",\n                \"image\": [\n                  \"eiusmod irure\",\n                  \"tempor id laboris\"\n                ],\n                \"code\": \"Duis anim\",\n                \"l1_category\": [\n                  \"reprehenderit a\",\n                  \"amet cillum enim\"\n                ],\n                \"size\": \"ipsum dolore enim amet id\",\n                \"can_cancel\": true,\n                \"can_return\": true,\n                \"branch_url\": \"i\",\n                \"meta\": {\n                  \"eu_5\": \"eu pariatur commodo\",\n                  \"eu11b\": 16374839.033254936\n                },\n                \"color\": \"in\",\n                \"department_id\": 29238221,\n                \"images\": [\n                  \"in in\",\n                  \"commodo nulla Excepteur Duis\"\n                ],\n                \"tags\": [\n                  \"pariatur consequat proident cillum\",\n                  \"nulla te\"\n                ]\n              },\n              \"payment_methods\": [\n                {\n                  \"mode\": \"est nisi aliqua\",\n                  \"amount\": -45199552.0973687\n                },\n                {\n                  \"mode\": \"cillum Duis ut\",\n                  \"amount\": -56510694.2995969\n                }\n              ],\n              \"payment_info\": [\n                {\n                  \"mode\": \"et ea aliquip\",\n                  \"amount\": -27378735.829017043\n                },\n                {\n                  \"mode\": \"nulla officia\",\n                  \"amount\": -12038297.304224879\n                }\n              ],\n              \"quantity\": -27233425,\n              \"identifier\": \"et t\",\n              \"can_return\": true,\n              \"can_cancel\": true,\n              \"display_name\": \"sunt incididunt mollit\",\n              \"line_number\": 86181116,\n              \"meta\": {\n                \"est1f\": -87461026,\n                \"reprehenderit388\": -4584629\n              },\n              \"applied_promos\": [\n                {\n                  \"promotion_type\": \"item_based_discount\",\n                  \"promotion_name\": \"exercitation ex\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": 48307492,\n                      \"type\": \"Duis\"\n                    },\n                    {\n                      \"value\": 4002115,\n                      \"type\": \"et aliquip enim labore\"\n                    }\n                  ],\n                  \"amount\": 79538355.65209454,\n                  \"article_quantity\": 92804166,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          -71553869,\n                          11945275\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    },\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          45783114,\n                          -32397149\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"magna reprehenderit fugiat ullamco\",\n                  \"mrp_promotion\": false,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"irure reprehenderit\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"nisi ut aliquip mollit\",\n                        \"item_name\": \"ullamco aute\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"et veniam\",\n                        \"item_id\": -2469108,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ]\n                      },\n                      \"parent_item_identifier\": \"nulla fugiat dolore\",\n                      \"quantity\": 72660127.2422353\n                    },\n                    {\n                      \"article_id\": \"ullamco qui non\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"incididunt culpa exercitation Lorem\",\n                        \"item_name\": \"Lorem\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"est anim consequat do\",\n                        \"item_id\": -55505737,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ]\n                      },\n                      \"parent_item_identifier\": \"ad quis\",\n                      \"quantity\": 71688680.40555531\n                    }\n                  ]\n                },\n                {\n                  \"promotion_type\": \"ladder_price\",\n                  \"promotion_name\": \"ex ullamco ad et dolor\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": -9288504,\n                      \"type\": \"quis pariatur do cillum\"\n                    },\n                    {\n                      \"value\": -3367280,\n                      \"type\": \"dolore ut\"\n                    }\n                  ],\n                  \"amount\": -98127113.55343935,\n                  \"article_quantity\": -49506212,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          -61499637,\n                          -56882348\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    },\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          98957824,\n                          -81090766\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"ut aliquip velit Ut\",\n                  \"mrp_promotion\": true,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"laboris ut officia qui\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"aute labore\",\n                        \"item_name\": \"esse elit\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"id \",\n                        \"item_id\": 52380870,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ]\n                      },\n                      \"parent_item_identifier\": \"Ut officia quis sunt\",\n                      \"quantity\": -58399529.617122784\n                    },\n                    {\n                      \"article_id\": \"sit amet\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"fugiat officia dolore\",\n                        \"item_name\": \"reprehenderit Lorem tempor Ut\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"enim quis mollit\",\n                        \"item_id\": 99397299,\n                        \"item_images_url\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          },\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ]\n                      },\n                      \"parent_item_identifier\": \"sunt anim ipsum tempor\",\n                      \"quantity\": 57378904.87131536\n                    }\n                  ]\n                }\n              ],\n              \"prices\": {\n                \"refund_credit\": 39430681.77108011,\n                \"amount_paid_roundoff\": -20534818.239564866,\n                \"price_effective\": 66041828.16873467,\n                \"promotion_effective_discount\": 62805156.89291856,\n                \"pm_price_split\": -91021662.04457736,\n                \"refund_amount\": 66419432.677479595,\n                \"transfer_price\": -86706756.46112476,\n                \"coupon_effective_discount\": 53541217.127537996,\n                \"tax_collected_at_source\": -76894096.258787,\n                \"brand_calculated_amount\": 31775718.514005736,\n                \"delivery_charge\": 12365726.092590854,\n                \"cashback\": -39843866.92668971,\n                \"value_of_good\": -44512759.61986907,\n                \"cashback_applied\": 74667528.83593312,\n                \"cod_charges\": -97410908.7180988,\n                \"price_marked\": -86020465.55657323,\n                \"amount_paid\": -18767657.325614274,\n                \"coupon_value\": 75957415.53793707,\n                \"discount\": 64029842.68776515,\n                \"fynd_credits\": 26274242.58441238,\n                \"gift_price\": -18839768.4671814,\n                \"amount_to_be_collected\": 9970597.180973679,\n                \"cost_price\": 27638933.89801155,\n                \"loyalty_discount\": 77627067.95041582,\n                \"marketplace_promotion_effective_discount\": -14250830.492540881,\n                \"seller_promotion_effective_discount\": -39682991.90377907\n              },\n              \"charges\": [\n                {\n                  \"name\": \"pariatur veniam\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": 52737317.26913935,\n                      \"currency\": \"ad exercitation pariatur irure\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": -30463335.934277773,\n                      \"currency\": \"nulla pariatur adipisicing reprehenderit\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"single\",\n                      \"logic\": \"qui dolor tempor id\"\n                    },\n                    \"distribution_level\": \"Duis laboris qui\"\n                  },\n                  \"code\": \"nisi mollit\",\n                  \"type\": \"Ut minim\"\n                },\n                {\n                  \"name\": \"magna qui\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": 25953966.239407584,\n                      \"currency\": \"qui veniam minim Lorem\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": -99088116.44188681,\n                      \"currency\": \"consequat tempor\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"single\",\n                      \"logic\": \"id consequat sed dolor\"\n                    },\n                    \"distribution_level\": \"eiusmod eu\"\n                  },\n                  \"code\": \"mollit ullamco\",\n                  \"type\": \"commodo Lorem\"\n                }\n              ],\n              \"ordering_currency_prices\": {\n                \"refund_credit\": -88400322.49052379,\n                \"amount_paid_roundoff\": -53003925.269015804,\n                \"price_effective\": -39765277.30475628,\n                \"promotion_effective_discount\": 98717495.63866818,\n                \"pm_price_split\": 10863424.620646715,\n                \"refund_amount\": 23177407.723737583,\n                \"transfer_price\": 78590321.7657229,\n                \"coupon_effective_discount\": -37496239.70697695,\n                \"tax_collected_at_source\": -35404776.99203812,\n                \"brand_calculated_amount\": 96608908.77194318,\n                \"delivery_charge\": -64475086.18654827,\n                \"cashback\": -3504989.5541702956,\n                \"value_of_good\": 83575200.49054733,\n                \"cashback_applied\": 94997998.1501615,\n                \"cod_charges\": -49613657.78451872,\n                \"price_marked\": 43002152.34231773,\n                \"amount_paid\": 9681440.92725107,\n                \"coupon_value\": 21929277.391764224,\n                \"discount\": -3506409.276764795,\n                \"fynd_credits\": -20168306.597983226,\n                \"gift_price\": -41536020.73859957,\n                \"amount_to_be_collected\": 1402667.9376309365,\n                \"cost_price\": -99974077.61920826,\n                \"loyalty_discount\": 44849827.287257135\n              },\n              \"current_status\": {\n                \"id\": -49304173,\n                \"store_id\": 64978325,\n                \"delivery_awb_number\": \"fugiat eu enim aliqua\",\n                \"kafka_sync\": true,\n                \"delivery_partner_id\": 91752697,\n                \"state_type\": \"operational\",\n                \"state_id\": 75290439,\n                \"created_at\": \"1951-11-30T22:10:02.718Z\",\n                \"created_ts\": \"1973-10-26T13:29:27.992Z\",\n                \"shipment_id\": \"sit Lorem exercitation magna\",\n                \"updated_at\": \"2002-09-01T05:31:10.821Z\",\n                \"bag_state_mapper\": {\n                  \"display_name\": \"id minim officia\",\n                  \"id\": -47192290,\n                  \"journey_type\": \"forward\",\n                  \"name\": \"deserunt fugiat\",\n                  \"state_type\": \"logistics\",\n                  \"is_active\": true,\n                  \"app_display_name\": \"laboris ea fugiat\",\n                  \"app_state_name\": \"ullamco\",\n                  \"app_facing\": true,\n                  \"notify_customer\": false\n                },\n                \"bag_id\": -14098954,\n                \"status\": \"dolor\"\n              },\n              \"entity_type\": \"bag\",\n              \"is_parent\": false\n            }\n          ],\n          \"dp_assignment\": false,\n          \"total_items\": 42093574,\n          \"fulfilling_store\": {\n            \"address\": \"aute cons\",\n            \"city\": \"aliquip sunt\",\n            \"code\": \"ut in Excepteur aute\",\n            \"contact_person\": \"voluptate labore ipsum\",\n            \"country\": \"Ut proident ex sit\",\n            \"fulfillment_channel\": \"sunt fugiat non\",\n            \"id\": 72306916,\n            \"meta\": {\n              \"in70a\": -25424480.2396753,\n              \"et_b_c\": \"laborum ut dolor\"\n            },\n            \"phone\": \"irure ex cupidatat voluptate\",\n            \"pincode\": \"eu quis\",\n            \"state\": \"ei\",\n            \"store_name\": \"in dolore mollit\",\n            \"address1\": \"ir\",\n            \"display_address\": \"exercitation cupidatat\",\n            \"store_email\": \"dolor laboris\"\n          },\n          \"meta\": {\n            \"velit_d6\": -54823396\n          },\n          \"pdf_links\": {\n            \"in_d\": true,\n            \"culpa91\": \"in \",\n            \"aliquip_c\": -9585144.0813016\n          },\n          \"payment_mode\": \"laboris ut\",\n          \"packaging_type\": \"pariatur minim mollit in\",\n          \"journey_type\": \"forward\",\n          \"prices\": {\n            \"refund_credit\": 69443183.83107984,\n            \"amount_paid_roundoff\": 62506719.21693787,\n            \"price_effective\": 42838684.48707467,\n            \"promotion_effective_discount\": 75262729.67486441,\n            \"pm_price_split\": -56425718.97085871,\n            \"refund_amount\": 70144214.166343,\n            \"transfer_price\": -88801222.80005817,\n            \"coupon_effective_discount\": 5632647.939710498,\n            \"tax_collected_at_source\": 25964630.694252074,\n            \"brand_calculated_amount\": 81906989.84043178,\n            \"delivery_charge\": 59191468.630830795,\n            \"cashback\": 696822.2297298014,\n            \"value_of_good\": -66479322.86017814,\n            \"cashback_applied\": 20548241.1632047,\n            \"cod_charges\": -45326136.70591084,\n            \"price_marked\": 75385817.25898558,\n            \"amount_paid\": -4936344.027072921,\n            \"coupon_value\": 78018816.12562978,\n            \"discount\": -3656770.77694349,\n            \"fynd_credits\": 34388442.587136894,\n            \"gift_price\": 98104532.42152083,\n            \"amount_to_be_collected\": 63010192.88009179,\n            \"cost_price\": 99282873.02342063,\n            \"loyalty_discount\": 9990775.847817361,\n            \"marketplace_promotion_effective_discount\": -34860299.390647545,\n            \"seller_promotion_effective_discount\": 60259562.20520598\n          },\n          \"charges\": [\n            {\n              \"name\": \"enim dolore quis\",\n              \"amount\": {\n                \"base_currency\": {\n                  \"value\": 50106537.91828537,\n                  \"currency\": \"dolor Ut do\"\n                },\n                \"ordering_currency\": {\n                  \"value\": 30681804.791716695,\n                  \"currency\": \"amet\"\n                }\n              },\n              \"distribution_logic\": {\n                \"distribution\": {\n                  \"type\": \"single\",\n                  \"logic\": \"qui voluptate in Lorem et\"\n                },\n                \"distribution_level\": \"id enim cillum aliqua\"\n              },\n              \"code\": \"la\",\n              \"type\": \"consequat consectetur laborum aliqua sunt\"\n            },\n            {\n              \"name\": \"veniam commodo est\",\n              \"amount\": {\n                \"base_currency\": {\n                  \"value\": -61518200.87807782,\n                  \"currency\": \"cillum tempor qui irure\"\n                },\n                \"ordering_currency\": {\n                  \"value\": 3975520.2915474176,\n                  \"currency\": \"laboris aliquip nisi cillum\"\n                }\n              },\n              \"distribution_logic\": {\n                \"distribution\": {\n                  \"type\": \"single\",\n                  \"logic\": \"officia aliquip est\"\n                },\n                \"distribution_level\": \"labore est voluptate\"\n              },\n              \"code\": \"exercitation qui aliqua\",\n              \"type\": \"ad\"\n            }\n          ],\n          \"ordering_currency_prices\": {\n            \"refund_credit\": 34835425.862562865,\n            \"amount_paid_roundoff\": 68412798.63337171,\n            \"price_effective\": -25340575.581382424,\n            \"promotion_effective_discount\": 15977366.633222535,\n            \"pm_price_split\": -44563831.851150185,\n            \"refund_amount\": 26693282.109867454,\n            \"transfer_price\": -80804685.74352282,\n            \"coupon_effective_discount\": -26595533.994988114,\n            \"tax_collected_at_source\": 64114142.071095526,\n            \"brand_calculated_amount\": 37842795.15268892,\n            \"delivery_charge\": -10608799.799949825,\n            \"cashback\": -39911172.556033805,\n            \"value_of_good\": -66670105.284306884,\n            \"cashback_applied\": -92368999.12285401,\n            \"cod_charges\": -32888729.613138065,\n            \"price_marked\": -40672096.704601966,\n            \"amount_paid\": 56967764.62306237,\n            \"coupon_value\": -52916007.246531025,\n            \"discount\": -76971333.42961785,\n            \"fynd_credits\": -99557900.88999708,\n            \"gift_price\": -96533307.3636736,\n            \"amount_to_be_collected\": 39306483.308745146,\n            \"cost_price\": -51580385.61716203,\n            \"loyalty_discount\": -68539898.02687424\n          },\n          \"vertical\": \"commodo ea\",\n          \"payments\": {\n            \"mode\": \"sed veniam\",\n            \"logo\": \"ad esse adipisicing\",\n            \"source\": \"non\"\n          },\n          \"operational_status\": \"esse\",\n          \"status\": {\n            \"meta\": {\n              \"cillum9\": 60317387,\n              \"et_ecc\": 65403039.82896054,\n              \"pariatureb\": true\n            },\n            \"bag_list\": [\n              \"dolor\",\n              \"et Lorem nulla\"\n            ],\n            \"id\": 22353427,\n            \"created_at\": \"2021-10-17T02:45:52.350Z\",\n            \"created_ts\": \"cillum culpa dolore\",\n            \"shipment_id\": \"adipisicing nisi\",\n            \"status\": \"mollit voluptate tempor consectetur\",\n            \"display_name\": \"est Lorem ullamco minim nulla\",\n            \"current_shipment_status\": \"incididunt irure in esse rep\",\n            \"status_created_at\": \"1967-02-01T04:18:55.234Z\"\n          },\n          \"total_bags\": -26405096,\n          \"shipment_created_at\": \"1971-07-28T22:49:54.176Z\",\n          \"shipment_created_ts\": \"sit anim tempor labore est\",\n          \"currency\": {\n            \"currency_code\": \"non deserunt elit et\",\n            \"currency_symbol\": \"elit pariatur in\"\n          },\n          \"currency_info\": {\n            \"ordering_currency\": {\n              \"currency_code\": \"culpa\",\n              \"currency_name\": \"occaecat dolore ullamco in quis\",\n              \"currency_symbol\": \"consequat r\",\n              \"currency_sub_unit\": \"fugiat commodo\"\n            },\n            \"conversion_rate\": {\n              \"conversion_rate\": null,\n              \"base\": \"INR\",\n              \"rates\": {\n                \"INR\": {\n                  \"name\": \"Indian Rupee\",\n                  \"value\": 1,\n                  \"symbol\": \"₹\",\n                  \"sub_unit\": \"\"\n                }\n              }\n            }\n          },\n          \"previous_shipment_id\": \"cillum dolore irure\",\n          \"shipment_update_time\": -54705092.19157398,\n          \"rto_address\": {\n            \"phone\": \"proident nisi et cupidatat\",\n            \"address2\": \"sit tempor fugiat amet incididunt\",\n            \"address\": \"enim\",\n            \"longitude\": -4987991.925750241,\n            \"pincode\": \"elit non amet sed aute\",\n            \"area\": \"in enim qui magna\",\n            \"address_type\": \"office\",\n            \"country\": \"exercitation Ut dolore\",\n            \"address_category\": \"store\",\n            \"email\": \"ipsum dolore Lorem aute\",\n            \"created_at\": \"1999-05-24T02:17:52.646Z\",\n            \"address1\": \"elit laborum est\",\n            \"display_address\": \"nulla sunt\",\n            \"landmark\": \"occaecat\",\n            \"updated_at\": \"1963-06-24T11:59:34.361Z\",\n            \"version\": \"dolore quis sit ut\",\n            \"latitude\": 97924634.46767089,\n            \"contact_person\": \"magna\",\n            \"state\": \"tempor occaecat fugiat aliquip consequat\",\n            \"city\": \"cupidat\",\n            \"area_code_slug\": \"labore nisi esse in\",\n            \"country_code\": \"in irure mollit\",\n            \"country_iso_code\": \"dolor reprehenderit deserunt\",\n            \"country_phone_code\": \"ea\",\n            \"delivery_address_id\": 7135131,\n            \"geo_location\": {\n              \"ullamco_\": false\n            },\n            \"name\": \"proident Ut culpa\",\n            \"sector\": \"ad et\",\n            \"state_code\": \"et minim ut\",\n            \"uid\": \"in reprehenderit\",\n            \"user_id\": \"fugiat ad ex in\",\n            \"code\": \"Lorem nostrud ea in\"\n          },\n          \"credit_note_id\": \"pariatur cillum proident dolor aliquip\",\n          \"is_self_ship\": true,\n          \"mode_of_payment\": \"laborum\",\n          \"is_lapa_enabled\": true,\n          \"forward_end_shipment_id\": \"irure\",\n          \"logistics_meta\": {\n            \"fugiat_b4\": 39641991,\n            \"eu_3_\": -98958672\n          },\n          \"packages\": [\n            {\n              \"id\": \"PK0000000001\",\n              \"packaging_id\": \"6733286311a57c1546561690\",\n              \"name\": \"Package 1\",\n              \"size\": \"medium\",\n              \"package_type\": \"Box\",\n              \"length\": 25,\n              \"width\": 15,\n              \"height\": 10,\n              \"weight\": 2.5,\n              \"error_rate\": 0.02,\n              \"package_vol_weight\": 3.75,\n              \"max_weight\": 5,\n              \"awb\": \"AWB1234567890\",\n              \"pdf_links\": {\n                \"label_a4\": \"https://sample.com/documents/label_a4/PDFs/17512794597831303808_label_a4.pdf\",\n                \"label_a6\": \"https://sample.com/documents/label_a6/PDFs/17512794597831303808_label_a6.pdf\",\n                \"label_pos\": \"https://sample.com/documents/label_pos/PDFs/17512794597831303808_label_pos.pdf\"\n              },\n              \"products\": [\n                {\n                  \"line_number\": 1,\n                  \"quantity\": 2,\n                  \"identifier\": \"PROD001\"\n                },\n                {\n                  \"line_number\": 2,\n                  \"quantity\": 1,\n                  \"identifier\": \"PROD002\"\n                }\n              ]\n            },\n            {\n              \"id\": \"PK0000000001\",\n              \"packaging_id\": \"6733286311a57c1546561690\",\n              \"name\": \"Package 1\",\n              \"size\": \"medium\",\n              \"package_type\": \"Box\",\n              \"length\": 25,\n              \"width\": 15,\n              \"height\": 10,\n              \"weight\": 2.5,\n              \"error_rate\": 0.02,\n              \"package_vol_weight\": 3.75,\n              \"max_weight\": 5,\n              \"awb\": \"AWB1234567890\",\n              \"pdf_links\": {\n                \"label_a4\": \"https://sample.com/documents/label_a4/PDFs/17512794597831303808_label_a4.pdf\",\n                \"label_a6\": \"https://sample.com/documents/label_a6/PDFs/17512794597831303808_label_a6.pdf\",\n                \"label_pos\": \"https://sample.com/documents/label_pos/PDFs/17512794597831303808_label_pos.pdf\"\n              },\n              \"products\": [\n                {\n                  \"line_number\": 1,\n                  \"quantity\": 2,\n                  \"identifier\": \"PROD001\"\n                },\n                {\n                  \"line_number\": 2,\n                  \"quantity\": 1,\n                  \"identifier\": \"PROD002\"\n                }\n              ]\n            }\n          ]\n        }\n      ],\n      \"order_id\": \"reprehenderit \",\n      \"channel\": {\n        \"logo\": \"nisi\",\n        \"name\": \"sit in quis\"\n      },\n      \"user_info\": {\n        \"id\": -69482873,\n        \"user_oid\": \"dolor nostrud ullamco\",\n        \"mongo_user_id\": \"proident sint consequat adipisicing ipsum\",\n        \"external_customer_id\": \"occaecat\",\n        \"first_name\": \"officia\",\n        \"last_name\": \"magna dolor occaecat\",\n        \"mobile\": \"aliqua eu\",\n        \"email\": \"cupidatat Duis minim laboris\",\n        \"meta\": {\n          \"consequata2c\": \"non nulla\"\n        },\n        \"is_anonymous_user\": true,\n        \"name\": \"nulla ad dolore velit fugiat\",\n        \"gender\": \"nisi f\",\n        \"country_phone_code\": \"nisi\"\n      },\n      \"order_value\": 55985292.259794354,\n      \"currency\": {\n        \"currency_code\": \"nulla et\",\n        \"currency_symbol\": \"et irure c\"\n      },\n      \"currency_info\": {\n        \"ordering_currency\": {\n          \"currency_code\": \"exercitation tempor\",\n          \"currency_name\": \"reprehenderit\",\n          \"currency_symbol\": \"aliquip Excepteur nisi\",\n          \"currency_sub_unit\": \"esse Lorem\"\n        },\n        \"conversion_rate\": {\n          \"conversion_rate\": null,\n          \"base\": \"INR\",\n          \"rates\": {\n            \"INR\": {\n              \"name\": \"Indian Rupee\",\n              \"value\": 1,\n              \"symbol\": \"₹\",\n              \"sub_unit\": \"\"\n            }\n          }\n        }\n      },\n      \"prices\": {\n        \"refund_credit\": 58767322.01997954,\n        \"amount_paid_roundoff\": 57019264.75980911,\n        \"price_effective\": -96184444.82489438,\n        \"promotion_effective_discount\": -52114895.95985848,\n        \"pm_price_split\": 41792796.61149722,\n        \"refund_amount\": -81512431.81340092,\n        \"transfer_price\": 39096552.73722041,\n        \"coupon_effective_discount\": 27458726.73206851,\n        \"tax_collected_at_source\": 83518251.79207507,\n        \"brand_calculated_amount\": -43727083.389633894,\n        \"delivery_charge\": 22176933.51878047,\n        \"cashback\": -32770567.010638267,\n        \"value_of_good\": -56294903.265436865,\n        \"cashback_applied\": -69212713.71768185,\n        \"cod_charges\": -31021129.00600496,\n        \"price_marked\": 41957822.80699611,\n        \"amount_paid\": 29532715.33554074,\n        \"coupon_value\": -65176008.46214453,\n        \"discount\": 81458183.69034612,\n        \"fynd_credits\": -10808121.347812787,\n        \"gift_price\": 98910761.50062892,\n        \"amount_to_be_collected\": -77646321.49368688,\n        \"cost_price\": -55428876.77302293,\n        \"loyalty_discount\": 21027512.657862112,\n        \"marketplace_promotion_effective_discount\": 4038682.5552660674,\n        \"seller_promotion_effective_discount\": 80346513.75370973\n      },\n      \"ordering_currency_prices\": {\n        \"refund_credit\": -90982544.17208174,\n        \"amount_paid_roundoff\": -28722882.036386862,\n        \"price_effective\": -32089290.73891303,\n        \"promotion_effective_discount\": 56539352.6649698,\n        \"pm_price_split\": 90960012.400397,\n        \"refund_amount\": 90592979.28081417,\n        \"transfer_price\": -75535154.3664542,\n        \"coupon_effective_discount\": -43569578.32009294,\n        \"tax_collected_at_source\": 67824792.02037314,\n        \"brand_calculated_amount\": 96236061.23753744,\n        \"delivery_charge\": -5579078.745142937,\n        \"cashback\": -86291621.08037028,\n        \"value_of_good\": 72572194.46444401,\n        \"cashback_applied\": 7974385.446440205,\n        \"cod_charges\": -4535518.3394292,\n        \"price_marked\": -48775993.25710427,\n        \"amount_paid\": -69098660.63893224,\n        \"coupon_value\": 60529039.767695606,\n        \"discount\": -13815066.8927318,\n        \"fynd_credits\": 64494155.62101248,\n        \"gift_price\": -70592427.16748932,\n        \"amount_to_be_collected\": 94326822.69789594,\n        \"cost_price\": -55457382.332217306,\n        \"loyalty_discount\": 65456654.45542887\n      },\n      \"loyalty_discount_details\": {\n        \"discount\": 94036400.70942768,\n        \"ownership\": \"seller\",\n        \"is_applied\": true\n      }\n    }\n  ],\n  \"lane\": \"reprehenderit anim minim sit\",\n  \"page\": {\n    \"type\": \"cursor\",\n    \"item_total\": 10,\n    \"next_id\": \"abc123\",\n    \"has_previous\": true,\n    \"has_next\": false,\n    \"current\": 1,\n    \"size\": 20,\n    \"page_size\": 20\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "73e9def0-d20a-4f8c-9771-651d8217d709",
            "name": "getApplicationShipments | List sales channel shipments",
            "request": {
              "name": "getApplicationShipments | List sales channel shipments",
              "description": {
                "content": "Get shipments of a particular sales channel based on the filters provided",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "shipments",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "lane",
                    "value": "<string>",
                    "description": "Optional parameter to specify the lane for filtering results."
                  },
                  {
                    "disabled": false,
                    "key": "search_type",
                    "value": "<string>",
                    "description": "search_type refers to the field that will be used as the target for the search operation"
                  },
                  {
                    "disabled": false,
                    "key": "search_id",
                    "value": "<string>",
                    "description": "Identifier used for the search operation based on the selected search type."
                  },
                  {
                    "disabled": false,
                    "key": "from_date",
                    "value": "<date>",
                    "description": "Date time in UTC timezone as per ISO format."
                  },
                  {
                    "disabled": false,
                    "key": "to_date",
                    "value": "<date>",
                    "description": "Date time in UTC timezone as per ISO format."
                  },
                  {
                    "disabled": false,
                    "key": "dp_ids",
                    "value": "<string>",
                    "description": "Comma-separated list of delivery partner IDs to filter results."
                  },
                  {
                    "disabled": false,
                    "key": "ordering_company_id",
                    "value": "<string>",
                    "description": "ID of the company placing the order, used for filtering results."
                  },
                  {
                    "disabled": false,
                    "key": "stores",
                    "value": "<string>",
                    "description": "Comma-separated list of store IDs to filter results."
                  },
                  {
                    "disabled": false,
                    "key": "sales_channel",
                    "value": "<string>",
                    "description": "The sales channel to filter results."
                  },
                  {
                    "disabled": false,
                    "key": "request_by_ext",
                    "value": "<string>",
                    "description": "Identifier for external requests."
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The page number for pagination of results."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<integer>",
                    "description": "The number of results to return per page for pagination."
                  },
                  {
                    "disabled": false,
                    "key": "customer_id",
                    "value": "<string>",
                    "description": "ID of the customer to filter results related to specific customer."
                  },
                  {
                    "disabled": false,
                    "key": "is_priority_sort",
                    "value": "true",
                    "description": "Flag to determine if results should be sorted by priority. Defaults to true."
                  },
                  {
                    "disabled": false,
                    "key": "exclude_locked_shipments",
                    "value": "true",
                    "description": "Flag to exclude shipments that are currently locked from the results."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "2b89cddb-61eb-42eb-b560-7d3abeabae28",
                "name": "We are processing the report!",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "shipments",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "lane",
                        "value": "new"
                      },
                      {
                        "key": "search_type",
                        "value": "shipment_id"
                      },
                      {
                        "key": "search_id",
                        "value": "17289073504751136915"
                      },
                      {
                        "key": "from_date",
                        "value": "2023-05-10"
                      },
                      {
                        "key": "to_date",
                        "value": "2023-05-10"
                      },
                      {
                        "key": "dp_ids",
                        "value": "19,26"
                      },
                      {
                        "key": "ordering_company_id",
                        "value": "19"
                      },
                      {
                        "key": "stores",
                        "value": "19,26"
                      },
                      {
                        "key": "sales_channel",
                        "value": "000000000000000000000001,614b42d1ea943427b5f46d1e"
                      },
                      {
                        "key": "request_by_ext",
                        "value": "kapture"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "customer_id",
                        "value": "63a2ce177e9f59d3166dd700"
                      },
                      {
                        "key": "is_priority_sort",
                        "value": "false"
                      },
                      {
                        "key": "exclude_locked_shipments",
                        "value": "true"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A unique identifier for the application or system that is making the order request."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"\",\n  \"lane\": \"in_transit\",\n  \"total_count\": 1,\n  \"page\": {\n    \"current\": 1,\n    \"total\": 1,\n    \"has_previous\": false,\n    \"has_next\": false,\n    \"type\": \"number\",\n    \"size\": 10\n  },\n  \"items\": [\n    {\n      \"shipment_id\": \"17289073504751136915\",\n      \"order_id\": \"FY670D08560E251707FB\",\n      \"ordering_channel\": \"ECOMM\",\n      \"ordering_source\": \"storefront\",\n      \"ordering_source_details\": {\n        \"type\": \"SALES_CHANNEL\",\n        \"slug\": \"storefront\",\n        \"display_name\": \"Storefront\",\n        \"is_active\": true,\n        \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/misc/pictures/logos/storefront.png\"\n      },\n      \"order_date\": \"2024-10-14T17:32:30+00:00\",\n      \"order_created_ts\": \"2024-10-14T12:02:30Z\",\n      \"shipment_created_at\": \"2024-10-14T17:32:30+00:00\",\n      \"shipment_created_ts\": \"2024-10-14T12:02:30Z\",\n      \"is_active\": true,\n      \"prices\": {\n        \"amount_paid\": 190,\n        \"refund_amount\": 190,\n        \"price_marked\": 100,\n        \"cod_charges\": 100,\n        \"coupon_value\": 0,\n        \"discount\": 10,\n        \"cashback_applied\": 0,\n        \"delivery_charge\": 0,\n        \"fynd_credits\": 0,\n        \"cashback\": 0,\n        \"price_effective\": 90,\n        \"refund_credit\": 0,\n        \"value_of_good\": 85.72,\n        \"pm_price_split\": 0,\n        \"brand_calculated_amount\": 90,\n        \"coupon_effective_discount\": 0,\n        \"tax_collected_at_source\": 0,\n        \"promotion_effective_discount\": 0,\n        \"cn_refund_amount\": 0,\n        \"loyalty_discount\": 0\n      },\n      \"ordering_currency_prices\": {\n        \"amount_paid\": 190,\n        \"refund_amount\": 190,\n        \"price_marked\": 100,\n        \"cod_charges\": 100,\n        \"coupon_value\": 0,\n        \"discount\": 10,\n        \"cashback_applied\": 0,\n        \"delivery_charge\": 0,\n        \"fynd_credits\": 0,\n        \"cashback\": 0,\n        \"price_effective\": 90,\n        \"refund_credit\": 0,\n        \"value_of_good\": 85.72,\n        \"pm_price_split\": 0,\n        \"brand_calculated_amount\": 90,\n        \"coupon_effective_discount\": 0,\n        \"tax_collected_at_source\": 0,\n        \"promotion_effective_discount\": 0,\n        \"cn_refund_amount\": 0,\n        \"loyalty_discount\": 0\n      },\n      \"meta\": {\n        \"$ref\": \"#/components/examples/ShipmentMetaExample\"\n      },\n      \"affiliate_details\": {\n        \"$ref\": \"#/components/examples/AffiliateDetailsExample\"\n      },\n      \"shipment_status\": {\n        \"$ref\": \"#/components/examples/ShipmentStatusExample\"\n      },\n      \"status_created_at\": \"2024-10-14T17:36:36+00:00\",\n      \"status_created_ts\": \"2024-10-14T12:06:35Z\",\n      \"fulfillment_option\": {\n        \"$ref\": \"#/components/examples/FulfillmentOption\"\n      },\n      \"estimated_sla_time\": null,\n      \"estimated_sla_ts\": null,\n      \"display_name\": \"Picked\",\n      \"total_bags\": 1,\n      \"payment_mode\": \"COD\",\n      \"payment_methods\": {\n        \"COD\": {\n          \"$ref\": \"#/components/examples/PaymentMethodsExample\"\n        }\n      },\n      \"payment_info\": [\n        {\n          \"$ref\": \"#/components/examples/PaymentMethodsExample\"\n        }\n      ],\n      \"fulfilling_store\": {\n        \"$ref\": \"#/components/examples/StoreDetailsExample\"\n      },\n      \"channel\": {\n        \"name\": \"payment\",\n        \"is_affiliate\": false,\n        \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/misc/pictures/application-logos/original/olqHM8LNr-JioMart-Groceries.png\",\n        \"channel_shipment_id\": \"17289073504751136915\"\n      },\n      \"deliveryy_address\": {\n        \"$ref\": \"#/components/examples/AddressExample\"\n      },\n      \"billing_address\": {\n        \"$ref\": \"#/components/examples/AddressExample\"\n      },\n      \"invoice_id\": \"E00010787A000063\",\n      \"can_process\": true,\n      \"lock_status\": false,\n      \"previous_shipment_id\": null,\n      \"forward_end_shipment_id\": null,\n      \"customer_note\": \"\",\n      \"mode_of_payment\": \"ECOMM\",\n      \"is_lapa_enabled\": true,\n      \"logistics_meta\": {},\n      \"bags\": [\n        {\n          \"$ref\": \"#/components/examples/ShipmentBagExample\"\n        }\n      ],\n      \"user\": {\n        \"$ref\": \"#/components/examples/UserExample\"\n      },\n      \"currency\": {\n        \"$ref\": \"#/components/examples/CurrencyExample\"\n      },\n      \"currency_info\": {\n        \"$ref\": \"#/components/examples/CurrencyInfoExample\"\n      },\n      \"dp_details\": {\n        \"$ref\": \"#/components/examples/DPDetailsExample\"\n      }\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "bf0854c3-5121-4254-9b96-b0e2c235a9d8",
            "name": "trackShipmentPlatform | Track shipment",
            "request": {
              "name": "trackShipmentPlatform | Track shipment",
              "description": {
                "content": "Track shipment by shipment Id for an application",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "orders",
                  "shipments",
                  ":shipment_id",
                  "track"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "shipment_id",
                    "description": "(Required) The unique identifier for the shipment"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "3c7a2b3b-6c08-441c-a952-4dfb48f6549b",
                "name": "Successful response containing the tracking details of the specified shipment. This response includes status updates, location details, account name, AWB number,  and additional metadata. The example provided below demonstrates the structure of the  response payload.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "orders",
                      "shipments",
                      ":shipment_id",
                      "track"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) A unique identifier for the application on the platform"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "shipment_id",
                        "description": "(Required) The unique identifier for the shipment"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"meta\": {},\n  \"results\": [\n    {\n      \"updated_at\": \"11 Oct, 12:14 PM\",\n      \"last_location_recieved_at\": \"Mumbai MIDC (Maharashtra)\",\n      \"reason\": \"Delhivery Delhivery vaishakh - eway bill 1 100kg 1-100kg\",\n      \"shipment_type\": \"forward\",\n      \"status\": \"bag_not_picked\",\n      \"updated_time\": \"2024-10-11T12:14:10+5:30\",\n      \"account_name\": \"Delhivery Delhivery vaishakh - eway bill 1 100kg 1-100kg\",\n      \"awb\": \"5638010004340\",\n      \"raw_status\": \"UD-Not Picked|Shipment not received from client\",\n      \"meta\": {\n        \"remark\": \"Shipment not received from client\",\n        \"is_polling\": true,\n        \"courier_partner_scheme_id\": \"6572f74821fabd7e53660e4b\",\n        \"courier_partner_extension_id\": \"656da76de7b208e46ca12f97\",\n        \"courier_partner_shipper_name\": \"Delhivery\"\n      }\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "2664df15-87de-4dd4-8dfe-4726fe6955c5",
            "name": "getShipmentReasons | List bag cancellation reasons",
            "request": {
              "name": "getShipmentReasons | List bag cancellation reasons",
              "description": {
                "content": "Get reasons to perform full or partial cancellation of a bag",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "shipments",
                  ":shipment_id",
                  "bags",
                  ":bag_id",
                  "state",
                  ":state",
                  "reasons"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "shipment_id",
                    "description": "(Required) ID of the shipment. An order may contain multiple items and may get divided into one or more shipment, each having its own ID."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "bag_id",
                    "description": "(Required) ID of the bag. An order may contain multiple items and may get divided into one or more shipment, each having its own ID."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "state",
                    "description": "(Required) State for which reasons are required."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "17dd8f00-c8a8-4f11-951d-c6dd303124c3",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order",
                      "v1.0",
                      "company",
                      ":company_id",
                      "shipments",
                      ":shipment_id",
                      "bags",
                      ":bag_id",
                      "state",
                      ":state",
                      "reasons"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company on the platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "shipment_id",
                        "description": "(Required) ID of the shipment. An order may contain multiple items and may get divided into one or more shipment, each having its own ID."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "bag_id",
                        "description": "(Required) ID of the bag. An order may contain multiple items and may get divided into one or more shipment, each having its own ID."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "state",
                        "description": "(Required) State for which reasons are required."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"reasons\": [\n    {\n      \"id\": 84,\n      \"display_name\": \"Not Available to accept the Order\",\n      \"qc_type\": [],\n      \"question_set\": []\n    },\n    {\n      \"id\": 85,\n      \"display_name\": \"Store Bulk Order\",\n      \"qc_type\": [],\n      \"question_set\": []\n    },\n    {\n      \"id\": 86,\n      \"display_name\": \"Cancelled due to delayed delivery\",\n      \"qc_type\": [],\n      \"question_set\": []\n    },\n    {\n      \"id\": 87,\n      \"display_name\": \"Others\",\n      \"qc_type\": [],\n      \"question_set\": []\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "9f0fc5ab-6e70-435b-bdc0-bdb291f375c7",
            "name": "getPlatformShipmentReasons | List shipment cancellation reasons",
            "request": {
              "name": "getPlatformShipmentReasons | List shipment cancellation reasons",
              "description": {
                "content": "Get reasons to perform full or partial cancellation of a shipment",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "orders",
                  "shipments",
                  "reasons",
                  ":action"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "action",
                    "description": "(Required) "
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "3a50c2e6-37b7-494b-9568-45a4027025f3",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "orders",
                      "shipments",
                      "reasons",
                      ":action"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) "
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "action",
                        "description": "(Required) "
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"reasons\": [\n    {\n      \"reason_id\": 1,\n      \"reason\": \"Sample reason 1\"\n    },\n    {\n      \"reason_id\": 2,\n      \"reason\": \"Sample reason 2\"\n    }\n  ],\n  \"message\": \"Reasons fetched successfully.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "889788cf-47fd-4c16-bdf4-71932f1a0888",
            "name": "getBagById | Get bag",
            "request": {
              "name": "getBagById | Get bag",
              "description": {
                "content": "Retrieve detailed information about a specific bag",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "bag-details",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "bag_id",
                    "value": "<string>",
                    "description": "Unique identifier of a bag"
                  },
                  {
                    "disabled": false,
                    "key": "channel_bag_id",
                    "value": "<string>",
                    "description": "Id of application bag"
                  },
                  {
                    "disabled": false,
                    "key": "channel_id",
                    "value": "<string>",
                    "description": "Id of application"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "80e6caa8-0cd3-4f9f-af0a-e54bfe533d42",
                "name": "Successfully retrived shipment details!",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order",
                      "v1.0",
                      "company",
                      ":company_id",
                      "bag-details",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "bag_id",
                        "value": "<string>"
                      },
                      {
                        "key": "channel_bag_id",
                        "value": "<string>"
                      },
                      {
                        "key": "channel_id",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier of a company"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"status_code\": 500,\n  \"data\": {\n    \"bag_update_time\": -66144297.36327394,\n    \"id\": \"est amet ut dolore\",\n    \"bag_id\": -69801992,\n    \"affiliate_bag_details\": {\n      \"affiliate_bag_id\": \"anim ut velit\",\n      \"affiliate_meta\": {\n        \"order_item_id\": \"incididunt\",\n        \"channel_order_id\": \"consequat minim\",\n        \"employee_discount\": 29339832.07132487,\n        \"box_type\": \"consequat ut aliqua aute\",\n        \"quantity\": -2870464,\n        \"size_level_total_qty\": -41802540,\n        \"loyalty_discount\": 40477144.64361051,\n        \"replacement_details\": {\n          \"replacement_type\": \"labore\",\n          \"original_affiliate_order_id\": \"aliquip volu\"\n        },\n        \"channel_shipment_id\": \"al\",\n        \"marketplace_invoice_id\": \"sed ex\",\n        \"due_date\": \"1964-06-17T23:25:51.610Z\",\n        \"coupon_code\": \"dolore\",\n        \"is_priority\": false,\n        \"is_serial_number_required\": false,\n        \"fulfilment_priority\": 27762729,\n        \"customer_selling_price\": 69675891.02336085\n      },\n      \"affiliate_order_id\": \"consectetur\",\n      \"employee_discount\": 66113369.46863872,\n      \"loyalty_discount\": -98435824.9127113\n    },\n    \"affiliate_details\": {\n      \"affiliate_bag_id\": \"dolore velit fugiat reprehenderit\",\n      \"affiliate_meta\": {\n        \"order_item_id\": \"nostrud\",\n        \"channel_order_id\": \"proident\",\n        \"employee_discount\": 68251122.76452073,\n        \"box_type\": \"aute fugiat dolore\",\n        \"quantity\": -22640358,\n        \"size_level_total_qty\": -77956476,\n        \"loyalty_discount\": 94821192.47279188,\n        \"replacement_details\": {\n          \"replacement_type\": \"deserunt veniam\",\n          \"original_affiliate_order_id\": \"quis consequat\"\n        },\n        \"channel_shipment_id\": \"laboris labore minim ut\",\n        \"marketplace_invoice_id\": \"esse\",\n        \"due_date\": \"1949-12-15T08:17:07.989Z\",\n        \"coupon_code\": \"pariatur cillum tempor\",\n        \"is_priority\": false,\n        \"is_serial_number_required\": true,\n        \"fulfilment_priority\": -56618539,\n        \"customer_selling_price\": 23208281.368257612\n      },\n      \"affiliate_order_id\": \"dolor\",\n      \"affiliate_shipment_id\": \"do incididunt nulla ut\",\n      \"affiliate_store_id\": \"dolore dolore minim\",\n      \"shipment_meta\": {\n        \"same_store_available\": false,\n        \"weight\": 50779878,\n        \"tracking_url\": \"minim magna fugiat qui\",\n        \"estimated_delivery_date\": \"2014-03-26T18:51:19.176Z\",\n        \"b2b_buyer_details\": {\n          \"address\": \"dolore mollit ad dolore Duis\",\n          \"city\": \"dolor ullamco\",\n          \"gstin\": \"esse voluptate\",\n          \"name\": \"enim id ut\",\n          \"pincode\": -43892322,\n          \"state\": \"sed\",\n          \"ajio_site_id\": \"ea ipsum\"\n        },\n        \"formatted\": {\n          \"max\": \"ad sed\",\n          \"min\": \"nulla veniam\"\n        },\n        \"debug_info\": {\n          \"stormbreaker_uuid\": \"dolore amet anim\"\n        },\n        \"return_awb_number\": \"cupidatat fugiat nisi in esse\",\n        \"is_self_ship\": false,\n        \"box_type\": \"veniam qui labore eu\",\n        \"einvoice_info\": {\n          \"credit_note\": {\n            \"sunt3\": -56943478.86477304,\n            \"non31\": -97452613.2210554,\n            \"velitd7\": false\n          },\n          \"invoice\": {\n            \"fugiat_c_\": 37714780.636176884,\n            \"fugiat_3c3\": false\n          }\n        },\n        \"return_affiliate_shipment_id\": \"dolore consectetur\",\n        \"parent_dp_id\": \"id enim deserunt\",\n        \"shipment_weight\": 84332669.61369616,\n        \"dimension\": {\n          \"height\": 77246313.98303029,\n          \"width\": 34078700.2602565,\n          \"is_default\": false,\n          \"unit\": \"quis consectetur\",\n          \"length\": 45596051.805921614\n        },\n        \"dp_options\": {\n          \"Lorema7\": -84117088.82232153\n        },\n        \"assign_dp_from_sb\": false,\n        \"due_date\": \"1958-05-09T05:28:25.060Z\",\n        \"store_invoice_updated_date\": \"1958-10-28T15:05:29.787Z\",\n        \"forward_affiliate_shipment_id\": \"qui aliquip\",\n        \"return_store_node\": 87457195,\n        \"fulfilment_priority_text\": \"pariatur irure deserunt elit\",\n        \"shipment_tags\": [\n          {\n            \"slug\": \"sit laborum dolor esse consectetur\",\n            \"entity_type\": \"bag\",\n            \"display_text\": \"aliqua est\"\n          },\n          {\n            \"slug\": \"adipisicing dolor\",\n            \"entity_type\": \"bag\",\n            \"display_text\": \"fugiat ut\"\n          }\n        ],\n        \"external\": {\n          \"dolore_d5\": true\n        },\n        \"awb_number\": \"anim sunt ullamco adipisicing Excepteur\",\n        \"lock_data\": {\n          \"locked\": true,\n          \"mto\": true,\n          \"lock_message\": \"culpa aliqua ullamco\"\n        },\n        \"order_type\": \"PickAtStore\",\n        \"ewaybill_info\": {\n          \"nisi_523\": 56315466\n        },\n        \"dp_id\": \"sed occaecat cillum\",\n        \"shipment_volumetric_weight\": -25082370.75226307,\n        \"marketplace_store_id\": \"reprehend\",\n        \"return_details\": {\n          \"in9\": false\n        },\n        \"dp_sort_key\": \"irure ad occaecat\",\n        \"packaging_name\": \"deserunt dolore eiusmod in\",\n        \"timestamp\": {\n          \"max\": 30916159,\n          \"min\": -63287213\n        },\n        \"auto_trigger_dp_assignment_acf\": false,\n        \"dp_name\": \"sed dolor\",\n        \"po_number\": \"anim aute magna\",\n        \"b2c_buyer_details\": {\n          \"magna_a29\": -15815127.94405429\n        },\n        \"forward_affiliate_order_id\": \"irure do et\",\n        \"return_affiliate_order_id\": \"ad consequat non\",\n        \"bag_weight\": {\n          \"aliquip_b0\": -75318910.15197513\n        },\n        \"refund_to\": \"aliquip labore\"\n      },\n      \"company_affiliate_tag\": \"Duis reprehenderit occaecat commodo\",\n      \"pdf_links\": {\n        \"invoice_type\": \"fynd\",\n        \"label_type\": \"external\",\n        \"label_a6\": \"Lorem consequat veniam\",\n        \"invoice\": \"enim id\",\n        \"label_pos\": \"culpa occaecat ut in magna\",\n        \"invoice_a6\": \"amet do\",\n        \"b2b\": \"anim culpa aliqua\",\n        \"label\": \"quis nulla officia laboris qui\",\n        \"label_a4\": \"qui Duis elit\",\n        \"invoice_export\": \"laboris sit\",\n        \"credit_note_url\": \"mollit ullamco\",\n        \"delivery_challan_a4\": \"sit nulla laboris cupidatat dolor\",\n        \"label_export\": \"aliqua quis do\",\n        \"invoice_a4\": \"do veniam elit sunt\",\n        \"invoice_pos\": \"in enim\",\n        \"po_invoice\": \"mollit\"\n      },\n      \"config\": {\n        \"app\": {\n          \"created_at\": \"1985-08-02T03:59:51.548Z\",\n          \"id\": \"velit dolor consequat\",\n          \"name\": \"officia in\",\n          \"owner\": \"aliqua Lore\",\n          \"secret\": \"do irure aliquip\",\n          \"token\": \"amet officia nulla\",\n          \"updated_at\": \"1970-07-21T00:16:48.015Z\",\n          \"description\": \"eu nulla esse adipisicing\",\n          \"meta\": [\n            {\n              \"name\": \"magna adipisicing\",\n              \"value\": \"ame\"\n            },\n            {\n              \"name\": \"nostrud incididunt magna proident enim\",\n              \"value\": \"enim non\"\n            }\n          ]\n        },\n        \"inventory\": {\n          \"article_assignment\": {\n            \"post_order_reassignment\": false\n          },\n          \"payment\": {\n            \"source\": \"occaecat consequat ad\",\n            \"mode_of_payment\": \"no\"\n          },\n          \"inventory\": {\n            \"store\": {\n              \"mollit_69c\": -71993209.17625895\n            }\n          },\n          \"order\": {\n            \"force_reassignment\": false\n          },\n          \"logistics\": {\n            \"dp_assignment\": true\n          }\n        },\n        \"app_company_id\": -31227819\n      },\n      \"affiliate_id\": \"sint dolor c\",\n      \"id\": \"reprehenderit\"\n    },\n    \"article\": {\n      \"_id\": \"laborum tempor ut cillum\",\n      \"identifiers\": {\n        \"cillumce\": \"commodo esse\"\n      },\n      \"seller_identifier\": \"incidid\",\n      \"size\": \"dolore nisi sit qui\",\n      \"uid\": \"non do Lorem Ut\",\n      \"set\": {\n        \"ex_5\": \"dolor anim nisi\",\n        \"tempor_e_0\": -83251502.3728512,\n        \"Ut2\": \"esse reprehe\"\n      },\n      \"dimensions\": {\n        \"height\": -41012979.90351562,\n        \"width\": 31922757.01231982,\n        \"is_default\": false,\n        \"unit\": \"nisi ut\",\n        \"length\": -93194293.38474849\n      },\n      \"currency\": {\n        \"eu_c\": \"sunt\",\n        \"est_e1c\": \"aute culpa\"\n      },\n      \"esp_modified\": true,\n      \"return_config\": {\n        \"returnable\": true,\n        \"time\": -44294148.65943504,\n        \"unit\": \"nulla eu\"\n      },\n      \"code\": \"sunt commodo aliqua dolore\",\n      \"weight\": {\n        \"is_default\": true,\n        \"shipping\": -91227816,\n        \"unit\": \"tempor\"\n      },\n      \"raw_meta\": \"aliquip occaecat\",\n      \"is_set\": false,\n      \"tags\": [\n        \"eu in ad laborum\",\n        \"qui cupidatat voluptate magna\"\n      ],\n      \"_custom_json\": {\n        \"exercitation1\": 73101606\n      }\n    },\n    \"article_details\": {\n      \"status\": {\n        \"status\": {\n          \"cancelled_fynd\": {\n            \"653b8f6ecde78e46b559a4cd\": {\n              \"uid\": \"653b8f6ecde78e46b559a4cd\",\n              \"_id\": \"653b8f6ecde78e46b559a4cd\",\n              \"is_set\": false,\n              \"bag_ids\": [\n                {\n                  \"bag_id\": 6393,\n                  \"quantity\": 1\n                }\n              ],\n              \"quantity\": 1,\n              \"reasons\": {}\n            }\n          }\n        }\n      }\n    },\n    \"bag_status\": [\n      {\n        \"status\": \"nu\",\n        \"forward\": true,\n        \"store_id\": -68654652,\n        \"delivery_awb_number\": \"qui esse\",\n        \"kafka_sync\": false,\n        \"delivery_partner_id\": -63061251,\n        \"app_display_name\": \"fugiat sint cillum\",\n        \"state_id\": -51954007,\n        \"state_type\": \"operational\",\n        \"bsh_id\": 26238994,\n        \"created_at\": \"1986-06-27T05:51:51.406Z\",\n        \"created_ts\": \"anim eiusmod non Lorem exercitation\",\n        \"shipment_id\": \"in dolor\",\n        \"updated_at\": \"2020-08-31T07:09:28.701Z\",\n        \"updated_ts\": \"eiusmod quis in\",\n        \"bag_state_mapper\": {\n          \"display_name\": \"nulla\",\n          \"id\": -70906616,\n          \"journey_type\": \"forward\",\n          \"name\": \"magna Excepteur\",\n          \"state_type\": \"logistics\",\n          \"is_active\": false,\n          \"app_display_name\": \"sed commodo\",\n          \"app_state_name\": \"quis minim\",\n          \"app_facing\": false,\n          \"notify_customer\": false\n        },\n        \"bag_id\": -72501951,\n        \"display_name\": \"do\"\n      },\n      {\n        \"status\": \"adipisicing in pa\",\n        \"forward\": false,\n        \"store_id\": 34231365,\n        \"delivery_awb_number\": \"officia laborum Duis commodo\",\n        \"kafka_sync\": false,\n        \"delivery_partner_id\": -71658185,\n        \"app_display_name\": \"commodo in\",\n        \"state_id\": 14956842,\n        \"state_type\": \"operational\",\n        \"bsh_id\": 80916485,\n        \"created_at\": \"1984-07-07T10:18:50.256Z\",\n        \"created_ts\": \"mollit consequat sed nostrud\",\n        \"shipment_id\": \"cillum aute dolor\",\n        \"updated_at\": \"2003-08-30T09:29:32.534Z\",\n        \"updated_ts\": \"occaecat velit\",\n        \"bag_state_mapper\": {\n          \"display_name\": \"est dolore\",\n          \"id\": -97799926,\n          \"journey_type\": \"return\",\n          \"name\": \"eiusmod\",\n          \"state_type\": \"financial\",\n          \"is_active\": true,\n          \"app_display_name\": \"Ut\",\n          \"app_state_name\": \"ullamco Duis ut\",\n          \"app_facing\": false,\n          \"notify_customer\": true\n        },\n        \"bag_id\": 80454794,\n        \"display_name\": \"id dolor ex\"\n      }\n    ],\n    \"bag_status_history\": [\n      {\n        \"status\": \"nulla officia proident sunt\",\n        \"forward\": false,\n        \"store_id\": -15254877,\n        \"delivery_awb_number\": \"ad elit enim cupi\",\n        \"kafka_sync\": false,\n        \"delivery_partner_id\": 72770815,\n        \"app_display_name\": \"voluptate veniam mollit in\",\n        \"state_id\": 29132138,\n        \"state_type\": \"operational\",\n        \"bsh_id\": -70573047,\n        \"created_at\": \"2025-04-21T03:28:59.555Z\",\n        \"created_ts\": \"tempor Duis\",\n        \"shipment_id\": \"aliqua quis laborum\",\n        \"updated_at\": \"1981-05-19T02:16:56.648Z\",\n        \"updated_ts\": \"esse\",\n        \"bag_state_mapper\": {\n          \"display_name\": \"ut enim laborum id\",\n          \"id\": 1963056,\n          \"journey_type\": \"forward\",\n          \"name\": \"ea id\",\n          \"state_type\": \"financial\",\n          \"is_active\": false,\n          \"app_display_name\": \"ea fugiat et aliquip\",\n          \"app_state_name\": \"laborum voluptate ad sint\",\n          \"app_facing\": false,\n          \"notify_customer\": true\n        },\n        \"bag_id\": 3109231,\n        \"display_name\": \"eu\"\n      },\n      {\n        \"status\": \"Lorem incididunt dolore dolor nulla\",\n        \"forward\": true,\n        \"store_id\": -5427151,\n        \"delivery_awb_number\": \"sunt mollit magna aute eiusmod\",\n        \"kafka_sync\": true,\n        \"delivery_partner_id\": -28054630,\n        \"app_display_name\": \"qui occaecat nostrud tempor\",\n        \"state_id\": 79414949,\n        \"state_type\": \"logistics\",\n        \"bsh_id\": -3662017,\n        \"created_at\": \"1975-04-04T12:21:38.810Z\",\n        \"created_ts\": \"ea deserunt Ut\",\n        \"shipment_id\": \"dolore mollit labore\",\n        \"updated_at\": \"1964-09-02T13:01:37.630Z\",\n        \"updated_ts\": \"pariatur\",\n        \"bag_state_mapper\": {\n          \"display_name\": \"qui magna\",\n          \"id\": -38842592,\n          \"journey_type\": \"forward\",\n          \"name\": \"tempor dolore\",\n          \"state_type\": \"logistics\",\n          \"is_active\": true,\n          \"app_display_name\": \"commodo nulla\",\n          \"app_state_name\": \"elit cillum labore\",\n          \"app_facing\": true,\n          \"notify_customer\": true\n        },\n        \"bag_id\": -41276332,\n        \"display_name\": \"cupidatat eiusmod Ut enim\"\n      }\n    ],\n    \"brand\": {\n      \"brand_name\": \"sint enim nostrud deserunt nulla\",\n      \"credit_note_expiry_days\": 69896555,\n      \"logo\": \"et id\",\n      \"invoice_prefix\": \"eu tempor occaecat\",\n      \"credit_note_allowed\": true,\n      \"start_date\": \"2012-06-07T08:30:23.965Z\",\n      \"company\": \"ipsum quis commodo dolor\",\n      \"is_virtual_invoice\": false,\n      \"script_last_ran\": \"minim cillum deserunt sunt\",\n      \"pickup_location\": \"Duis velit\",\n      \"created_on\": \"2018-11-04T07:58:19.673Z\",\n      \"brand_id\": 10480659,\n      \"modified_on\": \"1960-05-05T20:25:58.829Z\",\n      \"id\": 24324530\n    },\n    \"company\": {\n      \"pan_no\": \"aute Duis\",\n      \"created_on\": \"2011-08-15T20:56:17.444Z\",\n      \"id\": 38316287,\n      \"company_name\": \"aute fugiat\",\n      \"gst_number\": \"et dolor\",\n      \"company_type\": \"franchise\",\n      \"modified_on\": \"2009-01-22T19:21:13.859Z\",\n      \"meta\": {\n        \"suntc5b\": \"pari\"\n      },\n      \"business_type\": \"deserunt ad reprehenderit Duis\",\n      \"agreement_start_date\": \"1973-01-26T05:02:09.786Z\"\n    },\n    \"current_operational_status\": {\n      \"status\": \"do aute non\",\n      \"forward\": false,\n      \"store_id\": -21196043,\n      \"delivery_awb_number\": \"enim labore sunt\",\n      \"kafka_sync\": false,\n      \"delivery_partner_id\": 79582590,\n      \"app_display_name\": \"commodo voluptate\",\n      \"state_id\": 29047637,\n      \"state_type\": \"logistics\",\n      \"bsh_id\": -21364825,\n      \"created_at\": \"1963-07-02T00:21:07.519Z\",\n      \"created_ts\": \"aliquip irure sit sunt\",\n      \"shipment_id\": \"commodo nisi ipsum\",\n      \"updated_at\": \"2012-06-12T00:16:48.234Z\",\n      \"updated_ts\": \"do nisi Excepteur aliquip\",\n      \"bag_state_mapper\": {\n        \"display_name\": \"et\",\n        \"id\": -42699288,\n        \"journey_type\": \"return\",\n        \"name\": \"commodo nulla do laboris\",\n        \"state_type\": \"operational\",\n        \"is_active\": false,\n        \"app_display_name\": \"sint minim\",\n        \"app_state_name\": \"in proident irure Lorem\",\n        \"app_facing\": false,\n        \"notify_customer\": false\n      },\n      \"bag_id\": -69110010,\n      \"display_name\": \"eu et veniam\"\n    },\n    \"current_status\": {\n      \"status\": \"reprehenderit ad proident\",\n      \"forward\": false,\n      \"store_id\": -62886393,\n      \"delivery_awb_number\": \"quis et aliquip nulla e\",\n      \"kafka_sync\": true,\n      \"delivery_partner_id\": -13319061,\n      \"app_display_name\": \"pariatur ipsum\",\n      \"state_id\": 79689567,\n      \"state_type\": \"operational\",\n      \"bsh_id\": -17891726,\n      \"created_at\": \"2008-08-09T18:36:28.927Z\",\n      \"created_ts\": \"anim\",\n      \"shipment_id\": \"officia tempor cupidatat ut consequat\",\n      \"updated_at\": \"1975-09-25T05:43:31.865Z\",\n      \"updated_ts\": \"fugiat nisi o\",\n      \"bag_state_mapper\": {\n        \"display_name\": \"laboris dolor ad aute\",\n        \"id\": -43007336,\n        \"journey_type\": \"forward\",\n        \"name\": \"mollit sit esse\",\n        \"state_type\": \"financial\",\n        \"is_active\": true,\n        \"app_display_name\": \"laboris aliqua exercitation\",\n        \"app_state_name\": \"dolore\",\n        \"app_facing\": false,\n        \"notify_customer\": false\n      },\n      \"bag_id\": 88191719,\n      \"display_name\": \"ullamco\"\n    },\n    \"dates\": {\n      \"delivery_date\": \"1978-10-19T10:35:31.029Z\",\n      \"order_created\": \"pariatur\"\n    },\n    \"delivery_address\": {\n      \"phone\": \"ut Duis velit in elit\",\n      \"address2\": \"ex mollit dolor\",\n      \"address\": \"aute ut magna cupidatat\",\n      \"longitude\": -5782119.573658571,\n      \"pincode\": \"dolore nulla labore\",\n      \"area\": \"adipisicing et consequat\",\n      \"address_type\": \"office\",\n      \"country\": \"in consequat eu eiusmod\",\n      \"address_category\": \"delivery\",\n      \"email\": \"cillum proident qui eu\",\n      \"created_at\": \"2016-10-21T20:26:56.113Z\",\n      \"address1\": \"aute Excepteur sit est\",\n      \"display_address\": \"Lorem nulla non\",\n      \"landmark\": \"q\",\n      \"updated_at\": \"2004-06-08T21:08:09.374Z\",\n      \"version\": \"consectetur Excepteur dolore\",\n      \"latitude\": 42870984.62822595,\n      \"contact_person\": \"Lorem sit nostrud\",\n      \"state\": \"magna consectetur in\",\n      \"city\": \"fugiat repreh\",\n      \"area_code_slug\": \"sint veniam\",\n      \"country_code\": \"in Duis dolore enim\",\n      \"country_iso_code\": \"dolor\",\n      \"country_phone_code\": \"labore cillum ut anim\",\n      \"delivery_address_id\": 83528639,\n      \"geo_location\": {\n        \"sit_e0\": false,\n        \"aliquip4b\": false\n      },\n      \"name\": \"nisi Duis\",\n      \"sector\": \"consectetur incididunt\",\n      \"state_code\": \"et deserunt fugiat\",\n      \"uid\": \"irure exercitation\",\n      \"user_id\": \"qui id dolor adipisicing\",\n      \"code\": \"non\"\n    },\n    \"delivery_slot\": {\n      \"slot\": \"in nisi Duis\",\n      \"upper_bound\": \"qui in esse minim eu\",\n      \"lower_bound\": \"exercitation\",\n      \"date\": \"esse consequat elit\",\n      \"type\": \"est dolor cillum\"\n    },\n    \"display_name\": \"laborum minim culpa ipsu\",\n    \"dp_details\": {\n      \"fugiat_a_3\": 27668787,\n      \"in_05\": -65259419.77371823,\n      \"culpaa\": true,\n      \"Excepteur_9b\": false\n    },\n    \"einvoice_info\": {\n      \"in3a6\": true,\n      \"dolore_b6\": true,\n      \"fugiat_7_a\": -5349969,\n      \"adipisicing__\": 74202522.50680193\n    },\n    \"entity_type\": \"bag\",\n    \"fallback_user\": {\n      \"laboris_17\": 3346153.1337381154,\n      \"Excepteur6\": true,\n      \"adipisicing_2c1\": \"aliqua fugiat culpa\"\n    },\n    \"financial_breakup\": [\n      {\n        \"added_to_fynd_cash\": false,\n        \"amount_paid\": -54131388.38118345,\n        \"brand_calculated_amount\": 71733287.6279118,\n        \"cashback\": -61851724.31493373,\n        \"cashback_applied\": -56145066.61756389,\n        \"cod_charges\": -61502984.585381836,\n        \"coupon_effective_discount\": 96430725.2369172,\n        \"coupon_value\": 14293980.770275101,\n        \"delivery_charge\": 2371044.373810932,\n        \"discount\": 53027408.44007462,\n        \"fynd_credits\": -24912443.742231846,\n        \"gst_fee\": -81082843.31580235,\n        \"gst_tag\": \"dolor in\",\n        \"gst_tax_percentage\": 94857996.51204395,\n        \"hsn_code\": \"pariatur deserunt adipisicing\",\n        \"identifiers\": {\n          \"alu\": \"non\",\n          \"ean\": \"aliqua quis\",\n          \"sku_code\": \"pariatur incididunt dolore\",\n          \"upc\": \"proident ut laboris a\",\n          \"isbn\": \"amet irure\"\n        },\n        \"item_name\": \"esse est Duis reprehenderit labore\",\n        \"price_effective\": -79321474.12727036,\n        \"price_marked\": 19871380.379875883,\n        \"promotion_effective_discount\": 71412203.1829556,\n        \"refund_credit\": 13097198.904786378,\n        \"size\": \"occaecat ex Ut exercitation cillum\",\n        \"total_units\": -27708692,\n        \"transfer_price\": 64656800.54903537,\n        \"value_of_good\": 94038121.74085316,\n        \"amount_paid_roundoff\": 43158288,\n        \"tax_collected_at_source\": 60474775.75271717,\n        \"amount_to_be_collected\": -48782864.5231974,\n        \"taxes\": [\n          {\n            \"name\": \"deserunt sin\",\n            \"rate\": 99390077.45335528,\n            \"tax_amount\": 72577068.6373961,\n            \"taxable_amount\": 68154990.06639075\n          },\n          {\n            \"name\": \"incididunt aute\",\n            \"rate\": -84844588.61069229,\n            \"tax_amount\": 62435593.76204252,\n            \"taxable_amount\": -2848382.466864988\n          }\n        ],\n        \"loyalty_discount\": -33032855.562993072\n      },\n      {\n        \"added_to_fynd_cash\": false,\n        \"amount_paid\": 33873297.80078159,\n        \"brand_calculated_amount\": -97476329.41365358,\n        \"cashback\": -27165209.45078145,\n        \"cashback_applied\": 35653505.306945056,\n        \"cod_charges\": 44849630.58274424,\n        \"coupon_effective_discount\": 40107698.627658814,\n        \"coupon_value\": -99095519.14158481,\n        \"delivery_charge\": -60374096.49094925,\n        \"discount\": -76312746.13453525,\n        \"fynd_credits\": 48799916.222821,\n        \"gst_fee\": 49167857.52836898,\n        \"gst_tag\": \"labore veniam consequat sunt\",\n        \"gst_tax_percentage\": -25466999.862672284,\n        \"hsn_code\": \"sint sunt eiusmod exercitation ullamco\",\n        \"identifiers\": {\n          \"alu\": \"dolor est\",\n          \"ean\": \"et ut\",\n          \"sku_code\": \"enim esse laborum\",\n          \"upc\": \"ea\",\n          \"isbn\": \"est esse in laboris\"\n        },\n        \"item_name\": \"qui ullamco aliquip sint\",\n        \"price_effective\": 72183109.81409118,\n        \"price_marked\": 35232450.35782638,\n        \"promotion_effective_discount\": -25525687.12317589,\n        \"refund_credit\": 51403386.67369005,\n        \"size\": \"id exercitation non\",\n        \"total_units\": 35842989,\n        \"transfer_price\": -48658631.53003378,\n        \"value_of_good\": -42591910.33379,\n        \"amount_paid_roundoff\": -74026905,\n        \"tax_collected_at_source\": -59597307.11119198,\n        \"amount_to_be_collected\": -7541135.756621838,\n        \"taxes\": [\n          {\n            \"name\": \"mollit occaecat officia\",\n            \"rate\": -27467934.77828002,\n            \"tax_amount\": 46759168.63232711,\n            \"taxable_amount\": -68740438.19064304\n          },\n          {\n            \"name\": \"dolore\",\n            \"rate\": -76807491.60830835,\n            \"tax_amount\": -84612148.22991918,\n            \"taxable_amount\": -89914018.58334571\n          }\n        ],\n        \"loyalty_discount\": -21541037.559856683\n      }\n    ],\n    \"fulfilling_store\": {\n      \"address1\": \"veniam nulla quis\",\n      \"city\": \"est Lorem\",\n      \"company_id\": 92662649,\n      \"contact_person\": \"in ex aliquip\",\n      \"country\": \"ullamco \",\n      \"created_at\": \"1978-03-26T14:52:34.629Z\",\n      \"fulfillment_channel\": \"exercitation non culpa\",\n      \"location_type\": \"warehouse\",\n      \"meta\": {\n        \"display_name\": \"aliqua dolore commodo\",\n        \"gst_credentials\": {\n          \"e_invoice\": {\n            \"enabled\": false,\n            \"username\": \"non incididunt occaecat\",\n            \"user\": \"et culpa ea ullamco\",\n            \"password\": \"in consectetur reprehenderit\"\n          },\n          \"e_waybill\": {\n            \"enabled\": false\n          }\n        },\n        \"stage\": \"Excepteur sint et\",\n        \"additional_contact_details\": {\n          \"ullamco_788\": -16096788.700728834,\n          \"minim_60\": -90599515\n        },\n        \"notification_emails\": [\n          \"eu commodo aute minim\",\n          \"ut nostrud commodo\"\n        ],\n        \"gst_number\": \"sint fugiat veniam ad\",\n        \"ewaybill_portal_details\": {\n          \"ex_c6\": false,\n          \"ut_1f1\": -78875205.95293021\n        },\n        \"einvoice_portal_details\": {\n          \"username\": \"ullamco esse pariatur occaecat\",\n          \"user\": \"fugiat sunt\",\n          \"password\": \"esse consequat\"\n        },\n        \"product_return_config\": {\n          \"aliquip_2d9\": -3936067.538269043,\n          \"proident_\": -17490650.504689142\n        },\n        \"documents\": {\n          \"gst\": {\n            \"type\": \"gst\",\n            \"value\": \"27AALCA0442L1ZM\",\n            \"verified\": true,\n            \"url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/company/2/self/legal/documents/free/original/OGT_zEjLS-Screenshot-2023-11-25-at-4.42.49-PM.png\",\n            \"legal_name\": \"SHOPSENSE RETAIL TECHNOLOGIES PRIVATE LIMITED\"\n          }\n        }\n      },\n      \"name\": \"magna adipisicing nostrud\",\n      \"phone\": \"sit pariatur in consectetur dolore\",\n      \"pincode\": \"ullamco adipisicing consectetur\",\n      \"state\": \"incididunt sed velit\",\n      \"store_email\": \"velit ut dolore\",\n      \"is_active\": false,\n      \"alohomora_user_id\": -26845676,\n      \"is_enabled_for_recon\": false,\n      \"mall_area\": \"velit aute eiusmod nulla\",\n      \"vat_no\": \"commodo ut sunt\",\n      \"display_address\": \"incididunt quis sint in eu\",\n      \"store_active_from\": \"tempor officia ut\",\n      \"longitude\": 39331324.24943265,\n      \"brand_store_tags\": [\n        \"ullamco\",\n        \"minim nulla in sed\"\n      ],\n      \"order_integration_id\": \"eiusmod ut proident\",\n      \"parent_store_id\": 66869272,\n      \"code\": \"nulla magna\",\n      \"updated_at\": \"1954-12-06T07:13:57.733Z\",\n      \"store_address_json\": {\n        \"address1\": \"qui dolor eu enim dolore\",\n        \"address_category\": \"delivery\",\n        \"address_type\": \"qui fugiat cupidatat eiusmod\",\n        \"city\": \"consequat sed\",\n        \"contact_person\": \"in sed Lorem\",\n        \"country\": \"nulla Ut reprehenderit\",\n        \"country_code\": \"ut elit r\",\n        \"created_at\": \"2016-01-28T19:26:47.133Z\",\n        \"latitude\": 80523351.28103647,\n        \"longitude\": -7668248.716175571,\n        \"phone\": \"officia sed sint exercitati\",\n        \"pincode\": 57549952,\n        \"state\": \"anim quis cillum\",\n        \"updated_at\": \"2006-10-16T17:41:15.231Z\",\n        \"display_address\": \"labore aute amet laborum dolor\",\n        \"version\": \"sit nulla\",\n        \"address2\": \"dolore ut cillum\",\n        \"area\": \"qui\",\n        \"email\": \"dolor in\",\n        \"landmark\": \"ipsum\"\n      },\n      \"s_id\": \"proident labore\",\n      \"packaging_material_count\": -70895996,\n      \"is_archived\": true,\n      \"login_username\": \"eiusmod Excepteur sint\",\n      \"mall_name\": \"dolor velit incididunt culpa\",\n      \"latitude\": -12654669.713858485,\n      \"address2\": \"laboris irure minim Ut\"\n    },\n    \"fyndstore_emp\": {\n      \"veniam118\": false,\n      \"labore722\": false,\n      \"culpa_dd1\": \"ut incididunt eu\",\n      \"consecteturff4\": false,\n      \"exercitation_\": 42357903\n    },\n    \"gst_details\": {\n      \"brand_calculated_amount\": -78597028.50260621,\n      \"gst_fee\": -18445179.413961112,\n      \"tax_collected_at_source\": -24393855.77420637,\n      \"value_of_good\": 57420454.69320053,\n      \"cgst_tax_percentage\": -14505158.569008619,\n      \"gstin_code\": \"do minim\",\n      \"igst_tax_percentage\": 75263340.06006229,\n      \"gst_tax_percentage\": -57921799.30130445,\n      \"hsn_code_id\": \"ipsum officia\",\n      \"igst_gst_fee\": 51111894.59406811,\n      \"is_default_hsn_code\": true,\n      \"sgst_gst_fee\": 6258731.877757698,\n      \"cgst_gst_fee\": 79711783.87883767,\n      \"gst_tag\": \"aliquip laboris nulla\",\n      \"sgst_tax_percentage\": 66233250.97815207,\n      \"hsn_code\": \"consequat Lorem\"\n    },\n    \"invoice\": {\n      \"updated_date\": \"1976-10-05T07:46:26.037Z\",\n      \"store_invoice_id\": \"sed et\",\n      \"invoice_url\": \"fugiat laborum enim aliqua\",\n      \"label_url\": \"occaecat labore culpa \"\n    },\n    \"item\": {\n      \"attributes\": {\n        \"deseruntf\": \"irure\"\n      },\n      \"brand\": \"culpa magna Duis in\",\n      \"brand_id\": 98038609,\n      \"image\": [\n        \"Duis ut\",\n        \"proident cupidatat\"\n      ],\n      \"item_id\": -11846439,\n      \"name\": \"sit ut anim commodo elit\",\n      \"size\": \"nulla tempor\",\n      \"slug_key\": \"Excepteur ea nisi\",\n      \"webstore_product_url\": \"Excepteur ex\",\n      \"l3_category\": -72398601,\n      \"l3_category_name\": \"ut dolore Duis ipsum\",\n      \"last_updated_at\": \"1991-03-20T06:27:07.830Z\",\n      \"l2_category\": [\n        \"qui laboris dolor esse minim\",\n        \"laborum in et non\"\n      ],\n      \"code\": \"ullamco sed adipisicing\",\n      \"l1_category_id\": -20132269,\n      \"l1_category\": [\n        \"minim et\",\n        \"officia cupidata\"\n      ],\n      \"gender\": \"consequat fugiat\",\n      \"can_cancel\": true,\n      \"can_return\": true,\n      \"branch_url\": \"officia nulla\",\n      \"meta\": {\n        \"incididunt_b\": false,\n        \"anim6\": -59901131,\n        \"in_7\": \"ipsum deserunt\"\n      },\n      \"color\": \"ad incididunt dolore\",\n      \"department_id\": 9111681,\n      \"l2_category_id\": 10063761\n    },\n    \"journey_type\": \"return\",\n    \"line_number\": -42195713,\n    \"lock_status\": true,\n    \"manifest_id\": \"adipisicing ea ut\",\n    \"meta\": {\n      \"Excepteur_78\": true,\n      \"voluptate_4_\": 43445142\n    },\n    \"mode_of_payment\": \"ad aliquip sint aute\",\n    \"no_of_bags_order\": 16880477,\n    \"operational_status\": \"la\",\n    \"order\": {\n      \"fynd_order_id\": \"commodo esse proident nisi ipsum\",\n      \"created_at\": \"1982-08-29T07:46:08.316Z\",\n      \"user_id\": \"sint exer\",\n      \"tax_details\": {\n        \"pan_no\": \"ipsum nisi exercitation do ullamco\",\n        \"gstin\": \"id qui\"\n      },\n      \"mongo_cart_id\": 10382696.015430555,\n      \"delivery_charges\": 61822358.593125194,\n      \"transaction_id\": \"nisi nulla ea\",\n      \"collect_by\": \"Duis ex dolore\",\n      \"headers\": {\n        \"nonb\": false\n      },\n      \"coupon_value\": 6826747.719524652,\n      \"order_value\": -1329985.2313620895,\n      \"created_time\": \"minim esse\",\n      \"currency\": \"ea id\",\n      \"total_order_value\": -32530179.569976702,\n      \"ordering_channel\": \"magna\",\n      \"ordering_source\": \"pariatur cillum\",\n      \"meta\": {\n        \"autef3\": -62627747\n      },\n      \"cod_charges\": -50091192.924098626,\n      \"cashback_value\": -24919802.252667457,\n      \"refund_by\": \"labore in amet Lorem\",\n      \"affiliate_order_date\": \"1947-12-06T15:24:35.278Z\",\n      \"payment_methods\": {\n        \"COD\": {\n          \"amount\": 1100\n        }\n      },\n      \"affiliate_order_id\": \"do\",\n      \"payment_mode_id\": 99362794.50932464,\n      \"promotion_effective_discount\": -50203319.69303085,\n      \"mode_of_payment\": \"Ut Excepteur culpa\",\n      \"discount\": 74170015.1255317,\n      \"cashback_applied\": -40597664.42112598,\n      \"fynd_credits\": -71978655.26440026,\n      \"affiliate_id\": \"\",\n      \"ordering_channel_logo\": \"laboris ipsum culpa consectetur sunt\",\n      \"prices\": {\n        \"refund_credit\": 9450863.36860928,\n        \"amount_paid_roundoff\": -3260839.8169453144,\n        \"price_effective\": 81446450.19980589,\n        \"promotion_effective_discount\": -82440456.54726735,\n        \"pm_price_split\": 42693946.56731662,\n        \"refund_amount\": 99589918.18079257,\n        \"transfer_price\": -78637807.76493545,\n        \"coupon_effective_discount\": 41222912.14235449,\n        \"tax_collected_at_source\": 76657542.24622351,\n        \"brand_calculated_amount\": 77346542.35722998,\n        \"delivery_charge\": -85739381.58031748,\n        \"cashback\": 69890969.75657997,\n        \"value_of_good\": -64563535.14354576,\n        \"cashback_applied\": -59712946.58497852,\n        \"cod_charges\": -68245380.81356262,\n        \"price_marked\": -19941032.500927895,\n        \"amount_paid\": 3800308.496487364,\n        \"coupon_value\": 44778939.84613755,\n        \"discount\": -68024756.10933922,\n        \"fynd_credits\": 64954013.98690367,\n        \"gift_price\": -77262625.29225832,\n        \"amount_to_be_collected\": -33933816.21521296,\n        \"cost_price\": 69059019.81057844,\n        \"loyalty_discount\": -9411127.656814113,\n        \"marketplace_promotion_effective_discount\": -92584734.6004145,\n        \"seller_promotion_effective_discount\": 71962398.34928101\n      },\n      \"charges\": [\n        {\n          \"name\": \"velit\",\n          \"amount\": {\n            \"base_currency\": {\n              \"value\": -37390049.17209519,\n              \"currency\": \"esse Ut deserun\"\n            },\n            \"ordering_currency\": {\n              \"value\": -73718378.58969435,\n              \"currency\": \"dolore ea\"\n            }\n          },\n          \"distribution_logic\": {\n            \"distribution\": {\n              \"type\": \"single\",\n              \"logic\": \"sed incididunt esse ad\"\n            },\n            \"distribution_level\": \"magna sunt\"\n          },\n          \"code\": \"dolor eu cillum commodo Lorem\",\n          \"type\": \"qui laboris consectetur amet officia\"\n        },\n        {\n          \"name\": \"pariatur\",\n          \"amount\": {\n            \"base_currency\": {\n              \"value\": -27093215.13474086,\n              \"currency\": \"tempor in cup\"\n            },\n            \"ordering_currency\": {\n              \"value\": -22972541.8938075,\n              \"currency\": \"esse dolor fug\"\n            }\n          },\n          \"distribution_logic\": {\n            \"distribution\": {\n              \"type\": \"multi\",\n              \"logic\": \"ei\"\n            },\n            \"distribution_level\": \"Ut laborum magna nulla\"\n          },\n          \"code\": \"dolor do in irure\",\n          \"type\": \"occaecat minim laboris dolor culpa\"\n        }\n      ],\n      \"loyalty_discount_details\": {\n        \"discount\": 88696462.68625128,\n        \"ownership\": \"seller\",\n        \"is_applied\": false\n      }\n    },\n    \"order_integration_id\": \"minim mollit\",\n    \"order_type\": \"Digital\",\n    \"order_value\": -54662490.95034352,\n    \"ordering_store\": {\n      \"address1\": \"do voluptate\",\n      \"city\": \"dolore eiusmod cupidatat\",\n      \"company_id\": -36118992,\n      \"contact_person\": \"quis mollit enim\",\n      \"country\": \"in Lorem cillum\",\n      \"created_at\": \"1987-07-07T04:47:58.462Z\",\n      \"fulfillment_channel\": \"aliqua\",\n      \"location_type\": \"warehouse\",\n      \"meta\": {\n        \"display_name\": \"do in aute\",\n        \"gst_credentials\": {\n          \"e_invoice\": {\n            \"enabled\": true,\n            \"username\": \"tempor\",\n            \"user\": \"anim dolore\",\n            \"password\": \"eiusmod veniam\"\n          },\n          \"e_waybill\": {\n            \"enabled\": false\n          }\n        },\n        \"stage\": \"Duis exercitation ut non\",\n        \"additional_contact_details\": {\n          \"ad4\": true,\n          \"quib\": true,\n          \"ex_b82\": -15661193\n        },\n        \"notification_emails\": [\n          \"aliqua est\",\n          \"mollit ullamco\"\n        ],\n        \"gst_number\": \"exercitation officia qui Duis\",\n        \"ewaybill_portal_details\": {\n          \"minim6b\": 87326809.98249623\n        },\n        \"einvoice_portal_details\": {\n          \"username\": \"amet\",\n          \"user\": \"amet consectetur\",\n          \"password\": \"officia\"\n        },\n        \"product_return_config\": {\n          \"amet0\": \"adipisicing reprehenderit\",\n          \"tempor_1ad\": false\n        },\n        \"documents\": {\n          \"gst\": {\n            \"type\": \"gst\",\n            \"value\": \"27AALCA0442L1ZM\",\n            \"verified\": true,\n            \"url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/company/2/self/legal/documents/free/original/OGT_zEjLS-Screenshot-2023-11-25-at-4.42.49-PM.png\",\n            \"legal_name\": \"SHOPSENSE RETAIL TECHNOLOGIES PRIVATE LIMITED\"\n          }\n        }\n      },\n      \"name\": \"veniam\",\n      \"phone\": \"nostrud eu reprehenderit\",\n      \"pincode\": \"cupidatat ex\",\n      \"state\": \"amet ullamco elit\",\n      \"store_email\": \"labore ea veniam\",\n      \"is_active\": true,\n      \"alohomora_user_id\": -45312724,\n      \"is_enabled_for_recon\": true,\n      \"mall_area\": \"dolor quis\",\n      \"vat_no\": \"et Ut\",\n      \"display_address\": \"laborum dolore et Excepteur in\",\n      \"store_active_from\": \"Excepteur dolor dolore\",\n      \"longitude\": 56391563.83816072,\n      \"brand_store_tags\": [\n        \"Lorem culpa\",\n        \"culpa\"\n      ],\n      \"order_integration_id\": \"sint ullamco\",\n      \"parent_store_id\": -2967872,\n      \"code\": \"ad quis\",\n      \"updated_at\": \"2024-01-18T03:45:33.102Z\",\n      \"store_address_json\": {\n        \"address1\": \"non incididunt qui ipsum fugiat\",\n        \"address_category\": \"billing\",\n        \"address_type\": \"exercitation dolore sunt sed anim\",\n        \"city\": \"reprehenderit ea\",\n        \"contact_person\": \"in esse in ut\",\n        \"country\": \"est Excepteur sint occaecat\",\n        \"country_code\": \"nulla labo\",\n        \"created_at\": \"2024-11-13T18:59:32.565Z\",\n        \"latitude\": 55316039.23422229,\n        \"longitude\": 68153073.66493294,\n        \"phone\": \"occaecat dolore\",\n        \"pincode\": 48063990,\n        \"state\": \"in sed officia\",\n        \"updated_at\": \"1990-01-28T05:10:07.804Z\",\n        \"display_address\": \"ullamco dolor ipsum pariatur id\",\n        \"version\": \"amet proident\",\n        \"address2\": \"Ut in exercitation dolor\",\n        \"area\": \"sed dolore\",\n        \"email\": \"adipisicing nulla ipsum commodo magna\",\n        \"landmark\": \"aute ex culpa dolore cupidatat\"\n      },\n      \"s_id\": \"sit commodo\",\n      \"packaging_material_count\": -70867279,\n      \"is_archived\": false,\n      \"login_username\": \"ex magna\",\n      \"mall_name\": \"aute\",\n      \"latitude\": -83721974.7897549,\n      \"address2\": \"fugiat\"\n    },\n    \"parent_promo_bags\": {\n      \"esse_47\": -62854801\n    },\n    \"payment_methods\": {\n      \"COD\": {\n        \"amount\": 1100\n      }\n    },\n    \"payment_type\": \"self\",\n    \"payments\": {\n      \"non0_f\": true,\n      \"ut1e2\": -17551806,\n      \"idc\": -35352179\n    },\n    \"prices\": {\n      \"refund_credit\": 17139043.032364935,\n      \"amount_paid_roundoff\": 90281145.45592344,\n      \"price_effective\": -64983069.571295984,\n      \"promotion_effective_discount\": 47099223.61878407,\n      \"pm_price_split\": -64949472.53688066,\n      \"refund_amount\": 46606719.63289249,\n      \"transfer_price\": 61538559.386725694,\n      \"coupon_effective_discount\": 34196661.38291526,\n      \"tax_collected_at_source\": -53654568.34850777,\n      \"brand_calculated_amount\": 63909053.23050976,\n      \"delivery_charge\": 52764145.571183264,\n      \"cashback\": -15917594.50923282,\n      \"value_of_good\": 28507532.379832596,\n      \"cashback_applied\": -55090785.26802402,\n      \"cod_charges\": 50118948.217296034,\n      \"price_marked\": 4857504.123630956,\n      \"amount_paid\": 43939595.02985671,\n      \"coupon_value\": -78856658.18335515,\n      \"discount\": -73689433.66350234,\n      \"fynd_credits\": 38942268.06444067,\n      \"gift_price\": -36287999.38031548,\n      \"amount_to_be_collected\": -16289321.20935902,\n      \"cost_price\": 93890842.4782936,\n      \"loyalty_discount\": 41463227.96340054,\n      \"marketplace_promotion_effective_discount\": 71955641.27199909,\n      \"seller_promotion_effective_discount\": -34385590.09056026\n    },\n    \"charges\": [\n      {\n        \"name\": \"dolor Duis ut in nostrud\",\n        \"amount\": {\n          \"base_currency\": {\n            \"value\": -41582225.67264329,\n            \"currency\": \"ullamco sed labore incididunt\"\n          },\n          \"ordering_currency\": {\n            \"value\": 57877955.47557363,\n            \"currency\": \"ex\"\n          }\n        },\n        \"distribution_logic\": {\n          \"distribution\": {\n            \"type\": \"multi\",\n            \"logic\": \"in\"\n          },\n          \"distribution_level\": \"Lorem ali\"\n        },\n        \"code\": \"ullamco\",\n        \"type\": \"deserunt\"\n      },\n      {\n        \"name\": \"veniam laborum minim tempor\",\n        \"amount\": {\n          \"base_currency\": {\n            \"value\": 43388450.01520163,\n            \"currency\": \"in do Lorem\"\n          },\n          \"ordering_currency\": {\n            \"value\": 64579076.94172394,\n            \"currency\": \"non\"\n          }\n        },\n        \"distribution_logic\": {\n          \"distribution\": {\n            \"type\": \"single\",\n            \"logic\": \"ut elit do\"\n          },\n          \"distribution_level\": \"Ut ut velit dolor\"\n        },\n        \"code\": \"in id commodo fugiat ea\",\n        \"type\": \"cillum eu\"\n      }\n    ],\n    \"qc_required\": false,\n    \"quantity\": -86296514.77855234,\n    \"restore_coupon\": false,\n    \"restore_promos\": {\n      \"occaecat__1\": -8750374.436886027,\n      \"cillum_482\": -77426090,\n      \"doloref0\": 75397991\n    },\n    \"rto_address\": {\n      \"phone\": \"Duis ex fugiat proi\",\n      \"address2\": \"nostrud ut\",\n      \"address\": \"nisi sunt laboris ex\",\n      \"longitude\": -51046085.6287831,\n      \"pincode\": \"ut ex\",\n      \"area\": \"anim velit deserunt\",\n      \"address_type\": \"home\",\n      \"country\": \"dolore cupidatat\",\n      \"address_category\": \"billing\",\n      \"email\": \"reprehenderit aliqua\",\n      \"created_at\": \"1995-01-05T06:35:28.187Z\",\n      \"address1\": \"Ut officia\",\n      \"display_address\": \"do laborum\",\n      \"landmark\": \"ipsum esse labo\",\n      \"updated_at\": \"2020-01-10T14:57:53.675Z\",\n      \"version\": \"ut eu tempor\",\n      \"latitude\": 46546940.51804635,\n      \"contact_person\": \"fugiat Lorem nost\",\n      \"state\": \"fugiat eiusmod\",\n      \"city\": \"culpa quis eu sunt\",\n      \"area_code_slug\": \"minim exercitation ullamco\",\n      \"country_code\": \"do Excepteur non\",\n      \"country_iso_code\": \"minim deserunt amet aliquip adipisicing\",\n      \"country_phone_code\": \"mollit cupidatat ipsum voluptate\",\n      \"delivery_address_id\": 31315518,\n      \"geo_location\": {\n        \"officia1\": false\n      },\n      \"name\": \"Duis culpa\",\n      \"sector\": \"consequat amet ut\",\n      \"state_code\": \"aute Excepteur amet exercitation\",\n      \"uid\": \"est\",\n      \"user_id\": \"amet\",\n      \"code\": \"proident\"\n    },\n    \"seller_identifier\": \"qui\",\n    \"shipment\": {\n      \"line_items\": [\n        {\n          \"seller_identifier\": \"quis et aliquip\",\n          \"charges\": [\n            {\n              \"amount\": {\n                \"currency\": \"anim\",\n                \"value\": 16981720.661766574\n              },\n              \"name\": \"sunt\",\n              \"type\": \"incididunt ex id aliquip\",\n              \"code\": \"qui \",\n              \"tax\": {\n                \"amount\": {\n                  \"irure_373\": \"non eiusmod Duis dolor\",\n                  \"etf0\": 8026335,\n                  \"culpaff\": \"dolore reprehenderit labore adipisicing aliqua\"\n                },\n                \"name\": \"do in sunt nostrud\",\n                \"rate\": -14736349.415483698\n              }\n            },\n            {\n              \"amount\": {\n                \"currency\": \"proident cupidatat dolor et eiusmod\",\n                \"value\": 80590846.14787105\n              },\n              \"name\": \"nulla\",\n              \"type\": \"eu et\",\n              \"code\": \"dolor in\",\n              \"tax\": {\n                \"amount\": {\n                  \"deseruntb\": -17845338.47163585\n                },\n                \"name\": \"in occaecat Duis reprehenderit\",\n                \"rate\": -14027512.73906912\n              }\n            }\n          ],\n          \"meta\": {\n            \"anim_\": \"laboris ullamco\",\n            \"labore9c\": 23603124\n          },\n          \"custom_message\": \"reprehenderit veniam dolore\",\n          \"quantity\": 91534590,\n          \"external_line_id\": \"nulla laboris amet culpa\"\n        },\n        {\n          \"seller_identifier\": \"et deserunt cupidatat in minim\",\n          \"charges\": [\n            {\n              \"amount\": {\n                \"currency\": \"sunt reprehenderit deserunt aliquip\",\n                \"value\": -28238865.90967773\n              },\n              \"name\": \"voluptate dolor mollit\",\n              \"type\": \"dolor sunt tempor\",\n              \"code\": \"enim sint aut\",\n              \"tax\": {\n                \"amount\": {\n                  \"quisd_4\": \"pariatur velit occaecat ullamco enim\",\n                  \"et_fa\": -50979006,\n                  \"reprehenderit_3\": -1471142\n                },\n                \"name\": \"culpa nisi nulla\",\n                \"rate\": -84781079.98951238\n              }\n            },\n            {\n              \"amount\": {\n                \"currency\": \"dolor pariatur sint Lorem\",\n                \"value\": 14323229.778163478\n              },\n              \"name\": \"eiusmod in sint ex nostrud\",\n              \"type\": \"eiusmod incididunt nisi\",\n              \"code\": \"culpa consequat\",\n              \"tax\": {\n                \"amount\": {\n                  \"animd93\": -65347654,\n                  \"deserunt5dc\": \"ea cillum\",\n                  \"eiusmod__1\": \"nulla amet tempor\"\n                },\n                \"name\": \"do\",\n                \"rate\": -55463206.34259643\n              }\n            }\n          ],\n          \"meta\": {\n            \"officiaf5\": false,\n            \"sit_745\": false,\n            \"commodoa_f\": 54094106\n          },\n          \"custom_message\": \"ut velit sint tempor\",\n          \"quantity\": -88650236,\n          \"external_line_id\": \"et sunt pariatur aliquip sed\"\n        }\n      ],\n      \"external_shipment_id\": \"culpa exercitation\",\n      \"processing_dates\": {\n        \"dp_pickup_slot\": {\n          \"reprehenderit__4\": false,\n          \"nisi6\": false\n        },\n        \"dispatch_after_date\": \"irure\",\n        \"dispatch_by_date\": \"pariatur exercitation\",\n        \"confirm_by_date\": \"Lorem elit\",\n        \"customer_pickup_slot\": {\n          \"Excepteur75\": true\n        },\n        \"pack_by_date\": \"1975-07-27T16:34:50.750Z\"\n      },\n      \"meta\": {\n        \"officia_3\": -92194110.62725067\n      },\n      \"priority\": 3397579,\n      \"location_id\": 32732561,\n      \"order_type\": \"Digital\",\n      \"tags\": [\n        {\n          \"slug\": \"dolore\",\n          \"display_text\": \"magna elit proident esse deserunt\"\n        },\n        {\n          \"slug\": \"cillum exercitation Ut aliquip\",\n          \"display_text\": \"deserunt cupidatat Lorem \"\n        }\n      ],\n      \"system_messages\": [\n        {\n          \"message_type\": \"info\",\n          \"priority\": -52739514.3097074,\n          \"message\": \"fugiat et culpa irure\",\n          \"inject_at\": [\n            \"cupidatat Excepteur incididunt non\",\n            \"officia aliquip\"\n          ]\n        },\n        {\n          \"message_type\": \"info\",\n          \"priority\": -3828472.0780997574,\n          \"message\": \"pariatur in ipsum occaecat\",\n          \"inject_at\": [\n            \"consequat\",\n            \"et in\"\n          ]\n        }\n      ],\n      \"process_after_config\": {\n        \"is_scheduled_shipment\": true,\n        \"enable_processing_after\": \"1990-06-02T07:33:28.086Z\"\n      },\n      \"parent_type\": \"et culpa ad proident dolor\",\n      \"store_invoice_id\": \"ut\",\n      \"lock_status\": \"tempor dolore aliquip\",\n      \"type\": \"officia adipisicing sint\",\n      \"billing_address_json\": {\n        \"phone\": \"dolor ipsum ex ea\",\n        \"address2\": \"amet et Lorem\",\n        \"address\": \"voluptate id\",\n        \"longitude\": 9177355.239403084,\n        \"pincode\": \"sunt occaecat culpa\",\n        \"area\": \"tempor labore sunt anim quis\",\n        \"address_type\": \"home\",\n        \"country\": \"magna sit incididunt\",\n        \"address_category\": \"delivery\",\n        \"email\": \"dolor commodo id sed\",\n        \"created_at\": \"1965-07-27T20:10:59.339Z\",\n        \"address1\": \"labore sed sint aliqua ut\",\n        \"display_address\": \"Lorem eu ea\",\n        \"landmark\": \"eiusmod\",\n        \"updated_at\": \"1958-01-28T14:12:08.595Z\",\n        \"version\": \"in aliqua irure esse\",\n        \"latitude\": -39793559.68914851,\n        \"contact_person\": \"dolore laborum occaecat sunt\",\n        \"state\": \"Duis est magna in\",\n        \"city\": \"ex nostrud\",\n        \"area_code_slug\": \"aute officia reprehenderit voluptate\",\n        \"country_code\": \"ex nisi Duis\",\n        \"country_iso_code\": \"in ullamco irure deserunt\",\n        \"country_phone_code\": \"amet in dolor non\",\n        \"delivery_address_id\": -89382058,\n        \"geo_location\": {\n          \"culpadf\": \"quis Excepteur elit\",\n          \"ea_d\": \"Duis adipisicing consequat qui\"\n        },\n        \"name\": \"ex sit\",\n        \"sector\": \"ut consectetur\",\n        \"state_code\": \"fugiat Lorem in irure\",\n        \"uid\": \"Ut officia deserunt exercitation\",\n        \"user_id\": \"dolore\",\n        \"code\": \"ut veniam Duis\"\n      },\n      \"id\": \"voluptate\",\n      \"fulfilment_priority\": 28798938,\n      \"is_active\": true,\n      \"previous_shipment_id\": \"Ut ex ipsum Except\",\n      \"pdf_links\": {\n        \"laboris_6\": false\n      },\n      \"delivery_address_json\": {\n        \"phone\": \"anim fugiat labore in elit\",\n        \"address2\": \"sed\",\n        \"address\": \"in\",\n        \"longitude\": 80482842.6155639,\n        \"pincode\": \"dolore proident pariatur\",\n        \"area\": \"velit occaecat sed\",\n        \"address_type\": \"other\",\n        \"country\": \"ex\",\n        \"address_category\": \"store\",\n        \"email\": \"mollit nulla\",\n        \"created_at\": \"2008-05-09T08:12:41.197Z\",\n        \"address1\": \"sunt consequat aliquip\",\n        \"display_address\": \"elit reprehenderit exercitation aute\",\n        \"landmark\": \"nulla\",\n        \"updated_at\": \"2021-04-22T03:09:22.130Z\",\n        \"version\": \"proident tempor\",\n        \"latitude\": -10607558.822725013,\n        \"contact_person\": \"des\",\n        \"state\": \"deserunt exercitation\",\n        \"city\": \"Ut mollit ex ad\",\n        \"area_code_slug\": \"occaecat ea consequat sed in\",\n        \"country_code\": \"co\",\n        \"country_iso_code\": \"deserunt et non\",\n        \"country_phone_code\": \"enim aute\",\n        \"delivery_address_id\": -65273916,\n        \"geo_location\": {\n          \"amet_a6e\": -98187308.16046864,\n          \"dolorefe6\": -61366462,\n          \"aliqua_21\": -23799646,\n          \"amet_64\": 79935032,\n          \"quis_7a\": false\n        },\n        \"name\": \"enim sint consequat\",\n        \"sector\": \"occaecat aliquip in sit\",\n        \"state_code\": \"minim incididunt commodo\",\n        \"uid\": \"cillum sunt elit exercitation laboris\",\n        \"user_id\": \"tempor labore laborum in fugiat\",\n        \"code\": \"sed amet\"\n      },\n      \"eway_bill_id\": \"adipisicing Duis\",\n      \"affiliate_shipment_id\": \"in sit magna dolor\",\n      \"fynd_order_id\": \"ad mollit voluptate\",\n      \"created_at\": \"1964-02-03T07:13:03.705Z\",\n      \"delivery_awb_number\": \"esse dolore\",\n      \"hand_over_contact_json\": {\n        \"phone\": \"sunt ut nisi dolor in\",\n        \"address2\": \"sunt qui reprehenderit exercitation consectetur\",\n        \"address\": \"in cillum mollit\",\n        \"longitude\": -8016072.362379089,\n        \"pincode\": \"velit et tempor \",\n        \"area\": \"ea minim ad\",\n        \"address_type\": \"office\",\n        \"country\": \"eiusmod\",\n        \"address_category\": \"billing\",\n        \"email\": \"aute dol\",\n        \"created_at\": \"1954-12-26T05:57:00.970Z\",\n        \"address1\": \"consequat occaecat \",\n        \"display_address\": \"quis eu do a\",\n        \"landmark\": \"et sunt dolor veniam minim\",\n        \"updated_at\": \"1963-03-16T22:50:45.320Z\",\n        \"version\": \"ut\",\n        \"latitude\": 74337593.43195495,\n        \"contact_person\": \"non i\",\n        \"state\": \"ullamco ut\",\n        \"city\": \"et dolore Ut dolore\",\n        \"area_code_slug\": \"Ut ipsum\",\n        \"country_code\": \"consectetur adipisicing\",\n        \"country_iso_code\": \"sed incididunt et velit\",\n        \"country_phone_code\": \"esse quis\",\n        \"delivery_address_id\": -96308456,\n        \"geo_location\": {\n          \"et_5f5\": true,\n          \"veniam768\": false,\n          \"elit9_f\": -12273719.50085035\n        },\n        \"name\": \"aliquip id dolore fugiat sed\",\n        \"sector\": \"qui exercitation velit sint quis\",\n        \"state_code\": \"Ut tempor sit\",\n        \"uid\": \"adipisicing sed consequat Ut\",\n        \"user_id\": \"consectetur Lorem ex\",\n        \"code\": \"id pariatur minim\"\n      },\n      \"credit_note_id\": \"nisi id non in\",\n      \"parent_id\": \"sed dolore\",\n      \"affiliate_id\": \"ullamco\",\n      \"packaging_type\": \"dolore exercitation nisi Excepteur\",\n      \"vertical\": \"consequat officia est\",\n      \"quantity\": 51517042.739655495,\n      \"status\": {\n        \"meta\": {\n          \"in1\": \"laboris\"\n        },\n        \"bag_list\": [\n          \"ad fugiat dolor voluptate\",\n          \"amet ad veniam sed\"\n        ],\n        \"id\": 5846560,\n        \"created_at\": \"1979-01-11T07:12:48.913Z\",\n        \"created_ts\": \"nisi tempor\",\n        \"shipment_id\": \"cupidatat do Lorem\",\n        \"status\": \"deserunt irure sunt occaecat\",\n        \"display_name\": \"ex ipsum\",\n        \"current_shipment_status\": \"veniam amet\",\n        \"status_created_at\": \"1998-06-08T17:34:00.597Z\"\n      },\n      \"price\": {\n        \"refund_credit\": -97413111.98800333,\n        \"amount_paid_roundoff\": -36012015.386832185,\n        \"price_effective\": -88293761.56409295,\n        \"promotion_effective_discount\": 91964779.50179622,\n        \"pm_price_split\": 87190030.16405189,\n        \"refund_amount\": 43492061.75589594,\n        \"transfer_price\": -76631873.90264468,\n        \"coupon_effective_discount\": -15117464.192709967,\n        \"tax_collected_at_source\": -46615548.72083657,\n        \"brand_calculated_amount\": -7546667.902891219,\n        \"delivery_charge\": 12645187.470619142,\n        \"cashback\": 82870544.28926665,\n        \"value_of_good\": -13289298.823319003,\n        \"cashback_applied\": -2656666.271331966,\n        \"cod_charges\": -14370927.113119245,\n        \"price_marked\": -13422728.031107754,\n        \"amount_paid\": 37348493.1098901,\n        \"coupon_value\": -97773717.8370353,\n        \"discount\": -97323758.94207194,\n        \"fynd_credits\": 88108864.82402182,\n        \"gift_price\": -69692286.06750892,\n        \"amount_to_be_collected\": 78137733.23421076,\n        \"cost_price\": -38866200.96647792,\n        \"loyalty_discount\": -41239886.617727086,\n        \"marketplace_promotion_effective_discount\": -33047076.840751767,\n        \"seller_promotion_effective_discount\": -43662023.74748349\n      },\n      \"gst\": {\n        \"value_of_good\": 64298859.47302982,\n        \"gst_fee\": -6052478.444499254,\n        \"brand_calculated_amount\": 86621674.68071836,\n        \"tax_collected_at_source\": 87529090.1331577,\n        \"gstin_code\": \"laboris ad proident laborum minim\"\n      }\n    },\n    \"shipment_details\": {\n      \"affiliate_shipment_id\": \"qui\",\n      \"articles\": [\n        {\n          \"_id\": \"ea enim\",\n          \"attributes\": {\n            \"sinte\": \"laboris ut qui culpa\",\n            \"deserunt_6\": false,\n            \"id_55\": -69229310.52570064\n          },\n          \"brand_id\": 88616608,\n          \"category\": {\n            \"cillum639\": true,\n            \"labore8\": 37058049\n          },\n          \"dimension\": {\n            \"irure_8e1\": true,\n            \"dolor_94\": false\n          },\n          \"quantity\": -19058690,\n          \"weight\": {\n            \"laboris6\": \"aute proident voluptate Ut\"\n          }\n        },\n        {\n          \"_id\": \"nisi in\",\n          \"attributes\": {\n            \"id_cb\": false,\n            \"est9c\": -12906772.390094906\n          },\n          \"brand_id\": -5515581,\n          \"category\": {\n            \"commodo06\": 3434945,\n            \"est17\": 68841430\n          },\n          \"dimension\": {\n            \"sunt14\": true\n          },\n          \"quantity\": 61042162,\n          \"weight\": {\n            \"Lorema00\": \"minim deserunt\",\n            \"deserunt_c\": \"i\",\n            \"Excepteurb\": \"exe\",\n            \"velit237\": \"cu\"\n          }\n        }\n      ],\n      \"fulfillment_id\": -71309714,\n      \"shipments\": 57951422,\n      \"box_type\": \"incididunt pr\",\n      \"dp_id\": \"amet quis\",\n      \"meta\": {\n        \"irurefc\": 70043198,\n        \"incididunt5\": 75457632.55904737\n      },\n      \"dp_options\": {\n        \"commodo_4\": -78518584.7019771,\n        \"proident06\": -28489474\n      },\n      \"lock_status\": true,\n      \"action_to_status\": {\n        \"download_invoice\": \"lock\",\n        \"download_label\": \"lock\"\n      }\n    },\n    \"shipment_id\": \"in reprehenderit officia\",\n    \"shipment_gst\": {\n      \"value_of_good\": 551414.0120618939,\n      \"gst_fee\": 7341646.539192632,\n      \"brand_calculated_amount\": -52638429.58252236,\n      \"tax_collected_at_source\": 63426860.74752036,\n      \"gstin_code\": \"et laboris esse proident\"\n    },\n    \"shipment_status\": {\n      \"meta\": {\n        \"labore37\": \"dolore\"\n      },\n      \"bag_list\": [\n        \"tempor adipisicing\",\n        \"sint Lorem dolore\"\n      ],\n      \"id\": 54891653,\n      \"created_at\": \"1993-08-28T13:14:18.892Z\",\n      \"created_ts\": \"elit Excepteur laborum incididunt laboris\",\n      \"shipment_id\": \"officia occaecat nulla\",\n      \"status\": \"eu nostrud exercitation magna eiusmod\",\n      \"display_name\": \"Excepteur cupida\",\n      \"current_shipment_status\": \"ullamco occaecat amet consequat\",\n      \"status_created_at\": \"1979-08-23T10:35:07.463Z\"\n    },\n    \"shipment_status_history\": [\n      {\n        \"meta\": {\n          \"cupidatatd\": true\n        },\n        \"bag_list\": [\n          \"eiusmod e\",\n          \"ut mollit\"\n        ],\n        \"id\": -59705405,\n        \"created_at\": \"2020-02-21T09:30:31.420Z\",\n        \"created_ts\": \"Duis tempor nostrud aliqua voluptate\",\n        \"shipment_id\": \"nostrud dolor enim sunt culpa\",\n        \"status\": \"consectetur Ut culpa\",\n        \"display_name\": \"in amet tempor dolor\",\n        \"current_shipment_status\": \"commodo aute dolor quis\",\n        \"status_created_at\": \"1969-11-21T14:42:11.157Z\"\n      },\n      {\n        \"meta\": {\n          \"est36d\": \"dolor occ\",\n          \"fugiat5_e\": false,\n          \"irure_4\": false\n        },\n        \"bag_list\": [\n          \"ut cillum enim Lorem\",\n          \"culpa sit cupidatat\"\n        ],\n        \"id\": 39113109,\n        \"created_at\": \"1990-05-28T10:33:42.826Z\",\n        \"created_ts\": \"id mollit exercitation\",\n        \"shipment_id\": \"ex deserunt ad esse\",\n        \"status\": \"nostrud ullamco ex aliqua\",\n        \"display_name\": \"Duis minim\",\n        \"current_shipment_status\": \"do sed consectetur nostrud aliqua\",\n        \"status_created_at\": \"2001-11-14T13:28:40.804Z\"\n      }\n    ],\n    \"status\": {\n      \"can_be_cancelled\": true,\n      \"enable_tracking\": true,\n      \"is_active\": true,\n      \"is_customer_return_allowed\": true,\n      \"is_returnable\": false\n    },\n    \"tags\": [\n      \"adipisicing cupidatat\",\n      \"sit dolore\"\n    ],\n    \"total_shipment_bags\": 7077644,\n    \"total_shipments_in_order\": 67921840,\n    \"transaction_type\": \"shipment\",\n    \"type\": \"cillum mollit irure elit\",\n    \"updated_at\": \"1980-10-09T11:06:28.941Z\",\n    \"user\": {\n      \"user_oid\": \"quis consectetur non dolor nisi\",\n      \"external_customer_id\": \"occaecat pariatur\",\n      \"first_name\": \"ex\",\n      \"last_name\": \"Ut fugiat ad irure\",\n      \"mobile\": \"laboris nulla\",\n      \"email\": \"culpa\",\n      \"is_anonymous_user\": false,\n      \"gender\": \"ipsum aute aliquip\",\n      \"mongo_user_id\": \"irure dolor nostrud\",\n      \"meta\": {\n        \"exercitation_3c\": \"Excepteur cillum qui consectetur esse\"\n      }\n    },\n    \"weight\": {\n      \"value\": 73150162.67980999,\n      \"unit\": \"deserunt ex esse dol\"\n    },\n    \"original_bag_list\": [\n      14177632,\n      -20049935\n    ],\n    \"identifier\": \"laborum est\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "9db65283-97fa-4849-a810-06ab71c18713",
            "name": "getBags | List bags",
            "request": {
              "name": "getBags | List bags",
              "description": {
                "content": "Get paginated list of bags based on provided filters",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "bags"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "bag_ids",
                    "value": "<string>",
                    "description": "Comma separated values of bag ids"
                  },
                  {
                    "disabled": false,
                    "key": "shipment_ids",
                    "value": "<string>",
                    "description": "Comma separated values of shipment ids"
                  },
                  {
                    "disabled": false,
                    "key": "order_ids",
                    "value": "<string>",
                    "description": "Comma separated values of order ids"
                  },
                  {
                    "disabled": false,
                    "key": "channel_bag_ids",
                    "value": "<string>",
                    "description": "Comma separated values of app bag ids"
                  },
                  {
                    "disabled": false,
                    "key": "channel_shipment_ids",
                    "value": "<string>",
                    "description": "Comma separated values of app shipment ids"
                  },
                  {
                    "disabled": false,
                    "key": "channel_order_ids",
                    "value": "<string>",
                    "description": "Comma separated values of app order ids"
                  },
                  {
                    "disabled": false,
                    "key": "channel_id",
                    "value": "<string>",
                    "description": "Comma separated values of app ids"
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "Page number for paginated data"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "20",
                    "description": "Page size of data received per page"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "0ac90270-c6af-4d42-aa61-a932cbfe77af",
                "name": "Successfully retrived all the given shipments details!",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order",
                      "v1.0",
                      "company",
                      ":company_id",
                      "bags"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "bag_ids",
                        "value": "1234,2344"
                      },
                      {
                        "key": "shipment_ids",
                        "value": "1661111234,167772344"
                      },
                      {
                        "key": "order_ids",
                        "value": "1661111234,167772344"
                      },
                      {
                        "key": "channel_bag_ids",
                        "value": "B1234,B2344"
                      },
                      {
                        "key": "channel_shipment_ids",
                        "value": "S1234,S2344"
                      },
                      {
                        "key": "channel_order_ids",
                        "value": "O1234,02344"
                      },
                      {
                        "key": "channel_id",
                        "value": "000000000000000000000001,614b42d1ea943427b5f46d1e"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "20"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Id of company"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"status_code\": 400,\n  \"data\": {\n    \"items\": [\n      {\n        \"bag_update_time\": -70045567.64293395,\n        \"id\": \"proident la\",\n        \"bag_id\": -67090247,\n        \"affiliate_bag_details\": {\n          \"affiliate_bag_id\": \"labore sint aliqua\",\n          \"affiliate_meta\": {\n            \"order_item_id\": \"do commodo proident\",\n            \"channel_order_id\": \"adipisicing labore elit\",\n            \"employee_discount\": -51628675.89680382,\n            \"box_type\": \"laborum ut\",\n            \"quantity\": -63359251,\n            \"size_level_total_qty\": -94545247,\n            \"loyalty_discount\": 88875740.43133304,\n            \"replacement_details\": {\n              \"replacement_type\": \"sed non enim\",\n              \"original_affiliate_order_id\": \"ad \"\n            },\n            \"channel_shipment_id\": \"in\",\n            \"marketplace_invoice_id\": \"aliqua laborum id magna\",\n            \"due_date\": \"2008-05-15T23:07:26.573Z\",\n            \"coupon_code\": \"eiusmod eu reprehenderit aute adipisicing\",\n            \"is_priority\": true,\n            \"is_serial_number_required\": false,\n            \"fulfilment_priority\": -55713519,\n            \"customer_selling_price\": -41141651.94427959\n          },\n          \"affiliate_order_id\": \"adipisicing aute anim pariatur velit\",\n          \"employee_discount\": 91775701.18867564,\n          \"loyalty_discount\": 85175872.07125548\n        },\n        \"affiliate_details\": {\n          \"affiliate_bag_id\": \"consequat officia enim\",\n          \"affiliate_meta\": {\n            \"order_item_id\": \"in \",\n            \"channel_order_id\": \"ut occae\",\n            \"employee_discount\": 28589468.84754698,\n            \"box_type\": \"velit in Duis\",\n            \"quantity\": 50865436,\n            \"size_level_total_qty\": 7486239,\n            \"loyalty_discount\": 84875032.8648467,\n            \"replacement_details\": {\n              \"replacement_type\": \"anim\",\n              \"original_affiliate_order_id\": \"cillum occaecat et\"\n            },\n            \"channel_shipment_id\": \"laboris dolore aliqua occa\",\n            \"marketplace_invoice_id\": \"deserunt\",\n            \"due_date\": \"2024-04-26T13:32:20.841Z\",\n            \"coupon_code\": \"Excepteur enim\",\n            \"is_priority\": false,\n            \"is_serial_number_required\": false,\n            \"fulfilment_priority\": 65700139,\n            \"customer_selling_price\": 37562108.92316049\n          },\n          \"affiliate_order_id\": \"dolor\",\n          \"affiliate_shipment_id\": \"laborum\",\n          \"affiliate_store_id\": \"labore ut\",\n          \"shipment_meta\": {\n            \"same_store_available\": false,\n            \"weight\": -12416115,\n            \"tracking_url\": \"nostrud ut consectetur dolore\",\n            \"estimated_delivery_date\": \"2007-11-19T04:10:24.843Z\",\n            \"b2b_buyer_details\": {\n              \"address\": \"ea\",\n              \"city\": \"qui officia\",\n              \"gstin\": \"ut quis\",\n              \"name\": \"cupidatat non laboris\",\n              \"pincode\": -99151701,\n              \"state\": \"Ut culpa elit quis\",\n              \"ajio_site_id\": \"et Ut\"\n            },\n            \"formatted\": {\n              \"max\": \"velit dolor qui\",\n              \"min\": \"dolore nostrud aliquip qui quis\"\n            },\n            \"debug_info\": {\n              \"stormbreaker_uuid\": \"incididunt minim deserunt sit\"\n            },\n            \"return_awb_number\": \"cupidatat dolor\",\n            \"is_self_ship\": false,\n            \"box_type\": \"sunt consectetur in\",\n            \"einvoice_info\": {\n              \"credit_note\": {\n                \"sunt_355\": 6698476.50170055,\n                \"esse_03\": true\n              },\n              \"invoice\": {\n                \"irure18\": -87921867.89129537,\n                \"sed1\": -36594052.8213196,\n                \"anim_f\": \"adipisicing\"\n              }\n            },\n            \"return_affiliate_shipment_id\": \"tempor consectetur nulla ut\",\n            \"parent_dp_id\": \"nisi of\",\n            \"shipment_weight\": 16741090.104977593,\n            \"dimension\": {\n              \"height\": -93338526.21897134,\n              \"width\": 26629943.04421109,\n              \"is_default\": true,\n              \"unit\": \"eu\",\n              \"length\": 49831740.13341814\n            },\n            \"dp_options\": {\n              \"pariatur_a\": \"sed eu\",\n              \"pariatur_\": 55814994,\n              \"deserunt_38a\": false\n            },\n            \"assign_dp_from_sb\": true,\n            \"due_date\": \"1973-06-13T22:09:06.805Z\",\n            \"store_invoice_updated_date\": \"2023-10-21T08:44:47.412Z\",\n            \"forward_affiliate_shipment_id\": \"in dolor ullamco officia\",\n            \"return_store_node\": -78918020,\n            \"fulfilment_priority_text\": \"anim laboris Duis magna\",\n            \"shipment_tags\": [\n              {\n                \"slug\": \"pariatur cillum est\",\n                \"entity_type\": \"bag\",\n                \"display_text\": \"dolor\"\n              },\n              {\n                \"slug\": \"qui\",\n                \"entity_type\": \"shipments\",\n                \"display_text\": \"non\"\n              }\n            ],\n            \"external\": {\n              \"aute_17c\": \"laboru\",\n              \"nostrud_1e5\": \"nisi mollit\"\n            },\n            \"awb_number\": \"dolor in cupidatat\",\n            \"lock_data\": {\n              \"locked\": false,\n              \"mto\": false,\n              \"lock_message\": \"exercitation amet id officia\"\n            },\n            \"order_type\": \"HomeDelivery\",\n            \"ewaybill_info\": {\n              \"culpa_c\": 59675650,\n              \"sit71\": false\n            },\n            \"dp_id\": \"Lorem exercitation\",\n            \"shipment_volumetric_weight\": 85682193.43265992,\n            \"marketplace_store_id\": \"ex tempor consectetur\",\n            \"return_details\": {\n              \"aute_3a5\": false,\n              \"magna_ddd\": true,\n              \"tempor_4fc\": -44415395.0758432\n            },\n            \"dp_sort_key\": \"Ut reprehenderit\",\n            \"packaging_name\": \"sunt fugiat\",\n            \"timestamp\": {\n              \"max\": 61397677,\n              \"min\": -9831327\n            },\n            \"auto_trigger_dp_assignment_acf\": false,\n            \"dp_name\": \"non aliquip do qui\",\n            \"po_number\": \"culpa\",\n            \"b2c_buyer_details\": {\n              \"esse_6c\": 25224167.965041384,\n              \"Duis9_e\": 37686406\n            },\n            \"forward_affiliate_order_id\": \"fugiat eiusmod sit qui\",\n            \"return_affiliate_order_id\": \"Duis sunt dolore\",\n            \"bag_weight\": {\n              \"minim_ccd\": 55413096.45389587,\n              \"dof\": -25515653\n            },\n            \"refund_to\": \"ut quis proident\"\n          },\n          \"company_affiliate_tag\": \"in do eu aliqua sed\",\n          \"pdf_links\": {\n            \"invoice_type\": \"external\",\n            \"label_type\": \"fynd\",\n            \"label_a6\": \"aliquip Ut sit\",\n            \"invoice\": \"dol\",\n            \"label_pos\": \"adipisicing\",\n            \"invoice_a6\": \"reprehe\",\n            \"b2b\": \"commodo elit\",\n            \"label\": \"qui\",\n            \"label_a4\": \"cillum cupidata\",\n            \"invoice_export\": \"consectetur\",\n            \"credit_note_url\": \"in sint id\",\n            \"delivery_challan_a4\": \"Ut aliqua laboris dolor\",\n            \"label_export\": \"exercitation quis\",\n            \"invoice_a4\": \"anim\",\n            \"invoice_pos\": \"minim in sed\",\n            \"po_invoice\": \"nisi anim cupidatat nostrud\"\n          },\n          \"config\": {\n            \"app\": {\n              \"created_at\": \"2024-04-08T21:06:59.107Z\",\n              \"id\": \"voluptate ullamco\",\n              \"name\": \"irure qui adipisicing deseru\",\n              \"owner\": \"laborum laboris quis\",\n              \"secret\": \"dolore Lorem\",\n              \"token\": \"qui sed aliqua tempor l\",\n              \"updated_at\": \"1949-06-15T01:05:08.998Z\",\n              \"description\": \"ea id minim do\",\n              \"meta\": [\n                {\n                  \"name\": \"dolo\",\n                  \"value\": \"ipsum dolore dolor esse occaecat\"\n                },\n                {\n                  \"name\": \"cupidatat adipisicin\",\n                  \"value\": \"amet magna proident laboris cillum\"\n                }\n              ]\n            },\n            \"inventory\": {\n              \"article_assignment\": {\n                \"post_order_reassignment\": false\n              },\n              \"payment\": {\n                \"source\": \"minim\",\n                \"mode_of_payment\": \"Duis deserunt nulla enim\"\n              },\n              \"inventory\": {\n                \"store\": {\n                  \"cupidatat_5d_\": 72884765,\n                  \"velit_5e\": false,\n                  \"nulla43\": \"commodo ea in velit\"\n                }\n              },\n              \"order\": {\n                \"force_reassignment\": false\n              },\n              \"logistics\": {\n                \"dp_assignment\": false\n              }\n            },\n            \"app_company_id\": -84789333\n          },\n          \"affiliate_id\": \"labore est dolor incididunt\",\n          \"id\": \"ut laborum cupidatat aliqua\"\n        },\n        \"article\": {\n          \"_id\": \"dolore incididunt Excepteur\",\n          \"identifiers\": {\n            \"adipisicing_f3\": \"exercitation voluptate eiusmod\",\n            \"commodo_3f4\": true\n          },\n          \"seller_identifier\": \"sed nulla\",\n          \"size\": \"sunt pariatur\",\n          \"uid\": \"sit nisi ex sint\",\n          \"set\": {\n            \"ad_e2\": 75198719.35841253,\n            \"Excepteurf_d\": \"sed non labore\",\n            \"officia76\": false,\n            \"Ut_51f\": 30788188.84844248\n          },\n          \"dimensions\": {\n            \"height\": -51682678.92508087,\n            \"width\": 82825290.21942016,\n            \"is_default\": false,\n            \"unit\": \"tempor veniam velit anim\",\n            \"length\": 15737191.534993708\n          },\n          \"currency\": {\n            \"quis8ef\": \"amet et culpa in aliqua\"\n          },\n          \"esp_modified\": true,\n          \"return_config\": {\n            \"returnable\": true,\n            \"time\": 36699771.78656706,\n            \"unit\": \"dolore aliqua enim\"\n          },\n          \"code\": \"incididunt\",\n          \"weight\": {\n            \"is_default\": true,\n            \"shipping\": 55524657,\n            \"unit\": \"in ea\"\n          },\n          \"raw_meta\": \"laborum ut\",\n          \"is_set\": false,\n          \"tags\": [\n            \"mollit voluptate aliquip\",\n            \"quis sint ullamco\"\n          ],\n          \"_custom_json\": {\n            \"est365\": false\n          }\n        },\n        \"article_details\": {\n          \"status\": {\n            \"status\": {\n              \"cancelled_fynd\": {\n                \"653b8f6ecde78e46b559a4cd\": {\n                  \"uid\": \"653b8f6ecde78e46b559a4cd\",\n                  \"_id\": \"653b8f6ecde78e46b559a4cd\",\n                  \"is_set\": false,\n                  \"bag_ids\": [\n                    {\n                      \"bag_id\": 6393,\n                      \"quantity\": 1\n                    }\n                  ],\n                  \"quantity\": 1,\n                  \"reasons\": {}\n                }\n              }\n            }\n          }\n        },\n        \"bag_status\": [\n          {\n            \"status\": \"labore dolore cul\",\n            \"forward\": true,\n            \"store_id\": -68621181,\n            \"delivery_awb_number\": \"amet est ut\",\n            \"kafka_sync\": true,\n            \"delivery_partner_id\": -71481647,\n            \"app_display_name\": \"consectetur\",\n            \"state_id\": -7695318,\n            \"state_type\": \"operational\",\n            \"bsh_id\": -31753576,\n            \"created_at\": \"1981-12-18T21:27:02.917Z\",\n            \"created_ts\": \"cupidatat dolor consequat nulla\",\n            \"shipment_id\": \"veniam consequat magna\",\n            \"updated_at\": \"1983-05-23T15:00:51.898Z\",\n            \"updated_ts\": \"dolor reprehenderit\",\n            \"bag_state_mapper\": {\n              \"display_name\": \"ea occaecat anim\",\n              \"id\": 15834241,\n              \"journey_type\": \"forward\",\n              \"name\": \"cillum ea sed cupidatat\",\n              \"state_type\": \"logistics\",\n              \"is_active\": true,\n              \"app_display_name\": \"esse consequat\",\n              \"app_state_name\": \"quis ex\",\n              \"app_facing\": true,\n              \"notify_customer\": false\n            },\n            \"bag_id\": -41941971,\n            \"display_name\": \"incididunt enim\"\n          },\n          {\n            \"status\": \"sed qui\",\n            \"forward\": true,\n            \"store_id\": -94821495,\n            \"delivery_awb_number\": \"magna ea\",\n            \"kafka_sync\": true,\n            \"delivery_partner_id\": 5803347,\n            \"app_display_name\": \"est sed laboris in\",\n            \"state_id\": -96208866,\n            \"state_type\": \"operational\",\n            \"bsh_id\": -80367750,\n            \"created_at\": \"2007-06-04T01:46:43.600Z\",\n            \"created_ts\": \"consequat occaecat in\",\n            \"shipment_id\": \"labore laborum tempor ad\",\n            \"updated_at\": \"1987-04-11T05:14:59.334Z\",\n            \"updated_ts\": \"velit id\",\n            \"bag_state_mapper\": {\n              \"display_name\": \"qui in et\",\n              \"id\": 78124430,\n              \"journey_type\": \"forward\",\n              \"name\": \"anim sunt incididunt aute ut\",\n              \"state_type\": \"financial\",\n              \"is_active\": false,\n              \"app_display_name\": \"elit do\",\n              \"app_state_name\": \"deserunt dolor anim enim in\",\n              \"app_facing\": true,\n              \"notify_customer\": false\n            },\n            \"bag_id\": -28556247,\n            \"display_name\": \"sed quis dolor dolor\"\n          }\n        ],\n        \"bag_status_history\": [\n          {\n            \"status\": \"Duis Excepteur est\",\n            \"forward\": true,\n            \"store_id\": -88124371,\n            \"delivery_awb_number\": \"consectetur eiusmod labore\",\n            \"kafka_sync\": true,\n            \"delivery_partner_id\": 62960436,\n            \"app_display_name\": \"ut nisi fugiat ut\",\n            \"state_id\": 76294836,\n            \"state_type\": \"financial\",\n            \"bsh_id\": -20726642,\n            \"created_at\": \"1992-10-19T04:38:17.731Z\",\n            \"created_ts\": \"sunt elit\",\n            \"shipment_id\": \"ut eu ea in\",\n            \"updated_at\": \"1957-05-07T17:30:29.995Z\",\n            \"updated_ts\": \"culpa irure tempor nisi\",\n            \"bag_state_mapper\": {\n              \"display_name\": \"est nostrud\",\n              \"id\": -92372160,\n              \"journey_type\": \"return\",\n              \"name\": \"amet occaecat Ut qui\",\n              \"state_type\": \"financial\",\n              \"is_active\": false,\n              \"app_display_name\": \"eu aute\",\n              \"app_state_name\": \"sit aliquip Ut enim\",\n              \"app_facing\": false,\n              \"notify_customer\": true\n            },\n            \"bag_id\": 43523454,\n            \"display_name\": \"amet dolore\"\n          },\n          {\n            \"status\": \"tempor quis\",\n            \"forward\": false,\n            \"store_id\": -94559448,\n            \"delivery_awb_number\": \"minim non labore\",\n            \"kafka_sync\": false,\n            \"delivery_partner_id\": -15640359,\n            \"app_display_name\": \"laborum laboris ex\",\n            \"state_id\": -71480994,\n            \"state_type\": \"financial\",\n            \"bsh_id\": 36525581,\n            \"created_at\": \"1961-11-15T18:14:16.715Z\",\n            \"created_ts\": \"eiusmod Duis tempor est\",\n            \"shipment_id\": \"irure sit eu occaecat Lorem\",\n            \"updated_at\": \"1957-07-30T05:33:39.798Z\",\n            \"updated_ts\": \"sint anim tempor\",\n            \"bag_state_mapper\": {\n              \"display_name\": \"in dolor qui\",\n              \"id\": -57170514,\n              \"journey_type\": \"return\",\n              \"name\": \"eiusmod non ea laboris dolore\",\n              \"state_type\": \"logistics\",\n              \"is_active\": false,\n              \"app_display_name\": \"ut cillum sint\",\n              \"app_state_name\": \"pariatur voluptate\",\n              \"app_facing\": false,\n              \"notify_customer\": false\n            },\n            \"bag_id\": -16744330,\n            \"display_name\": \"velit dol\"\n          }\n        ],\n        \"brand\": {\n          \"brand_name\": \"amet\",\n          \"credit_note_expiry_days\": -3764578,\n          \"logo\": \"nulla aliquip quis mollit\",\n          \"invoice_prefix\": \"ipsum occ\",\n          \"credit_note_allowed\": false,\n          \"start_date\": \"1979-05-29T16:32:37.926Z\",\n          \"company\": \"Ut ad\",\n          \"is_virtual_invoice\": false,\n          \"script_last_ran\": \"qui consectetur cupidatat velit\",\n          \"pickup_location\": \"Excepteur cillum proident l\",\n          \"created_on\": \"2023-04-10T22:00:51.988Z\",\n          \"brand_id\": -56342545,\n          \"modified_on\": \"1955-10-24T17:12:11.704Z\",\n          \"id\": -74525876\n        },\n        \"company\": {\n          \"pan_no\": \"Excepteur pariatur dolor sint\",\n          \"created_on\": \"1946-07-24T01:08:33.012Z\",\n          \"id\": -57554052,\n          \"company_name\": \"amet qu\",\n          \"gst_number\": \"laborum\",\n          \"company_type\": \"mbo\",\n          \"modified_on\": \"1946-11-23T21:20:37.626Z\",\n          \"meta\": {\n            \"etfb\": false,\n            \"exercitation_c6\": -69819579.53395627\n          },\n          \"business_type\": \"cillum labor\",\n          \"agreement_start_date\": \"1972-10-11T00:07:40.171Z\"\n        },\n        \"current_operational_status\": {\n          \"status\": \"laborum\",\n          \"forward\": true,\n          \"store_id\": -985072,\n          \"delivery_awb_number\": \"enim dolor irure ea consectetur\",\n          \"kafka_sync\": false,\n          \"delivery_partner_id\": -93300806,\n          \"app_display_name\": \"anim irure sunt\",\n          \"state_id\": 15908937,\n          \"state_type\": \"financial\",\n          \"bsh_id\": -37683607,\n          \"created_at\": \"2016-10-31T18:22:21.841Z\",\n          \"created_ts\": \"labore ea\",\n          \"shipment_id\": \"i\",\n          \"updated_at\": \"2020-11-16T05:04:21.466Z\",\n          \"updated_ts\": \"nisi consequat\",\n          \"bag_state_mapper\": {\n            \"display_name\": \"adipisicing esse eu\",\n            \"id\": 64504854,\n            \"journey_type\": \"forward\",\n            \"name\": \"elit ullamco officia ad\",\n            \"state_type\": \"logistics\",\n            \"is_active\": true,\n            \"app_display_name\": \"nulla incididunt veniam in commodo\",\n            \"app_state_name\": \"culpa laboris sunt\",\n            \"app_facing\": true,\n            \"notify_customer\": false\n          },\n          \"bag_id\": -87628030,\n          \"display_name\": \"officia irure in dolor\"\n        },\n        \"current_status\": {\n          \"status\": \"id ut magna\",\n          \"forward\": true,\n          \"store_id\": -77484623,\n          \"delivery_awb_number\": \"id pariatur dolor\",\n          \"kafka_sync\": false,\n          \"delivery_partner_id\": -35320498,\n          \"app_display_name\": \"id proi\",\n          \"state_id\": -15785982,\n          \"state_type\": \"operational\",\n          \"bsh_id\": 93305535,\n          \"created_at\": \"2023-05-02T10:08:18.892Z\",\n          \"created_ts\": \"occaecat eiusmod\",\n          \"shipment_id\": \"sed occaecat\",\n          \"updated_at\": \"1992-07-05T15:54:36.625Z\",\n          \"updated_ts\": \"labore ut elit\",\n          \"bag_state_mapper\": {\n            \"display_name\": \"adipisicing in\",\n            \"id\": -8398238,\n            \"journey_type\": \"forward\",\n            \"name\": \"deserunt irure\",\n            \"state_type\": \"operational\",\n            \"is_active\": false,\n            \"app_display_name\": \"deserunt fugiat consequat sunt dolore\",\n            \"app_state_name\": \"laborum minim aliquip commodo\",\n            \"app_facing\": false,\n            \"notify_customer\": true\n          },\n          \"bag_id\": -29797579,\n          \"display_name\": \"laboris officia ea in eiusmod\"\n        },\n        \"dates\": {\n          \"delivery_date\": \"1983-10-20T16:23:52.822Z\",\n          \"order_created\": \"est aliquip\"\n        },\n        \"delivery_address\": {\n          \"phone\": \"Lorem id\",\n          \"address2\": \"dolore\",\n          \"address\": \"in cillum velit\",\n          \"longitude\": -5937990.449354753,\n          \"pincode\": \"et dolore in consectetur proident\",\n          \"area\": \"officia est laboris nisi exercitation\",\n          \"address_type\": \"office\",\n          \"country\": \"aliquip labore sint\",\n          \"address_category\": \"delivery\",\n          \"email\": \"ullamco quis sed id\",\n          \"created_at\": \"2013-01-12T18:37:56.306Z\",\n          \"address1\": \"Duis id exercitation eu\",\n          \"display_address\": \"dolore dolor labore\",\n          \"landmark\": \"minim Lorem laboris in\",\n          \"updated_at\": \"1976-07-14T04:23:23.618Z\",\n          \"version\": \"cupidatat esse\",\n          \"latitude\": -38263398.44189626,\n          \"contact_person\": \"id velit labore nostrud\",\n          \"state\": \"eu minim\",\n          \"city\": \"ut id tempor\",\n          \"area_code_slug\": \"aute dolor et ut adipisicing\",\n          \"country_code\": \"non aliquip dolor\",\n          \"country_iso_code\": \"aute\",\n          \"country_phone_code\": \"proident Excepteu\",\n          \"delivery_address_id\": 41903363,\n          \"geo_location\": {\n            \"in379\": \"qui velit\",\n            \"consectetur_20\": \"velit esse labore adipisicing\"\n          },\n          \"name\": \"anim ipsum irure laboris\",\n          \"sector\": \"reprehenderit cillum\",\n          \"state_code\": \"do\",\n          \"uid\": \"deserunt occae\",\n          \"user_id\": \"nisi velit mollit deserunt\",\n          \"code\": \"exercitation eu deserunt co\"\n        },\n        \"delivery_slot\": {\n          \"slot\": \"amet magna\",\n          \"upper_bound\": \"non id \",\n          \"lower_bound\": \"amet aliquip\",\n          \"date\": \"exercitation enim nisi nulla\",\n          \"type\": \"commodo nisi enim\"\n        },\n        \"display_name\": \"eu Excepteur v\",\n        \"dp_details\": {\n          \"sintd8\": 53052223,\n          \"do03\": 91790619,\n          \"esse0\": \"qui ullamco\",\n          \"dolore596\": \"amet Excepteur voluptate do\"\n        },\n        \"einvoice_info\": {\n          \"mollit2\": 23017518\n        },\n        \"entity_type\": \"bag\",\n        \"fallback_user\": {\n          \"aliquip5d0\": \"dolore\",\n          \"tempor_993\": -12517\n        },\n        \"financial_breakup\": [\n          {\n            \"added_to_fynd_cash\": true,\n            \"amount_paid\": 20609636.856112927,\n            \"brand_calculated_amount\": -11469402.94657433,\n            \"cashback\": -40711390.80304187,\n            \"cashback_applied\": -45074767.71026644,\n            \"cod_charges\": -71363457.87240428,\n            \"coupon_effective_discount\": -80501940.66937837,\n            \"coupon_value\": 20071028.657442108,\n            \"delivery_charge\": 936394.6914904714,\n            \"discount\": -27494539.340859875,\n            \"fynd_credits\": 43196226.04462546,\n            \"gst_fee\": 51477459.97941285,\n            \"gst_tag\": \"id ut eiusmod incididunt\",\n            \"gst_tax_percentage\": 79294312.97527829,\n            \"hsn_code\": \"ipsum eiusmod ad ullam\",\n            \"identifiers\": {\n              \"alu\": \"\",\n              \"ean\": \"incididunt\",\n              \"sku_code\": \"qui o\",\n              \"upc\": \"dolor eiusmod qui\",\n              \"isbn\": \"Lorem amet\"\n            },\n            \"item_name\": \"adipisicing Lorem proident Duis\",\n            \"price_effective\": 84563654.34276828,\n            \"price_marked\": -25322304.44048564,\n            \"promotion_effective_discount\": -28132811.480451897,\n            \"refund_credit\": -16310890.230801567,\n            \"size\": \"magna commodo velit sunt et\",\n            \"total_units\": 32390380,\n            \"transfer_price\": -5270292.304128781,\n            \"value_of_good\": -19145932.502397984,\n            \"amount_paid_roundoff\": 61596052,\n            \"tax_collected_at_source\": -83189569.74401379,\n            \"amount_to_be_collected\": -61252783.46495997,\n            \"taxes\": [\n              {\n                \"name\": \"in\",\n                \"rate\": 10832748.416336283,\n                \"tax_amount\": 20376305.487817615,\n                \"taxable_amount\": 60019762.38056904\n              },\n              {\n                \"name\": \"co\",\n                \"rate\": 68218159.42161408,\n                \"tax_amount\": 41522748.26453933,\n                \"taxable_amount\": 43445592.82027382\n              }\n            ],\n            \"loyalty_discount\": -36763823.19202696\n          },\n          {\n            \"added_to_fynd_cash\": false,\n            \"amount_paid\": -25464199.867752418,\n            \"brand_calculated_amount\": -25247204.531443402,\n            \"cashback\": 99222917.48831412,\n            \"cashback_applied\": -78294454.46978314,\n            \"cod_charges\": -655956.7777935565,\n            \"coupon_effective_discount\": 88987500.92372459,\n            \"coupon_value\": -17647613.951124758,\n            \"delivery_charge\": 71715011.86640415,\n            \"discount\": 10879452.193374157,\n            \"fynd_credits\": -69726590.28951482,\n            \"gst_fee\": -31563189.967803583,\n            \"gst_tag\": \"ut dolore\",\n            \"gst_tax_percentage\": -62840784.808163665,\n            \"hsn_code\": \"qui ut veniam commodo\",\n            \"identifiers\": {\n              \"alu\": \"anim ea minim\",\n              \"ean\": \"Excepteur commodo amet\",\n              \"sku_code\": \"quis Excepteur\",\n              \"upc\": \"esse id irure dolor\",\n              \"isbn\": \"et cillum dolor\"\n            },\n            \"item_name\": \"deserunt\",\n            \"price_effective\": -24421826.808908165,\n            \"price_marked\": 71221869.01384434,\n            \"promotion_effective_discount\": -65946602.39552099,\n            \"refund_credit\": -50110802.197665684,\n            \"size\": \"sunt est Ut ex pariatur\",\n            \"total_units\": 29554257,\n            \"transfer_price\": -32915577.271318242,\n            \"value_of_good\": 58414132.32860169,\n            \"amount_paid_roundoff\": -99251933,\n            \"tax_collected_at_source\": 28583820.900856465,\n            \"amount_to_be_collected\": 37004513.88008711,\n            \"taxes\": [\n              {\n                \"name\": \"aliquip laborum mollit\",\n                \"rate\": 49240377.48556414,\n                \"tax_amount\": -10354132.67840521,\n                \"taxable_amount\": 86077262.14896604\n              },\n              {\n                \"name\": \"eiusmod ad\",\n                \"rate\": 92837466.66029012,\n                \"tax_amount\": 5015127.654648662,\n                \"taxable_amount\": -38089581.00943753\n              }\n            ],\n            \"loyalty_discount\": 95861664.80246612\n          }\n        ],\n        \"fulfilling_store\": {\n          \"address1\": \"Excepteur Ut\",\n          \"city\": \"D\",\n          \"company_id\": -48642179,\n          \"contact_person\": \"laboris qui sed\",\n          \"country\": \"laborum consequat culpa eiusmod\",\n          \"created_at\": \"1971-04-24T19:16:24.743Z\",\n          \"fulfillment_channel\": \"officia magna occaecat eiusmod\",\n          \"location_type\": \"warehouse\",\n          \"meta\": {\n            \"display_name\": \"eu sunt aliqui\",\n            \"gst_credentials\": {\n              \"e_invoice\": {\n                \"enabled\": true,\n                \"username\": \"ex ad fugiat ullamco\",\n                \"user\": \"do\",\n                \"password\": \"dolor dolore e\"\n              },\n              \"e_waybill\": {\n                \"enabled\": false\n              }\n            },\n            \"stage\": \"incididunt\",\n            \"additional_contact_details\": {\n              \"proident2\": 77259459\n            },\n            \"notification_emails\": [\n              \"incididunt ut ea\",\n              \"ea proident\"\n            ],\n            \"gst_number\": \"esse sed Excepteur amet aliquip\",\n            \"ewaybill_portal_details\": {\n              \"ut_c\": true,\n              \"commodoad\": \"nulla pariatur commodo\",\n              \"in_af\": -90986296.86073525\n            },\n            \"einvoice_portal_details\": {\n              \"username\": \"dolore nulla et\",\n              \"user\": \"voluptate cupidatat Ut\",\n              \"password\": \"ullamco ut\"\n            },\n            \"product_return_config\": {\n              \"veniam_8\": -49565054.17518651,\n              \"aliqua_a4\": 73816694.65344483,\n              \"iruref82\": true,\n              \"cillum_a0\": -6557050.778102443\n            },\n            \"documents\": {\n              \"gst\": {\n                \"type\": \"gst\",\n                \"value\": \"27AALCA0442L1ZM\",\n                \"verified\": true,\n                \"url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/company/2/self/legal/documents/free/original/OGT_zEjLS-Screenshot-2023-11-25-at-4.42.49-PM.png\",\n                \"legal_name\": \"SHOPSENSE RETAIL TECHNOLOGIES PRIVATE LIMITED\"\n              }\n            }\n          },\n          \"name\": \"id enim\",\n          \"phone\": \"fugiat tempor nisi sed amet\",\n          \"pincode\": \"ad deserunt\",\n          \"state\": \"irure voluptate\",\n          \"store_email\": \"fugiat dolore nisi\",\n          \"is_active\": false,\n          \"alohomora_user_id\": -26347105,\n          \"is_enabled_for_recon\": true,\n          \"mall_area\": \"veniam deserunt non\",\n          \"vat_no\": \"adipisicing tempor\",\n          \"display_address\": \"commodo fugiat Lo\",\n          \"store_active_from\": \"sed adipisicing enim\",\n          \"longitude\": 97124236.72883904,\n          \"brand_store_tags\": [\n            \"consequat incididunt consectetur qui\",\n            \"Excepteur Ut anim\"\n          ],\n          \"order_integration_id\": \"aute sunt in\",\n          \"parent_store_id\": -12837436,\n          \"code\": \"cupidatat pariatur Lorem laboris\",\n          \"updated_at\": \"1981-06-10T03:43:00.639Z\",\n          \"store_address_json\": {\n            \"address1\": \"reprehenderit deserunt proident\",\n            \"address_category\": \"billing\",\n            \"address_type\": \"dolor minim enim\",\n            \"city\": \"id esse ut qui in\",\n            \"contact_person\": \"reprehen\",\n            \"country\": \"Duis Excepteur in\",\n            \"country_code\": \"aute qui in ullamco\",\n            \"created_at\": \"1997-01-07T18:48:56.038Z\",\n            \"latitude\": 37447625.24286425,\n            \"longitude\": -66090017.118852586,\n            \"phone\": \"exercitation pariatu\",\n            \"pincode\": -26668303,\n            \"state\": \"incididunt nisi est ad\",\n            \"updated_at\": \"1979-07-13T10:59:00.902Z\",\n            \"display_address\": \"culpa laboris\",\n            \"version\": \"ipsum ea velit\",\n            \"address2\": \"aliqua pariatur ad ex\",\n            \"area\": \"eu laborum dolore \",\n            \"email\": \"officia et\",\n            \"landmark\": \"nulla ullamco Lorem aliquip laborum\"\n          },\n          \"s_id\": \"incididunt in ullamco pariatur\",\n          \"packaging_material_count\": 49987880,\n          \"is_archived\": false,\n          \"login_username\": \"consequat cupidatat\",\n          \"mall_name\": \"ad ea culpa minim\",\n          \"latitude\": 94978346.81271592,\n          \"address2\": \"magna irure quis proident\"\n        },\n        \"fyndstore_emp\": {\n          \"ut_04c\": true,\n          \"aliquip3f7\": -66380308\n        },\n        \"gst_details\": {\n          \"brand_calculated_amount\": 65756848.61948696,\n          \"gst_fee\": -22456082.89759122,\n          \"tax_collected_at_source\": 53305485.98138645,\n          \"value_of_good\": 52167425.4285942,\n          \"cgst_tax_percentage\": 70300635.74681833,\n          \"gstin_code\": \"pariatur laborum elit Duis\",\n          \"igst_tax_percentage\": 33816862.57130024,\n          \"gst_tax_percentage\": 19141563.02928181,\n          \"hsn_code_id\": \"Lorem dolore fugiat\",\n          \"igst_gst_fee\": 7904476.965787888,\n          \"is_default_hsn_code\": true,\n          \"sgst_gst_fee\": -53241710.08158105,\n          \"cgst_gst_fee\": 93389853.98918718,\n          \"gst_tag\": \"eiusmod sed nisi\",\n          \"sgst_tax_percentage\": 34188421.21751009,\n          \"hsn_code\": \"Excepteur culpa\"\n        },\n        \"invoice\": {\n          \"updated_date\": \"2004-01-06T08:07:30.671Z\",\n          \"store_invoice_id\": \"occaecat anim officia\",\n          \"invoice_url\": \"anim cupidatat laboris\",\n          \"label_url\": \"nostrud i\"\n        },\n        \"item\": {\n          \"attributes\": {\n            \"in36\": -49576845,\n            \"aute_8_\": true\n          },\n          \"brand\": \"minim dolore do\",\n          \"brand_id\": -25253463,\n          \"image\": [\n            \"aliqua\",\n            \"cupidatat do\"\n          ],\n          \"item_id\": -45942112,\n          \"name\": \"dolor irure Duis\",\n          \"size\": \"ea consectetur\",\n          \"slug_key\": \"et reprehenderit Ut commodo ea\",\n          \"webstore_product_url\": \"elit aliqua\",\n          \"l3_category\": -17972107,\n          \"l3_category_name\": \"sint cillum magna\",\n          \"last_updated_at\": \"1992-01-12T15:20:03.303Z\",\n          \"l2_category\": [\n            \"laboris\",\n            \"dolor commodo\"\n          ],\n          \"code\": \"qui quis\",\n          \"l1_category_id\": 5477228,\n          \"l1_category\": [\n            \"Excepteur in mollit\",\n            \"mollit sint d\"\n          ],\n          \"gender\": \"dolore eiusmod\",\n          \"can_cancel\": false,\n          \"can_return\": false,\n          \"branch_url\": \"exercitation minim sit\",\n          \"meta\": {\n            \"id6\": false,\n            \"dolor_1\": false\n          },\n          \"color\": \"irure anim amet pariatur Excepteur\",\n          \"department_id\": -33907472,\n          \"l2_category_id\": -83596353\n        },\n        \"journey_type\": \"return\",\n        \"line_number\": -47022173,\n        \"lock_status\": false,\n        \"manifest_id\": \"sunt aliquip velit ut\",\n        \"meta\": {\n          \"velit_1\": \"culpa incididunt cillum\",\n          \"Duis__\": -32778567\n        },\n        \"mode_of_payment\": \"consectetur est\",\n        \"no_of_bags_order\": -48574341,\n        \"operational_status\": \"dolor\",\n        \"order\": {\n          \"fynd_order_id\": \"mollit aliqua sed dolore Excepteur\",\n          \"created_at\": \"2015-09-20T08:38:14.935Z\",\n          \"user_id\": \"occaecat do anim mollit\",\n          \"tax_details\": {\n            \"pan_no\": \"aute\",\n            \"gstin\": \"consequat Ut\"\n          },\n          \"mongo_cart_id\": 44377996.80354625,\n          \"delivery_charges\": 1729291.5740751922,\n          \"transaction_id\": \"dolor in sunt\",\n          \"collect_by\": \"veniam Duis\",\n          \"headers\": {\n            \"esta4\": true,\n            \"magna6_\": \"velit dolor laboris pariatur dolore\"\n          },\n          \"coupon_value\": -66644649.341980554,\n          \"order_value\": -51781039.38693277,\n          \"created_time\": \"sed enim sunt ipsum consequat\",\n          \"currency\": \"est tempor\",\n          \"total_order_value\": -12085177.010263816,\n          \"ordering_channel\": \"aliqua consequat\",\n          \"ordering_source\": \"quis mollit elit\",\n          \"meta\": {\n            \"ea1\": -9670710,\n            \"eiusmod_5\": 29285378,\n            \"nisi_3\": false,\n            \"sinta85\": true\n          },\n          \"cod_charges\": -63224740.031849615,\n          \"cashback_value\": 46924625.08080891,\n          \"refund_by\": \"est Ut ut\",\n          \"affiliate_order_date\": \"2014-01-26T16:05:37.036Z\",\n          \"payment_methods\": {\n            \"COD\": {\n              \"amount\": 1100\n            }\n          },\n          \"affiliate_order_id\": \"in qui dolor\",\n          \"payment_mode_id\": -92420617.62496121,\n          \"promotion_effective_discount\": -20554877.994839057,\n          \"mode_of_payment\": \"nisi\",\n          \"discount\": 58573818.761449456,\n          \"cashback_applied\": 42132486.63183057,\n          \"fynd_credits\": 37146809.08567062,\n          \"affiliate_id\": \"nisi Lorem\",\n          \"ordering_channel_logo\": \"ut qui Excepteur sit in\",\n          \"prices\": {\n            \"refund_credit\": 77763750.43779787,\n            \"amount_paid_roundoff\": 65403569.78898364,\n            \"price_effective\": 36563015.18431535,\n            \"promotion_effective_discount\": -74654128.66137627,\n            \"pm_price_split\": -53136612.407682635,\n            \"refund_amount\": 74690590.15197796,\n            \"transfer_price\": 27877448.99199231,\n            \"coupon_effective_discount\": 65530008.3513509,\n            \"tax_collected_at_source\": 89721479.23219264,\n            \"brand_calculated_amount\": 82113489.52767295,\n            \"delivery_charge\": 80981973.49894112,\n            \"cashback\": 33195707.99274683,\n            \"value_of_good\": 29071637.288460657,\n            \"cashback_applied\": 68472875.53420216,\n            \"cod_charges\": 87117238.74530563,\n            \"price_marked\": 65889819.63884127,\n            \"amount_paid\": 178650.83440989256,\n            \"coupon_value\": -76599784.4944109,\n            \"discount\": 63155518.48962778,\n            \"fynd_credits\": -36025547.46143891,\n            \"gift_price\": 78754104.25217962,\n            \"amount_to_be_collected\": -32877404.404098257,\n            \"cost_price\": 15336179.981689125,\n            \"loyalty_discount\": -59237196.42794842,\n            \"marketplace_promotion_effective_discount\": -92961920.66057722,\n            \"seller_promotion_effective_discount\": -88801750.30688502\n          },\n          \"charges\": [\n            {\n              \"name\": \"voluptate Excepteur proident quis\",\n              \"amount\": {\n                \"base_currency\": {\n                  \"value\": 61257896.746949166,\n                  \"currency\": \"commodo amet mo\"\n                },\n                \"ordering_currency\": {\n                  \"value\": -86031120.0297574,\n                  \"currency\": \"proident eiusmod\"\n                }\n              },\n              \"distribution_logic\": {\n                \"distribution\": {\n                  \"type\": \"multi\",\n                  \"logic\": \"aute commodo\"\n                },\n                \"distribution_level\": \"sunt amet\"\n              },\n              \"code\": \"voluptate eu nostrud\",\n              \"type\": \"ali\"\n            },\n            {\n              \"name\": \"labore irure Excepteur\",\n              \"amount\": {\n                \"base_currency\": {\n                  \"value\": 82801595.31277987,\n                  \"currency\": \"dolore nulla\"\n                },\n                \"ordering_currency\": {\n                  \"value\": 69258324.23201492,\n                  \"currency\": \"dolore nisi enim elit dolor\"\n                }\n              },\n              \"distribution_logic\": {\n                \"distribution\": {\n                  \"type\": \"multi\",\n                  \"logic\": \"ad Lorem\"\n                },\n                \"distribution_level\": \"sed et ullamco eiusmod\"\n              },\n              \"code\": \"in amet occaecat\",\n              \"type\": \"in ullamco labore minim\"\n            }\n          ],\n          \"loyalty_discount_details\": {\n            \"discount\": -27775954.560437784,\n            \"ownership\": \"seller\",\n            \"is_applied\": true\n          }\n        },\n        \"order_integration_id\": \"voluptate E\",\n        \"order_type\": \"PickAtStore\",\n        \"order_value\": -91959267.25449005,\n        \"ordering_store\": {\n          \"address1\": \"Ut\",\n          \"city\": \"irure consectetur ut\",\n          \"company_id\": 75391164,\n          \"contact_person\": \"\",\n          \"country\": \"ex\",\n          \"created_at\": \"2012-02-10T13:03:32.584Z\",\n          \"fulfillment_channel\": \"voluptate eiusmod quis cupidatat\",\n          \"location_type\": \"mall\",\n          \"meta\": {\n            \"display_name\": \"mollit labore quis reprehenderit esse\",\n            \"gst_credentials\": {\n              \"e_invoice\": {\n                \"enabled\": false,\n                \"username\": \"tempor in\",\n                \"user\": \"veniam officia rep\",\n                \"password\": \"incididunt ea dolore\"\n              },\n              \"e_waybill\": {\n                \"enabled\": true\n              }\n            },\n            \"stage\": \"ea consequat dolor anim\",\n            \"additional_contact_details\": {\n              \"amet_47\": false,\n              \"enime\": 3477774\n            },\n            \"notification_emails\": [\n              \"sunt et eu\",\n              \"qui velit veniam in\"\n            ],\n            \"gst_number\": \"eiusmod exercitation\",\n            \"ewaybill_portal_details\": {\n              \"nulla2f5\": 27322867.688449204,\n              \"ad4\": -45299087.79923346\n            },\n            \"einvoice_portal_details\": {\n              \"username\": \"ad cillum dolore ut\",\n              \"user\": \"nisi mol\",\n              \"password\": \"nisi voluptate ut\"\n            },\n            \"product_return_config\": {\n              \"magna_4c\": \"Ut aliquip la\"\n            },\n            \"documents\": {\n              \"gst\": {\n                \"type\": \"gst\",\n                \"value\": \"27AALCA0442L1ZM\",\n                \"verified\": true,\n                \"url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/company/2/self/legal/documents/free/original/OGT_zEjLS-Screenshot-2023-11-25-at-4.42.49-PM.png\",\n                \"legal_name\": \"SHOPSENSE RETAIL TECHNOLOGIES PRIVATE LIMITED\"\n              }\n            }\n          },\n          \"name\": \"eu veniam do commodo\",\n          \"phone\": \"do cupidatat in\",\n          \"pincode\": \"minim quis laborum\",\n          \"state\": \"ut mollit nostrud\",\n          \"store_email\": \"magna\",\n          \"is_active\": false,\n          \"alohomora_user_id\": 54760761,\n          \"is_enabled_for_recon\": true,\n          \"mall_area\": \"officia Duis cupidatat laborum adipisicing\",\n          \"vat_no\": \"cupidatat eiusmod consectetur adipisicing \",\n          \"display_address\": \"dolore ea\",\n          \"store_active_from\": \"adipisicing tempor occaecat exercitation\",\n          \"longitude\": -74965899.27392088,\n          \"brand_store_tags\": [\n            \"Ut commodo in ipsum ex\",\n            \"sunt sit do consectetur\"\n          ],\n          \"order_integration_id\": \"dolor \",\n          \"parent_store_id\": -75857931,\n          \"code\": \"amet sed exercitation veniam\",\n          \"updated_at\": \"2001-09-18T10:43:21.581Z\",\n          \"store_address_json\": {\n            \"address1\": \"quis ea amet\",\n            \"address_category\": \"store\",\n            \"address_type\": \"adipisicing mollit\",\n            \"city\": \"fugiat mollit qui eu dolor\",\n            \"contact_person\": \"dolor enim\",\n            \"country\": \"dolore aliqua ex\",\n            \"country_code\": \"enim veniam voluptate est\",\n            \"created_at\": \"1998-11-14T08:33:55.325Z\",\n            \"latitude\": 6707860.9612312615,\n            \"longitude\": -9619240.563327566,\n            \"phone\": \"labore esse consequat Excepteur eiusmod\",\n            \"pincode\": 18323994,\n            \"state\": \"in et\",\n            \"updated_at\": \"1948-07-20T09:59:53.251Z\",\n            \"display_address\": \"anim laborum Lorem dolor\",\n            \"version\": \"reprehenderit\",\n            \"address2\": \"labore in ut\",\n            \"area\": \"qui officia commodo sunt non\",\n            \"email\": \"aute do sed\",\n            \"landmark\": \"ipsum\"\n          },\n          \"s_id\": \"sit labor\",\n          \"packaging_material_count\": 399561,\n          \"is_archived\": true,\n          \"login_username\": \"est exercitation magna eu\",\n          \"mall_name\": \"exercitation velit\",\n          \"latitude\": 35573539.153945684,\n          \"address2\": \"reprehenderit eiusmod voluptate pariatur\"\n        },\n        \"parent_promo_bags\": {\n          \"ad_74\": 24231291.744966164\n        },\n        \"payment_methods\": {\n          \"COD\": {\n            \"amount\": 1100\n          }\n        },\n        \"payment_type\": \"partner\",\n        \"payments\": {\n          \"consectetur_5\": false\n        },\n        \"prices\": {\n          \"refund_credit\": -57295200.60347944,\n          \"amount_paid_roundoff\": 90380995.09697041,\n          \"price_effective\": -90324725.52216886,\n          \"promotion_effective_discount\": 54768587.97866914,\n          \"pm_price_split\": 22480405.79785502,\n          \"refund_amount\": 39595287.75662711,\n          \"transfer_price\": -10389569.5522044,\n          \"coupon_effective_discount\": -84462330.82921654,\n          \"tax_collected_at_source\": -41322390.2032243,\n          \"brand_calculated_amount\": 59468915.810483694,\n          \"delivery_charge\": 56784873.12357411,\n          \"cashback\": 11953807.066768184,\n          \"value_of_good\": 53411177.0504131,\n          \"cashback_applied\": -75019952.9095486,\n          \"cod_charges\": 68485203.52658492,\n          \"price_marked\": -77642574.76351441,\n          \"amount_paid\": -43219113.4534349,\n          \"coupon_value\": 90895832.2393131,\n          \"discount\": 37637751.80861914,\n          \"fynd_credits\": -6500296.498465285,\n          \"gift_price\": 79589812.35502991,\n          \"amount_to_be_collected\": -68099849.79025447,\n          \"cost_price\": 44950669.07881716,\n          \"loyalty_discount\": 15605903.491597757,\n          \"marketplace_promotion_effective_discount\": 42385424.922243506,\n          \"seller_promotion_effective_discount\": 59130357.86305109\n        },\n        \"charges\": [\n          {\n            \"name\": \"eu ad elit\",\n            \"amount\": {\n              \"base_currency\": {\n                \"value\": -65771063.020402655,\n                \"currency\": \"enim magna\"\n              },\n              \"ordering_currency\": {\n                \"value\": 65572606.70327398,\n                \"currency\": \"laborum Excepteur ex Ut\"\n              }\n            },\n            \"distribution_logic\": {\n              \"distribution\": {\n                \"type\": \"multi\",\n                \"logic\": \"culpa dolor do adipisicing Ut\"\n              },\n              \"distribution_level\": \"tempor \"\n            },\n            \"code\": \"occaecat\",\n            \"type\": \"occaecat dolore\"\n          },\n          {\n            \"name\": \"id dolor aliquip\",\n            \"amount\": {\n              \"base_currency\": {\n                \"value\": -48455887.870828286,\n                \"currency\": \"adipisicing incididunt in aliquip do\"\n              },\n              \"ordering_currency\": {\n                \"value\": 35840331.220213175,\n                \"currency\": \"sit conseq\"\n              }\n            },\n            \"distribution_logic\": {\n              \"distribution\": {\n                \"type\": \"single\",\n                \"logic\": \"cillum \"\n              },\n              \"distribution_level\": \"consectetur proident\"\n            },\n            \"code\": \"veniam reprehenderit\",\n            \"type\": \"cupidatat in quis\"\n          }\n        ],\n        \"qc_required\": false,\n        \"quantity\": -19288603.70578605,\n        \"restore_coupon\": true,\n        \"restore_promos\": {\n          \"consequatd5d\": true,\n          \"Lorem_fc\": 29454712.58087422\n        },\n        \"rto_address\": {\n          \"phone\": \"aliqua mollit\",\n          \"address2\": \"aliqui\",\n          \"address\": \"labore ad nisi\",\n          \"longitude\": 61756314.38291767,\n          \"pincode\": \"esse Lorem quis dolor\",\n          \"area\": \"ullamco exercitation quis proident Ut\",\n          \"address_type\": \"other\",\n          \"country\": \"nisi nostrud sint laboris\",\n          \"address_category\": \"store\",\n          \"email\": \"Duis laborum\",\n          \"created_at\": \"1952-07-27T02:25:53.062Z\",\n          \"address1\": \"id commodo\",\n          \"display_address\": \"minim sunt id mollit\",\n          \"landmark\": \"amet\",\n          \"updated_at\": \"1990-07-10T16:23:41.464Z\",\n          \"version\": \"nostrud anim aliqua\",\n          \"latitude\": -11337672.062532663,\n          \"contact_person\": \"minim proident Excepteur dolore reprehe\",\n          \"state\": \"sed labore laboris\",\n          \"city\": \"Lorem ut ven\",\n          \"area_code_slug\": \"ullamco ipsum labore elit\",\n          \"country_code\": \"culpa eu id esse\",\n          \"country_iso_code\": \"elit qui\",\n          \"country_phone_code\": \"Duis\",\n          \"delivery_address_id\": -28922522,\n          \"geo_location\": {\n            \"cupidatat8bd\": false,\n            \"utac7\": \"sunt nostrud irure deserunt\"\n          },\n          \"name\": \"esse sed\",\n          \"sector\": \"d\",\n          \"state_code\": \"qui et irure\",\n          \"uid\": \"amet et consectetur ut\",\n          \"user_id\": \"incididunt tempor sunt reprehenderit laborum\",\n          \"code\": \"est commodo minim aute\"\n        },\n        \"seller_identifier\": \"irure sed officia qui\",\n        \"shipment\": {\n          \"line_items\": [\n            {\n              \"seller_identifier\": \"eu ut\",\n              \"charges\": [\n                {\n                  \"amount\": {\n                    \"currency\": \"eiusmod dolor\",\n                    \"value\": 40065360.75483823\n                  },\n                  \"name\": \"voluptate\",\n                  \"type\": \"exercitation aute qui reprehenderit\",\n                  \"code\": \"in do qui\",\n                  \"tax\": {\n                    \"amount\": {\n                      \"enim_126\": true\n                    },\n                    \"name\": \"do voluptate\",\n                    \"rate\": -87412343.23660465\n                  }\n                },\n                {\n                  \"amount\": {\n                    \"currency\": \"minim deserunt sed aliquip ullamco\",\n                    \"value\": -30140011.690554008\n                  },\n                  \"name\": \"quis exercitation dolor\",\n                  \"type\": \"sunt ex est dolore\",\n                  \"code\": \"reprehenderit laborum esse adipisicing\",\n                  \"tax\": {\n                    \"amount\": {\n                      \"pariatur_e02\": false\n                    },\n                    \"name\": \"elit dolore\",\n                    \"rate\": 73529424.0666191\n                  }\n                }\n              ],\n              \"meta\": {\n                \"ullamco387\": -84641311\n              },\n              \"custom_message\": \"cillum anim Lorem\",\n              \"quantity\": 50961092,\n              \"external_line_id\": \"officia nisi\"\n            },\n            {\n              \"seller_identifier\": \"velit aute occaecat\",\n              \"charges\": [\n                {\n                  \"amount\": {\n                    \"currency\": \"labore nulla\",\n                    \"value\": -6988064.231782064\n                  },\n                  \"name\": \"amet Lorem\",\n                  \"type\": \"cupidatat reprehenderit\",\n                  \"code\": \"dolore ut mollit Lorem\",\n                  \"tax\": {\n                    \"amount\": {\n                      \"ametc6a\": 92715948,\n                      \"ipsum_b\": -31477877.656361163,\n                      \"ut_c\": 33395006\n                    },\n                    \"name\": \"sunt ipsum commodo id\",\n                    \"rate\": -27203890.382640064\n                  }\n                },\n                {\n                  \"amount\": {\n                    \"currency\": \"ad\",\n                    \"value\": 16047996.061783373\n                  },\n                  \"name\": \"sit\",\n                  \"type\": \"non in Excepteur\",\n                  \"code\": \"ex officia Ut\",\n                  \"tax\": {\n                    \"amount\": {\n                      \"enim50a\": 14576939.830398679,\n                      \"sint_2\": true\n                    },\n                    \"name\": \"pariatur labore nulla in\",\n                    \"rate\": 21324428.55659789\n                  }\n                }\n              ],\n              \"meta\": {\n                \"Ut_3\": false\n              },\n              \"custom_message\": \"Lorem elit occaecat\",\n              \"quantity\": -2273359,\n              \"external_line_id\": \"aliquip nostrud labore\"\n            }\n          ],\n          \"external_shipment_id\": \"sed laborum reprehenderit aliquip\",\n          \"processing_dates\": {\n            \"dp_pickup_slot\": {\n              \"incididunt9\": false,\n              \"commodo_c8\": -78527855\n            },\n            \"dispatch_after_date\": \"Lorem ullamco laboris eiusmod\",\n            \"dispatch_by_date\": \"consectetur nulla elit culpa\",\n            \"confirm_by_date\": \"enim id aute\",\n            \"customer_pickup_slot\": {\n              \"cupidatat_8f\": \"sit minim reprehenderit velit\"\n            },\n            \"pack_by_date\": \"1953-06-27T11:28:47.059Z\"\n          },\n          \"meta\": {\n            \"dolore9d6\": -9283931\n          },\n          \"priority\": -89426527,\n          \"location_id\": -99540029,\n          \"order_type\": \"HomeDelivery\",\n          \"tags\": [\n            {\n              \"slug\": \"Excepteur minim qui exercitation\",\n              \"display_text\": \"incididunt \"\n            },\n            {\n              \"slug\": \"in\",\n              \"display_text\": \"eiusmod minim\"\n            }\n          ],\n          \"system_messages\": [\n            {\n              \"message_type\": \"success\",\n              \"priority\": 38448201.109663665,\n              \"message\": \"sunt consectetur\",\n              \"inject_at\": [\n                \"officia exercitation reprehenderit\",\n                \"elit proident\"\n              ]\n            },\n            {\n              \"message_type\": \"error\",\n              \"priority\": -29999118.907744914,\n              \"message\": \"cupidatat Lorem officia sed\",\n              \"inject_at\": [\n                \"velit ut pariatur\",\n                \"reprehenderit ullamco officia dolore\"\n              ]\n            }\n          ],\n          \"process_after_config\": {\n            \"is_scheduled_shipment\": false,\n            \"enable_processing_after\": \"1953-04-30T00:28:18.786Z\"\n          },\n          \"parent_type\": \"in et Ut aute\",\n          \"store_invoice_id\": \"sed ut deserunt\",\n          \"lock_status\": \"dolor ani\",\n          \"type\": \"ullamco esse aliquip sit\",\n          \"billing_address_json\": {\n            \"phone\": \"cillum in incididunt in labore\",\n            \"address2\": \"labore adipisicing laborum Excepteur\",\n            \"address\": \"minim id aliquip la\",\n            \"longitude\": 89293425.56966841,\n            \"pincode\": \"laboris ea ut\",\n            \"area\": \"do laboris anim exercitation sunt\",\n            \"address_type\": \"home\",\n            \"country\": \"sunt ut Ut\",\n            \"address_category\": \"delivery\",\n            \"email\": \"ut commodo\",\n            \"created_at\": \"1947-05-27T10:29:56.351Z\",\n            \"address1\": \"aute veniam\",\n            \"display_address\": \"nulla velit cillum do\",\n            \"landmark\": \"Excepteur velit reprehenderit elit\",\n            \"updated_at\": \"1985-02-13T23:52:19.128Z\",\n            \"version\": \"sed\",\n            \"latitude\": 71893431.3283599,\n            \"contact_person\": \"dolore cupidatat proident\",\n            \"state\": \"aliquip laborum in magna\",\n            \"city\": \"id cupidatat\",\n            \"area_code_slug\": \"eu aliqua aute\",\n            \"country_code\": \"velit culpa\",\n            \"country_iso_code\": \"ut cupidatat consectetur sed laboris\",\n            \"country_phone_code\": \"sunt adipisicing labor\",\n            \"delivery_address_id\": 81431110,\n            \"geo_location\": {\n              \"irure009\": false\n            },\n            \"name\": \"ullamco in\",\n            \"sector\": \"in enim reprehenderit cupidatat\",\n            \"state_code\": \"eu nostrud qui sint\",\n            \"uid\": \"mollit ipsum\",\n            \"user_id\": \"deserunt ea mollit in aliqua\",\n            \"code\": \"laboris est magna proident\"\n          },\n          \"id\": \"reprehenderit eiusmod ad magna\",\n          \"fulfilment_priority\": 24961457,\n          \"is_active\": false,\n          \"previous_shipment_id\": \"labore \",\n          \"pdf_links\": {\n            \"in_b9\": -94619166.60758871\n          },\n          \"delivery_address_json\": {\n            \"phone\": \"amet ea ullamco enim\",\n            \"address2\": \"qui consequat in proident tempor\",\n            \"address\": \"cillum voluptate\",\n            \"longitude\": -69696108.26449348,\n            \"pincode\": \"magna\",\n            \"area\": \"deserunt in\",\n            \"address_type\": \"home\",\n            \"country\": \"eu Excepteur dolor\",\n            \"address_category\": \"delivery\",\n            \"email\": \"magna in officia rep\",\n            \"created_at\": \"2020-03-02T09:23:28.025Z\",\n            \"address1\": \"nisi pariatur tempor\",\n            \"display_address\": \"et in in\",\n            \"landmark\": \"laborum ut sed elit\",\n            \"updated_at\": \"2019-05-22T21:07:05.019Z\",\n            \"version\": \"tempor aliqua\",\n            \"latitude\": 92774178.54372424,\n            \"contact_person\": \"Excepteur labore\",\n            \"state\": \"ad dolore ame\",\n            \"city\": \"pariatur ea minim\",\n            \"area_code_slug\": \"culpa consectetur ut\",\n            \"country_code\": \"Duis fugia\",\n            \"country_iso_code\": \"fugiat nulla ex in ullamco\",\n            \"country_phone_code\": \"aliqua mollit sit consectetur\",\n            \"delivery_address_id\": 27359092,\n            \"geo_location\": {\n              \"tempor_498\": 73937479.7698915,\n              \"dolore4cb\": \"labore exercitation laboris sit\"\n            },\n            \"name\": \"E\",\n            \"sector\": \"non\",\n            \"state_code\": \"tempor laborum\",\n            \"uid\": \"dolore irure laboris velit culpa\",\n            \"user_id\": \"qui ea mollit dolore\",\n            \"code\": \"in eu reprehenderit\"\n          },\n          \"eway_bill_id\": \"Duis dolore ea\",\n          \"affiliate_shipment_id\": \"culpa nostrud\",\n          \"fynd_order_id\": \"amet eu\",\n          \"created_at\": \"1949-12-31T08:23:00.918Z\",\n          \"delivery_awb_number\": \"consequat incididunt labore nostrud\",\n          \"hand_over_contact_json\": {\n            \"phone\": \"dolore et\",\n            \"address2\": \"dolor cillum\",\n            \"address\": \"ut sunt anim nostrud reprehenderit\",\n            \"longitude\": 66164493.27858326,\n            \"pincode\": \"ad eu\",\n            \"area\": \"sed esse adipisicing elit\",\n            \"address_type\": \"office\",\n            \"country\": \"fugiat ut\",\n            \"address_category\": \"billing\",\n            \"email\": \"laborum ad ipsum magna\",\n            \"created_at\": \"1968-10-20T22:47:13.611Z\",\n            \"address1\": \"officia cillum in occaecat\",\n            \"display_address\": \"adipisicing culpa amet laboris exercitation\",\n            \"landmark\": \"elit ex nostrud ad\",\n            \"updated_at\": \"1985-09-15T18:19:39.014Z\",\n            \"version\": \"ut\",\n            \"latitude\": 98554915.43805498,\n            \"contact_person\": \"ad esse\",\n            \"state\": \"quis aliqua\",\n            \"city\": \"in\",\n            \"area_code_slug\": \"adipisicing in molli\",\n            \"country_code\": \"dolore magna\",\n            \"country_iso_code\": \"labore ut\",\n            \"country_phone_code\": \"in sit ullamco\",\n            \"delivery_address_id\": 22689893,\n            \"geo_location\": {\n              \"id_0d9\": 75493862.0973478,\n              \"aute_f_0\": 35980645.46810821,\n              \"ex3d\": \"mollit\"\n            },\n            \"name\": \"culpa Duis labore\",\n            \"sector\": \"n\",\n            \"state_code\": \"nisi\",\n            \"uid\": \"id irure ullamco\",\n            \"user_id\": \"exercitation Ut anim\",\n            \"code\": \"et cupidatat\"\n          },\n          \"credit_note_id\": \"occaecat consectetur ad non\",\n          \"parent_id\": \"sint\",\n          \"affiliate_id\": \"in aute dolore\",\n          \"packaging_type\": \"in do\",\n          \"vertical\": \"commodo laborum\",\n          \"quantity\": 97483723.35648364,\n          \"status\": {\n            \"meta\": {\n              \"in_4\": false\n            },\n            \"bag_list\": [\n              \"anim fugiat sint aute eu\",\n              \"mollit irure\"\n            ],\n            \"id\": -15788497,\n            \"created_at\": \"2011-11-23T21:44:07.018Z\",\n            \"created_ts\": \"est dolor Exc\",\n            \"shipment_id\": \"reprehenderit ad ipsum\",\n            \"status\": \"consequat\",\n            \"display_name\": \"dolor\",\n            \"current_shipment_status\": \"incididunt in ad deserunt culpa\",\n            \"status_created_at\": \"1989-10-29T22:17:17.030Z\"\n          },\n          \"price\": {\n            \"refund_credit\": 45176531.41711953,\n            \"amount_paid_roundoff\": -54864780.13688649,\n            \"price_effective\": -40969624.53873618,\n            \"promotion_effective_discount\": -46723253.70124799,\n            \"pm_price_split\": 56299963.82195756,\n            \"refund_amount\": 19515788.205294266,\n            \"transfer_price\": -17602214.56247714,\n            \"coupon_effective_discount\": 82451521.64979988,\n            \"tax_collected_at_source\": -65702844.37448692,\n            \"brand_calculated_amount\": -97645815.4856147,\n            \"delivery_charge\": 6187189.393777043,\n            \"cashback\": 79085239.6195609,\n            \"value_of_good\": -67359146.44923997,\n            \"cashback_applied\": -71656867.13933028,\n            \"cod_charges\": -16947925.833483353,\n            \"price_marked\": 87580676.5147272,\n            \"amount_paid\": -75166218.85304238,\n            \"coupon_value\": -86626812.96668744,\n            \"discount\": -17927984.52293369,\n            \"fynd_credits\": -51621289.35184365,\n            \"gift_price\": 41829214.15604529,\n            \"amount_to_be_collected\": -4341177.405976862,\n            \"cost_price\": 96324522.9811846,\n            \"loyalty_discount\": -78531757.97164002,\n            \"marketplace_promotion_effective_discount\": 69266028.92875603,\n            \"seller_promotion_effective_discount\": -70712138.04683954\n          },\n          \"gst\": {\n            \"value_of_good\": 85057304.30059427,\n            \"gst_fee\": -25084759.19257492,\n            \"brand_calculated_amount\": -77532021.03102037,\n            \"tax_collected_at_source\": -38721170.62830509,\n            \"gstin_code\": \"minim adipisicing ut\"\n          }\n        },\n        \"shipment_details\": {\n          \"affiliate_shipment_id\": \"dolore eiusmod\",\n          \"articles\": [\n            {\n              \"_id\": \"in laboris nisi minim exercitation\",\n              \"attributes\": {\n                \"ut_30c\": -53549938,\n                \"occaecat19\": \"Ut\"\n              },\n              \"brand_id\": -90251576,\n              \"category\": {\n                \"eaebf\": false\n              },\n              \"dimension\": {\n                \"Ut_575\": \"cillum amet ad in\"\n              },\n              \"quantity\": -84639862,\n              \"weight\": {\n                \"elit82\": -25192002,\n                \"sint8c2\": 96496509.90723044,\n                \"do1e\": true,\n                \"anim_15\": -16388200\n              }\n            },\n            {\n              \"_id\": \"consequat non qui elit\",\n              \"attributes\": {\n                \"commodo_1b4\": true,\n                \"eiusmod_4\": \"deserunt culpa\",\n                \"amet_e\": -14894780\n              },\n              \"brand_id\": 17354740,\n              \"category\": {\n                \"sit_f89\": true,\n                \"consequat87\": -47480531\n              },\n              \"dimension\": {\n                \"esse_4\": true,\n                \"sited\": \"dolor anim occaecat amet\"\n              },\n              \"quantity\": -60263133,\n              \"weight\": {\n                \"laborum_0\": -58031411,\n                \"Ut_253\": false\n              }\n            }\n          ],\n          \"fulfillment_id\": 52042789,\n          \"shipments\": 26648935,\n          \"box_type\": \"enim proident\",\n          \"dp_id\": \"velit adipisicing consectetur cillum\",\n          \"meta\": {\n            \"consectetur_f\": \"nostr\"\n          },\n          \"dp_options\": {\n            \"nostrud__\": -87508682,\n            \"nonbe\": 70108964,\n            \"incididunt_ba\": 9625833\n          },\n          \"lock_status\": true,\n          \"action_to_status\": {\n            \"download_invoice\": \"lock\",\n            \"download_label\": \"lock\"\n          }\n        },\n        \"shipment_id\": \"consequat id amet sed\",\n        \"shipment_gst\": {\n          \"value_of_good\": 87662494.49397013,\n          \"gst_fee\": 42433685.7444236,\n          \"brand_calculated_amount\": -2652789.4567334205,\n          \"tax_collected_at_source\": 21321601.36965622,\n          \"gstin_code\": \"esse in\"\n        },\n        \"shipment_status\": {\n          \"meta\": {\n            \"officia89b\": \"ea et magna velit\",\n            \"sit67\": 18998588.410687894,\n            \"nisi20a\": 2060766\n          },\n          \"bag_list\": [\n            \"magna ipsum dolore culpa\",\n            \"laborum ex\"\n          ],\n          \"id\": -69421568,\n          \"created_at\": \"1989-11-09T14:46:34.393Z\",\n          \"created_ts\": \"c\",\n          \"shipment_id\": \"dolor dolore laborum elit laboris\",\n          \"status\": \"incididunt proident dolor\",\n          \"display_name\": \"ipsum ex adipisicing tempor eiusm\",\n          \"current_shipment_status\": \"et\",\n          \"status_created_at\": \"2015-09-29T22:43:13.016Z\"\n        },\n        \"shipment_status_history\": [\n          {\n            \"meta\": {\n              \"etd\": 29550005.679237887\n            },\n            \"bag_list\": [\n              \"ad dolor\",\n              \"nulla irure quis\"\n            ],\n            \"id\": -54594611,\n            \"created_at\": \"1947-02-18T14:06:12.500Z\",\n            \"created_ts\": \"ipsum dolor cupidatat aliquip qui\",\n            \"shipment_id\": \"officia ex nulla\",\n            \"status\": \"id aliquip\",\n            \"display_name\": \"Ut cillum lab\",\n            \"current_shipment_status\": \"eu id Excepteur non\",\n            \"status_created_at\": \"2024-10-24T15:56:27.096Z\"\n          },\n          {\n            \"meta\": {\n              \"culpa_72d\": -15847725,\n              \"ipsum_c_5\": true,\n              \"adipisicing_38\": -23771386\n            },\n            \"bag_list\": [\n              \"incididunt ipsum ut\",\n              \"eiusmod Lorem\"\n            ],\n            \"id\": 17869094,\n            \"created_at\": \"1975-12-06T19:43:36.829Z\",\n            \"created_ts\": \"labore\",\n            \"shipment_id\": \"velit dolor\",\n            \"status\": \"in Ut consequat\",\n            \"display_name\": \"nisi labore proident\",\n            \"current_shipment_status\": \"voluptate officia\",\n            \"status_created_at\": \"1964-11-13T08:59:46.481Z\"\n          }\n        ],\n        \"status\": {\n          \"can_be_cancelled\": true,\n          \"enable_tracking\": true,\n          \"is_active\": true,\n          \"is_customer_return_allowed\": true,\n          \"is_returnable\": false\n        },\n        \"tags\": [\n          \"dolor esse\",\n          \"quis enim do laboris veniam\"\n        ],\n        \"total_shipment_bags\": 32853352,\n        \"total_shipments_in_order\": -38173922,\n        \"transaction_type\": \"shipment\",\n        \"type\": \"labore cillum\",\n        \"updated_at\": \"1982-06-05T23:51:25.009Z\",\n        \"user\": {\n          \"user_oid\": \"id\",\n          \"external_customer_id\": \"amet con\",\n          \"first_name\": \"ea\",\n          \"last_name\": \"incididunt in dolore ut dolore\",\n          \"mobile\": \"enim\",\n          \"email\": \"Excepteur exercitation ad\",\n          \"is_anonymous_user\": false,\n          \"gender\": \"pariatur cupidatat\",\n          \"mongo_user_id\": \"labore magna\",\n          \"meta\": {\n            \"adcb\": 76573297.37651187,\n            \"cillumfd_\": \"do qui pariatur eu\"\n          }\n        },\n        \"weight\": {\n          \"value\": 39782552.659590036,\n          \"unit\": \"aute adip\"\n        },\n        \"original_bag_list\": [\n          97630906,\n          -40911169\n        ],\n        \"identifier\": \"magna\"\n      },\n      {\n        \"bag_update_time\": 21983510.68513383,\n        \"id\": \"esse magna m\",\n        \"bag_id\": 33062526,\n        \"affiliate_bag_details\": {\n          \"affiliate_bag_id\": \"sint ut sed ullamco\",\n          \"affiliate_meta\": {\n            \"order_item_id\": \"exercitation sit dolor deserunt\",\n            \"channel_order_id\": \"do deserunt pariatur\",\n            \"employee_discount\": -2752230.5851646066,\n            \"box_type\": \"aliquip amet\",\n            \"quantity\": -73264911,\n            \"size_level_total_qty\": 67240367,\n            \"loyalty_discount\": 72281156.40823427,\n            \"replacement_details\": {\n              \"replacement_type\": \"irure cillum in laborum\",\n              \"original_affiliate_order_id\": \"sed eiusmod dolor laborum\"\n            },\n            \"channel_shipment_id\": \"mollit id voluptate\",\n            \"marketplace_invoice_id\": \"in esse sint\",\n            \"due_date\": \"2001-10-20T01:03:05.690Z\",\n            \"coupon_code\": \"exercitation et ut in\",\n            \"is_priority\": false,\n            \"is_serial_number_required\": true,\n            \"fulfilment_priority\": -91115538,\n            \"customer_selling_price\": 98536699.53582811\n          },\n          \"affiliate_order_id\": \"cupidatat p\",\n          \"employee_discount\": -29438053.241362512,\n          \"loyalty_discount\": 6537472.549050257\n        },\n        \"affiliate_details\": {\n          \"affiliate_bag_id\": \"aliquip\",\n          \"affiliate_meta\": {\n            \"order_item_id\": \"elit in\",\n            \"channel_order_id\": \"sint velit occ\",\n            \"employee_discount\": 40907363.38925001,\n            \"box_type\": \"Ut exercitation commodo et\",\n            \"quantity\": -73880253,\n            \"size_level_total_qty\": -9707281,\n            \"loyalty_discount\": -63442434.91685333,\n            \"replacement_details\": {\n              \"replacement_type\": \"cupidatat amet proident\",\n              \"original_affiliate_order_id\": \"enim elit labore ut Duis\"\n            },\n            \"channel_shipment_id\": \"Excepteur\",\n            \"marketplace_invoice_id\": \"eu laborum sunt\",\n            \"due_date\": \"1992-03-17T00:52:20.197Z\",\n            \"coupon_code\": \"do quis\",\n            \"is_priority\": true,\n            \"is_serial_number_required\": false,\n            \"fulfilment_priority\": -43831245,\n            \"customer_selling_price\": 41966264.48713657\n          },\n          \"affiliate_order_id\": \"eiusmod irure mollit velit\",\n          \"affiliate_shipment_id\": \"pariatur in\",\n          \"affiliate_store_id\": \"in consectetur elit aute nulla\",\n          \"shipment_meta\": {\n            \"same_store_available\": true,\n            \"weight\": -96951279,\n            \"tracking_url\": \"pariatur nulla incididunt cillum\",\n            \"estimated_delivery_date\": \"1989-03-26T08:59:55.285Z\",\n            \"b2b_buyer_details\": {\n              \"address\": \"ullamco U\",\n              \"city\": \"sed commodo sint nisi ea\",\n              \"gstin\": \"ex pariatur consectetur\",\n              \"name\": \"pariatur\",\n              \"pincode\": 29640639,\n              \"state\": \"esse consequat labore\",\n              \"ajio_site_id\": \"sit magna\"\n            },\n            \"formatted\": {\n              \"max\": \"ea cupidatat\",\n              \"min\": \"cil\"\n            },\n            \"debug_info\": {\n              \"stormbreaker_uuid\": \"minim est reprehenderit\"\n            },\n            \"return_awb_number\": \"velit\",\n            \"is_self_ship\": true,\n            \"box_type\": \"i\",\n            \"einvoice_info\": {\n              \"credit_note\": {\n                \"Lorem_5e\": true,\n                \"Ut_2c\": \"adipisicing in eiusmod\"\n              },\n              \"invoice\": {\n                \"in8\": true,\n                \"dolordb\": -83669940.34367408\n              }\n            },\n            \"return_affiliate_shipment_id\": \"dolor occaecat nostrud\",\n            \"parent_dp_id\": \"in ut nisi cillum\",\n            \"shipment_weight\": -1804842.1033034474,\n            \"dimension\": {\n              \"height\": 15033454.322830454,\n              \"width\": -2489644.5611302555,\n              \"is_default\": true,\n              \"unit\": \"in consectetur voluptate\",\n              \"length\": -77927333.7802791\n            },\n            \"dp_options\": {\n              \"quis4b\": -25687754,\n              \"anim1\": 19892288.715357915,\n              \"aliquip_e73\": \"culpa deserunt\"\n            },\n            \"assign_dp_from_sb\": false,\n            \"due_date\": \"1982-07-22T11:41:24.043Z\",\n            \"store_invoice_updated_date\": \"1994-11-15T08:01:35.744Z\",\n            \"forward_affiliate_shipment_id\": \"aliquip\",\n            \"return_store_node\": 94981766,\n            \"fulfilment_priority_text\": \"velit in mollit nisi\",\n            \"shipment_tags\": [\n              {\n                \"slug\": \"in Excepteur id\",\n                \"entity_type\": \"shipments\",\n                \"display_text\": \"occaecat ut commodo elit\"\n              },\n              {\n                \"slug\": \"reprehenderit cupidatat nisi c\",\n                \"entity_type\": \"shipments\",\n                \"display_text\": \"proident dolor in nisi pariatur\"\n              }\n            ],\n            \"external\": {\n              \"sit_8\": false,\n              \"in__\": 3424387.6032488793,\n              \"Duisda5\": false,\n              \"proident2e\": false\n            },\n            \"awb_number\": \"tempor\",\n            \"lock_data\": {\n              \"locked\": false,\n              \"mto\": false,\n              \"lock_message\": \"ipsum id\"\n            },\n            \"order_type\": \"Digital\",\n            \"ewaybill_info\": {\n              \"ea9d3\": -62484617.213587515\n            },\n            \"dp_id\": \"officia nostrud velit\",\n            \"shipment_volumetric_weight\": -63039687.65457872,\n            \"marketplace_store_id\": \"cillum pariatur eu\",\n            \"return_details\": {\n              \"nulla_1\": \"ut Excepteur non\",\n              \"elit47\": \"magna ad ex do id\"\n            },\n            \"dp_sort_key\": \"nisi dolor eu mollit in\",\n            \"packaging_name\": \"anim elit est dolore\",\n            \"timestamp\": {\n              \"max\": 69745972,\n              \"min\": 47381513\n            },\n            \"auto_trigger_dp_assignment_acf\": false,\n            \"dp_name\": \"qui laboris tempor dolor\",\n            \"po_number\": \"sit cillum nulla\",\n            \"b2c_buyer_details\": {\n              \"tempor_92\": 12012967,\n              \"laboris6c\": -95720897.52628839,\n              \"est_0\": false\n            },\n            \"forward_affiliate_order_id\": \"Excepteur incididunt in ut\",\n            \"return_affiliate_order_id\": \"Duis eu do et\",\n            \"bag_weight\": {\n              \"nisi_f6\": \"anim Ut est voluptate\",\n              \"ut_3\": false,\n              \"cupidatat71\": 18857567.645510808,\n              \"tempor_5\": -60839435.39216063\n            },\n            \"refund_to\": \"consequat velit in\"\n          },\n          \"company_affiliate_tag\": \"con\",\n          \"pdf_links\": {\n            \"invoice_type\": \"external\",\n            \"label_type\": \"parent_child\",\n            \"label_a6\": \"minim dolor\",\n            \"invoice\": \"ullamco Lorem ex\",\n            \"label_pos\": \"ea dolor cillum\",\n            \"invoice_a6\": \"eu velit ipsum dolor culpa\",\n            \"b2b\": \"ipsum culpa e\",\n            \"label\": \"eiusmod nisi laborum\",\n            \"label_a4\": \"et\",\n            \"invoice_export\": \"in ipsu\",\n            \"credit_note_url\": \"dolor pari\",\n            \"delivery_challan_a4\": \"consectetur sunt\",\n            \"label_export\": \"in ea non sint \",\n            \"invoice_a4\": \"dolor veniam dolor\",\n            \"invoice_pos\": \"et eiusmod eu adipisicing dolor\",\n            \"po_invoice\": \"id et\"\n          },\n          \"config\": {\n            \"app\": {\n              \"created_at\": \"1969-11-11T03:21:23.918Z\",\n              \"id\": \"enim ad\",\n              \"name\": \"anim ut laborum\",\n              \"owner\": \"nulla dolor cupidatat ullamco\",\n              \"secret\": \"ut commodo sint\",\n              \"token\": \"est ut sint\",\n              \"updated_at\": \"1947-12-13T21:12:39.825Z\",\n              \"description\": \"laboris commodo\",\n              \"meta\": [\n                {\n                  \"name\": \"culpa Ut sunt enim ea\",\n                  \"value\": \"id cupidatat elit eiusmod laboris\"\n                },\n                {\n                  \"name\": \"ut fugiat dolor\",\n                  \"value\": \"sit\"\n                }\n              ]\n            },\n            \"inventory\": {\n              \"article_assignment\": {\n                \"post_order_reassignment\": false\n              },\n              \"payment\": {\n                \"source\": \"consequat dese\",\n                \"mode_of_payment\": \"proident veniam\"\n              },\n              \"inventory\": {\n                \"store\": {\n                  \"eu1e9\": true\n                }\n              },\n              \"order\": {\n                \"force_reassignment\": false\n              },\n              \"logistics\": {\n                \"dp_assignment\": false\n              }\n            },\n            \"app_company_id\": 5743683\n          },\n          \"affiliate_id\": \"Lorem consectetur exercitation adipisicing\",\n          \"id\": \"ut exercitation amet\"\n        },\n        \"article\": {\n          \"_id\": \"tempor ut\",\n          \"identifiers\": {\n            \"occaecat_fa6\": 53726008,\n            \"eiusmodf8\": true\n          },\n          \"seller_identifier\": \"labore et ut\",\n          \"size\": \"do consequat elit\",\n          \"uid\": \"non\",\n          \"set\": {\n            \"veniam_3b3\": \"eiusmo\"\n          },\n          \"dimensions\": {\n            \"height\": -72402173.59103687,\n            \"width\": 11617976.192356184,\n            \"is_default\": false,\n            \"unit\": \"fugiat ex nostrud eu\",\n            \"length\": 9671012.919001013\n          },\n          \"currency\": {\n            \"exercitation_89\": \"ut incididunt nostrud voluptate\",\n            \"dolor_b\": \"sunt consectetur labore sit occaecat\"\n          },\n          \"esp_modified\": false,\n          \"return_config\": {\n            \"returnable\": true,\n            \"time\": 13031470.654043972,\n            \"unit\": \"et s\"\n          },\n          \"code\": \"culpa\",\n          \"weight\": {\n            \"is_default\": false,\n            \"shipping\": 51480453,\n            \"unit\": \"eiusmod Excepteur aliqua quis\"\n          },\n          \"raw_meta\": \"el\",\n          \"is_set\": true,\n          \"tags\": [\n            \"aute laborum aliquip\",\n            \"in qui deserunt\"\n          ],\n          \"_custom_json\": {\n            \"qui_fb\": true,\n            \"eiusmod36\": false\n          }\n        },\n        \"article_details\": {\n          \"status\": {\n            \"status\": {\n              \"cancelled_fynd\": {\n                \"653b8f6ecde78e46b559a4cd\": {\n                  \"uid\": \"653b8f6ecde78e46b559a4cd\",\n                  \"_id\": \"653b8f6ecde78e46b559a4cd\",\n                  \"is_set\": false,\n                  \"bag_ids\": [\n                    {\n                      \"bag_id\": 6393,\n                      \"quantity\": 1\n                    }\n                  ],\n                  \"quantity\": 1,\n                  \"reasons\": {}\n                }\n              }\n            }\n          }\n        },\n        \"bag_status\": [\n          {\n            \"status\": \"ad sit Ut\",\n            \"forward\": true,\n            \"store_id\": -70191119,\n            \"delivery_awb_number\": \"labore Ut id anim eiusmod\",\n            \"kafka_sync\": false,\n            \"delivery_partner_id\": -20289821,\n            \"app_display_name\": \"enim in quis\",\n            \"state_id\": 69761482,\n            \"state_type\": \"operational\",\n            \"bsh_id\": -75907216,\n            \"created_at\": \"1975-06-24T23:44:01.800Z\",\n            \"created_ts\": \"ad ex ullamco\",\n            \"shipment_id\": \"deserunt voluptate molli\",\n            \"updated_at\": \"1949-12-14T12:42:58.770Z\",\n            \"updated_ts\": \"in esse\",\n            \"bag_state_mapper\": {\n              \"display_name\": \"eu\",\n              \"id\": -86972432,\n              \"journey_type\": \"forward\",\n              \"name\": \"consequat aute et\",\n              \"state_type\": \"logistics\",\n              \"is_active\": true,\n              \"app_display_name\": \"reprehenderit est culpa\",\n              \"app_state_name\": \"ut Duis\",\n              \"app_facing\": true,\n              \"notify_customer\": false\n            },\n            \"bag_id\": 54623346,\n            \"display_name\": \"occaecat aliquip\"\n          },\n          {\n            \"status\": \"est velit cupidatat sint aute\",\n            \"forward\": true,\n            \"store_id\": -28721472,\n            \"delivery_awb_number\": \"voluptate Lorem cillum ipsum nulla\",\n            \"kafka_sync\": true,\n            \"delivery_partner_id\": 84850572,\n            \"app_display_name\": \"elit ad occaecat anim ex\",\n            \"state_id\": -32153104,\n            \"state_type\": \"operational\",\n            \"bsh_id\": -5002127,\n            \"created_at\": \"2019-08-20T08:51:08.224Z\",\n            \"created_ts\": \"nisi minim\",\n            \"shipment_id\": \"quis\",\n            \"updated_at\": \"1958-12-17T10:28:40.648Z\",\n            \"updated_ts\": \"et id aliqu\",\n            \"bag_state_mapper\": {\n              \"display_name\": \"deserunt et\",\n              \"id\": 87490511,\n              \"journey_type\": \"forward\",\n              \"name\": \"Excepteur in et proident laborum\",\n              \"state_type\": \"logistics\",\n              \"is_active\": true,\n              \"app_display_name\": \"culpa ea Ut enim nisi\",\n              \"app_state_name\": \"fugiat non tempor id dolore\",\n              \"app_facing\": false,\n              \"notify_customer\": false\n            },\n            \"bag_id\": 45361096,\n            \"display_name\": \"do sit cupidatat velit nostrud\"\n          }\n        ],\n        \"bag_status_history\": [\n          {\n            \"status\": \"Duis pariatur ipsum id\",\n            \"forward\": false,\n            \"store_id\": -85608702,\n            \"delivery_awb_number\": \"ipsum ex eu\",\n            \"kafka_sync\": false,\n            \"delivery_partner_id\": -17979281,\n            \"app_display_name\": \"Excepteur occaecat\",\n            \"state_id\": -28678253,\n            \"state_type\": \"financial\",\n            \"bsh_id\": -78281601,\n            \"created_at\": \"1969-01-30T19:45:09.669Z\",\n            \"created_ts\": \"ut consequat non\",\n            \"shipment_id\": \"dolor aliquip enim\",\n            \"updated_at\": \"2012-01-17T04:41:37.066Z\",\n            \"updated_ts\": \"cupidatat dolor\",\n            \"bag_state_mapper\": {\n              \"display_name\": \"in tempor\",\n              \"id\": -78272400,\n              \"journey_type\": \"forward\",\n              \"name\": \"exercitation id reprehenderit in ad\",\n              \"state_type\": \"logistics\",\n              \"is_active\": false,\n              \"app_display_name\": \"ea minim\",\n              \"app_state_name\": \"do velit voluptate\",\n              \"app_facing\": false,\n              \"notify_customer\": false\n            },\n            \"bag_id\": 86566500,\n            \"display_name\": \"exercitation reprehenderit adipisicing proident\"\n          },\n          {\n            \"status\": \"proident\",\n            \"forward\": true,\n            \"store_id\": -37997526,\n            \"delivery_awb_number\": \"aliqua labore cillum sed\",\n            \"kafka_sync\": true,\n            \"delivery_partner_id\": -45493157,\n            \"app_display_name\": \"est id eu Ut\",\n            \"state_id\": -36461670,\n            \"state_type\": \"operational\",\n            \"bsh_id\": 38647840,\n            \"created_at\": \"1972-07-17T13:14:08.951Z\",\n            \"created_ts\": \"occaecat amet velit\",\n            \"shipment_id\": \"anim\",\n            \"updated_at\": \"1989-04-16T17:32:40.730Z\",\n            \"updated_ts\": \"aliqua Lorem\",\n            \"bag_state_mapper\": {\n              \"display_name\": \"voluptate ad dolor enim\",\n              \"id\": -36475475,\n              \"journey_type\": \"return\",\n              \"name\": \"laborum commodo esse\",\n              \"state_type\": \"financial\",\n              \"is_active\": true,\n              \"app_display_name\": \"in amet\",\n              \"app_state_name\": \"fugiat anim enim\",\n              \"app_facing\": false,\n              \"notify_customer\": true\n            },\n            \"bag_id\": -71582273,\n            \"display_name\": \"sunt in ad incididunt\"\n          }\n        ],\n        \"brand\": {\n          \"brand_name\": \"id elit consectetur\",\n          \"credit_note_expiry_days\": -58707876,\n          \"logo\": \"sunt officia et incididunt\",\n          \"invoice_prefix\": \"ullamco deserunt nulla veniam\",\n          \"credit_note_allowed\": true,\n          \"start_date\": \"2023-05-30T11:25:50.494Z\",\n          \"company\": \"commodo voluptate\",\n          \"is_virtual_invoice\": false,\n          \"script_last_ran\": \"amet enim tempor exercitation\",\n          \"pickup_location\": \"dolore adipisicing\",\n          \"created_on\": \"2001-09-08T05:44:51.443Z\",\n          \"brand_id\": -89320405,\n          \"modified_on\": \"1961-06-29T07:14:16.135Z\",\n          \"id\": 52735217\n        },\n        \"company\": {\n          \"pan_no\": \"cillum esse\",\n          \"created_on\": \"1949-01-29T07:34:35.760Z\",\n          \"id\": 60052168,\n          \"company_name\": \"enim proident est\",\n          \"gst_number\": \"est ut nisi anim\",\n          \"company_type\": \"mbo\",\n          \"modified_on\": \"2018-11-10T13:45:57.057Z\",\n          \"meta\": {\n            \"tempor_8\": 64857763.68221545\n          },\n          \"business_type\": \"ex quis velit\",\n          \"agreement_start_date\": \"2015-03-17T05:18:28.103Z\"\n        },\n        \"current_operational_status\": {\n          \"status\": \"nulla sunt\",\n          \"forward\": true,\n          \"store_id\": -8445851,\n          \"delivery_awb_number\": \"ullamco velit fugiat\",\n          \"kafka_sync\": true,\n          \"delivery_partner_id\": 37245640,\n          \"app_display_name\": \"id irure dolor officia velit\",\n          \"state_id\": -92687145,\n          \"state_type\": \"operational\",\n          \"bsh_id\": -4619989,\n          \"created_at\": \"1977-03-14T10:16:29.063Z\",\n          \"created_ts\": \"nisi officia quis ullamco voluptate\",\n          \"shipment_id\": \"veniam\",\n          \"updated_at\": \"1990-03-26T20:50:30.323Z\",\n          \"updated_ts\": \"ut labori\",\n          \"bag_state_mapper\": {\n            \"display_name\": \"commodo non anim\",\n            \"id\": -75695874,\n            \"journey_type\": \"return\",\n            \"name\": \"pariatur incididunt proide\",\n            \"state_type\": \"logistics\",\n            \"is_active\": true,\n            \"app_display_name\": \"Lorem elit exercitation ut nostrud\",\n            \"app_state_name\": \"non et cupidatat deserunt\",\n            \"app_facing\": true,\n            \"notify_customer\": true\n          },\n          \"bag_id\": 34120800,\n          \"display_name\": \"consectetur id\"\n        },\n        \"current_status\": {\n          \"status\": \"elit eiusmod dolor\",\n          \"forward\": false,\n          \"store_id\": -25372338,\n          \"delivery_awb_number\": \"voluptate ex elit exercitation ea\",\n          \"kafka_sync\": false,\n          \"delivery_partner_id\": -41660692,\n          \"app_display_name\": \"tempor ad\",\n          \"state_id\": -65225525,\n          \"state_type\": \"financial\",\n          \"bsh_id\": -40372587,\n          \"created_at\": \"1998-03-23T21:53:04.587Z\",\n          \"created_ts\": \"nisi amet\",\n          \"shipment_id\": \"velit ipsum\",\n          \"updated_at\": \"1959-02-06T15:30:39.304Z\",\n          \"updated_ts\": \"ullamco Duis culpa laborum eu\",\n          \"bag_state_mapper\": {\n            \"display_name\": \"sed amet laborum\",\n            \"id\": 36086568,\n            \"journey_type\": \"return\",\n            \"name\": \"amet\",\n            \"state_type\": \"operational\",\n            \"is_active\": false,\n            \"app_display_name\": \"proident\",\n            \"app_state_name\": \"id veniam do\",\n            \"app_facing\": false,\n            \"notify_customer\": true\n          },\n          \"bag_id\": 96004561,\n          \"display_name\": \"esse Ut nostrud\"\n        },\n        \"dates\": {\n          \"delivery_date\": \"1956-07-16T14:53:55.117Z\",\n          \"order_created\": \"non qui ad amet Duis\"\n        },\n        \"delivery_address\": {\n          \"phone\": \"id laboris\",\n          \"address2\": \"dolor laborum tempor qui\",\n          \"address\": \"amet exercitation dolore Lorem do\",\n          \"longitude\": -16629437.277612478,\n          \"pincode\": \"anim dolor ullamco sint\",\n          \"area\": \"eiusmod tempor \",\n          \"address_type\": \"office\",\n          \"country\": \"amet aliqua culpa\",\n          \"address_category\": \"delivery\",\n          \"email\": \"dolore ut nostrud aliqua\",\n          \"created_at\": \"1979-12-12T09:36:06.986Z\",\n          \"address1\": \"laboris adipisicing sed elit\",\n          \"display_address\": \"do ipsum sunt ad\",\n          \"landmark\": \"enim aliqua ullamco\",\n          \"updated_at\": \"1950-12-13T14:12:07.688Z\",\n          \"version\": \"ea ad\",\n          \"latitude\": -20389859.518706694,\n          \"contact_person\": \"amet Excepteur\",\n          \"state\": \"anim dolore\",\n          \"city\": \"dolor\",\n          \"area_code_slug\": \"et exercitation veniam\",\n          \"country_code\": \"Excepteur laborum dolor\",\n          \"country_iso_code\": \"ut labore fugiat\",\n          \"country_phone_code\": \"ut dolore\",\n          \"delivery_address_id\": -49898546,\n          \"geo_location\": {\n            \"laborum_59\": 34128507\n          },\n          \"name\": \"deserunt esse dolor eiusmod sunt\",\n          \"sector\": \"eiusmod occaecat\",\n          \"state_code\": \"eu nostrud elit\",\n          \"uid\": \"proident ex elit fugiat\",\n          \"user_id\": \"ut aliqua\",\n          \"code\": \"adi\"\n        },\n        \"delivery_slot\": {\n          \"slot\": \"minim et aliquip laborum\",\n          \"upper_bound\": \"Lorem adipisici\",\n          \"lower_bound\": \"exercitation in consectetur\",\n          \"date\": \"in velit\",\n          \"type\": \"sint\"\n        },\n        \"display_name\": \"reprehenderit en\",\n        \"dp_details\": {\n          \"eu_2e\": -5873304,\n          \"culpa_fdd\": -89256530,\n          \"cillumfe3\": \"n\",\n          \"nisi763\": -74501932.08452305,\n          \"reprehenderit_fd\": -70106543.38883087\n        },\n        \"einvoice_info\": {\n          \"laboris_4\": 57158680\n        },\n        \"entity_type\": \"bag\",\n        \"fallback_user\": {\n          \"ea_9\": false\n        },\n        \"financial_breakup\": [\n          {\n            \"added_to_fynd_cash\": true,\n            \"amount_paid\": 24764660.300663173,\n            \"brand_calculated_amount\": 15091956.938602552,\n            \"cashback\": -50422016.34635562,\n            \"cashback_applied\": 14609788.772050127,\n            \"cod_charges\": -67549214.54173645,\n            \"coupon_effective_discount\": -51440824.199764326,\n            \"coupon_value\": 47156753.375652105,\n            \"delivery_charge\": -78388959.13952681,\n            \"discount\": -30611932.003184214,\n            \"fynd_credits\": -10075570.111028746,\n            \"gst_fee\": 79827494.18903059,\n            \"gst_tag\": \"eiusmod nulla aliqua culpa\",\n            \"gst_tax_percentage\": -44247281.974275276,\n            \"hsn_code\": \"ut magna minim velit\",\n            \"identifiers\": {\n              \"alu\": \"tempor fugiat Ut adipisicin\",\n              \"ean\": \"tempor \",\n              \"sku_code\": \"aute Lorem est sed\",\n              \"upc\": \"non aliquip incididunt reprehen\",\n              \"isbn\": \"nulla ut minim in\"\n            },\n            \"item_name\": \"id irure\",\n            \"price_effective\": -14657287.986244023,\n            \"price_marked\": 84829905.51760748,\n            \"promotion_effective_discount\": -21164830.016278386,\n            \"refund_credit\": 79175817.86858419,\n            \"size\": \"dolor\",\n            \"total_units\": -7711568,\n            \"transfer_price\": 78390570.62196076,\n            \"value_of_good\": 58917236.21103227,\n            \"amount_paid_roundoff\": -77929739,\n            \"tax_collected_at_source\": -72134857.87537107,\n            \"amount_to_be_collected\": 11023142.343396679,\n            \"taxes\": [\n              {\n                \"name\": \"minim ut esse\",\n                \"rate\": 54623588.57500446,\n                \"tax_amount\": 29178359.58125648,\n                \"taxable_amount\": 26611871.296811655\n              },\n              {\n                \"name\": \"dolor proident in dolor\",\n                \"rate\": 65349104.584548175,\n                \"tax_amount\": 53774379.76257849,\n                \"taxable_amount\": 83012348.2891644\n              }\n            ],\n            \"loyalty_discount\": -50380538.38863483\n          },\n          {\n            \"added_to_fynd_cash\": false,\n            \"amount_paid\": 41413700.61411697,\n            \"brand_calculated_amount\": 46301701.2146374,\n            \"cashback\": 92197597.29495206,\n            \"cashback_applied\": 2001927.3940407634,\n            \"cod_charges\": 22770722.427521363,\n            \"coupon_effective_discount\": -215202.73242266476,\n            \"coupon_value\": -18597936.937559605,\n            \"delivery_charge\": 94763435.88311952,\n            \"discount\": 6698672.088620052,\n            \"fynd_credits\": -43014071.217465274,\n            \"gst_fee\": -94477647.27193908,\n            \"gst_tag\": \"consequat ullamco sed nostrud\",\n            \"gst_tax_percentage\": -49896739.18492814,\n            \"hsn_code\": \"Duis nostrud Excepteur\",\n            \"identifiers\": {\n              \"alu\": \"esse velit\",\n              \"ean\": \"mollit\",\n              \"sku_code\": \"sint incididunt tempor occaecat laborum\",\n              \"upc\": \"enim elit fugiat\",\n              \"isbn\": \"com\"\n            },\n            \"item_name\": \"tempor do laboris sit nostrud\",\n            \"price_effective\": -89014517.54769574,\n            \"price_marked\": 15650815.17025289,\n            \"promotion_effective_discount\": -24929441.00784284,\n            \"refund_credit\": 10685272.985302642,\n            \"size\": \"irure deserunt aute elit consequat\",\n            \"total_units\": -51916729,\n            \"transfer_price\": 34867749.24193421,\n            \"value_of_good\": 10817640.296384797,\n            \"amount_paid_roundoff\": 57231345,\n            \"tax_collected_at_source\": 43168259.05543494,\n            \"amount_to_be_collected\": -24913557.72701347,\n            \"taxes\": [\n              {\n                \"name\": \"Lorem\",\n                \"rate\": 1723212.6001470983,\n                \"tax_amount\": -67178838.61780591,\n                \"taxable_amount\": 43900862.8383739\n              },\n              {\n                \"name\": \"minim sint cillum nisi ipsum\",\n                \"rate\": -95666340.31559187,\n                \"tax_amount\": 75015504.4436653,\n                \"taxable_amount\": 79342633.00190261\n              }\n            ],\n            \"loyalty_discount\": -71594136.57214451\n          }\n        ],\n        \"fulfilling_store\": {\n          \"address1\": \"est \",\n          \"city\": \"aute consectetur pariatur Duis\",\n          \"company_id\": -76255550,\n          \"contact_person\": \"Lorem sunt occaecat ad\",\n          \"country\": \"esse exercitation ullamco magna occaecat\",\n          \"created_at\": \"2020-01-25T02:08:37.622Z\",\n          \"fulfillment_channel\": \"dolore ut culpa\",\n          \"location_type\": \"high_street\",\n          \"meta\": {\n            \"display_name\": \"nostrud Duis\",\n            \"gst_credentials\": {\n              \"e_invoice\": {\n                \"enabled\": false,\n                \"username\": \"sed adipisicing id occaecat a\",\n                \"user\": \"sit labore nisi deserunt do\",\n                \"password\": \"qui aute\"\n              },\n              \"e_waybill\": {\n                \"enabled\": true\n              }\n            },\n            \"stage\": \"dolore ut\",\n            \"additional_contact_details\": {\n              \"tempor6\": -6887570\n            },\n            \"notification_emails\": [\n              \"cupidatat reprehenderit occaecat\",\n              \"magna\"\n            ],\n            \"gst_number\": \"ea quis\",\n            \"ewaybill_portal_details\": {\n              \"ameta\": \"in ipsum incididunt\"\n            },\n            \"einvoice_portal_details\": {\n              \"username\": \"irure eu\",\n              \"user\": \"dolore proident non veniam\",\n              \"password\": \"elit anim consequat Excepteur qui\"\n            },\n            \"product_return_config\": {\n              \"et_4b3\": true,\n              \"in_d3\": true,\n              \"inee\": -1139464,\n              \"sit_d\": -65643371.44195695,\n              \"nostrudfcf\": \"non exercitation\"\n            },\n            \"documents\": {\n              \"gst\": {\n                \"type\": \"gst\",\n                \"value\": \"27AALCA0442L1ZM\",\n                \"verified\": true,\n                \"url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/company/2/self/legal/documents/free/original/OGT_zEjLS-Screenshot-2023-11-25-at-4.42.49-PM.png\",\n                \"legal_name\": \"SHOPSENSE RETAIL TECHNOLOGIES PRIVATE LIMITED\"\n              }\n            }\n          },\n          \"name\": \"quis aliqua\",\n          \"phone\": \"labore minim proident dolor eiusmod\",\n          \"pincode\": \"dolore ut\",\n          \"state\": \"aliquip esse sint in\",\n          \"store_email\": \"proident deserunt dol\",\n          \"is_active\": true,\n          \"alohomora_user_id\": 85690495,\n          \"is_enabled_for_recon\": false,\n          \"mall_area\": \"veniam\",\n          \"vat_no\": \"Ut\",\n          \"display_address\": \"officia deserunt\",\n          \"store_active_from\": \"sit consequat culpa\",\n          \"longitude\": -45693845.33466963,\n          \"brand_store_tags\": [\n            \"tempor ut laboris\",\n            \"ad aliquip dolore\"\n          ],\n          \"order_integration_id\": \"tempor laborum in\",\n          \"parent_store_id\": 27434682,\n          \"code\": \"do consequat\",\n          \"updated_at\": \"1951-09-04T09:24:06.568Z\",\n          \"store_address_json\": {\n            \"address1\": \"Lorem ea in\",\n            \"address_category\": \"store\",\n            \"address_type\": \"aliqua amet Duis\",\n            \"city\": \"in mollit nisi adipisicing velit\",\n            \"contact_person\": \"ullamco magna\",\n            \"country\": \"proident anim\",\n            \"country_code\": \"magna enim\",\n            \"created_at\": \"1962-03-12T04:56:44.580Z\",\n            \"latitude\": 22210915.530907422,\n            \"longitude\": -10953659.418194309,\n            \"phone\": \"reprehenderit id incididunt veniam\",\n            \"pincode\": 88118924,\n            \"state\": \"consequat aliqua magna proident\",\n            \"updated_at\": \"1957-11-22T13:23:23.315Z\",\n            \"display_address\": \"nisi ut dolore\",\n            \"version\": \"enim ipsum do voluptate\",\n            \"address2\": \"id laboris\",\n            \"area\": \"ut\",\n            \"email\": \"la\",\n            \"landmark\": \"dolor fugiat amet\"\n          },\n          \"s_id\": \"minim labore consectetur\",\n          \"packaging_material_count\": -40494048,\n          \"is_archived\": false,\n          \"login_username\": \"Duis Lorem laborum fugiat\",\n          \"mall_name\": \"elit id esse\",\n          \"latitude\": -54733456.211011335,\n          \"address2\": \"qui irure\"\n        },\n        \"fyndstore_emp\": {\n          \"aute_9\": false,\n          \"nisi_a74\": 80075350.97725937\n        },\n        \"gst_details\": {\n          \"brand_calculated_amount\": 61555251.74117625,\n          \"gst_fee\": -36509718.23708344,\n          \"tax_collected_at_source\": -21044447.19440277,\n          \"value_of_good\": -84097163.43277606,\n          \"cgst_tax_percentage\": 84837982.27268028,\n          \"gstin_code\": \"sed est\",\n          \"igst_tax_percentage\": -95050343.0769464,\n          \"gst_tax_percentage\": 99902740.79935023,\n          \"hsn_code_id\": \"ipsum do eu\",\n          \"igst_gst_fee\": -64359969.85473964,\n          \"is_default_hsn_code\": true,\n          \"sgst_gst_fee\": 75579293.9572478,\n          \"cgst_gst_fee\": 12265434.448385641,\n          \"gst_tag\": \"in ea Duis\",\n          \"sgst_tax_percentage\": 47777898.43173742,\n          \"hsn_code\": \"ea sed voluptate\"\n        },\n        \"invoice\": {\n          \"updated_date\": \"1966-11-01T07:44:25.937Z\",\n          \"store_invoice_id\": \"commodo dolore dolore\",\n          \"invoice_url\": \"ut\",\n          \"label_url\": \"ex elit pariatur cupidatat sit\"\n        },\n        \"item\": {\n          \"attributes\": {\n            \"sint_3a\": -64315698.37137365,\n            \"amet7\": false\n          },\n          \"brand\": \"dolor sunt\",\n          \"brand_id\": -47944681,\n          \"image\": [\n            \"commodo veniam nisi amet quis\",\n            \"deserunt culpa\"\n          ],\n          \"item_id\": 21801440,\n          \"name\": \"adipisicing officia cillum amet\",\n          \"size\": \"Lorem pariatur in reprehenderit est\",\n          \"slug_key\": \"laborum culpa anim exercitation\",\n          \"webstore_product_url\": \"aliquip est ipsum dolore mollit\",\n          \"l3_category\": -42820042,\n          \"l3_category_name\": \"Duis\",\n          \"last_updated_at\": \"1949-10-28T14:48:27.491Z\",\n          \"l2_category\": [\n            \"ex dolor ullamco sed\",\n            \"consectetur\"\n          ],\n          \"code\": \"Ut elit\",\n          \"l1_category_id\": 56481295,\n          \"l1_category\": [\n            \"adipisicing mollit amet ad\",\n            \"Lorem nulla\"\n          ],\n          \"gender\": \"laboris esse anim\",\n          \"can_cancel\": false,\n          \"can_return\": false,\n          \"branch_url\": \"aute anim in non consectetur\",\n          \"meta\": {\n            \"eu_e2\": true,\n            \"enim_52\": \"dolor sed dolor amet\",\n            \"labore_30\": \"ea ad\",\n            \"dolor30\": \"amet aliqua ut\"\n          },\n          \"color\": \"anim do Ut \",\n          \"department_id\": -29379153,\n          \"l2_category_id\": 16804476\n        },\n        \"journey_type\": \"return\",\n        \"line_number\": 87161264,\n        \"lock_status\": true,\n        \"manifest_id\": \"sint in laborum\",\n        \"meta\": {\n          \"sit_366\": \"labore qui id est enim\"\n        },\n        \"mode_of_payment\": \"do ipsum\",\n        \"no_of_bags_order\": -40135944,\n        \"operational_status\": \"dolore sunt reprehenderit\",\n        \"order\": {\n          \"fynd_order_id\": \"incididunt amet laborum\",\n          \"created_at\": \"1958-04-03T02:12:27.096Z\",\n          \"user_id\": \"laborum\",\n          \"tax_details\": {\n            \"pan_no\": \"sint exercitation\",\n            \"gstin\": \"in\"\n          },\n          \"mongo_cart_id\": 76112165.44759291,\n          \"delivery_charges\": 10762977.759968713,\n          \"transaction_id\": \"consectetur irure\",\n          \"collect_by\": \"eu incidid\",\n          \"headers\": {\n            \"Ut_738\": \"magna quis\"\n          },\n          \"coupon_value\": 22404737.15381533,\n          \"order_value\": 38890060.65413684,\n          \"created_time\": \"esse irure sint laboris aliquip\",\n          \"currency\": \"do voluptate\",\n          \"total_order_value\": 89934513.19277278,\n          \"ordering_channel\": \"dolor qui Excepteur\",\n          \"ordering_source\": \"cillum ut officia\",\n          \"meta\": {\n            \"elitb\": -17775334,\n            \"deserunt_37\": true\n          },\n          \"cod_charges\": 41590813.70546502,\n          \"cashback_value\": 18414160.774460703,\n          \"refund_by\": \"consequat ipsum cillum\",\n          \"affiliate_order_date\": \"2001-09-28T18:14:34.564Z\",\n          \"payment_methods\": {\n            \"COD\": {\n              \"amount\": 1100\n            }\n          },\n          \"affiliate_order_id\": \"aute ea cupidatat\",\n          \"payment_mode_id\": 19782330.441681266,\n          \"promotion_effective_discount\": 89365202.15968254,\n          \"mode_of_payment\": \"sunt aute sit\",\n          \"discount\": 37908161.96986464,\n          \"cashback_applied\": -88950996.85260606,\n          \"fynd_credits\": 44943436.54532334,\n          \"affiliate_id\": \"laborum eu ea\",\n          \"ordering_channel_logo\": \"sit\",\n          \"prices\": {\n            \"refund_credit\": -36657405.33044115,\n            \"amount_paid_roundoff\": -49413654.28438424,\n            \"price_effective\": 59218687.46958014,\n            \"promotion_effective_discount\": 27908471.870502055,\n            \"pm_price_split\": 85868403.50056258,\n            \"refund_amount\": 64297780.67942712,\n            \"transfer_price\": -25328918.3853696,\n            \"coupon_effective_discount\": 99316178.0377954,\n            \"tax_collected_at_source\": -62522508.02526178,\n            \"brand_calculated_amount\": -38048515.43011898,\n            \"delivery_charge\": -83531105.64219546,\n            \"cashback\": -69151310.59211986,\n            \"value_of_good\": -52389471.52154196,\n            \"cashback_applied\": 7774629.331408799,\n            \"cod_charges\": 87307679.7757644,\n            \"price_marked\": 2085412.6063753515,\n            \"amount_paid\": 84103383.03134689,\n            \"coupon_value\": -64441854.60461376,\n            \"discount\": -33678199.24719417,\n            \"fynd_credits\": 62370195.80019522,\n            \"gift_price\": 53019751.405074,\n            \"amount_to_be_collected\": 82268806.29666892,\n            \"cost_price\": -26846556.68723455,\n            \"loyalty_discount\": -88407825.77618791,\n            \"marketplace_promotion_effective_discount\": -19850440.665682226,\n            \"seller_promotion_effective_discount\": 97801476.11879975\n          },\n          \"charges\": [\n            {\n              \"name\": \"quis reprehenderit\",\n              \"amount\": {\n                \"base_currency\": {\n                  \"value\": 22638329.50873375,\n                  \"currency\": \"dolore mollit\"\n                },\n                \"ordering_currency\": {\n                  \"value\": -21856295.03301026,\n                  \"currency\": \"fugiat dolor ex\"\n                }\n              },\n              \"distribution_logic\": {\n                \"distribution\": {\n                  \"type\": \"single\",\n                  \"logic\": \"et consectetur elit\"\n                },\n                \"distribution_level\": \"aliquip cil\"\n              },\n              \"code\": \"in in\",\n              \"type\": \"et Ut velit deserunt\"\n            },\n            {\n              \"name\": \"nostrud reprehenderit\",\n              \"amount\": {\n                \"base_currency\": {\n                  \"value\": 42645734.94824791,\n                  \"currency\": \"sit occaecat\"\n                },\n                \"ordering_currency\": {\n                  \"value\": 49390754.96148571,\n                  \"currency\": \"qui voluptate irure\"\n                }\n              },\n              \"distribution_logic\": {\n                \"distribution\": {\n                  \"type\": \"single\",\n                  \"logic\": \"nostrud\"\n                },\n                \"distribution_level\": \"cillum deserunt\"\n              },\n              \"code\": \"non proident ut Ut ex\",\n              \"type\": \"dolor aliqua\"\n            }\n          ],\n          \"loyalty_discount_details\": {\n            \"discount\": 65833938.15347928,\n            \"ownership\": \"marketplace\",\n            \"is_applied\": true\n          }\n        },\n        \"order_integration_id\": \"sed et dolore mollit tempor\",\n        \"order_type\": \"PickAtStore\",\n        \"order_value\": 15578160.624604687,\n        \"ordering_store\": {\n          \"address1\": \"quis sed reprehenderit laboris\",\n          \"city\": \"ullamco cupidatat occaecat minim\",\n          \"company_id\": -47865206,\n          \"contact_person\": \"dolore laboris incididunt et pariatur\",\n          \"country\": \"minim Duis nostrud\",\n          \"created_at\": \"1985-11-05T15:31:07.734Z\",\n          \"fulfillment_channel\": \"quis veniam cillum\",\n          \"location_type\": \"warehouse\",\n          \"meta\": {\n            \"display_name\": \"laborum aliqua\",\n            \"gst_credentials\": {\n              \"e_invoice\": {\n                \"enabled\": true,\n                \"username\": \"aute tempor mollit\",\n                \"user\": \"cillum Ut\",\n                \"password\": \"in consequat ut d\"\n              },\n              \"e_waybill\": {\n                \"enabled\": true\n              }\n            },\n            \"stage\": \"nulla commodo laboris\",\n            \"additional_contact_details\": {\n              \"labore_29\": 52571109.45315945,\n              \"dolor_88_\": 61843261.48046559,\n              \"velit1b\": -29097861.84931855\n            },\n            \"notification_emails\": [\n              \"do \",\n              \"ea\"\n            ],\n            \"gst_number\": \"id nostrud laborum in\",\n            \"ewaybill_portal_details\": {\n              \"qui_\": \"magna Excepteur occaecat\",\n              \"sunt_ace\": 87586852\n            },\n            \"einvoice_portal_details\": {\n              \"username\": \"eiusmod reprehenderit irure laborum velit\",\n              \"user\": \"dolor Excepteur id\",\n              \"password\": \"irure labore\"\n            },\n            \"product_return_config\": {\n              \"non08\": \"cillum labore\"\n            },\n            \"documents\": {\n              \"gst\": {\n                \"type\": \"gst\",\n                \"value\": \"27AALCA0442L1ZM\",\n                \"verified\": true,\n                \"url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/company/2/self/legal/documents/free/original/OGT_zEjLS-Screenshot-2023-11-25-at-4.42.49-PM.png\",\n                \"legal_name\": \"SHOPSENSE RETAIL TECHNOLOGIES PRIVATE LIMITED\"\n              }\n            }\n          },\n          \"name\": \"magna\",\n          \"phone\": \"aliqua fugiat in dolor\",\n          \"pincode\": \"enim eu Duis sint est\",\n          \"state\": \"consequat ut anim\",\n          \"store_email\": \"ullamco\",\n          \"is_active\": false,\n          \"alohomora_user_id\": 28045710,\n          \"is_enabled_for_recon\": true,\n          \"mall_area\": \"veniam dolore nostrud consectetur laborum\",\n          \"vat_no\": \"nulla in\",\n          \"display_address\": \"aliqua\",\n          \"store_active_from\": \"irure anim oc\",\n          \"longitude\": 16319946.292929366,\n          \"brand_store_tags\": [\n            \"e\",\n            \"irure\"\n          ],\n          \"order_integration_id\": \"nisi anim\",\n          \"parent_store_id\": 8067500,\n          \"code\": \"magna\",\n          \"updated_at\": \"2008-10-11T13:30:47.495Z\",\n          \"store_address_json\": {\n            \"address1\": \"in quis Excepteur elit est\",\n            \"address_category\": \"billing\",\n            \"address_type\": \"nisi sunt\",\n            \"city\": \"laborum\",\n            \"contact_person\": \"deserunt laborum cupidatat incididunt exercitation\",\n            \"country\": \"dolor\",\n            \"country_code\": \"do laboris dolore eu irure\",\n            \"created_at\": \"1967-06-07T13:15:01.986Z\",\n            \"latitude\": -79093136.99751297,\n            \"longitude\": -12317798.134117946,\n            \"phone\": \"ut nulla\",\n            \"pincode\": -67752794,\n            \"state\": \"laborum exercitation\",\n            \"updated_at\": \"1959-07-15T11:33:27.551Z\",\n            \"display_address\": \"consectetur eiusmod adipisicing voluptate\",\n            \"version\": \"Ut exercitation\",\n            \"address2\": \"enim mollit incididunt aute\",\n            \"area\": \"officia laboris pa\",\n            \"email\": \"occaecat est enim ipsum minim\",\n            \"landmark\": \"nisi dolor \"\n          },\n          \"s_id\": \"elit dolore\",\n          \"packaging_material_count\": 24491137,\n          \"is_archived\": false,\n          \"login_username\": \"nulla nisi ut laboris\",\n          \"mall_name\": \"commodo anim exercitation dolore\",\n          \"latitude\": -86981658.40084986,\n          \"address2\": \"\"\n        },\n        \"parent_promo_bags\": {\n          \"minim_47\": 56495718\n        },\n        \"payment_methods\": {\n          \"COD\": {\n            \"amount\": 1100\n          }\n        },\n        \"payment_type\": \"self\",\n        \"payments\": {\n          \"id0c\": true,\n          \"eu_3_\": 3501533.1618431807\n        },\n        \"prices\": {\n          \"refund_credit\": -66944156.830510244,\n          \"amount_paid_roundoff\": 95003281.62907335,\n          \"price_effective\": -57220600.82196649,\n          \"promotion_effective_discount\": 32429867.73022735,\n          \"pm_price_split\": -62596453.988924995,\n          \"refund_amount\": -35978889.52275703,\n          \"transfer_price\": 77523459.40456161,\n          \"coupon_effective_discount\": 81556725.03014809,\n          \"tax_collected_at_source\": -65025231.50529309,\n          \"brand_calculated_amount\": -62610256.91081192,\n          \"delivery_charge\": -95166085.50010832,\n          \"cashback\": -46977896.18161972,\n          \"value_of_good\": 18198662.391235083,\n          \"cashback_applied\": -23922725.59066683,\n          \"cod_charges\": -13234517.799483031,\n          \"price_marked\": 29326639.343473643,\n          \"amount_paid\": -63750533.26708229,\n          \"coupon_value\": -15215991.960135028,\n          \"discount\": 43801993.84141603,\n          \"fynd_credits\": -73059751.83674209,\n          \"gift_price\": 55700241.60471997,\n          \"amount_to_be_collected\": -42372888.581821844,\n          \"cost_price\": -35691377.90415286,\n          \"loyalty_discount\": -74639418.46505828,\n          \"marketplace_promotion_effective_discount\": 83632544.44630367,\n          \"seller_promotion_effective_discount\": -97395871.81986353\n        },\n        \"charges\": [\n          {\n            \"name\": \"reprehenderit qui\",\n            \"amount\": {\n              \"base_currency\": {\n                \"value\": 61998605.25279859,\n                \"currency\": \"ex nostrud laborum\"\n              },\n              \"ordering_currency\": {\n                \"value\": 21416659.735626683,\n                \"currency\": \"commodo est pariatur\"\n              }\n            },\n            \"distribution_logic\": {\n              \"distribution\": {\n                \"type\": \"multi\",\n                \"logic\": \"consectetur Duis Ut\"\n              },\n              \"distribution_level\": \"dolor\"\n            },\n            \"code\": \"consequat dolore\",\n            \"type\": \"occaecat v\"\n          },\n          {\n            \"name\": \"sint\",\n            \"amount\": {\n              \"base_currency\": {\n                \"value\": 35333554.410188526,\n                \"currency\": \"cupidatat reprehenderit voluptate qui\"\n              },\n              \"ordering_currency\": {\n                \"value\": -73777742.1919676,\n                \"currency\": \"elit dolor ullamco ad\"\n              }\n            },\n            \"distribution_logic\": {\n              \"distribution\": {\n                \"type\": \"single\",\n                \"logic\": \"adipisicing deser\"\n              },\n              \"distribution_level\": \"fug\"\n            },\n            \"code\": \"ea aliquip aliqua est\",\n            \"type\": \"in\"\n          }\n        ],\n        \"qc_required\": false,\n        \"quantity\": 92730740.17815337,\n        \"restore_coupon\": true,\n        \"restore_promos\": {\n          \"est_59\": \"sunt culpa pariatur laborum voluptate\",\n          \"nisif\": \"in commodo\",\n          \"nulla_f\": \"culpa sit deserunt dolor cillum\",\n          \"ex9\": 14988634\n        },\n        \"rto_address\": {\n          \"phone\": \"m\",\n          \"address2\": \"do reprehenderit commodo id Duis\",\n          \"address\": \"ipsum elit in in\",\n          \"longitude\": -86481831.77072361,\n          \"pincode\": \"nisi in dolore Ut eu\",\n          \"area\": \"culpa aliqua cillum ad magna\",\n          \"address_type\": \"office\",\n          \"country\": \"cillum nisi dolor elit Lorem\",\n          \"address_category\": \"delivery\",\n          \"email\": \"ad nulla eiusmod qui\",\n          \"created_at\": \"1954-07-16T02:24:39.662Z\",\n          \"address1\": \"sunt dolore reprehenderit exercita\",\n          \"display_address\": \"ea proident\",\n          \"landmark\": \"ad reprehenderit et sed\",\n          \"updated_at\": \"2006-08-31T08:27:45.484Z\",\n          \"version\": \"velit consequat\",\n          \"latitude\": 66551049.32608825,\n          \"contact_person\": \"ad mollit deserunt aliqua\",\n          \"state\": \"consectetur\",\n          \"city\": \"adipisicing aute est\",\n          \"area_code_slug\": \"nostrud aliquip incididunt\",\n          \"country_code\": \"in pariatur Duis\",\n          \"country_iso_code\": \"aliquip volu\",\n          \"country_phone_code\": \"mollit velit exercitation\",\n          \"delivery_address_id\": 8050055,\n          \"geo_location\": {\n            \"proident_05\": true,\n            \"cillum_4\": \"adipisicing id\",\n            \"aliquipe99\": \"aute exercitation sint voluptate\"\n          },\n          \"name\": \"ut\",\n          \"sector\": \"veniam minim\",\n          \"state_code\": \"do laborum quis\",\n          \"uid\": \"elit i\",\n          \"user_id\": \"Duis Ut\",\n          \"code\": \"Lorem reprehenderit v\"\n        },\n        \"seller_identifier\": \"laboris aute sunt\",\n        \"shipment\": {\n          \"line_items\": [\n            {\n              \"seller_identifier\": \"sit proident\",\n              \"charges\": [\n                {\n                  \"amount\": {\n                    \"currency\": \"Excepteur dolor\",\n                    \"value\": -50257427.179243974\n                  },\n                  \"name\": \"sed fugiat\",\n                  \"type\": \"Excepteur fugiat do Ut adipisicing\",\n                  \"code\": \"consequat sunt incididunt\",\n                  \"tax\": {\n                    \"amount\": {\n                      \"qui_470\": \"laboris aliquip\"\n                    },\n                    \"name\": \"ex eu enim fugiat\",\n                    \"rate\": 23448942.892120168\n                  }\n                },\n                {\n                  \"amount\": {\n                    \"currency\": \"pariatur nostrud commodo ipsum\",\n                    \"value\": -40027404.175519\n                  },\n                  \"name\": \"do irure enim\",\n                  \"type\": \"adipisicing in\",\n                  \"code\": \"laborum\",\n                  \"tax\": {\n                    \"amount\": {\n                      \"enimb11\": true,\n                      \"enim_c2\": 58848197.4585056\n                    },\n                    \"name\": \"sunt ullamco ex\",\n                    \"rate\": -49422165.51034555\n                  }\n                }\n              ],\n              \"meta\": {\n                \"est0\": 28541820,\n                \"dolore_ee9\": -43670046.98884003\n              },\n              \"custom_message\": \"occaecat consequat aute\",\n              \"quantity\": 39805740,\n              \"external_line_id\": \"voluptate ea magna Excepteur\"\n            },\n            {\n              \"seller_identifier\": \"eiusmod cillum velit\",\n              \"charges\": [\n                {\n                  \"amount\": {\n                    \"currency\": \"sunt laborum incididunt do magna\",\n                    \"value\": 95735776.88068715\n                  },\n                  \"name\": \"minim sunt\",\n                  \"type\": \"dolore\",\n                  \"code\": \"la\",\n                  \"tax\": {\n                    \"amount\": {\n                      \"fugiata\": false,\n                      \"Duis_b54\": false\n                    },\n                    \"name\": \"Lorem aliqua\",\n                    \"rate\": -18203490.843643695\n                  }\n                },\n                {\n                  \"amount\": {\n                    \"currency\": \"occaecat est\",\n                    \"value\": -60340416.76889221\n                  },\n                  \"name\": \"exercitation aute Lorem minim\",\n                  \"type\": \"anim\",\n                  \"code\": \"Ut\",\n                  \"tax\": {\n                    \"amount\": {\n                      \"et_c\": \"ea sed ex Duis\",\n                      \"ea_f6\": true\n                    },\n                    \"name\": \"nostrud cupidatat\",\n                    \"rate\": -824040.8663604558\n                  }\n                }\n              ],\n              \"meta\": {\n                \"aliquip13e\": false\n              },\n              \"custom_message\": \"enim\",\n              \"quantity\": -80726531,\n              \"external_line_id\": \"ipsum \"\n            }\n          ],\n          \"external_shipment_id\": \"adipisicing dolor et officia\",\n          \"processing_dates\": {\n            \"dp_pickup_slot\": {\n              \"irured0\": 45188147,\n              \"occaecate5\": 56845702.04512212,\n              \"reprehenderit_610\": 43537635.94410044\n            },\n            \"dispatch_after_date\": \"cupidatat minim\",\n            \"dispatch_by_date\": \"anim esse consectetur aliquip\",\n            \"confirm_by_date\": \"culpa ea Duis\",\n            \"customer_pickup_slot\": {\n              \"culpa_b17\": 16362780.222433627,\n              \"aliquip54\": -7235388.444773689\n            },\n            \"pack_by_date\": \"1969-11-05T01:22:38.851Z\"\n          },\n          \"meta\": {\n            \"est_253\": \"adipisicing sit\"\n          },\n          \"priority\": 65130459,\n          \"location_id\": -59973283,\n          \"order_type\": \"Digital\",\n          \"tags\": [\n            {\n              \"slug\": \"consectetur ullamco\",\n              \"display_text\": \"sunt\"\n            },\n            {\n              \"slug\": \"velit amet occaecat\",\n              \"display_text\": \"non labore aliqua\"\n            }\n          ],\n          \"system_messages\": [\n            {\n              \"message_type\": \"info\",\n              \"priority\": 84546583.52904648,\n              \"message\": \"dolore\",\n              \"inject_at\": [\n                \"elit commodo\",\n                \"ad s\"\n              ]\n            },\n            {\n              \"message_type\": \"info\",\n              \"priority\": 67473796.40948945,\n              \"message\": \"commodo aliquip adipisicing\",\n              \"inject_at\": [\n                \"incididunt qui sed adipisicing\",\n                \"ad velit\"\n              ]\n            }\n          ],\n          \"process_after_config\": {\n            \"is_scheduled_shipment\": true,\n            \"enable_processing_after\": \"1998-12-27T00:52:15.593Z\"\n          },\n          \"parent_type\": \"ipsum id velit\",\n          \"store_invoice_id\": \"dolore i\",\n          \"lock_status\": \"quis dolor\",\n          \"type\": \"pariatur magna est do\",\n          \"billing_address_json\": {\n            \"phone\": \"dolor culpa ad ullamco non\",\n            \"address2\": \"quis ex magna\",\n            \"address\": \"consequat nulla exercitation\",\n            \"longitude\": 5843215.671115369,\n            \"pincode\": \"pariat\",\n            \"area\": \"officia anim\",\n            \"address_type\": \"other\",\n            \"country\": \"ut deserunt\",\n            \"address_category\": \"billing\",\n            \"email\": \"ad Excepteu\",\n            \"created_at\": \"1973-04-09T03:55:26.657Z\",\n            \"address1\": \"ut ad magna deserunt\",\n            \"display_address\": \"eiusmod ex enim Duis\",\n            \"landmark\": \"Excepteur aliquip\",\n            \"updated_at\": \"1965-11-24T12:58:38.836Z\",\n            \"version\": \"ipsum do ea occaecat\",\n            \"latitude\": -19476139.28235498,\n            \"contact_person\": \"elit voluptate\",\n            \"state\": \"magn\",\n            \"city\": \"do dolore anim ea\",\n            \"area_code_slug\": \"consequat\",\n            \"country_code\": \"eius\",\n            \"country_iso_code\": \"consectetur aliquip\",\n            \"country_phone_code\": \"ut\",\n            \"delivery_address_id\": -85487952,\n            \"geo_location\": {\n              \"irure_79_\": -53816226.290989675,\n              \"laborum22\": true\n            },\n            \"name\": \"do Ut\",\n            \"sector\": \"irure enim aliquip tempor\",\n            \"state_code\": \"mini\",\n            \"uid\": \"consequat dolor\",\n            \"user_id\": \"nulla officia\",\n            \"code\": \"quis ullamco velit cupidatat\"\n          },\n          \"id\": \"in sunt pariatur occaecat\",\n          \"fulfilment_priority\": -40507791,\n          \"is_active\": true,\n          \"previous_shipment_id\": \"sint ullamco qui id\",\n          \"pdf_links\": {\n            \"nonb0f\": 56681115.27349725\n          },\n          \"delivery_address_json\": {\n            \"phone\": \"mollit ad fugiat\",\n            \"address2\": \"esse sed eu id\",\n            \"address\": \"ea exercitation aliqua\",\n            \"longitude\": 19157236.717232257,\n            \"pincode\": \"do est eiusmod\",\n            \"area\": \"ex mollit sit amet\",\n            \"address_type\": \"home\",\n            \"country\": \"elit sunt sint proident quis\",\n            \"address_category\": \"delivery\",\n            \"email\": \"deserunt aliqua temp\",\n            \"created_at\": \"1965-06-04T11:34:55.668Z\",\n            \"address1\": \"Excepteur\",\n            \"display_address\": \"ea veniam laborum ut incididunt\",\n            \"landmark\": \"reprehenderit laborum laboris deserunt\",\n            \"updated_at\": \"1962-03-24T08:59:31.315Z\",\n            \"version\": \"proident est quis esse\",\n            \"latitude\": 24873359.12068449,\n            \"contact_person\": \"ullamco incididunt tempor et nisi\",\n            \"state\": \"sit fugiat\",\n            \"city\": \"ea Ut nulla\",\n            \"area_code_slug\": \"officia quis in ut nulla\",\n            \"country_code\": \"sit voluptate culpa\",\n            \"country_iso_code\": \"aliqua non aute dolore ullamco\",\n            \"country_phone_code\": \"labore id sunt do\",\n            \"delivery_address_id\": 20631184,\n            \"geo_location\": {\n              \"amet_3\": -90767904.19105269\n            },\n            \"name\": \"proident eu\",\n            \"sector\": \"adipisicing officia non sint\",\n            \"state_code\": \"esse Ut ex\",\n            \"uid\": \"sint occaecat\",\n            \"user_id\": \"magna veniam\",\n            \"code\": \"reprehenderit ad do fugiat nisi\"\n          },\n          \"eway_bill_id\": \"elit commodo pariatur ipsum\",\n          \"affiliate_shipment_id\": \"enim\",\n          \"fynd_order_id\": \"cillum anim aliquip sunt\",\n          \"created_at\": \"1976-01-18T12:02:43.978Z\",\n          \"delivery_awb_number\": \"adipisicing enim sit\",\n          \"hand_over_contact_json\": {\n            \"phone\": \"aute consectetur non ad deserunt\",\n            \"address2\": \"sunt nostrud in Lorem\",\n            \"address\": \"nisi \",\n            \"longitude\": -72569647.86559398,\n            \"pincode\": \"nostrud non in\",\n            \"area\": \"cu\",\n            \"address_type\": \"other\",\n            \"country\": \"veniam cillum officia nisi Lor\",\n            \"address_category\": \"store\",\n            \"email\": \"aute Lorem fug\",\n            \"created_at\": \"2004-01-09T19:25:04.794Z\",\n            \"address1\": \"consectetur anim laboris veniam\",\n            \"display_address\": \"Ut laborum mag\",\n            \"landmark\": \"aliqua dolor proident\",\n            \"updated_at\": \"1964-03-20T02:58:33.526Z\",\n            \"version\": \"qui amet ad\",\n            \"latitude\": -84403097.95570605,\n            \"contact_person\": \"sint exercitation ad in adipisicing\",\n            \"state\": \"fugiat\",\n            \"city\": \"nisi nostrud\",\n            \"area_code_slug\": \"esse ea in\",\n            \"country_code\": \"culpa\",\n            \"country_iso_code\": \"inc\",\n            \"country_phone_code\": \"irure tempor Duis\",\n            \"delivery_address_id\": 54849286,\n            \"geo_location\": {\n              \"anim0_1\": -62858045,\n              \"anim4\": 56212369.04447216\n            },\n            \"name\": \"cillum labore deserunt voluptate mini\",\n            \"sector\": \"dolor\",\n            \"state_code\": \"cillum deserunt esse\",\n            \"uid\": \"proident occaecat exercitation\",\n            \"user_id\": \"dolor esse eiusmod\",\n            \"code\": \"aute occaecat nisi Duis\"\n          },\n          \"credit_note_id\": \"aute anim ad sed\",\n          \"parent_id\": \"id\",\n          \"affiliate_id\": \"magna d\",\n          \"packaging_type\": \"minim in in aliqua ipsum\",\n          \"vertical\": \"adipisicing aliqua in labori\",\n          \"quantity\": 6052894.554322481,\n          \"status\": {\n            \"meta\": {\n              \"non_045\": -93820918.6570132,\n              \"id7f\": \"eiu\",\n              \"cillum7\": -20162280.159024\n            },\n            \"bag_list\": [\n              \"occaecat Duis esse\",\n              \"aliquip amet\"\n            ],\n            \"id\": -90961326,\n            \"created_at\": \"1964-11-26T03:10:02.518Z\",\n            \"created_ts\": \"exercitation\",\n            \"shipment_id\": \"irure et\",\n            \"status\": \"veniam magna\",\n            \"display_name\": \"ut irure dolor\",\n            \"current_shipment_status\": \"officia occaecat ea ullamco\",\n            \"status_created_at\": \"2025-06-18T05:59:23.569Z\"\n          },\n          \"price\": {\n            \"refund_credit\": 99515983.6199821,\n            \"amount_paid_roundoff\": 2786353.4320235997,\n            \"price_effective\": 97862116.00978044,\n            \"promotion_effective_discount\": 5581695.59545885,\n            \"pm_price_split\": -99227893.18634044,\n            \"refund_amount\": 91789377.79609263,\n            \"transfer_price\": 83161870.99880269,\n            \"coupon_effective_discount\": 69200910.5775047,\n            \"tax_collected_at_source\": 1561888.3563317955,\n            \"brand_calculated_amount\": -52243515.33203344,\n            \"delivery_charge\": 41550089.838706404,\n            \"cashback\": 39973200.98928219,\n            \"value_of_good\": -56776131.59767314,\n            \"cashback_applied\": 49128662.49490738,\n            \"cod_charges\": 11847747.834600002,\n            \"price_marked\": -65212405.96153013,\n            \"amount_paid\": -52572083.04796968,\n            \"coupon_value\": 10870096.849509686,\n            \"discount\": -72378666.58076632,\n            \"fynd_credits\": 8316484.408639237,\n            \"gift_price\": -71896160.42296763,\n            \"amount_to_be_collected\": -50367885.575744964,\n            \"cost_price\": 8493142.183646545,\n            \"loyalty_discount\": 33661185.669160336,\n            \"marketplace_promotion_effective_discount\": -72437712.37562858,\n            \"seller_promotion_effective_discount\": -62092700.20130329\n          },\n          \"gst\": {\n            \"value_of_good\": 1770834.2003583908,\n            \"gst_fee\": 73472866.38444665,\n            \"brand_calculated_amount\": -90230168.16389666,\n            \"tax_collected_at_source\": 27184376.097347274,\n            \"gstin_code\": \"elit aliqua nulla consequat\"\n          }\n        },\n        \"shipment_details\": {\n          \"affiliate_shipment_id\": \"Duis\",\n          \"articles\": [\n            {\n              \"_id\": \"anim mollit eu elit\",\n              \"attributes\": {\n                \"officia_9\": 15811494,\n                \"ut_347\": -26514639.1799179\n              },\n              \"brand_id\": 97347424,\n              \"category\": {\n                \"deserunt_37\": -80540953.30132753\n              },\n              \"dimension\": {\n                \"aliquip4ac\": \"deserunt velit officia consectetur veniam\",\n                \"cupidatatcd\": false\n              },\n              \"quantity\": 76104589,\n              \"weight\": {\n                \"essed\": \"incididunt sunt\",\n                \"ullamco_9af\": false\n              }\n            },\n            {\n              \"_id\": \"nisi ex quis Ut sed\",\n              \"attributes\": {\n                \"mollit39\": true\n              },\n              \"brand_id\": -90611010,\n              \"category\": {\n                \"ut_b\": \"velit irure\",\n                \"in_943\": -10663864.445752889,\n                \"pariatur_3e\": 40257965.526026934,\n                \"inc\": \"laborum velit enim irure\"\n              },\n              \"dimension\": {\n                \"consectetur_b\": -16672515.55702202,\n                \"reprehenderit_e_\": \"dolor dolor velit consectetur\",\n                \"id_d28\": -42792340.616261624\n              },\n              \"quantity\": 38106268,\n              \"weight\": {\n                \"aliqua_\": false,\n                \"irure_7_a\": -47641247,\n                \"fugiat_1\": false\n              }\n            }\n          ],\n          \"fulfillment_id\": -51315386,\n          \"shipments\": -25390910,\n          \"box_type\": \"elit ad minim dolor\",\n          \"dp_id\": \"Ut adipisicing\",\n          \"meta\": {\n            \"cillum6\": true\n          },\n          \"dp_options\": {\n            \"aliquip_d\": -43687072\n          },\n          \"lock_status\": false,\n          \"action_to_status\": {\n            \"download_invoice\": \"lock\",\n            \"download_label\": \"lock\"\n          }\n        },\n        \"shipment_id\": \"dolor aliquip cupidatat\",\n        \"shipment_gst\": {\n          \"value_of_good\": 39927302.61284149,\n          \"gst_fee\": -41848404.27424974,\n          \"brand_calculated_amount\": 45779093.79779258,\n          \"tax_collected_at_source\": -3944439.2200416178,\n          \"gstin_code\": \"enim esse quis tempor\"\n        },\n        \"shipment_status\": {\n          \"meta\": {\n            \"magna_578\": false,\n            \"laborum_32a\": -27361150,\n            \"deserunt_d20\": -85084652\n          },\n          \"bag_list\": [\n            \"sed do\",\n            \"exercitation\"\n          ],\n          \"id\": -78788271,\n          \"created_at\": \"1989-09-04T11:06:23.394Z\",\n          \"created_ts\": \"ad enim sed mollit fugiat\",\n          \"shipment_id\": \"nulla tempor voluptate\",\n          \"status\": \"in labore\",\n          \"display_name\": \"labore\",\n          \"current_shipment_status\": \"anim\",\n          \"status_created_at\": \"1975-01-26T03:55:31.178Z\"\n        },\n        \"shipment_status_history\": [\n          {\n            \"meta\": {\n              \"ea_f\": -92951566.43823415,\n              \"aliqua0\": -25056457.704790473,\n              \"amet4\": 85145629\n            },\n            \"bag_list\": [\n              \"dolor\",\n              \"eiusmod labore culpa enim\"\n            ],\n            \"id\": -10321260,\n            \"created_at\": \"1968-12-11T08:27:53.563Z\",\n            \"created_ts\": \"in reprehenderit fugiat sunt do\",\n            \"shipment_id\": \"id sit aute\",\n            \"status\": \"mollit Ut\",\n            \"display_name\": \"cillum Ut\",\n            \"current_shipment_status\": \"voluptate\",\n            \"status_created_at\": \"2020-01-24T02:20:07.493Z\"\n          },\n          {\n            \"meta\": {\n              \"quis_\": false,\n              \"sit_0\": -78020443.29327585,\n              \"aliqua0d\": -63435700.91875219\n            },\n            \"bag_list\": [\n              \"in pariatur\",\n              \"sint tempor aute\"\n            ],\n            \"id\": 4496539,\n            \"created_at\": \"1966-07-17T07:30:18.479Z\",\n            \"created_ts\": \"Excepteur \",\n            \"shipment_id\": \"in cillum\",\n            \"status\": \"Excepteur pariatur\",\n            \"display_name\": \"ut consectetur elit voluptate\",\n            \"current_shipment_status\": \"ex aute fugiat elit Excepteur\",\n            \"status_created_at\": \"1986-02-21T07:06:51.728Z\"\n          }\n        ],\n        \"status\": {\n          \"can_be_cancelled\": false,\n          \"enable_tracking\": false,\n          \"is_active\": true,\n          \"is_customer_return_allowed\": false,\n          \"is_returnable\": true\n        },\n        \"tags\": [\n          \"ex aliqu\",\n          \"in in ull\"\n        ],\n        \"total_shipment_bags\": -81494989,\n        \"total_shipments_in_order\": 94916225,\n        \"transaction_type\": \"shipment\",\n        \"type\": \"consequat eu nostrud exercitation sit\",\n        \"updated_at\": \"2025-12-23T16:30:41.387Z\",\n        \"user\": {\n          \"user_oid\": \"magna nulla\",\n          \"external_customer_id\": \"sunt cillum ut proident\",\n          \"first_name\": \"elit in deseru\",\n          \"last_name\": \"et sit laboris minim\",\n          \"mobile\": \"ex tempor fugiat\",\n          \"email\": \"fugiat volup\",\n          \"is_anonymous_user\": true,\n          \"gender\": \"eu nisi\",\n          \"mongo_user_id\": \"non\",\n          \"meta\": {\n            \"proident1e\": true,\n            \"dolor_4b\": \"reprehenderit sit ex do non\"\n          }\n        },\n        \"weight\": {\n          \"value\": 20103526.54142791,\n          \"unit\": \"in elit\"\n        },\n        \"original_bag_list\": [\n          -37591441,\n          -55419901\n        ],\n        \"identifier\": \"pariatur dolor\"\n      }\n    ],\n    \"page\": {\n      \"current\": -94365889,\n      \"has_next\": true,\n      \"item_total\": -62896696,\n      \"page_type\": \"ad ullamco adipisicing c\",\n      \"size\": 66990485\n    }\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      },
      {
        "id": "ccd260ab-11e7-4f68-b80f-916301373804",
        "name": "Partner",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "9b7d7fcf-219d-4772-b5fc-66ae95e1fdb9",
            "name": "addProxyPath | Create extension proxy",
            "request": {
              "name": "addProxyPath | Create extension proxy",
              "description": {
                "content": "Use this endpoint to register a proxy for calling an extension's API from your storefront. This enables your storefront to interact with extension APIs seamlessly, helps enhance and extend your storefront's existing functionality using extensions, and simplifies integration by avoiding CORS issues when accessing extension APIs.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "partners",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "proxy",
                  ":extension_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "extension_id",
                    "description": "(Required) Extension's unique identifier for which a proxy URL will be generated"
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"attached_path\": \"<string>\",\n  \"proxy_url\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "1bd6e7aa-0066-40e7-897b-17149e59123f",
                "name": "Proxy created successfully",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "partners",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "proxy",
                      ":extension_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID for which proxy URL will be generated"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application (Storefront) unique identifier for which proxy URL will be generated"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "extension_id",
                        "description": "(Required) Extension's unique identifier for which a proxy URL will be generated"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"attached_path\": \"test\",\n  \"proxy_url\": \"https://www.abc.com/\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"607406b8a472cd527303692f\",\n  \"attached_path\": \"test\",\n  \"proxy_url\": \"https://www.abc.com\",\n  \"company_id\": \"1\",\n  \"application_id\": \"000000000000000000000004\",\n  \"extension_id\": \"6073280be899ea5b1150fd9d\",\n  \"created_at\": \"2021-04-12T08:37:12.077Z\",\n  \"modified_at\": \"2021-04-12T08:37:12.077Z\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "2c0fd843-48aa-4275-8494-12fc50e98510",
                "name": "Proxy URL already exists",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "partners",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "proxy",
                      ":extension_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID for which proxy URL will be generated"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application (Storefront) unique identifier for which proxy URL will be generated"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "extension_id",
                        "description": "(Required) Extension's unique identifier for which a proxy URL will be generated"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"attached_path\": \"test\",\n  \"proxy_url\": \"https://www.abc.com/\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"code\": \"\",\n  \"message\": \"Already Present\",\n  \"meta\": {\n    \"attached_path\": \"test\",\n    \"proxy_url\": \"https://www.abcd.com\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "36d1679c-9398-4a28-978a-94615bc58c32",
            "name": "removeProxyPath | Remove extension proxy",
            "request": {
              "name": "removeProxyPath | Remove extension proxy",
              "description": {
                "content": "Remove the proxy that was created earlier for the extension.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "partners",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "proxy",
                  ":extension_id",
                  ":attached_path"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "extension_id",
                    "description": "(Required) Extension ID for which proxy URL needs to be removed"
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "attached_path",
                    "description": "(Required) Attached path slug"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "5a1276a1-2794-40d5-9c8a-2270fbe05f3c",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "partners",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "proxy",
                      ":extension_id",
                      ":attached_path"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID for which proxy URL will be generated"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application (Storefront) unique identifier for which proxy URL will be generated"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "extension_id",
                        "description": "(Required) Extension ID for which proxy URL needs to be removed"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "attached_path",
                        "description": "(Required) Attached path slug"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Created",
                "code": 201,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Proxy URL deleted\",\n  \"data\": {\n    \"_id\": \"607406b8a472cd527303692f\",\n    \"attached_path\": \"test\",\n    \"proxy_url\": \"https://www.abc.com\",\n    \"company_id\": \"1\",\n    \"application_id\": \"000000000000000000000004\",\n    \"extension_id\": \"6073280be899ea5b1150fd9d\",\n    \"created_at\": \"2021-04-12T08:37:12.077Z\",\n    \"modified_at\": \"2021-04-12T08:37:12.077Z\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "c7b4aa84-9a05-49ff-b061-789419b20537",
                "name": "Entry not found for attached path",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "partners",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "proxy",
                      ":extension_id",
                      ":attached_path"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID for which proxy URL will be generated"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application (Storefront) unique identifier for which proxy URL will be generated"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "extension_id",
                        "description": "(Required) Extension ID for which proxy URL needs to be removed"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "attached_path",
                        "description": "(Required) Attached path slug"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"code\": \"\",\n  \"message\": \"Not found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      },
      {
        "id": "05012e4a-17de-47b6-9eaf-0887001b14f9",
        "name": "Payment",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "725fcdec-f90e-42db-8c29-e9db955362fe",
            "name": "getBankAccountDetailsOpenAPI | Get bank account details",
            "request": {
              "name": "getBankAccountDetailsOpenAPI | Get bank account details",
              "description": {
                "content": "Retrieve bank account information ",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "payment",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "refund",
                  "account"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "order_id",
                    "value": "<string>",
                    "description": "(Required) "
                  },
                  {
                    "disabled": false,
                    "key": "request_hash",
                    "value": "<string>"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "e134115c-2e20-45b8-9244-37ca8d73ab85",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "refund",
                      "account"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "order_id",
                        "value": "FY65C2797B2F00FCF07E"
                      },
                      {
                        "key": "request_hash",
                        "value": "asdaddsd"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Refund Success\",\n  \"success\": true,\n  \"data\": {\n    \"account_no\": \"XXXX-XXXX-6682\",\n    \"ifsc_code\": \"SBIEXAMPLE001\",\n    \"email\": \"test@example.com\",\n    \"address\": \"1773  Monroe Street\",\n    \"bank_name\": \"SBI\",\n    \"branch_name\": \"HOUSTON\",\n    \"comment\": \"Lorem Ipsum\",\n    \"account_holder\": \"Leslie Rice\",\n    \"mobile\": \"8888888888\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "a8b09f56-371f-4c30-b580-d19174172ae5",
                "name": "Bad Request Error",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "refund",
                      "account"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "order_id",
                        "value": "FY65C2797B2F00FCF07E"
                      },
                      {
                        "key": "request_hash",
                        "value": "asdaddsd"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"code\": \"BAD_REQUEST_ERROR\",\n  \"description\": \"Bad Request\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "478ce331-e0d3-4352-a4a7-d1ff3c9252a0",
            "name": "addRefundBankAccountUsingOTP | Create refund account",
            "request": {
              "name": "addRefundBankAccountUsingOTP | Create refund account",
              "description": {
                "content": "The addition of a bank account specifically for refunds, employing OTP verification for security",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "payment",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "refund",
                  "account"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"details\": {\n    \"ifsc_code\": \"<string>\",\n    \"account_no\": \"<string>\",\n    \"branch_name\": \"<string>\",\n    \"bank_name\": \"<string>\",\n    \"account_holder\": \"<string>\",\n    \"upi\": \"<string>\"\n  },\n  \"order_id\": \"<string>\",\n  \"shipment_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "015e841f-d8fc-446b-b401-09cfc498a0be",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "refund",
                      "account"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"details\": {\n    \"account_holder\": \"shashi bro\",\n    \"account_no\": \"1234567890123\",\n    \"bank_name\": \"Test\",\n    \"branch_name\": \"Test1\",\n    \"ifsc_code\": \"SBIN0008752\",\n    \"upi\": \"success@upi\"\n  },\n  \"order_id\": \"FY5DD3F05A09120FFE4B\",\n  \"shipment_id\": 17520329364111960000\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"Account successfully created\",\n  \"data\": {\n    \"status\": \"SUCCESS\",\n    \"subCode\": \"200\",\n    \"message\": \"Beneficiary added successfully\"\n  },\n  \"is_verified_flag\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "a398487e-e38a-4dfe-933a-40d9f237b091",
                "name": "Bad Request Error",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "refund",
                      "account"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"details\": {\n    \"account_holder\": \"shashi bro\",\n    \"account_no\": \"1234567890123\",\n    \"bank_name\": \"Test\",\n    \"branch_name\": \"Test1\",\n    \"ifsc_code\": \"SBIN0008752\",\n    \"upi\": \"success@upi\"\n  },\n  \"order_id\": \"FY5DD3F05A09120FFE4B\",\n  \"shipment_id\": 17520329364111960000\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"code\": \"BAD_REQUEST_ERROR\",\n  \"description\": \"Order not found!\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "db94f1d5-5fac-45dd-a9a8-d715148485b5",
            "name": "getUserOrderBeneficiaries | Get user order beneficiaries",
            "request": {
              "name": "getUserOrderBeneficiaries | Get user order beneficiaries",
              "description": {
                "content": "Retrieve beneficiary details like bank name , ifsc code , branch name associated with a specific order for refund processing ",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "payment",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "refund",
                  "accounts",
                  "order"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "order_id",
                    "value": "<string>",
                    "description": "(Required) "
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "03150507-3013-4155-bf6d-5b1b939846f7",
                "name": "List Order Beneficiary",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "refund",
                      "accounts",
                      "order"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "order_id",
                        "value": "FY65C2797B2F00FCF07E"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"beneficiaries\": [\n    {\n      \"id\": 3695,\n      \"beneficiary_id\": \"4c86dd56e634a4c6a8fb51d195bc7b83\",\n      \"bank_name\": \"State Bank of India\",\n      \"branch_name\": \"BHOGAT\",\n      \"account_holder\": \"PRAKASH TEST\",\n      \"account_no\": \"1234567890123\",\n      \"ifsc_code\": \"SBIN0014982\",\n      \"mobile\": \"8888888888\",\n      \"email\": \"test@example.com\",\n      \"address\": \"49A, Dabhi seri, jodhpur, kalyanpur\",\n      \"comment\": \"COD Refund\",\n      \"is_active\": true,\n      \"created_on\": \"2021-01-22T11:31:02.000Z\",\n      \"modified_on\": \"2021-01-22T11:31:02.000Z\",\n      \"display_name\": \"BANK\",\n      \"transfer_mode\": \"bank\",\n      \"title\": \"Bank Account\",\n      \"subtitle\": \"35663423659\",\n      \"delights_user_name\": \"shreeniwas_24x7_gmail_com_45978_16624463\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "e88ce445-6a1d-4628-992f-62d3a1b20362",
                "name": "Bad Request Error",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "refund",
                      "accounts",
                      "order"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "order_id",
                        "value": "FY65C2797B2F00FCF07E"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"code\": \"BAD_REQUEST_ERROR\",\n  \"description\": \"Order not found!\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "f7c61226-72be-42ba-beaa-02609b278e95",
            "name": "getUserBeneficiaries | Get user beneficiaries",
            "request": {
              "name": "getUserBeneficiaries | Get user beneficiaries",
              "description": {
                "content": "Retrieves information about beneficiaries associated with the user for processing refunds, based on the provided order ID",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "payment",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "refund",
                  "accounts",
                  "user"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "order_id",
                    "value": "<string>",
                    "description": "(Required) "
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "99017ded-ffea-449a-974c-5968c9060c4d",
                "name": "List User Beneficiary",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "refund",
                      "accounts",
                      "user"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "order_id",
                        "value": "FY65C2797B2F00FCF07E"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"beneficiaries\": [\n    {\n      \"id\": 221,\n      \"beneficiary_id\": \"0f7e44a922df352c05c5f73cb40ba115\",\n      \"bank_name\": \"State Bank of India\",\n      \"branch_name\": \"State Bank of India\",\n      \"account_holder\": \"SHASHI TEST\",\n      \"account_no\": \"1234567890123\",\n      \"ifsc_code\": \"SBIN0005611\",\n      \"mobile\": \"8888888888\",\n      \"email\": \"test@example.com\",\n      \"address\": \"204A\",\n      \"comment\": \"\",\n      \"is_active\": true,\n      \"created_on\": \"2020-06-29T12:38:39.000Z\",\n      \"modified_on\": \"2020-06-29T12:38:39.000Z\",\n      \"display_name\": \"BANK\",\n      \"transfer_mode\": \"bank\",\n      \"title\": \"Bank Account\",\n      \"subtitle\": \"1234567891\",\n      \"delights_user_name\": null\n    }\n  ],\n  \"show_beneficiary_details\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "8804f2e6-a75c-4504-9fe5-858cdddcb23f",
                "name": "Bad Request Error",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "refund",
                      "accounts",
                      "user"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "order_id",
                        "value": "FY65C2797B2F00FCF07E"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"code\": \"BAD_REQUEST_ERROR\",\n  \"description\": \"Order not found!\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d7cf4948-8215-4fb5-8352-2e35019b67a6",
            "name": "confirmPayment | Payment confirmation",
            "request": {
              "name": "confirmPayment | Payment confirmation",
              "description": {
                "content": "Authentication and confirmation of a payment.It requires details such as the order ID and payment methods in the request body to authenticate and confirm the payment.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "payment",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "payment",
                  "confirm"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"order_id\": \"<string>\",\n  \"payment_methods\": [\n    {\n      \"amount\": \"<float>\",\n      \"mode\": \"<string>\",\n      \"name\": \"<string>\",\n      \"meta\": {\n        \"extra_meta\": {\n          \"irure8d\": 15145422.372276187\n        },\n        \"order_id\": \"<string>\",\n        \"payment_id\": \"<string>\",\n        \"current_status\": \"<string>\",\n        \"payment_gateway\": \"<string>\",\n        \"payment_gateway_slug\": \"<string>\"\n      }\n    },\n    {\n      \"amount\": \"<float>\",\n      \"mode\": \"<string>\",\n      \"name\": \"<string>\",\n      \"meta\": {\n        \"extra_meta\": {\n          \"deserunt_c2\": -43470302\n        },\n        \"order_id\": \"<string>\",\n        \"payment_id\": \"<string>\",\n        \"current_status\": \"<string>\",\n        \"payment_gateway\": \"<string>\",\n        \"payment_gateway_slug\": \"<string>\"\n      }\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "1da7fb1b-25f6-4c03-8447-e6dd9cb07640",
                "name": "Success. Returns the status of payment.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "payment",
                      "confirm"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"order_id\": \"FY65C47E27CB249F378C\",\n  \"payment_methods\": [\n    {\n      \"mode\": \"PP\",\n      \"amount\": 123,\n      \"name\": \"prepaid\",\n      \"meta\": {\n        \"order_id\": \"order_Hbs6ehtThDyJBf\",\n        \"payment_id\": \"pay_Hbs7Bm0cg07I2W\",\n        \"current_status\": \"captured\",\n        \"payment_gateway\": \"fynd\"\n      }\n    },\n    {\n      \"mode\": \"COD\",\n      \"name\": \"cod\",\n      \"amount\": 123,\n      \"meta\": {}\n    },\n    {\n      \"name\": \"gift_card\",\n      \"mode\": \"GFTCRD\",\n      \"amount\": 123,\n      \"meta\": {\n        \"key\": \"value\"\n      }\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"Payment Successful\",\n  \"order_id\": \"FY60F90AEF01FF43E878\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "b29c8f15-8ac4-439a-9723-a3950ed30bd9",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "payment",
                      "confirm"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"order_id\": \"FY65C47E27CB249F378C\",\n  \"payment_methods\": [\n    {\n      \"mode\": \"PP\",\n      \"amount\": 123,\n      \"name\": \"prepaid\",\n      \"meta\": {\n        \"order_id\": \"order_Hbs6ehtThDyJBf\",\n        \"payment_id\": \"pay_Hbs7Bm0cg07I2W\",\n        \"current_status\": \"captured\",\n        \"payment_gateway\": \"fynd\"\n      }\n    },\n    {\n      \"mode\": \"COD\",\n      \"name\": \"cod\",\n      \"amount\": 123,\n      \"meta\": {}\n    },\n    {\n      \"name\": \"gift_card\",\n      \"mode\": \"GFTCRD\",\n      \"amount\": 123,\n      \"meta\": {\n        \"key\": \"value\"\n      }\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"error\": {\n    \"code\": \"BAD_REQUEST_ERROR\",\n    \"description\": \"Some thing wrong in payload\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "f5eda2eb-1337-4181-ba29-b0f22c380981",
            "name": "getPaymentLink | Get payment link",
            "request": {
              "name": "getPaymentLink | Get payment link",
              "description": {
                "content": "Retrieve a payment link for making payments.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "payment",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "create-payment-link",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "payment_link_id",
                    "value": "<string>",
                    "description": "(Required) "
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "fc55c1cd-c092-46d1-9fc7-07ef291a3b9c",
                "name": "Success. Check the example shown below",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "create-payment-link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "payment_link_id",
                        "value": "b594184d9a060657566cef7e1ad61b43"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"Payment link\",\n  \"status_code\": 200,\n  \"payment_link_current_status\": \"resent\",\n  \"payment_link_url\": \"https://api.fyndx0.de/service/application/payment/v1.0/payment/options/link/?id=4adb4451720a82ee69a3c1c4cc9ab442&refresh=false\",\n  \"external_order_id\": \"FY62614DF9D5CF31D3D0\",\n  \"amount\": 21900,\n  \"merchant_name\": \"Fynd\",\n  \"polling_timeout\": 1800\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "ee447771-adc8-4876-881a-7583d3342f32",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "create-payment-link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "payment_link_id",
                        "value": "b594184d9a060657566cef7e1ad61b43"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": {\n    \"code\": \"BAD_REQUEST\",\n    \"description\": \"\"\n  },\n  \"success\": false,\n  \"message\": \"Something wrong in payload\",\n  \"status_code\": 400\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "71465e6d-a155-4171-bb92-6b3670e13ecc",
            "name": "createPaymentLink | Create payment link",
            "request": {
              "name": "createPaymentLink | Create payment link",
              "description": {
                "content": "Generate a payment link for accepting payments.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "payment",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "create-payment-link",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"amount\": \"<float>\",\n  \"email\": \"<string>\",\n  \"external_order_id\": \"<string>\",\n  \"meta\": {\n    \"amount\": \"<string>\",\n    \"cart_id\": \"<string>\",\n    \"checkout_mode\": \"<string>\",\n    \"assign_card_id\": \"<string>\"\n  },\n  \"mobile_number\": \"<string>\",\n  \"country_phone_code\": \"<string>\",\n  \"description\": \"<string>\",\n  \"success_redirection_url\": \"<string>\",\n  \"failure_redirection_url\": \"<string>\",\n  \"send_communication\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "ca1a08ca-fd5c-4b52-9625-0bd79497b0a6",
                "name": "Success. Check the example shown below",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "create-payment-link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"external_order_id\": \"FY65C2797B2F00FCF07E\",\n  \"amount\": 378500,\n  \"send_communication\": false,\n  \"meta\": {\n    \"amount\": \"378500\",\n    \"cart_id\": \"124\",\n    \"pincode\": \"400059\",\n    \"checkout_mode\": \"self\",\n    \"assign_card_id\": \"12345678\"\n  },\n  \"mobile_number\": \"8888888888\",\n  \"country_phone_code\": \"+91\",\n  \"email\": \"test@example.com\",\n  \"description\": \"Payment link for Uniket\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"Payment link created\",\n  \"status_code\": 200,\n  \"payment_link_url\": \"https://api.fyndx0.de/service/application/payment/v1.0/payment/options/link/?id=96b15ea2014a76c8d2774783e239ce26&refresh=false\",\n  \"payment_link_id\": \"96b15ea2014a76c8d2774783e239ce26\",\n  \"polling_timeout\": 480\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "bb88bc9e-df22-4d59-b228-c492c6086396",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "create-payment-link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"external_order_id\": \"FY65C2797B2F00FCF07E\",\n  \"amount\": 378500,\n  \"send_communication\": false,\n  \"meta\": {\n    \"amount\": \"378500\",\n    \"cart_id\": \"124\",\n    \"pincode\": \"400059\",\n    \"checkout_mode\": \"self\",\n    \"assign_card_id\": \"12345678\"\n  },\n  \"mobile_number\": \"8888888888\",\n  \"country_phone_code\": \"+91\",\n  \"email\": \"test@example.com\",\n  \"description\": \"Payment link for Uniket\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": {\n    \"code\": \"BAD_REQUEST\",\n    \"description\": \"\"\n  },\n  \"success\": false,\n  \"message\": \"Something wrong in payload\",\n  \"status_code\": 400\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "c9a829e8-fc26-4d4b-bc84-2c0d726681ce",
            "name": "pollingPaymentLink | Poll status of payment link",
            "request": {
              "name": "pollingPaymentLink | Poll status of payment link",
              "description": {
                "content": "Periodically checks the status of a payment link to monitor for any updates or changes.retrieve real-time information about the payment link's current status, such as whether it has been processed, cancelled, or expired. ",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "payment",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "polling-payment-link",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "payment_link_id",
                    "value": "<string>",
                    "description": "(Required) "
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "29125463-cd92-49d1-88b9-79d50ac51a35",
                "name": "Success. Check the example shown below",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "polling-payment-link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "payment_link_id",
                        "value": "b594184d9a060657566cef7e1ad61b77"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"aggregator_name\": \"Fynd\",\n  \"status\": \"complete\",\n  \"redirect_url\": \"https://api.fyndx0.de/service/application/order/v1.0/orders/?success=true&order_id=FY62B3FF87016F24A4E6&aggregator_name=Fynd&cart_id=412&delivery_address_id=136&billing_address_id=136\",\n  \"payment_link_id\": \"223d2a8df39a5dcdd8525498bee73199\",\n  \"amount\": 21900,\n  \"order_id\": \"FY62B3FF87016F24A4E6\",\n  \"status_code\": 200\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "0a6a44db-bf21-4a1b-9e93-7d0ae4e9fcc3",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "polling-payment-link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "payment_link_id",
                        "value": "b594184d9a060657566cef7e1ad61b77"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": {\n    \"code\": \"BAD_REQUEST\",\n    \"description\": \"\"\n  },\n  \"success\": false,\n  \"message\": \"Something wrong in payload\",\n  \"status_code\": 400\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "277b73e9-ed26-4f6a-93c4-66a6be2de118",
            "name": "resendPaymentLink | Resend payment link",
            "request": {
              "name": "resendPaymentLink | Resend payment link",
              "description": {
                "content": "Resends an existing payment link to the user to complete the payment.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "payment",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "resend-payment-link",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"payment_link_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "cd99be0f-0618-4601-8cf2-95f3b4246670",
                "name": "Success. Check the example shown below",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "resend-payment-link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"payment_link_id\": \"4adb4451720a82ee69a3c1c4cc9ab442\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"Payment link resent\",\n  \"status_code\": 200,\n  \"polling_timeout\": 480\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "43ab5a41-7bd8-4ed2-9c2f-91ac42192c88",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "resend-payment-link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"payment_link_id\": \"4adb4451720a82ee69a3c1c4cc9ab442\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": {\n    \"code\": \"BAD_REQUEST\",\n    \"description\": \"\"\n  },\n  \"success\": false,\n  \"message\": \"Something wrong in payload\",\n  \"status_code\": 400\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b94f8ceb-19a9-45c9-81e6-ac5ae48beff8",
            "name": "cancelPaymentLink | Cancel payment link",
            "request": {
              "name": "cancelPaymentLink | Cancel payment link",
              "description": {
                "content": "Deactivate and cancel a payment link.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "payment",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "cancel-payment-link",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"payment_link_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "11c061b6-0391-4920-840f-c15a038f224a",
                "name": "Success. Check the example shown below",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "cancel-payment-link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"payment_link_id\": \"4adb4451720a82ee69a3c1c4cc9ab442\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"Payment link cancelled\",\n  \"status_code\": 200\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "7c540142-7978-4a67-996c-c0bf9b11e530",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "cancel-payment-link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"payment_link_id\": \"4adb4451720a82ee69a3c1c4cc9ab442\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"message\": \"Something wrong in payload\",\n  \"status_code\": 400\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d7380d3f-d692-4cfe-b7fa-e9ecc1e35640",
            "name": "getPaymentSession | Get payment session",
            "request": {
              "name": "getPaymentSession | Get payment session",
              "description": {
                "content": "Allows users to fetch the payment session details associated with a given order ID or transaction ID",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "payment",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "payment",
                  "session",
                  ":gid"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "line-item",
                    "value": "<boolean>",
                    "description": "A boolean flag to include detailed cart and line item information in the response. When set to true, the response will contain comprehensive details about the cart, including each line item's product or service descriptions, quantities, unit prices, applicable taxes, discounts, total cart value, and total quantity. This provides a clear breakdown of charges to the customer, helping to understand the total amount billed in a more granular way."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "gid",
                    "description": "(Required) global identifier of the entity (e.g. order, cart etc.) against which payment session was initiated. This is generated by Fynd payments platform and is unique."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "e0a7b485-de35-4754-8dd5-4ffdaae48f39",
                "name": "Success. Returns the details of payment session.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "payment",
                      "session",
                      ":gid"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "line-item",
                        "value": "true"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "gid",
                        "description": "(Required) global identifier of the entity (e.g. order, cart etc.) against which payment session was initiated. This is generated by Fynd payments platform and is unique."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"gid\": \"TR9C4AF3A615DE251A23\",\n  \"status\": \"complete\",\n  \"total_amount\": 10000,\n  \"currency\": \"INR\",\n  \"payment_details\": {\n    \"gid\": \"TR9C4AF3A615DE251A23\",\n    \"payment_mode\": \"JIOPAY\",\n    \"aggregator_order_id\": \"10772307355840195000\",\n    \"aggregator_customer_id\": \"63073b48e8d90abe20c42eb8\",\n    \"payment_mode_identifier\": \"JIOPAY\",\n    \"g_user_id\": \"63073b48e8d90abe20c42eb8\",\n    \"payment_id\": \"10772307355847914000\",\n    \"mode\": \"live\",\n    \"amount\": 56700,\n    \"currency\": \"INR\",\n    \"cancel_url\": \"\",\n    \"success_url\": \"\",\n    \"amount_captured\": 56700,\n    \"status\": \"refund_done\",\n    \"payment_methods\": [],\n    \"meta\": {\n      \"cod_eligibile\": true\n    }\n  },\n  \"refund_details\": [\n    {\n      \"currency\": \"INR\",\n      \"request_id\": \"16787880654271907518\",\n      \"status\": \"refund_done\",\n      \"created\": \"2023-03-14T10:54:24.000Z\",\n      \"payment_id\": \"10772307355847914000\",\n      \"refund_utr\": \"10772307355847914000\",\n      \"amount\": 56700\n    }\n  ],\n  \"cart_details\": {\n    \"cart_value\": 56700,\n    \"total_quantity\": 10,\n    \"articles\": [],\n    \"items\": {}\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "cbcbc3dd-644e-4cbd-b2e6-df29a7584c53",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "payment",
                      "session",
                      ":gid"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "line-item",
                        "value": "true"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "gid",
                        "description": "(Required) global identifier of the entity (e.g. order, cart etc.) against which payment session was initiated. This is generated by Fynd payments platform and is unique."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": {\n    \"code\": \"INTERNAL_SERVER_ERROR\",\n    \"description\": \"\"\n  },\n  \"success\": false,\n  \"data\": {\n    \"status\": \"failed\"\n  },\n  \"message\": \"gid not found. Invalid Request\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "2067c5f1-679c-4275-8d99-b6096abc5dfd",
            "name": "updatePaymentSession | Update payment session ",
            "request": {
              "name": "updatePaymentSession | Update payment session ",
              "description": {
                "content": "Update the details of a payment session associated with a given order ID or transaction ID.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "payment",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "payment",
                  "session",
                  ":gid"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "gid",
                    "description": "(Required) global identifier of the entity (e.g. order, cart etc.) against which payment_session was initiated. This is generated by Fynd payments platform and is unique."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"currency\": \"<string>\",\n  \"gid\": \"<string>\",\n  \"order_details\": {\n    \"aggregator\": \"<string>\",\n    \"aggregator_order_details\": {\n      \"in53\": 42758393.164309084\n    },\n    \"amount\": \"<integer>\",\n    \"currency\": \"<string>\",\n    \"gid\": \"<string>\",\n    \"status\": \"<string>\",\n    \"applied_offers\": [\n      {\n        \"is_mop\": \"<boolean>\",\n        \"offer_type\": \"<string>\",\n        \"offer_id\": \"<string>\",\n        \"description\": \"<string>\",\n        \"amount\": \"<integer>\",\n        \"meta\": {\n          \"magna_0f1\": -14579668\n        },\n        \"sku_details\": [\n          {\n            \"identifier\": \"<string>\",\n            \"sku_id\": \"<string>\",\n            \"sku_name\": \"<string>\"\n          },\n          {\n            \"identifier\": \"<string>\",\n            \"sku_id\": \"<string>\",\n            \"sku_name\": \"<string>\"\n          }\n        ]\n      },\n      {\n        \"is_mop\": \"<boolean>\",\n        \"offer_type\": \"<string>\",\n        \"offer_id\": \"<string>\",\n        \"description\": \"<string>\",\n        \"amount\": \"<integer>\",\n        \"meta\": {\n          \"do1\": -24024632\n        },\n        \"sku_details\": [\n          {\n            \"identifier\": \"<string>\",\n            \"sku_id\": \"<string>\",\n            \"sku_name\": \"<string>\"\n          },\n          {\n            \"identifier\": \"<string>\",\n            \"sku_id\": \"<string>\",\n            \"sku_name\": \"<string>\"\n          }\n        ]\n      }\n    ]\n  },\n  \"payment_details\": [\n    {\n      \"aggregator_order_id\": \"<string>\",\n      \"amount\": \"<integer>\",\n      \"amount_captured\": \"<integer>\",\n      \"cancel_url\": \"<string>\",\n      \"currency\": \"<string>\",\n      \"g_user_id\": \"<string>\",\n      \"gid\": \"<string>\",\n      \"mode\": \"<string>\",\n      \"payment_id\": \"<string>\",\n      \"payment_methods\": [\n        \"<object>\",\n        \"<object>\"\n      ],\n      \"status\": \"<string>\",\n      \"success_url\": \"<string>\",\n      \"shipping_address\": {\n        \"address\": \"<string>\",\n        \"area\": \"<string>\",\n        \"area_code\": \"<string>\",\n        \"area_code_slug\": \"<string>\",\n        \"city\": \"<string>\",\n        \"country\": \"<string>\",\n        \"country_iso_code\": \"<string>\",\n        \"country_phone_code\": \"<string>\",\n        \"g_address_id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"phone\": \"<string>\",\n        \"state\": \"<string>\",\n        \"google_map_point\": {\n          \"mollit_0\": -52780292,\n          \"Utfb0\": -97871633,\n          \"consequat4a\": -14778998\n        },\n        \"landmark\": \"<string>\",\n        \"expire_at\": \"<dateTime>\",\n        \"geo_location\": {\n          \"est77\": false,\n          \"in08\": \"et sunt\",\n          \"elit___7\": true\n        },\n        \"address_type\": \"<string>\",\n        \"email\": \"<string>\",\n        \"tags\": [\n          \"<object>\",\n          \"<object>\"\n        ]\n      },\n      \"amount_refunded\": \"<integer>\",\n      \"aggregator_customer_id\": \"<string>\",\n      \"created\": \"<string>\",\n      \"merchant_locale\": \"<string>\",\n      \"locale\": \"<string>\",\n      \"kind\": \"<string>\",\n      \"billing_address\": {\n        \"address\": \"<string>\",\n        \"area\": \"<string>\",\n        \"area_code\": \"<string>\",\n        \"area_code_slug\": \"<string>\",\n        \"city\": \"<string>\",\n        \"country\": \"<string>\",\n        \"country_iso_code\": \"<string>\",\n        \"country_phone_code\": \"<string>\",\n        \"g_address_id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"phone\": \"<string>\",\n        \"state\": \"<string>\",\n        \"google_map_point\": {\n          \"est_4d1\": \"dolore ipsum aliquip enim ex\"\n        },\n        \"landmark\": \"<string>\",\n        \"expire_at\": \"<dateTime>\",\n        \"geo_location\": {\n          \"qui_f7\": -58092865,\n          \"tempor_2\": \"consequat minim Lorem elit\"\n        },\n        \"address_type\": \"<string>\",\n        \"email\": \"<string>\",\n        \"tags\": [\n          \"<object>\",\n          \"<object>\"\n        ]\n      },\n      \"captured\": \"<boolean>\",\n      \"meta\": {\n        \"culpa_827\": 48553760,\n        \"nisia\": \"fugiat\",\n        \"proident_ae\": -19919458.34381546\n      },\n      \"reason\": {\n        \"code\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"aggregator_order_id\": \"<string>\",\n      \"amount\": \"<integer>\",\n      \"amount_captured\": \"<integer>\",\n      \"cancel_url\": \"<string>\",\n      \"currency\": \"<string>\",\n      \"g_user_id\": \"<string>\",\n      \"gid\": \"<string>\",\n      \"mode\": \"<string>\",\n      \"payment_id\": \"<string>\",\n      \"payment_methods\": [\n        \"<object>\",\n        \"<object>\"\n      ],\n      \"status\": \"<string>\",\n      \"success_url\": \"<string>\",\n      \"shipping_address\": {\n        \"address\": \"<string>\",\n        \"area\": \"<string>\",\n        \"area_code\": \"<string>\",\n        \"area_code_slug\": \"<string>\",\n        \"city\": \"<string>\",\n        \"country\": \"<string>\",\n        \"country_iso_code\": \"<string>\",\n        \"country_phone_code\": \"<string>\",\n        \"g_address_id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"phone\": \"<string>\",\n        \"state\": \"<string>\",\n        \"google_map_point\": {\n          \"labore_f\": true\n        },\n        \"landmark\": \"<string>\",\n        \"expire_at\": \"<dateTime>\",\n        \"geo_location\": {\n          \"sed7\": 23857460.435550466\n        },\n        \"address_type\": \"<string>\",\n        \"email\": \"<string>\",\n        \"tags\": [\n          \"<object>\",\n          \"<object>\"\n        ]\n      },\n      \"amount_refunded\": \"<integer>\",\n      \"aggregator_customer_id\": \"<string>\",\n      \"created\": \"<string>\",\n      \"merchant_locale\": \"<string>\",\n      \"locale\": \"<string>\",\n      \"kind\": \"<string>\",\n      \"billing_address\": {\n        \"address\": \"<string>\",\n        \"area\": \"<string>\",\n        \"area_code\": \"<string>\",\n        \"area_code_slug\": \"<string>\",\n        \"city\": \"<string>\",\n        \"country\": \"<string>\",\n        \"country_iso_code\": \"<string>\",\n        \"country_phone_code\": \"<string>\",\n        \"g_address_id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"phone\": \"<string>\",\n        \"state\": \"<string>\",\n        \"google_map_point\": {\n          \"exercitation_17\": -76484840,\n          \"cupidatat_f0\": 9859546\n        },\n        \"landmark\": \"<string>\",\n        \"expire_at\": \"<dateTime>\",\n        \"geo_location\": {\n          \"amet4\": true,\n          \"Excepteur_6d\": -34732140.99950379,\n          \"Ut_3\": -21077410,\n          \"sunte2\": \"amet ut mollit\"\n        },\n        \"address_type\": \"<string>\",\n        \"email\": \"<string>\",\n        \"tags\": [\n          \"<object>\",\n          \"<object>\"\n        ]\n      },\n      \"captured\": \"<boolean>\",\n      \"meta\": {\n        \"seded1\": \"Duis est\",\n        \"id_e2\": 30108185.957324713,\n        \"esta\": -18772537,\n        \"minim__\": true\n      },\n      \"reason\": {\n        \"code\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ],\n  \"status\": \"<string>\",\n  \"total_amount\": \"<integer>\",\n  \"checksum\": \"<string>\",\n  \"meta\": {\n    \"enim_3\": \"amet eu\",\n    \"ex8d\": \"enim exercitation\",\n    \"occaecat8\": -38868555.224505074\n  },\n  \"source\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "5d62456e-2fbb-4e65-8595-fa0a9c35acb9",
                "name": "Success. Returns the status of Update or not.  for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "payment",
                      "session",
                      ":gid"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "gid",
                        "description": "(Required) global identifier of the entity (e.g. order, cart etc.) against which payment_session was initiated. This is generated by Fynd payments platform and is unique."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"gid\": \"TR65C47E27CBFD964727\",\n  \"status\": \"initiated\",\n  \"total_amount\": 100,\n  \"currency\": \"INR\",\n  \"checksum\": \"adadadadadad1313123asdasdasda\",\n  \"payment_details\": [\n    {\n      \"payment_id\": \"pay_wtt5r23mpebexcjsxzylyjhn7a\",\n      \"aggregator_order_id\": \"hpp_yR3qKzIagWl9\",\n      \"aggregator_customer_id\": \"cust_123\",\n      \"captured\": false,\n      \"amount_captured\": 100,\n      \"amount_refunded\": 100,\n      \"gid\": \"FY615DE25839C4AF3A1A\",\n      \"status\": \"complete\",\n      \"g_user_id\": \"1832452\",\n      \"amount\": 100,\n      \"currency\": \"INR\",\n      \"merchant_locale\": \"en\",\n      \"locale\": \"en\",\n      \"mode\": \"test\",\n      \"payment_methods\": [\n        {\n          \"code\": \"NB\",\n          \"name\": \"Net banking\",\n          \"sub_payment_mode\": [\n            {\n              \"code\": \"SBIN\",\n              \"name\": \"State Bank of India\"\n            }\n          ]\n        }\n      ],\n      \"success_url\": \"\",\n      \"cancel_url\": \"\",\n      \"billing_address\": {\n        \"country_phone_code\": \"91\",\n        \"country_iso_code\": \"IND\",\n        \"geo_location\": {\n          \"longitude\": \"73.9721802\",\n          \"latitude\": \"21.0643252\"\n        },\n        \"google_map_point\": {\n          \"address\": \"WXC7+AJC, Mumbai, Maharashtra, 400093, India\",\n          \"sub_locality\": \"Andheri East\"\n        },\n        \"expire_at\": \"timestamp\",\n        \"phone\": \"8888888888\",\n        \"state\": \"Maharashtra\",\n        \"landmark\": \"Andheri East\",\n        \"name\": \"Shopsense\",\n        \"tags\": [],\n        \"address\": \"Ajit Nagar, Kondivita, Andheri East\",\n        \"area\": \"Andheri East\",\n        \"g_address_id\": \"507f191e810c19729de860ea\",\n        \"country\": \"India\",\n        \"city\": \"Mumbai\",\n        \"address_type\": \"office\",\n        \"area_code_slug\": \"400093\",\n        \"email\": \"test@example.com\",\n        \"area_code\": \"400093\"\n      },\n      \"shipping_address\": {\n        \"country_phone_code\": \"91\",\n        \"country_iso_code\": \"IND\",\n        \"geo_location\": {\n          \"longitude\": \"73.9721802\",\n          \"latitude\": \"21.0643252\"\n        },\n        \"google_map_point\": {\n          \"address\": \"WXC7+AJC, Mumbai, Maharashtra, 400093, India\",\n          \"sub_locality\": \"Andheri East\"\n        },\n        \"expire_at\": \"timestamp\",\n        \"phone\": \"8888888888\",\n        \"state\": \"Maharashtra\",\n        \"landmark\": \"Andheri East\",\n        \"name\": \"Shopsense\",\n        \"tags\": [],\n        \"address\": \"Ajit Nagar, Kondivita, Andheri East\",\n        \"area\": \"Andheri East\",\n        \"g_address_id\": \"507f191e810c19729de860ea\",\n        \"country\": \"India\",\n        \"city\": \"Mumbai\",\n        \"address_type\": \"office\",\n        \"area_code_slug\": \"400093\",\n        \"email\": \"test@example.com\",\n        \"area_code\": \"400093\"\n      },\n      \"kind\": \"sale\",\n      \"created\": \"8888888888\",\n      \"reason\": {\n        \"code\": \"PAYMENT_SUCCESS\",\n        \"description\": \"Your payment is succcess.\"\n      }\n    }\n  ],\n  \"order_details\": {\n    \"gid\": \"TR65C47E27CBFD964727\",\n    \"status\": \"\",\n    \"amount\": 100,\n    \"currency\": \"INR\",\n    \"aggregator\": \"fynd\",\n    \"aggregator_order_details\": {\n      \"aggregator_order_id\": \"FY65C2797B2F00FCF07E\",\n      \"amount\": 100,\n      \"currency\": \"INR\",\n      \"aggregator\": \"checkoutcom\",\n      \"status\": \"complete\"\n    },\n    \"applied_offers\": {\n      \"is_mop\": false,\n      \"offer_type\": \"discount\",\n      \"offer_id\": \"BANK1234\",\n      \"description\": \"10% off on HDFC Bank\",\n      \"amount\": 100,\n      \"meta\": {\n        \"code\": \"HDFC\",\n        \"name\": \"HDFC Bank\"\n      },\n      \"sku_details\": {\n        \"sku_id\": 12345678,\n        \"sku_brand\": \"Apple\"\n      }\n    }\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"gid\": \"Payment Received\",\n  \"status\": \"initiated\",\n  \"total_amount\": 100,\n  \"currency\": \"INR\",\n  \"platform_transaction_details\": [\n    {\n      \"object\": \"platform_payment\",\n      \"transaction_id\": \"pay_wtt5r23mpebexcjsxzylyjhn7a\",\n      \"payment_id\": \"pay_wtt5r23mpebexcjsxzylyjhn7a\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "8865e30e-1a17-42ef-a7d9-a69727319a54",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "payment",
                      "session",
                      ":gid"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "gid",
                        "description": "(Required) global identifier of the entity (e.g. order, cart etc.) against which payment_session was initiated. This is generated by Fynd payments platform and is unique."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"gid\": \"TR65C47E27CBFD964727\",\n  \"status\": \"initiated\",\n  \"total_amount\": 100,\n  \"currency\": \"INR\",\n  \"checksum\": \"adadadadadad1313123asdasdasda\",\n  \"payment_details\": [\n    {\n      \"payment_id\": \"pay_wtt5r23mpebexcjsxzylyjhn7a\",\n      \"aggregator_order_id\": \"hpp_yR3qKzIagWl9\",\n      \"aggregator_customer_id\": \"cust_123\",\n      \"captured\": false,\n      \"amount_captured\": 100,\n      \"amount_refunded\": 100,\n      \"gid\": \"FY615DE25839C4AF3A1A\",\n      \"status\": \"complete\",\n      \"g_user_id\": \"1832452\",\n      \"amount\": 100,\n      \"currency\": \"INR\",\n      \"merchant_locale\": \"en\",\n      \"locale\": \"en\",\n      \"mode\": \"test\",\n      \"payment_methods\": [\n        {\n          \"code\": \"NB\",\n          \"name\": \"Net banking\",\n          \"sub_payment_mode\": [\n            {\n              \"code\": \"SBIN\",\n              \"name\": \"State Bank of India\"\n            }\n          ]\n        }\n      ],\n      \"success_url\": \"\",\n      \"cancel_url\": \"\",\n      \"billing_address\": {\n        \"country_phone_code\": \"91\",\n        \"country_iso_code\": \"IND\",\n        \"geo_location\": {\n          \"longitude\": \"73.9721802\",\n          \"latitude\": \"21.0643252\"\n        },\n        \"google_map_point\": {\n          \"address\": \"WXC7+AJC, Mumbai, Maharashtra, 400093, India\",\n          \"sub_locality\": \"Andheri East\"\n        },\n        \"expire_at\": \"timestamp\",\n        \"phone\": \"8888888888\",\n        \"state\": \"Maharashtra\",\n        \"landmark\": \"Andheri East\",\n        \"name\": \"Shopsense\",\n        \"tags\": [],\n        \"address\": \"Ajit Nagar, Kondivita, Andheri East\",\n        \"area\": \"Andheri East\",\n        \"g_address_id\": \"507f191e810c19729de860ea\",\n        \"country\": \"India\",\n        \"city\": \"Mumbai\",\n        \"address_type\": \"office\",\n        \"area_code_slug\": \"400093\",\n        \"email\": \"test@example.com\",\n        \"area_code\": \"400093\"\n      },\n      \"shipping_address\": {\n        \"country_phone_code\": \"91\",\n        \"country_iso_code\": \"IND\",\n        \"geo_location\": {\n          \"longitude\": \"73.9721802\",\n          \"latitude\": \"21.0643252\"\n        },\n        \"google_map_point\": {\n          \"address\": \"WXC7+AJC, Mumbai, Maharashtra, 400093, India\",\n          \"sub_locality\": \"Andheri East\"\n        },\n        \"expire_at\": \"timestamp\",\n        \"phone\": \"8888888888\",\n        \"state\": \"Maharashtra\",\n        \"landmark\": \"Andheri East\",\n        \"name\": \"Shopsense\",\n        \"tags\": [],\n        \"address\": \"Ajit Nagar, Kondivita, Andheri East\",\n        \"area\": \"Andheri East\",\n        \"g_address_id\": \"507f191e810c19729de860ea\",\n        \"country\": \"India\",\n        \"city\": \"Mumbai\",\n        \"address_type\": \"office\",\n        \"area_code_slug\": \"400093\",\n        \"email\": \"test@example.com\",\n        \"area_code\": \"400093\"\n      },\n      \"kind\": \"sale\",\n      \"created\": \"8888888888\",\n      \"reason\": {\n        \"code\": \"PAYMENT_SUCCESS\",\n        \"description\": \"Your payment is succcess.\"\n      }\n    }\n  ],\n  \"order_details\": {\n    \"gid\": \"TR65C47E27CBFD964727\",\n    \"status\": \"\",\n    \"amount\": 100,\n    \"currency\": \"INR\",\n    \"aggregator\": \"fynd\",\n    \"aggregator_order_details\": {\n      \"aggregator_order_id\": \"FY65C2797B2F00FCF07E\",\n      \"amount\": 100,\n      \"currency\": \"INR\",\n      \"aggregator\": \"checkoutcom\",\n      \"status\": \"complete\"\n    },\n    \"applied_offers\": {\n      \"is_mop\": false,\n      \"offer_type\": \"discount\",\n      \"offer_id\": \"BANK1234\",\n      \"description\": \"10% off on HDFC Bank\",\n      \"amount\": 100,\n      \"meta\": {\n        \"code\": \"HDFC\",\n        \"name\": \"HDFC Bank\"\n      },\n      \"sku_details\": {\n        \"sku_id\": 12345678,\n        \"sku_brand\": \"Apple\"\n      }\n    }\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": {\n    \"code\": \"BAD_REQUEST\",\n    \"description\": \"\"\n  },\n  \"success\": false,\n  \"data\": {\n    \"status\": \"failed\"\n  },\n  \"message\": \"error message\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "131417af-3fad-42cd-a7da-0163ddece21c",
            "name": "updateRefundSession | Update refund session",
            "request": {
              "name": "updateRefundSession | Update refund session",
              "description": {
                "content": "Allows users to update the details of a refund session associated with a specific global identifier (GID) and request ID.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "payment",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "payment",
                  ":gid",
                  "refund",
                  "session",
                  ":request_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "gid",
                    "description": "(Required) global identifier of the entity (e.g. order, cart etc.) against which payment_session was initiated. This is generated by Fynd payments platform and is unique."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "request_id",
                    "description": "(Required) A unique id that was used to initiate a refund session. This is generated by Fynd platform and is usually shipment_id."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"currency\": \"<string>\",\n  \"gid\": \"<string>\",\n  \"payment_details\": {\n    \"aggregator_order_id\": \"<string>\",\n    \"amount\": \"<integer>\",\n    \"amount_captured\": \"<integer>\",\n    \"cancel_url\": \"<string>\",\n    \"currency\": \"<string>\",\n    \"g_user_id\": \"<string>\",\n    \"gid\": \"<string>\",\n    \"mode\": \"<string>\",\n    \"payment_id\": \"<string>\",\n    \"payment_methods\": [\n      \"<object>\",\n      \"<object>\"\n    ],\n    \"status\": \"<string>\",\n    \"success_url\": \"<string>\",\n    \"shipping_address\": {\n      \"address\": \"<string>\",\n      \"area\": \"<string>\",\n      \"area_code\": \"<string>\",\n      \"area_code_slug\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"<string>\",\n      \"country_iso_code\": \"<string>\",\n      \"country_phone_code\": \"<string>\",\n      \"g_address_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"phone\": \"<string>\",\n      \"state\": \"<string>\",\n      \"google_map_point\": {\n        \"Ut__c\": -63893581.98471204,\n        \"pariatur_a\": false,\n        \"commodo_b\": -31050835\n      },\n      \"landmark\": \"<string>\",\n      \"expire_at\": \"<dateTime>\",\n      \"geo_location\": {\n        \"laborisb\": false\n      },\n      \"address_type\": \"<string>\",\n      \"email\": \"<string>\",\n      \"tags\": [\n        \"<object>\",\n        \"<object>\"\n      ]\n    },\n    \"amount_refunded\": \"<integer>\",\n    \"aggregator_customer_id\": \"<string>\",\n    \"created\": \"<string>\",\n    \"merchant_locale\": \"<string>\",\n    \"locale\": \"<string>\",\n    \"kind\": \"<string>\",\n    \"billing_address\": {\n      \"address\": \"<string>\",\n      \"area\": \"<string>\",\n      \"area_code\": \"<string>\",\n      \"area_code_slug\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"<string>\",\n      \"country_iso_code\": \"<string>\",\n      \"country_phone_code\": \"<string>\",\n      \"g_address_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"phone\": \"<string>\",\n      \"state\": \"<string>\",\n      \"google_map_point\": {\n        \"labore_dc3\": 74822697.15221229,\n        \"nullaf07\": 46755782.80051279\n      },\n      \"landmark\": \"<string>\",\n      \"expire_at\": \"<dateTime>\",\n      \"geo_location\": {\n        \"quisb\": 77168229\n      },\n      \"address_type\": \"<string>\",\n      \"email\": \"<string>\",\n      \"tags\": [\n        \"<object>\",\n        \"<object>\"\n      ]\n    },\n    \"captured\": \"<boolean>\",\n    \"meta\": {\n      \"sunt_4a_\": -80807095,\n      \"laborisb7b\": \"v\"\n    },\n    \"reason\": {\n      \"code\": \"<string>\",\n      \"description\": \"<string>\"\n    }\n  },\n  \"refund_details\": [\n    {\n      \"amount\": \"<integer>\",\n      \"created\": \"<string>\",\n      \"currency\": \"<string>\",\n      \"payment_id\": \"<string>\",\n      \"request_id\": \"<string>\",\n      \"status\": \"<string>\",\n      \"refund_utr\": \"<string>\",\n      \"reason\": \"<string>\",\n      \"source_transfer_reversal\": \"<string>\",\n      \"receipt_number\": \"<string>\",\n      \"pg_refund_id\": \"<string>\",\n      \"transfer_reversal\": \"<string>\",\n      \"balance_transaction\": \"<string>\"\n    },\n    {\n      \"amount\": \"<integer>\",\n      \"created\": \"<string>\",\n      \"currency\": \"<string>\",\n      \"payment_id\": \"<string>\",\n      \"request_id\": \"<string>\",\n      \"status\": \"<string>\",\n      \"refund_utr\": \"<string>\",\n      \"reason\": \"<string>\",\n      \"source_transfer_reversal\": \"<string>\",\n      \"receipt_number\": \"<string>\",\n      \"pg_refund_id\": \"<string>\",\n      \"transfer_reversal\": \"<string>\",\n      \"balance_transaction\": \"<string>\"\n    }\n  ],\n  \"status\": \"<string>\",\n  \"total_amount\": \"<integer>\",\n  \"checksum\": \"<string>\",\n  \"meta\": {\n    \"adipisicing_b7f\": true,\n    \"mollit__3a\": \"elit Excepteur\"\n  },\n  \"error\": {\n    \"msg\": \"<string>\",\n    \"payment_transaction_id\": \"<string>\",\n    \"invalid_id\": \"<boolean>\",\n    \"merchant_order_id\": \"<string>\",\n    \"merchant_name\": \"<string>\",\n    \"amount\": \"<float>\",\n    \"expired\": \"<boolean>\",\n    \"cancelled\": \"<boolean>\"\n  },\n  \"message\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "d45e68f8-d091-43ba-b3f2-8b8c2c899b39",
                "name": "Returns the response whether it is success or not.  for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "payment",
                      ":gid",
                      "refund",
                      "session",
                      ":request_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "gid",
                        "description": "(Required) global identifier of the entity (e.g. order, cart etc.) against which payment_session was initiated. This is generated by Fynd payments platform and is unique."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "request_id",
                        "description": "(Required) A unique id that was used to initiate a refund session. This is generated by Fynd platform and is usually shipment_id."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"gid\": \"FY615DE25839C4AF3A1A\",\n  \"status\": \"initiated\",\n  \"checksum\": \"adadadadadad1313123asdasdasda\",\n  \"total_amount\": 100,\n  \"currency\": \"INR\",\n  \"refund_details\": [\n    {\n      \"request_id\": \"16100144824381402124\",\n      \"amount\": 100,\n      \"currency\": \"INR\",\n      \"status\": \"refund_done\",\n      \"refund_utr\": \"act_4lan4lrf2bxexdbinmqoln4nda\",\n      \"payment_id\": \"pay_wtt5r23mpebexcjsxzylyjhn7a\",\n      \"reason\": \"\",\n      \"receipt_number\": \"act_4lan4lrf2bxexdbinmqoln4nda\",\n      \"pg_refund_id\": \"\",\n      \"transfer_reversal\": \"\",\n      \"source_transfer_reversal\": \"\",\n      \"created\": \"\",\n      \"balance_transaction\": \"\"\n    }\n  ],\n  \"payment_details\": {\n    \"payment_id\": \"pay_wtt5r23mpebexcjsxzylyjhn7a\",\n    \"aggregator_order_id\": \"hpp_yR3qKzIagWl9\",\n    \"aggregator_customer_id\": \"cust_123\",\n    \"captured\": false,\n    \"amount_captured\": 500,\n    \"status\": \"refund_done\",\n    \"amount_refunded\": 100,\n    \"gid\": \"FY615DE25839C4AF3A1A\",\n    \"g_user_id\": \"1832442\",\n    \"amount\": 100,\n    \"currency\": \"INR\",\n    \"merchant_locale\": \"en\",\n    \"locale\": \"en\",\n    \"mode\": \"test\",\n    \"payment_methods\": [\n      {\n        \"code\": \"NB\",\n        \"name\": \"Net banking\",\n        \"sub_payment_mode\": [\n          {\n            \"code\": \"SBIN\",\n            \"name\": \"State Bank of India\"\n          }\n        ]\n      }\n    ],\n    \"success_url\": \"\",\n    \"cancel_url\": \"\",\n    \"billing_address\": {\n      \"country_phone_code\": \"91\",\n      \"country_iso_code\": \"IND\",\n      \"geo_location\": {\n        \"longitude\": 73.9721802,\n        \"latitude\": 21.0643252\n      },\n      \"google_map_point\": {\n        \"address\": \"WXC7+AJC, Mumbai, Maharashtra, 400093, India\",\n        \"sub_locality\": \"Andheri East\"\n      },\n      \"expire_at\": \"timestamp\",\n      \"phone\": \"8888888888\",\n      \"state\": \"Maharashtra\",\n      \"landmark\": \"Andheri East\",\n      \"name\": \"Shopsense\",\n      \"tags\": [],\n      \"address\": \"Ajit Nagar, Kondivita, Andheri East\",\n      \"area\": \"Andheri East\",\n      \"g_address_id\": \"507f191e810c19729de860ea\",\n      \"country\": \"India\",\n      \"city\": \"Mumbai\",\n      \"address_type\": \"office\",\n      \"area_code_slug\": \"400093\",\n      \"email\": \"test@example.com\",\n      \"area_code\": \"400093\"\n    },\n    \"shipping_address\": {\n      \"country_phone_code\": \"91\",\n      \"country_iso_code\": \"IND\",\n      \"geo_location\": {\n        \"longitude\": 73.9721802,\n        \"latitude\": 21.0643252\n      },\n      \"google_map_point\": {\n        \"address\": \"WXC7+AJC, Mumbai, Maharashtra, 400093, India\",\n        \"sub_locality\": \"Andheri East\"\n      },\n      \"expire_at\": \"timestamp\",\n      \"phone\": \"8888888888\",\n      \"state\": \"Maharashtra\",\n      \"landmark\": \"Andheri East\",\n      \"name\": \"Shopsense\",\n      \"tags\": [],\n      \"address\": \"Ajit Nagar, Kondivita, Andheri East\",\n      \"area\": \"Andheri East\",\n      \"g_address_id\": \"507f191e810c19729de860ea\",\n      \"country\": \"India\",\n      \"city\": \"Mumbai\",\n      \"address_type\": \"office\",\n      \"area_code_slug\": \"400093\",\n      \"email\": \"test@example.com\",\n      \"area_code\": \"400093\"\n    },\n    \"kind\": \"sale\",\n    \"created\": \"Date\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"gid\": \"FY615DE25839C4AF3A1A\",\n  \"status\": \"initiated\",\n  \"total_refund_amount\": 100,\n  \"currency\": \"INR\",\n  \"platform_refund_details\": [\n    {\n      \"transaction_id\": \"pay_wtt5r23mpebexcjsxzylyjhn7a\",\n      \"refund_id\": \"act_4lan4lrf2bxexdbinmqoln4nda\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "97e7917a-f7e1-48a8-9c43-daa29f4262ee",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "payment",
                      ":gid",
                      "refund",
                      "session",
                      ":request_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "gid",
                        "description": "(Required) global identifier of the entity (e.g. order, cart etc.) against which payment_session was initiated. This is generated by Fynd payments platform and is unique."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "request_id",
                        "description": "(Required) A unique id that was used to initiate a refund session. This is generated by Fynd platform and is usually shipment_id."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"gid\": \"FY615DE25839C4AF3A1A\",\n  \"status\": \"initiated\",\n  \"checksum\": \"adadadadadad1313123asdasdasda\",\n  \"total_amount\": 100,\n  \"currency\": \"INR\",\n  \"refund_details\": [\n    {\n      \"request_id\": \"16100144824381402124\",\n      \"amount\": 100,\n      \"currency\": \"INR\",\n      \"status\": \"refund_done\",\n      \"refund_utr\": \"act_4lan4lrf2bxexdbinmqoln4nda\",\n      \"payment_id\": \"pay_wtt5r23mpebexcjsxzylyjhn7a\",\n      \"reason\": \"\",\n      \"receipt_number\": \"act_4lan4lrf2bxexdbinmqoln4nda\",\n      \"pg_refund_id\": \"\",\n      \"transfer_reversal\": \"\",\n      \"source_transfer_reversal\": \"\",\n      \"created\": \"\",\n      \"balance_transaction\": \"\"\n    }\n  ],\n  \"payment_details\": {\n    \"payment_id\": \"pay_wtt5r23mpebexcjsxzylyjhn7a\",\n    \"aggregator_order_id\": \"hpp_yR3qKzIagWl9\",\n    \"aggregator_customer_id\": \"cust_123\",\n    \"captured\": false,\n    \"amount_captured\": 500,\n    \"status\": \"refund_done\",\n    \"amount_refunded\": 100,\n    \"gid\": \"FY615DE25839C4AF3A1A\",\n    \"g_user_id\": \"1832442\",\n    \"amount\": 100,\n    \"currency\": \"INR\",\n    \"merchant_locale\": \"en\",\n    \"locale\": \"en\",\n    \"mode\": \"test\",\n    \"payment_methods\": [\n      {\n        \"code\": \"NB\",\n        \"name\": \"Net banking\",\n        \"sub_payment_mode\": [\n          {\n            \"code\": \"SBIN\",\n            \"name\": \"State Bank of India\"\n          }\n        ]\n      }\n    ],\n    \"success_url\": \"\",\n    \"cancel_url\": \"\",\n    \"billing_address\": {\n      \"country_phone_code\": \"91\",\n      \"country_iso_code\": \"IND\",\n      \"geo_location\": {\n        \"longitude\": 73.9721802,\n        \"latitude\": 21.0643252\n      },\n      \"google_map_point\": {\n        \"address\": \"WXC7+AJC, Mumbai, Maharashtra, 400093, India\",\n        \"sub_locality\": \"Andheri East\"\n      },\n      \"expire_at\": \"timestamp\",\n      \"phone\": \"8888888888\",\n      \"state\": \"Maharashtra\",\n      \"landmark\": \"Andheri East\",\n      \"name\": \"Shopsense\",\n      \"tags\": [],\n      \"address\": \"Ajit Nagar, Kondivita, Andheri East\",\n      \"area\": \"Andheri East\",\n      \"g_address_id\": \"507f191e810c19729de860ea\",\n      \"country\": \"India\",\n      \"city\": \"Mumbai\",\n      \"address_type\": \"office\",\n      \"area_code_slug\": \"400093\",\n      \"email\": \"test@example.com\",\n      \"area_code\": \"400093\"\n    },\n    \"shipping_address\": {\n      \"country_phone_code\": \"91\",\n      \"country_iso_code\": \"IND\",\n      \"geo_location\": {\n        \"longitude\": 73.9721802,\n        \"latitude\": 21.0643252\n      },\n      \"google_map_point\": {\n        \"address\": \"WXC7+AJC, Mumbai, Maharashtra, 400093, India\",\n        \"sub_locality\": \"Andheri East\"\n      },\n      \"expire_at\": \"timestamp\",\n      \"phone\": \"8888888888\",\n      \"state\": \"Maharashtra\",\n      \"landmark\": \"Andheri East\",\n      \"name\": \"Shopsense\",\n      \"tags\": [],\n      \"address\": \"Ajit Nagar, Kondivita, Andheri East\",\n      \"area\": \"Andheri East\",\n      \"g_address_id\": \"507f191e810c19729de860ea\",\n      \"country\": \"India\",\n      \"city\": \"Mumbai\",\n      \"address_type\": \"office\",\n      \"area_code_slug\": \"400093\",\n      \"email\": \"test@example.com\",\n      \"area_code\": \"400093\"\n    },\n    \"kind\": \"sale\",\n    \"created\": \"Date\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": {\n    \"code\": \"BAD_REQUEST\",\n    \"description\": \"\"\n  },\n  \"success\": false,\n  \"data\": {\n    \"status\": \"failed\"\n  },\n  \"message\": \"error message\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "0bda0661-52e9-4070-8a21-a02a3faed6e5",
            "name": "validateCustomerAndCreditSummary | Verify payment customer and show credit summary",
            "request": {
              "name": "validateCustomerAndCreditSummary | Verify payment customer and show credit summary",
              "description": {
                "content": "Verify if the user is eligible for payment and also show credit summary if activated.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "payment",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "payment",
                  "validate",
                  "customer-credits"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"aggregator\": \"<string>\",\n  \"transaction_amount\": \"<float>\",\n  \"cart_id\": \"<string>\",\n  \"user_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "19ade373-f9e5-4e57-80e5-d6a77796cacb",
                "name": "Success. Check the example shown below or refer `ValidateCustomerCreditSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "payment",
                      "validate",
                      "customer-credits"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"aggregator\": \"Simpl\",\n  \"transaction_amount\": 100.8,\n  \"cart_id\": \"6e1232132132habcca121\",\n  \"user_id\": \"676314fe94c73a0001e9f78b\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"is_eligible\": true,\n  \"is_applied\": false,\n  \"message\": \"User is Active\",\n  \"cart_id\": \"6e1232132132habcca121\",\n  \"account\": {\n    \"status\": \"ACTIVE\",\n    \"account_id\": 10002222,\n    \"redeemable_balance\": {\n      \"amount\": 400,\n      \"currency\": \"INR\"\n    },\n    \"available_balance\": {\n      \"amount\": 1000,\n      \"currency\": \"INR\"\n    },\n    \"amount_on_hold\": [\n      {\n        \"amount\": 200,\n        \"currency\": \"INR\",\n        \"unique_id\": 1024\n      },\n      {\n        \"amount\": 400,\n        \"currency\": \"INR\",\n        \"unique_id\": 1026\n      }\n    ]\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "c8126b48-cabc-4178-9cd7-baaf392f4024",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "payment",
                      "validate",
                      "customer-credits"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"aggregator\": \"Simpl\",\n  \"transaction_amount\": 100.8,\n  \"cart_id\": \"6e1232132132habcca121\",\n  \"user_id\": \"676314fe94c73a0001e9f78b\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"is_eligible\": true,\n  \"message\": \"User not found.\",\n  \"account\": {\n    \"status\": \"UNREGISTERED\",\n    \"account_id\": null,\n    \"redeemable_balance\": {\n      \"amount\": 0,\n      \"currency\": \"INR\"\n    },\n    \"available_balance\": {\n      \"amount\": 0,\n      \"currency\": \"INR\"\n    }\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "bfcf83b1-1d91-4b09-a417-e14b4e2358b7",
            "name": "saveTokenForAggregator | Save token details for a payment aggregator",
            "request": {
              "name": "saveTokenForAggregator | Save token details for a payment aggregator",
              "description": {
                "content": "Save token and verification status for a specific payment aggregator, such as Apple Pay or others.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "payment",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "aggregators",
                  ":aggregator_id",
                  "token"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "aggregator_id",
                    "description": "(Required) Payment aggregator identifier.\nSupported values are:\n- **1**: Razorpay\n- **2**: Juspay\n- **3**: Checkout Extension\n- **4**: PayU India Extension\n"
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"payment_mode_id\": \"<integer>\",\n  \"sub_payment_mode_code\": \"<string>\",\n  \"token\": \"<string>\",\n  \"status\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"domain\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "9c9f6835-b0bd-4f56-a8f6-2e07db80543a",
                "name": "Token successfully saved",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "aggregators",
                      ":aggregator_id",
                      "token"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "aggregator_id",
                        "description": "(Required) Payment aggregator identifier.\nSupported values are:\n- **1**: Razorpay\n- **2**: Juspay\n- **3**: Checkout Extension\n- **4**: PayU India Extension\n"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"payment_mode_id\": 4,\n  \"sub_payment_mode_code\": \"applepay\",\n  \"token\": \"string_value\",\n  \"status\": \"verified\",\n  \"is_active\": true,\n  \"domain\": \"domain_value\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "4e6167d8-c66b-411e-adf6-c6308b47eb37",
                "name": "Bad request error",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "payment",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "aggregators",
                      ":aggregator_id",
                      "token"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "aggregator_id",
                        "description": "(Required) Payment aggregator identifier.\nSupported values are:\n- **1**: Razorpay\n- **2**: Juspay\n- **3**: Checkout Extension\n- **4**: PayU India Extension\n"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"payment_mode_id\": 4,\n  \"sub_payment_mode_code\": \"applepay\",\n  \"token\": \"string_value\",\n  \"status\": \"verified\",\n  \"is_active\": true,\n  \"domain\": \"domain_value\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"error\": {\n    \"code\": \"laboris in\",\n    \"description\": \"voluptate aliqua amet\"\n  },\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      },
      {
        "id": "eb86b985-d06b-4b0e-9dc9-0c3b525a4c68",
        "name": "Share",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "c35e47cc-322a-4c09-980d-58cd47954abf",
            "name": "createShortLink | Create short link",
            "request": {
              "name": "createShortLink | Create short link",
              "description": {
                "content": "Generate a shortened URL link for sharing.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "share",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "links",
                  "short-link",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"title\": \"<string>\",\n  \"url\": \"<string>\",\n  \"hash\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"expire_at\": \"<dateTime>\",\n  \"enable_tracking\": \"<boolean>\",\n  \"personalized\": \"<boolean>\",\n  \"campaign\": {\n    \"source\": \"<string>\",\n    \"medium\": \"<string>\"\n  },\n  \"redirects\": {\n    \"ios\": {\n      \"link\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    \"android\": {\n      \"link\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    \"web\": {\n      \"link\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    \"force_web\": \"<boolean>\"\n  },\n  \"attribution\": {\n    \"campaign_cookie_expiry\": \"<string>\"\n  },\n  \"social_media_tags\": {\n    \"title\": \"<string>\",\n    \"description\": \"<string>\",\n    \"image\": \"<string>\"\n  },\n  \"count\": \"<integer>\",\n  \"meta\": {\n    \"for_sms\": \"<boolean>\",\n    \"sms_header\": \"<string>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "1cb7b0ed-ee39-40d0-a454-373d7a4bae65",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "share",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "links",
                      "short-link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application Id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"title\": \"brand\",\n  \"url\": \"https://0icof6vvsf.hostx0.de/products/?brand=ruosh\",\n  \"meta\": {\n    \"for_sms\": true,\n    \"sms_header\": \"GOFYND\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"url\": {\n    \"original\": \"https://google.com\",\n    \"short_url\": \"https://app.ly/l/5Lds\",\n    \"hash\": \"5Lds\",\n    \"alias\": \"https://uat.fyx1.de/5Lds\"\n  },\n  \"redirects\": {\n    \"ios\": {\n      \"type\": \"web\",\n      \"link\": \"https://0icof6vvsf.hostx0.de/products/?brand=ruosh\"\n    },\n    \"android\": {\n      \"type\": \"web\",\n      \"link\": \"https://0icof6vvsf.hostx0.de/products/?brand=ruosh\"\n    },\n    \"web\": {\n      \"type\": \"web\",\n      \"link\": \"https://0icof6vvsf.hostx0.de/products/?brand=ruosh\"\n    },\n    \"expiry\": \"\",\n    \"url\": \"\",\n    \"force_web\": false\n  },\n  \"created_by\": \"team\",\n  \"personalized\": false,\n  \"app_redirect\": false,\n  \"fallback\": \"web\",\n  \"enable_tracking\": false,\n  \"active\": true,\n  \"count\": 0,\n  \"_id\": \"601a54054c0349592e76c8f3\",\n  \"title\": \"new \",\n  \"meta\": {\n    \"type\": \"brand\"\n  },\n  \"expire_at\": \"2024-08-12T04:28:06.687+0000\",\n  \"application\": \"5eda528b97457fe43a733ace\",\n  \"user_id\": \"5e4d01e2c39837ab66144f6d\",\n  \"created_at\": \"2021-02-03T07:43:01.342Z\",\n  \"updated_at\": \"2021-02-03T07:43:01.342Z\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "6d2547f7-06ea-498b-9ead-b081ff849181",
            "name": "getShortLinks | Get short links",
            "request": {
              "name": "getShortLinks | Get short links",
              "description": {
                "content": "Retrieve a list of all generated short links.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "share",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "links",
                  "short-link",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "Current page number"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10",
                    "description": "Current page size"
                  },
                  {
                    "disabled": false,
                    "key": "created_by",
                    "value": "<string>",
                    "description": "Short link creator"
                  },
                  {
                    "disabled": false,
                    "key": "active",
                    "value": "<string>",
                    "description": "Short link active status"
                  },
                  {
                    "disabled": false,
                    "key": "short_url",
                    "value": "<string>",
                    "description": "Search for short url"
                  },
                  {
                    "disabled": false,
                    "key": "original_url",
                    "value": "<string>",
                    "description": "Search for original url"
                  },
                  {
                    "disabled": false,
                    "key": "title",
                    "value": "<string>",
                    "description": "Search text for title"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "6fc83afc-7175-4ed4-b4d2-31de20cb589e",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "share",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "links",
                      "short-link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "created_by",
                        "value": "<string>"
                      },
                      {
                        "key": "active",
                        "value": "<string>"
                      },
                      {
                        "key": "short_url",
                        "value": "<string>"
                      },
                      {
                        "key": "original_url",
                        "value": "<string>"
                      },
                      {
                        "key": "title",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application Id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"url\": {\n        \"hash\": \"3qKlnsq-x\"\n      },\n      \"redirects\": {\n        \"ios\": {\n          \"type\": \"web\",\n          \"link\": \"https://0icof6vvsf.hostx0.de/products/?brand=ruosh\"\n        },\n        \"android\": {\n          \"type\": \"web\",\n          \"link\": \"https://0icof6vvsf.hostx0.de/products/?brand=ruosh\"\n        },\n        \"web\": {\n          \"type\": \"web\",\n          \"link\": \"https://0icof6vvsf.hostx0.de/products/?brand=ruosh\"\n        },\n        \"expiry\": \"\",\n        \"url\": \"\",\n        \"force_web\": false\n      },\n      \"created_by\": \"team\",\n      \"personalized\": false,\n      \"app_redirect\": false,\n      \"fallback\": \"web\",\n      \"enable_tracking\": false,\n      \"active\": true,\n      \"count\": 0,\n      \"_id\": \"601a54054c0349592e76c8f3\",\n      \"title\": \"new \",\n      \"meta\": {\n        \"type\": \"brand\"\n      },\n      \"expire_at\": \"2024-08-12T04:28:06.687+0000\",\n      \"application\": \"5eda528b97457fe43a733ace\",\n      \"user_id\": \"5e4d01e2c39837ab66144f6d\",\n      \"created_at\": \"2021-02-03T07:43:01.342Z\",\n      \"updated_at\": \"2021-02-03T07:43:01.342Z\"\n    }\n  ],\n  \"page\": {\n    \"size\": 10,\n    \"type\": \"number\",\n    \"page\": 1,\n    \"item_total\": 30,\n    \"has_next\": true\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "bdac5d60-a95e-48b5-95b6-7f81e27fef1e",
            "name": "getShortLinkByHash | Get short link by hash",
            "request": {
              "name": "getShortLinkByHash | Get short link by hash",
              "description": {
                "content": "Retrieve a specific short link by its unique hash.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "share",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "links",
                  "short-link",
                  ":hash",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "hash",
                    "description": "(Required) Hash of short url"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "cd05479d-1f1f-4192-be74-0ca0799ad052",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "share",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "links",
                      "short-link",
                      ":hash",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "hash",
                        "description": "(Required) Hash of short url"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"url\": {\n    \"original\": \"https://google.com\",\n    \"short_url\": \"https://app.ly/l/5Lds\",\n    \"hash\": \"5Lds\",\n    \"alias\": \"https://uat.fyx1.de/5Lds\"\n  },\n  \"redirects\": {\n    \"ios\": {\n      \"type\": \"web\",\n      \"link\": \"https://0icof6vvsf.hostx0.de/products/?brand=ruosh\"\n    },\n    \"android\": {\n      \"type\": \"web\",\n      \"link\": \"https://0icof6vvsf.hostx0.de/products/?brand=ruosh\"\n    },\n    \"web\": {\n      \"type\": \"web\",\n      \"link\": \"https://0icof6vvsf.hostx0.de/products/?brand=ruosh\"\n    },\n    \"expiry\": \"\",\n    \"url\": \"\",\n    \"force_web\": false\n  },\n  \"created_by\": \"team\",\n  \"personalized\": false,\n  \"app_redirect\": false,\n  \"fallback\": \"web\",\n  \"enable_tracking\": false,\n  \"active\": true,\n  \"count\": 0,\n  \"_id\": \"601a54054c0349592e76c8f3\",\n  \"title\": \"new \",\n  \"meta\": {\n    \"type\": \"brand\"\n  },\n  \"expire_at\": \"2024-08-12T04:28:06.687+0000\",\n  \"application\": \"5eda528b97457fe43a733ace\",\n  \"user_id\": \"5e4d01e2c39837ab66144f6d\",\n  \"created_at\": \"2021-02-03T07:43:01.342Z\",\n  \"updated_at\": \"2021-02-03T07:43:01.342Z\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "52cdba2e-d85e-4f84-8eec-d7404f679daa",
            "name": "updateShortLinkById | Update short link",
            "request": {
              "name": "updateShortLinkById | Update short link",
              "description": {
                "content": "Update details of a specific short link by its ID.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "share",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "links",
                  "short-link",
                  ":id",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) Short link document identifier"
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PATCH",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"title\": \"<string>\",\n  \"url\": \"<string>\",\n  \"hash\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"expire_at\": \"<dateTime>\",\n  \"enable_tracking\": \"<boolean>\",\n  \"personalized\": \"<boolean>\",\n  \"campaign\": {\n    \"source\": \"<string>\",\n    \"medium\": \"<string>\"\n  },\n  \"redirects\": {\n    \"ios\": {\n      \"link\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    \"android\": {\n      \"link\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    \"web\": {\n      \"link\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    \"force_web\": \"<boolean>\"\n  },\n  \"attribution\": {\n    \"campaign_cookie_expiry\": \"<string>\"\n  },\n  \"social_media_tags\": {\n    \"title\": \"<string>\",\n    \"description\": \"<string>\",\n    \"image\": \"<string>\"\n  },\n  \"count\": \"<integer>\",\n  \"meta\": {\n    \"for_sms\": \"<boolean>\",\n    \"sms_header\": \"<string>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "a158337a-7022-4807-b651-6516bd031c14",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "share",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "links",
                      "short-link",
                      ":id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application Id"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) Short link document identifier"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"url\": \"\",\n  \"title\": \"brand\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"url\": {\n    \"original\": \"https://google.com\",\n    \"short_url\": \"https://app.ly/l/5Lds\",\n    \"hash\": \"5Lds\",\n    \"alias\": \"https://uat.fyx1.de/5Lds\"\n  },\n  \"redirects\": {\n    \"ios\": {\n      \"type\": \"web\",\n      \"link\": \"https://0icof6vvsf.hostx0.de/products/?brand=ruosh\"\n    },\n    \"android\": {\n      \"type\": \"web\",\n      \"link\": \"https://0icof6vvsf.hostx0.de/products/?brand=ruosh\"\n    },\n    \"web\": {\n      \"type\": \"web\",\n      \"link\": \"https://0icof6vvsf.hostx0.de/products/?brand=ruosh\"\n    },\n    \"expiry\": \"\",\n    \"url\": \"\",\n    \"force_web\": false\n  },\n  \"created_by\": \"team\",\n  \"personalized\": false,\n  \"app_redirect\": false,\n  \"fallback\": \"web\",\n  \"enable_tracking\": false,\n  \"active\": true,\n  \"count\": 0,\n  \"_id\": \"601a54054c0349592e76c8f3\",\n  \"title\": \"new \",\n  \"meta\": {\n    \"type\": \"brand\"\n  },\n  \"expire_at\": \"2024-08-12T04:28:06.687+0000\",\n  \"application\": \"5eda528b97457fe43a733ace\",\n  \"user_id\": \"5e4d01e2c39837ab66144f6d\",\n  \"created_at\": \"2021-02-03T07:43:01.342Z\",\n  \"updated_at\": \"2021-02-03T07:43:01.342Z\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      },
      {
        "id": "65fc709c-85f8-47c6-a097-82cf134a4b0d",
        "name": "Theme",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "51d56bb0-e65b-4ae4-afd6-72c4197a3589",
            "name": "updatePage | Update a page",
            "request": {
              "name": "updatePage | Update a page",
              "description": {
                "content": "Modify and update the content of a page.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "theme",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  ":theme_id",
                  ":page_value",
                  ":socket_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "theme_id",
                    "description": "(Required) ID of the theme"
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "page_value",
                    "description": "(Required) Value of the page to be updated"
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "socket_id",
                    "description": "(Required) Unique socket id for websocket"
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"value\": \"<string>\",\n  \"text\": \"<string>\",\n  \"path\": \"<string>\",\n  \"type\": \"<string>\",\n  \"sections\": [\n    {\n      \"name\": \"<string>\",\n      \"label\": \"<string>\",\n      \"canvas\": \"<string>\",\n      \"props\": {\n        \"in8\": true\n      },\n      \"custom_css\": \"<string>\",\n      \"blocks\": [\n        \"<object>\",\n        \"<object>\"\n      ],\n      \"preset\": {\n        \"sit78\": \"deserunt id sit\"\n      },\n      \"predicate\": {\n        \"screen\": {\n          \"mobile\": \"<boolean>\",\n          \"desktop\": \"<boolean>\",\n          \"tablet\": \"<boolean>\"\n        },\n        \"user\": {\n          \"authenticated\": \"<boolean>\",\n          \"anonymous\": \"<boolean>\"\n        },\n        \"route\": {\n          \"selected\": \"<string>\",\n          \"exact_url\": \"<string>\",\n          \"query\": {\n            \"nullad\": \"incididunt sint officia elit\"\n          }\n        },\n        \"schedule\": {\n          \"cron\": \"<string>\",\n          \"start\": \"<dateTime>\",\n          \"end\": \"<dateTime>\"\n        },\n        \"platform\": {\n          \"ios\": \"<boolean>\",\n          \"android\": \"<boolean>\",\n          \"web\": \"<boolean>\"\n        },\n        \"zones\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"__source\": {\n        \"id\": \"<string>\",\n        \"bundle_name\": \"<string>\",\n        \"type\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"label\": \"<string>\",\n      \"canvas\": \"<string>\",\n      \"props\": {\n        \"in6f\": false,\n        \"ullamcofea\": \"amet laboris nisi\",\n        \"eu_f0f\": \"anim in cupidatat\"\n      },\n      \"custom_css\": \"<string>\",\n      \"blocks\": [\n        \"<object>\",\n        \"<object>\"\n      ],\n      \"preset\": {\n        \"ex9c5\": -25143779\n      },\n      \"predicate\": {\n        \"screen\": {\n          \"mobile\": \"<boolean>\",\n          \"desktop\": \"<boolean>\",\n          \"tablet\": \"<boolean>\"\n        },\n        \"user\": {\n          \"authenticated\": \"<boolean>\",\n          \"anonymous\": \"<boolean>\"\n        },\n        \"route\": {\n          \"selected\": \"<string>\",\n          \"exact_url\": \"<string>\",\n          \"query\": {\n            \"nostruded\": 22452022,\n            \"incididunt03_\": \"ullamco nostrud laboris\"\n          }\n        },\n        \"schedule\": {\n          \"cron\": \"<string>\",\n          \"start\": \"<dateTime>\",\n          \"end\": \"<dateTime>\"\n        },\n        \"platform\": {\n          \"ios\": \"<boolean>\",\n          \"android\": \"<boolean>\",\n          \"web\": \"<boolean>\"\n        },\n        \"zones\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"__source\": {\n        \"id\": \"<string>\",\n        \"bundle_name\": \"<string>\",\n        \"type\": \"<string>\"\n      }\n    }\n  ],\n  \"sections_meta\": [\n    {\n      \"attributes\": {\n        \"elit_ad\": 37639390,\n        \"Loremb\": \"eu\"\n      },\n      \"canvas\": {\n        \"value\": \"<string>\",\n        \"label\": \"<string>\"\n      },\n      \"consequat6\": true,\n      \"ea3\": \"incididunt tempor cillum\"\n    },\n    {\n      \"attributes\": {\n        \"velit_894\": false,\n        \"et59f\": 3301059.9325807244\n      },\n      \"canvas\": {\n        \"value\": \"<string>\",\n        \"label\": \"<string>\"\n      },\n      \"non_c\": -59938789.03649264,\n      \"Excepteur_88\": -36040862\n    }\n  ],\n  \"theme\": \"<string>\",\n  \"seo\": {\n    \"title\": \"<string>\",\n    \"description\": \"<string>\",\n    \"meta_tags\": [\n      {\n        \"title\": \"<string>\",\n        \"items\": [\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        ]\n      },\n      {\n        \"title\": \"<string>\",\n        \"items\": [\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          {\n            \"key\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        ]\n      }\n    ],\n    \"sitemap\": {\n      \"priority\": \"<number>\",\n      \"frequency\": \"<string>\"\n    },\n    \"breadcrumb\": [\n      {\n        \"url\": \"<string>\",\n        \"action\": {\n          \"type\": \"<string>\",\n          \"page\": {\n            \"type\": \"<string>\",\n            \"params\": {\n              \"minim_0c\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"nostrud_59\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"query\": {\n              \"do73a\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"url\": \"<string>\"\n          },\n          \"popup\": {\n            \"type\": \"<string>\",\n            \"params\": {\n              \"culpab26\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"query\": {\n              \"consequat_9\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"url\": \"<string>\"\n          }\n        }\n      },\n      {\n        \"url\": \"<string>\",\n        \"action\": {\n          \"type\": \"<string>\",\n          \"page\": {\n            \"type\": \"<string>\",\n            \"params\": {\n              \"in__\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"query\": {\n              \"velita3\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"voluptate_0\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"enim12\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"doloreeb\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"url\": \"<string>\"\n          },\n          \"popup\": {\n            \"type\": \"<string>\",\n            \"params\": {\n              \"irure9\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"velit8\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"query\": {\n              \"consequat_0\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"cillumcc\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"url\": \"<string>\"\n          }\n        }\n      }\n    ],\n    \"_id\": \"<string>\"\n  },\n  \"props\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"_id\": \"<string>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "df94b780-5ef4-468e-a185-f6cd1ecc919f",
                "name": "Success. Returns a the page of the theme. Refer `AvailablePageSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "theme",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      ":theme_id",
                      ":page_value",
                      ":socket_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Company ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "theme_id",
                        "description": "(Required) ID of the theme"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "page_value",
                        "description": "(Required) Value of the page to be updated"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "socket_id",
                        "description": "(Required) Unique socket id for websocket"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"path\": \"\",\n  \"type\": \"system\",\n  \"seo\": {\n    \"title\": \"\",\n    \"description\": \"\",\n    \"canonical_url\": \"\",\n    \"breadcrumbs\": [],\n    \"sitemap\": {\n      \"priority\": 0.5,\n      \"frequency\": \"never\"\n    },\n    \"meta_tags\": [],\n    \"_id\": \"60210832d7e98115b013f6ac\"\n  },\n  \"props\": [],\n  \"_id\": \"60ab5ca6d572fed64294eafc\",\n  \"sections\": [\n    {\n      \"blocks\": [],\n      \"predicate\": {\n        \"screen\": {\n          \"mobile\": false,\n          \"desktop\": false,\n          \"tablet\": false\n        },\n        \"user\": {\n          \"authenticated\": true,\n          \"anonymous\": true\n        },\n        \"route\": {\n          \"selected\": \"none\",\n          \"exactURL\": \"\",\n          \"query\": {\n            \"utm\": \"facebook\"\n          }\n        }\n      },\n      \"name\": \"customHtml\",\n      \"props\": {\n        \"code\": {\n          \"type\": \"code\",\n          \"value\": \"<p style=\\\"text-align:right;\\\"><a href=\\\"tel:+918888888888\\\"><img src=\\\"https://dabuttonfactory.com/button.png?t=For+any+queries%2C+call%3A+%2B91+98202+04442&f=Open+Sans-Bold&ts=21&tc=fff&hp=20&vp=15&c=round&bgt=unicolored&bgc=7043f7\\\"/> </a></p>\"\n        }\n      }\n    },\n    {\n      \"blocks\": [],\n      \"predicate\": {\n        \"screen\": {\n          \"mobile\": true,\n          \"desktop\": true,\n          \"tablet\": true\n        },\n        \"user\": {\n          \"authenticated\": true,\n          \"anonymous\": true\n        },\n        \"route\": {\n          \"selected\": \"none\",\n          \"exactURL\": \"\",\n          \"query\": {\n            \"udm\": \"vivek\"\n          }\n        }\n      },\n      \"name\": \"brands-listing\",\n      \"props\": {\n        \"title\": {\n          \"type\": \"text\",\n          \"value\": \"Popular rrrrr\"\n        },\n        \"header\": {\n          \"type\": \"header\"\n        },\n        \"brand_type\": {\n          \"value\": \"all\",\n          \"type\": \"radio\"\n        },\n        \"department\": {\n          \"type\": \"department\"\n        },\n        \"item_count\": {\n          \"value\": 5,\n          \"type\": \"range\"\n        },\n        \"layout\": {\n          \"value\": \"horizontal\",\n          \"type\": \"select\"\n        },\n        \"view_all\": {\n          \"value\": false,\n          \"type\": \"checkbox\"\n        }\n      }\n    },\n    {\n      \"blocks\": [\n        {\n          \"type\": \"product\",\n          \"name\": \"Product\",\n          \"props\": {\n            \"product\": {\n              \"type\": \"product\"\n            }\n          }\n        },\n        {\n          \"type\": \"product\",\n          \"name\": \"Product\",\n          \"props\": {\n            \"product\": {\n              \"type\": \"product\"\n            }\n          }\n        },\n        {\n          \"type\": \"product\",\n          \"name\": \"Product\",\n          \"props\": {\n            \"product\": {\n              \"type\": \"product\"\n            }\n          }\n        },\n        {\n          \"type\": \"product\",\n          \"name\": \"Product\",\n          \"props\": {\n            \"product\": {\n              \"type\": \"product\"\n            }\n          }\n        }\n      ],\n      \"predicate\": {\n        \"screen\": {\n          \"mobile\": true,\n          \"desktop\": true,\n          \"tablet\": true\n        },\n        \"user\": {\n          \"authenticated\": false,\n          \"anonymous\": true\n        },\n        \"route\": {\n          \"selected\": \"none\",\n          \"exactURL\": \"\"\n        }\n      },\n      \"name\": \"featuredProducts\",\n      \"props\": {\n        \"heading\": {\n          \"value\": \"Featured Products\",\n          \"type\": \"text\"\n        },\n        \"item_count\": {\n          \"type\": \"range\",\n          \"value\": 4\n        },\n        \"full_width\": {\n          \"value\": false,\n          \"type\": \"checkbox\"\n        }\n      },\n      \"preset\": {\n        \"blocks\": [\n          {\n            \"name\": \"Product\"\n          },\n          {\n            \"name\": \"Product\"\n          },\n          {\n            \"name\": \"Product\"\n          },\n          {\n            \"name\": \"Product\"\n          }\n        ]\n      }\n    },\n    {\n      \"blocks\": [],\n      \"predicate\": {\n        \"screen\": {\n          \"mobile\": true,\n          \"desktop\": true,\n          \"tablet\": true\n        },\n        \"user\": {\n          \"authenticated\": true,\n          \"anonymous\": true\n        },\n        \"route\": {\n          \"selected\": \"none\",\n          \"exactURL\": \"\",\n          \"query\": {\n            \"\": \"\"\n          }\n        }\n      },\n      \"name\": \"categoryListPage\",\n      \"props\": {\n        \"heading\": {\n          \"type\": \"text\",\n          \"value\": \"Explore Categories\"\n        },\n        \"layout\": {\n          \"type\": \"select\",\n          \"value\": \"grid\"\n        },\n        \"item_count\": {\n          \"value\": 5,\n          \"type\": \"range\"\n        },\n        \"view_all\": {\n          \"value\": false,\n          \"type\": \"checkbox\"\n        }\n      }\n    },\n    {\n      \"blocks\": [],\n      \"predicate\": {\n        \"screen\": {\n          \"mobile\": true,\n          \"desktop\": true,\n          \"tablet\": true\n        },\n        \"user\": {\n          \"authenticated\": true,\n          \"anonymous\": true\n        },\n        \"route\": {\n          \"selected\": \"none\",\n          \"exactURL\": \"\",\n          \"query\": {\n            \"\": \"\"\n          }\n        }\n      },\n      \"name\": \"heroBanner\",\n      \"props\": {\n        \"ctaLink\": {\n          \"type\": \"url\",\n          \"value\": \"https://uniket.hostx0.de/about-us\"\n        }\n      }\n    },\n    {\n      \"blocks\": [],\n      \"predicate\": {\n        \"screen\": {\n          \"mobile\": true,\n          \"desktop\": true,\n          \"tablet\": true\n        },\n        \"user\": {\n          \"authenticated\": true,\n          \"anonymous\": true\n        },\n        \"route\": {\n          \"selected\": \"none\",\n          \"exactURL\": \"\",\n          \"query\": {\n            \"\": \"\"\n          }\n        }\n      },\n      \"name\": \"imageBanner\",\n      \"props\": {\n        \"image\": {\n          \"value\": \"\",\n          \"type\": \"image_picker\"\n        },\n        \"full_width\": {\n          \"value\": false,\n          \"type\": \"checkbox\"\n        },\n        \"overlayLayout\": {\n          \"value\": \"left\",\n          \"type\": \"select\"\n        },\n        \"overlayImage\": {\n          \"value\": \"\",\n          \"type\": \"image_picker\"\n        },\n        \"text\": {\n          \"value\": \"\",\n          \"type\": \"text\"\n        },\n        \"text_color\": {\n          \"value\": \"#000\",\n          \"type\": \"color\"\n        },\n        \"ctaLink\": {\n          \"value\": \"\",\n          \"type\": \"url\"\n        },\n        \"ctaText\": {\n          \"value\": \"\",\n          \"type\": \"text\"\n        },\n        \"layout\": {\n          \"type\": \"select\",\n          \"value\": \"full\"\n        },\n        \"height\": {\n          \"type\": \"select\",\n          \"value\": \"h-auto\"\n        }\n      }\n    },\n    {\n      \"blocks\": [],\n      \"predicate\": {\n        \"screen\": {\n          \"mobile\": true,\n          \"desktop\": true,\n          \"tablet\": true\n        },\n        \"user\": {\n          \"authenticated\": true,\n          \"anonymous\": true\n        },\n        \"route\": {\n          \"selected\": \"none\",\n          \"exactURL\": \"\"\n        }\n      },\n      \"name\": \"brands-listing\",\n      \"props\": {\n        \"title\": {\n          \"type\": \"text\",\n          \"value\": \"asdfasdf\"\n        },\n        \"header\": {\n          \"type\": \"header\"\n        },\n        \"brand_type\": {\n          \"value\": \"all\",\n          \"type\": \"radio\"\n        },\n        \"department\": {\n          \"type\": \"department\"\n        },\n        \"item_count\": {\n          \"value\": 5,\n          \"type\": \"range\"\n        },\n        \"layout\": {\n          \"value\": \"horizontal\",\n          \"type\": \"select\"\n        },\n        \"view_all\": {\n          \"value\": false,\n          \"type\": \"checkbox\"\n        }\n      }\n    }\n  ],\n  \"value\": \"home\",\n  \"text\": \"Home\",\n  \"theme\": \"5fb3ee4194a5181feeeba8e5\",\n  \"sections_meta\": [],\n  \"__v\": 9\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"path\": \"\",\n  \"type\": \"system\",\n  \"seo\": {\n    \"title\": \"\",\n    \"description\": \"\",\n    \"canonical_url\": \"\",\n    \"breadcrumbs\": [],\n    \"sitemap\": {\n      \"priority\": 0.5,\n      \"frequency\": \"never\"\n    },\n    \"meta_tags\": [],\n    \"_id\": \"60210832d7e98115b013f6ac\"\n  },\n  \"props\": [],\n  \"_id\": \"60ab5ca6d572fed64294eafc\",\n  \"sections\": [\n    {\n      \"blocks\": [],\n      \"predicate\": {\n        \"screen\": {\n          \"mobile\": false,\n          \"desktop\": false,\n          \"tablet\": false\n        },\n        \"user\": {\n          \"authenticated\": true,\n          \"anonymous\": true\n        },\n        \"route\": {\n          \"selected\": \"none\",\n          \"exactURL\": \"\",\n          \"query\": {\n            \"utm\": \"facebook\"\n          }\n        }\n      },\n      \"name\": \"customHtml\",\n      \"props\": {\n        \"code\": {\n          \"type\": \"code\",\n          \"value\": \"<p style=\\\"text-align:right;\\\"><a href=\\\"tel:+918888888888\\\"><img src=\\\"https://dabuttonfactory.com/button.png?t=For+any+queries%2C+call%3A+%2B91+98202+04442&f=Open+Sans-Bold&ts=21&tc=fff&hp=20&vp=15&c=round&bgt=unicolored&bgc=7043f7\\\"/> </a></p>\"\n        }\n      }\n    },\n    {\n      \"blocks\": [],\n      \"predicate\": {\n        \"screen\": {\n          \"mobile\": true,\n          \"desktop\": true,\n          \"tablet\": true\n        },\n        \"user\": {\n          \"authenticated\": true,\n          \"anonymous\": true\n        },\n        \"route\": {\n          \"selected\": \"none\",\n          \"exactURL\": \"\",\n          \"query\": {\n            \"udm\": \"vivek\"\n          }\n        }\n      },\n      \"name\": \"brands-listing\",\n      \"props\": {\n        \"title\": {\n          \"type\": \"text\",\n          \"value\": \"Popular rrrrr\"\n        },\n        \"header\": {\n          \"type\": \"header\"\n        },\n        \"brand_type\": {\n          \"value\": \"all\",\n          \"type\": \"radio\"\n        },\n        \"department\": {\n          \"type\": \"department\"\n        },\n        \"item_count\": {\n          \"value\": 5,\n          \"type\": \"range\"\n        },\n        \"layout\": {\n          \"value\": \"horizontal\",\n          \"type\": \"select\"\n        },\n        \"view_all\": {\n          \"value\": false,\n          \"type\": \"checkbox\"\n        }\n      }\n    },\n    {\n      \"blocks\": [\n        {\n          \"type\": \"product\",\n          \"name\": \"Product\",\n          \"props\": {\n            \"product\": {\n              \"type\": \"product\"\n            }\n          }\n        },\n        {\n          \"type\": \"product\",\n          \"name\": \"Product\",\n          \"props\": {\n            \"product\": {\n              \"type\": \"product\"\n            }\n          }\n        },\n        {\n          \"type\": \"product\",\n          \"name\": \"Product\",\n          \"props\": {\n            \"product\": {\n              \"type\": \"product\"\n            }\n          }\n        },\n        {\n          \"type\": \"product\",\n          \"name\": \"Product\",\n          \"props\": {\n            \"product\": {\n              \"type\": \"product\"\n            }\n          }\n        }\n      ],\n      \"predicate\": {\n        \"screen\": {\n          \"mobile\": true,\n          \"desktop\": true,\n          \"tablet\": true\n        },\n        \"user\": {\n          \"authenticated\": false,\n          \"anonymous\": true\n        },\n        \"route\": {\n          \"selected\": \"none\",\n          \"exactURL\": \"\"\n        }\n      },\n      \"name\": \"featuredProducts\",\n      \"props\": {\n        \"heading\": {\n          \"value\": \"Featured Products\",\n          \"type\": \"text\"\n        },\n        \"item_count\": {\n          \"type\": \"range\",\n          \"value\": 4\n        },\n        \"full_width\": {\n          \"value\": false,\n          \"type\": \"checkbox\"\n        }\n      },\n      \"preset\": {\n        \"blocks\": [\n          {\n            \"name\": \"Product\"\n          },\n          {\n            \"name\": \"Product\"\n          },\n          {\n            \"name\": \"Product\"\n          },\n          {\n            \"name\": \"Product\"\n          }\n        ]\n      }\n    },\n    {\n      \"blocks\": [],\n      \"predicate\": {\n        \"screen\": {\n          \"mobile\": true,\n          \"desktop\": true,\n          \"tablet\": true\n        },\n        \"user\": {\n          \"authenticated\": true,\n          \"anonymous\": true\n        },\n        \"route\": {\n          \"selected\": \"none\",\n          \"exactURL\": \"\",\n          \"query\": {\n            \"\": \"\"\n          }\n        }\n      },\n      \"name\": \"categoryListPage\",\n      \"props\": {\n        \"heading\": {\n          \"type\": \"text\",\n          \"value\": \"Explore Categories\"\n        },\n        \"layout\": {\n          \"type\": \"select\",\n          \"value\": \"grid\"\n        },\n        \"item_count\": {\n          \"value\": 5,\n          \"type\": \"range\"\n        },\n        \"view_all\": {\n          \"value\": false,\n          \"type\": \"checkbox\"\n        }\n      }\n    },\n    {\n      \"blocks\": [],\n      \"predicate\": {\n        \"screen\": {\n          \"mobile\": true,\n          \"desktop\": true,\n          \"tablet\": true\n        },\n        \"user\": {\n          \"authenticated\": true,\n          \"anonymous\": true\n        },\n        \"route\": {\n          \"selected\": \"none\",\n          \"exactURL\": \"\",\n          \"query\": {\n            \"\": \"\"\n          }\n        }\n      },\n      \"name\": \"heroBanner\",\n      \"props\": {\n        \"ctaLink\": {\n          \"type\": \"url\",\n          \"value\": \"https://uniket.hostx0.de/about-us\"\n        }\n      }\n    },\n    {\n      \"blocks\": [],\n      \"predicate\": {\n        \"screen\": {\n          \"mobile\": true,\n          \"desktop\": true,\n          \"tablet\": true\n        },\n        \"user\": {\n          \"authenticated\": true,\n          \"anonymous\": true\n        },\n        \"route\": {\n          \"selected\": \"none\",\n          \"exactURL\": \"\",\n          \"query\": {\n            \"\": \"\"\n          }\n        }\n      },\n      \"name\": \"imageBanner\",\n      \"props\": {\n        \"image\": {\n          \"value\": \"\",\n          \"type\": \"image_picker\"\n        },\n        \"full_width\": {\n          \"value\": false,\n          \"type\": \"checkbox\"\n        },\n        \"overlayLayout\": {\n          \"value\": \"left\",\n          \"type\": \"select\"\n        },\n        \"overlayImage\": {\n          \"value\": \"\",\n          \"type\": \"image_picker\"\n        },\n        \"text\": {\n          \"value\": \"\",\n          \"type\": \"text\"\n        },\n        \"text_color\": {\n          \"value\": \"#000\",\n          \"type\": \"color\"\n        },\n        \"ctaLink\": {\n          \"value\": \"\",\n          \"type\": \"url\"\n        },\n        \"ctaText\": {\n          \"value\": \"\",\n          \"type\": \"text\"\n        },\n        \"layout\": {\n          \"type\": \"select\",\n          \"value\": \"full\"\n        },\n        \"height\": {\n          \"type\": \"select\",\n          \"value\": \"h-auto\"\n        }\n      }\n    },\n    {\n      \"blocks\": [],\n      \"predicate\": {\n        \"screen\": {\n          \"mobile\": true,\n          \"desktop\": true,\n          \"tablet\": true\n        },\n        \"user\": {\n          \"authenticated\": true,\n          \"anonymous\": true\n        },\n        \"route\": {\n          \"selected\": \"none\",\n          \"exactURL\": \"\"\n        }\n      },\n      \"name\": \"brands-listing\",\n      \"props\": {\n        \"title\": {\n          \"type\": \"text\",\n          \"value\": \"asdfasdf\"\n        },\n        \"header\": {\n          \"type\": \"header\"\n        },\n        \"brand_type\": {\n          \"value\": \"all\",\n          \"type\": \"radio\"\n        },\n        \"department\": {\n          \"type\": \"department\"\n        },\n        \"item_count\": {\n          \"value\": 5,\n          \"type\": \"range\"\n        },\n        \"layout\": {\n          \"value\": \"horizontal\",\n          \"type\": \"select\"\n        },\n        \"view_all\": {\n          \"value\": false,\n          \"type\": \"checkbox\"\n        }\n      }\n    }\n  ],\n  \"value\": \"home\",\n  \"text\": \"Home\",\n  \"theme\": \"5fb3ee4194a5181feeeba8e5\",\n  \"sections_meta\": [],\n  \"__v\": 9\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "0b14839d-3a95-4365-b1b7-3757b9784cf7",
            "name": "updateThemeName | Update theme name",
            "request": {
              "name": "updateThemeName | Update theme name",
              "description": {
                "content": "Modify the name of the draft theme by theme Id.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "theme",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  ":theme_id",
                  "name"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "theme_id",
                    "description": "(Required) The ID of the theme to be updated."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PATCH",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"name\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "4a5d6a89-f3e7-470d-809b-272c9d6d2754",
                "name": "Theme name updated successfully.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "theme",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      ":theme_id",
                      "name"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The ID of the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) The ID of the application."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "theme_id",
                        "description": "(Required) The ID of the theme to be updated."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Emerge\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"64be4423bc7b28003211322e\",\n  \"applied\": false,\n  \"is_private\": false,\n  \"tags\": [],\n  \"application_id\": \"6487ea376e1442284917c44e\",\n  \"meta\": {\n    \"payment\": {\n      \"is_paid\": false,\n      \"amount\": 0\n    },\n    \"description\": \"Indulge in the epitome of luxury with our expertly crafted theme, showcasing a high-end aesthetic that exudes elegance. Designed with meticulous attention to detail, our features are tailored to elevate your products and amplify your brand identity.\",\n    \"industry\": [\n      \"Arts and crafts\",\n      \"Baby and kids\",\n      \"Books, music, and video\"\n    ],\n    \"release\": {\n      \"notes\": \"<p>Emerge release notes. Fyndx1 theme submission.</p>\"\n    },\n    \"images\": {\n      \"desktop\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/misc/pictures/free-icon/original/McHjwol_h-images_desktop.webp\",\n      \"mobile\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/misc/pictures/free-icon/original/bq6gXrmVE-images_mobile.webp\"\n    },\n    \"slug\": \"emerge\"\n  },\n  \"name\": \"Emerge\",\n  \"template_theme_id\": \"64be1fdc2139f66b3ca2e94d\",\n  \"version\": \"1.0.153\",\n  \"styles\": {},\n  \"created_at\": \"2023-07-24T09:28:03.845Z\",\n  \"updated_at\": \"2023-07-31T12:14:13.097Z\",\n  \"theme_type\": \"vue2\",\n  \"assets\": {\n    \"umd_js\": {\n      \"links\": [\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_themeBundle.umd.min.8.js\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_themeBundle.umd.min.cart.js\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_themeBundle.umd.min.extras.js\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_themeBundle.umd.min.products-listing.js\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_themeBundle.umd.min.products.js\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_themeBundle.umd.min.profile.js\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_themeBundle.umd.min.vendors_products-listing.js\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_themeBundle.umd.min.vendors_products.js\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_themeBundle.umd.min.js\"\n      ],\n      \"link\": \"\"\n    },\n    \"common_js\": {\n      \"link\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_themeBundle.common.js\"\n    },\n    \"css\": {\n      \"links\": [\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_cart.1b038cd83e502f2d58bc.css\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_extras.f8a9789ae6a06b0bd503.css\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_products-listing.1d639747568baee211ba.css\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_products.c1f151d12b3f704fe028.css\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_profile.c9e6a92612e4b423dbd7.css\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_themeBundle.css\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_vendors_products-listing.c8fe85761d60286348e3.css\"\n      ],\n      \"link\": \"\"\n    }\n  },\n  \"font\": {\n    \"variants\": {\n      \"light\": {\n        \"name\": \"300\",\n        \"file\": \"https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLDz8V1tvFP-KUEg.ttf\"\n      },\n      \"regular\": {\n        \"name\": \"regular\",\n        \"file\": \"https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrFJDUc1NECPY.ttf\"\n      },\n      \"medium\": {\n        \"name\": \"500\",\n        \"file\": \"https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLGT9V1tvFP-KUEg.ttf\"\n      },\n      \"semi_bold\": {\n        \"name\": \"600\",\n        \"file\": \"https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6V1tvFP-KUEg.ttf\"\n      },\n      \"bold\": {\n        \"name\": \"700\",\n        \"file\": \"https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLCz7V1tvFP-KUEg.ttf\"\n      }\n    },\n    \"family\": \"Poppins\"\n  },\n  \"config\": {\n    \"current\": \"Default\",\n    \"list\": [\n      {\n        \"name\": \"Default\",\n        \"global_config\": {\n          \"static\": {\n            \"props\": {\n              \"colors\": {\n                \"primary_color\": \"#000000\",\n                \"secondary_color\": \"#000000\",\n                \"accent_color\": \"#000000\",\n                \"link_color\": \"#4499FF\",\n                \"button_secondary_color\": \"#000000\",\n                \"bg_color\": \"#F8F8F8\"\n              },\n              \"auth\": {\n                \"show_header_auth\": false,\n                \"show_footer_auth\": false\n              },\n              \"palette\": {\n                \"general_setting\": {\n                  \"theme\": {\n                    \"page_background\": \"#F3F3ED\",\n                    \"theme_accent\": \"#E1D0C8\"\n                  },\n                  \"text\": {\n                    \"text_heading\": \"#26201A\",\n                    \"text_body\": \"#3C3131\",\n                    \"text_label\": \"#7D7676\",\n                    \"text_secondary\": \"#9C9C9C\"\n                  },\n                  \"button\": {\n                    \"button_primary\": \"#4E3F09\",\n                    \"button_secondary\": \"#FFFFFF\",\n                    \"button_link\": \"#B1655B\"\n                  },\n                  \"sale_discount\": {\n                    \"sale_badge_background\": \"#FFFFFF\",\n                    \"sale_badge_text\": \"#1C958F\",\n                    \"sale_discount_text\": \"#1C958F\",\n                    \"sale_timer\": \"#994449\"\n                  },\n                  \"header\": {\n                    \"header_background\": \"#F3F3ED\",\n                    \"header_nav\": \"#261A1A\",\n                    \"header_icon\": \"#261A1A\"\n                  },\n                  \"footer\": {\n                    \"footer_background\": \"#2C231E\",\n                    \"footer_bottom_background\": \"#231812\",\n                    \"footer_heading_text\": \"#FFFFFF\",\n                    \"footer_body_text\": \"#FFFFFF\",\n                    \"footer_icon\": \"#FFFFFF\"\n                  }\n                },\n                \"advance_setting\": {\n                  \"overlay_popup\": {\n                    \"dialog_backgroung\": \"#FFFFFF\",\n                    \"overlay\": \"#14130E\"\n                  },\n                  \"divider_stroke_highlight\": {\n                    \"divider_strokes\": \"#D4D1D1\",\n                    \"highlight\": \"#EDECE9\"\n                  },\n                  \"user_alerts\": {\n                    \"success_background\": \"#C2DBC9\",\n                    \"success_text\": \"#1C958F\",\n                    \"error_background\": \"#E6D5D5\",\n                    \"error_text\": \"#B24141\",\n                    \"info_background\": \"#EBD3BC\",\n                    \"info_text\": \"#D28F51\"\n                  }\n                }\n              },\n              \"extension\": {\n                \"header_top\": [],\n                \"header_bottom\": [],\n                \"footer_top\": [],\n                \"footer_bottom\": []\n              }\n            }\n          },\n          \"custom\": {\n            \"props\": {\n              \"header_bg_color\": \"#ffffff\",\n              \"header_text_color\": \"#000000\",\n              \"header_border_color\": \"#e1e1e1\",\n              \"header_icon_color\": \"#000000\",\n              \"header_cart_notification_bg_color\": \"#e8a76c\",\n              \"header_cart_notification_text_color\": \"#ffffff\",\n              \"header_nav_hover_color\": \"#999999\",\n              \"button_primary_color\": \"#ffffff\",\n              \"button_primary_label_color\": \"#000000\",\n              \"button_add_to_cart_color\": \"#000000\",\n              \"button_add_to_cart_label_color\": \"#ffffff\",\n              \"button_secondary_color\": \"#000000\",\n              \"button_secondary_label_color\": \"#ffffff\",\n              \"button_tertiary_color\": \"#000000\",\n              \"button_tertiary_label_color\": \"#000000\",\n              \"button_tertiary_hover_color\": \"#000000\",\n              \"button_tertiary_hover_text_color\": \"#ffffff\",\n              \"text_heading_link_color\": \"#000000\",\n              \"text_body_color\": \"#000000\",\n              \"text_price_color\": \"#000000\",\n              \"text_sale_price_color\": \"#fb406b\",\n              \"text_strikethrough_price_color\": \"#9b9b9b\",\n              \"text_discount_color\": \"#ee478d\",\n              \"footer_bg_color\": \"#ffffff\",\n              \"footer_text_color\": \"#999999\",\n              \"footer_border_color\": \"#e1e1e1\",\n              \"footer_nav_hover_color\": \"#000000\",\n              \"disable_cart\": false,\n              \"is_menu_below_logo\": false,\n              \"menu_position\": \"left\"\n            }\n          }\n        },\n        \"page\": []\n      },\n      {\n        \"name\": \"Dark\",\n        \"global_config\": {\n          \"static\": {\n            \"props\": {\n              \"colors\": {\n                \"primary_color\": \"#000000\",\n                \"secondary_color\": \"#000000\",\n                \"accent_color\": \"#000000\",\n                \"link_color\": \"#4499FF\",\n                \"button_secondary_color\": \"#000000\",\n                \"bg_color\": \"#F8F8F8\"\n              },\n              \"auth\": {\n                \"show_header_auth\": false,\n                \"show_footer_auth\": false\n              },\n              \"palette\": {\n                \"general_setting\": {\n                  \"theme\": {\n                    \"page_background\": \"#F3F3ED\",\n                    \"theme_accent\": \"#E1D0C8\"\n                  },\n                  \"text\": {\n                    \"text_heading\": \"#26201A\",\n                    \"text_body\": \"#3C3131\",\n                    \"text_label\": \"#7D7676\",\n                    \"text_secondary\": \"#9C9C9C\"\n                  },\n                  \"button\": {\n                    \"button_primary\": \"#4E3F09\",\n                    \"button_secondary\": \"#FFFFFF\",\n                    \"button_link\": \"#B1655B\"\n                  },\n                  \"sale_discount\": {\n                    \"sale_badge_background\": \"#FFFFFF\",\n                    \"sale_badge_text\": \"#1C958F\",\n                    \"sale_discount_text\": \"#1C958F\",\n                    \"sale_timer\": \"#994449\"\n                  },\n                  \"header\": {\n                    \"header_background\": \"#F3F3ED\",\n                    \"header_nav\": \"#261A1A\",\n                    \"header_icon\": \"#261A1A\"\n                  },\n                  \"footer\": {\n                    \"footer_background\": \"#2C231E\",\n                    \"footer_bottom_background\": \"#231812\",\n                    \"footer_heading_text\": \"#FFFFFF\",\n                    \"footer_body_text\": \"#FFFFFF\",\n                    \"footer_icon\": \"#FFFFFF\"\n                  }\n                },\n                \"advance_setting\": {\n                  \"overlay_popup\": {\n                    \"dialog_backgroung\": \"#FFFFFF\",\n                    \"overlay\": \"#14130E\"\n                  },\n                  \"divider_stroke_highlight\": {\n                    \"divider_strokes\": \"#D4D1D1\",\n                    \"highlight\": \"#EDECE9\"\n                  },\n                  \"user_alerts\": {\n                    \"success_background\": \"#C2DBC9\",\n                    \"success_text\": \"#1C958F\",\n                    \"error_background\": \"#E6D5D5\",\n                    \"error_text\": \"#B24141\",\n                    \"info_background\": \"#EBD3BC\",\n                    \"info_text\": \"#D28F51\"\n                  }\n                }\n              },\n              \"extension\": {\n                \"header_top\": [],\n                \"header_bottom\": [],\n                \"footer_top\": [],\n                \"footer_bottom\": []\n              }\n            }\n          },\n          \"custom\": {\n            \"props\": {\n              \"header_bg_color\": \"#2e3032\",\n              \"header_text_color\": \"#ffffff\",\n              \"header_border_color\": \"#FFFFFF\",\n              \"header_icon_color\": \"#ffffff\",\n              \"header_cart_notification_bg_color\": \"#FFFFFF\",\n              \"header_cart_notification_text_color\": \"#2e3032\",\n              \"header_nav_hover_color\": \"#000000\",\n              \"button_primary_color\": \"#000000\",\n              \"button_primary_label_color\": \"#ffffff\",\n              \"button_add_to_cart_color\": \"#000000\",\n              \"button_add_to_cart_label_color\": \"#ffffff\",\n              \"button_secondary_color\": \"#000000\",\n              \"button_secondary_label_color\": \"#ffffff\",\n              \"button_tertiary_color\": \"#000000\",\n              \"button_tertiary_label_color\": \"#000000\",\n              \"button_tertiary_hover_color\": \"#000000\",\n              \"button_tertiary_hover_text_color\": \"#ffffff\",\n              \"text_heading_link_color\": \"#000000\",\n              \"text_body_color\": \"#000000\",\n              \"text_price_color\": \"#000000\",\n              \"text_sale_price_color\": \"#fb406b\",\n              \"text_strikethrough_price_color\": \"#9b9b9b\",\n              \"text_discount_color\": \"#ee478d\",\n              \"footer_bg_color\": \"#2e3032\",\n              \"footer_text_color\": \"#ffffff\",\n              \"footer_border_color\": \"#FFFFFF\",\n              \"footer_nav_hover_color\": \"#ffffff\"\n            }\n          }\n        },\n        \"page\": []\n      },\n      {\n        \"name\": \"Blue\",\n        \"global_config\": {\n          \"static\": {\n            \"props\": {\n              \"colors\": {\n                \"primary_color\": \"#000000\",\n                \"secondary_color\": \"#000000\",\n                \"accent_color\": \"#000000\",\n                \"link_color\": \"#4499FF\",\n                \"button_secondary_color\": \"#000000\",\n                \"bg_color\": \"#F8F8F8\"\n              },\n              \"auth\": {\n                \"show_header_auth\": false,\n                \"show_footer_auth\": false\n              },\n              \"palette\": {\n                \"general_setting\": {\n                  \"theme\": {\n                    \"page_background\": \"#F3F3ED\",\n                    \"theme_accent\": \"#E1D0C8\"\n                  },\n                  \"text\": {\n                    \"text_heading\": \"#26201A\",\n                    \"text_body\": \"#3C3131\",\n                    \"text_label\": \"#7D7676\",\n                    \"text_secondary\": \"#9C9C9C\"\n                  },\n                  \"button\": {\n                    \"button_primary\": \"#4E3F09\",\n                    \"button_secondary\": \"#FFFFFF\",\n                    \"button_link\": \"#B1655B\"\n                  },\n                  \"sale_discount\": {\n                    \"sale_badge_background\": \"#FFFFFF\",\n                    \"sale_badge_text\": \"#1C958F\",\n                    \"sale_discount_text\": \"#1C958F\",\n                    \"sale_timer\": \"#994449\"\n                  },\n                  \"header\": {\n                    \"header_background\": \"#F3F3ED\",\n                    \"header_nav\": \"#261A1A\",\n                    \"header_icon\": \"#261A1A\"\n                  },\n                  \"footer\": {\n                    \"footer_background\": \"#2C231E\",\n                    \"footer_bottom_background\": \"#231812\",\n                    \"footer_heading_text\": \"#FFFFFF\",\n                    \"footer_body_text\": \"#FFFFFF\",\n                    \"footer_icon\": \"#FFFFFF\"\n                  }\n                },\n                \"advance_setting\": {\n                  \"overlay_popup\": {\n                    \"dialog_backgroung\": \"#FFFFFF\",\n                    \"overlay\": \"#14130E\"\n                  },\n                  \"divider_stroke_highlight\": {\n                    \"divider_strokes\": \"#D4D1D1\",\n                    \"highlight\": \"#EDECE9\"\n                  },\n                  \"user_alerts\": {\n                    \"success_background\": \"#C2DBC9\",\n                    \"success_text\": \"#1C958F\",\n                    \"error_background\": \"#E6D5D5\",\n                    \"error_text\": \"#B24141\",\n                    \"info_background\": \"#EBD3BC\",\n                    \"info_text\": \"#D28F51\"\n                  }\n                }\n              },\n              \"extension\": {\n                \"header_top\": [],\n                \"header_bottom\": [],\n                \"footer_top\": [],\n                \"footer_bottom\": []\n              }\n            }\n          },\n          \"custom\": {\n            \"props\": {\n              \"header_bg_color\": \"#7f9ed0\",\n              \"header_text_color\": \"#FFFFFF\",\n              \"header_border_color\": \"#FFFFFF\",\n              \"header_icon_color\": \"#FFFFFF\",\n              \"header_cart_notification_bg_color\": \"#2e3032\",\n              \"header_cart_notification_text_color\": \"#FFFFFF\",\n              \"header_nav_hover_color\": \"#2e3032\",\n              \"button_primary_color\": \"#ffffff\",\n              \"button_primary_label_color\": \"#000000\",\n              \"button_add_to_cart_color\": \"#000000\",\n              \"button_add_to_cart_label_color\": \"#ffffff\",\n              \"button_secondary_color\": \"#000000\",\n              \"button_secondary_label_color\": \"#ffffff\",\n              \"button_tertiary_color\": \"#000000\",\n              \"button_tertiary_label_color\": \"#000000\",\n              \"button_tertiary_hover_color\": \"#000000\",\n              \"button_tertiary_hover_text_color\": \"#ffffff\",\n              \"text_heading_link_color\": \"#000000\",\n              \"text_body_color\": \"#000000\",\n              \"text_price_color\": \"#000000\",\n              \"text_sale_price_color\": \"#fb406b\",\n              \"text_strikethrough_price_color\": \"#9b9b9b\",\n              \"text_discount_color\": \"#ee478d\",\n              \"footer_bg_color\": \"#7f9ed0\",\n              \"footer_text_color\": \"#FFFFFF\",\n              \"footer_border_color\": \"#FFFFFF\",\n              \"footer_nav_hover_color\": \"#2e3032\"\n            }\n          }\n        },\n        \"page\": []\n      }\n    ],\n    \"preset\": {\n      \"pages\": [\n        {\n          \"sections\": [\n            {\n              \"blocks\": [],\n              \"predicate\": {\n                \"screen\": {\n                  \"mobile\": true,\n                  \"desktop\": true,\n                  \"tablet\": true\n                },\n                \"user\": {\n                  \"authenticated\": true,\n                  \"anonymous\": true\n                },\n                \"route\": {\n                  \"selected\": \"none\",\n                  \"exact_url\": \"\"\n                }\n              },\n              \"name\": \"hero_image\",\n              \"props\": {\n                \"image\": {\n                  \"value\": \"\",\n                  \"type\": \"image_picker\"\n                },\n                \"overlay_layout\": {\n                  \"type\": \"select\",\n                  \"value\": \"center\"\n                },\n                \"overlay_image\": {\n                  \"value\": \"\",\n                  \"type\": \"image_picker\"\n                },\n                \"overlay_text\": {\n                  \"value\": \"\",\n                  \"type\": \"text\"\n                },\n                \"text_color\": {\n                  \"value\": \"#000\",\n                  \"type\": \"color\"\n                },\n                \"button_link\": {\n                  \"type\": \"url\",\n                  \"value\": \"\"\n                },\n                \"button_text\": {\n                  \"value\": \"Shop Now\",\n                  \"type\": \"text\"\n                },\n                \"full_width\": {\n                  \"value\": true,\n                  \"type\": \"checkbox\"\n                }\n              }\n            },\n            {\n              \"blocks\": [],\n              \"predicate\": {\n                \"screen\": {\n                  \"mobile\": true,\n                  \"desktop\": true,\n                  \"tablet\": true\n                },\n                \"user\": {\n                  \"authenticated\": true,\n                  \"anonymous\": true\n                },\n                \"route\": {\n                  \"selected\": \"none\",\n                  \"exact_url\": \"\"\n                }\n              },\n              \"name\": \"image_slideshow\",\n              \"props\": {\n                \"autoplay\": {\n                  \"value\": false,\n                  \"type\": \"checkbox\"\n                },\n                \"full_width\": {\n                  \"value\": false,\n                  \"type\": \"checkbox\"\n                },\n                \"slide_height\": {\n                  \"value\": \"adapt\",\n                  \"type\": \"select\"\n                },\n                \"slide_interval\": {\n                  \"value\": 2,\n                  \"type\": \"range\"\n                },\n                \"title\": {\n                  \"value\": \"Trending\",\n                  \"type\": \"text\"\n                }\n              },\n              \"preset\": {\n                \"blocks\": [\n                  {\n                    \"name\": \"Slide\"\n                  },\n                  {\n                    \"name\": \"Slide\"\n                  },\n                  {\n                    \"name\": \"Slide\"\n                  }\n                ]\n              }\n            },\n            {\n              \"blocks\": [\n                {\n                  \"type\": \"gallery_image\",\n                  \"name\": \"Image\",\n                  \"props\": {\n                    \"image\": {\n                      \"type\": \"image_picker\",\n                      \"value\": \"\"\n                    },\n                    \"caption\": {\n                      \"type\": \"text\",\n                      \"value\": \"\"\n                    },\n                    \"link\": {\n                      \"type\": \"url\",\n                      \"value\": \"\"\n                    }\n                  }\n                },\n                {\n                  \"type\": \"gallery_image\",\n                  \"name\": \"Image\",\n                  \"props\": {\n                    \"image\": {\n                      \"type\": \"image_picker\",\n                      \"value\": \"\"\n                    },\n                    \"caption\": {\n                      \"type\": \"text\",\n                      \"value\": \"\"\n                    },\n                    \"link\": {\n                      \"type\": \"url\",\n                      \"value\": \"\"\n                    }\n                  }\n                },\n                {\n                  \"type\": \"gallery_image\",\n                  \"name\": \"Image\",\n                  \"props\": {\n                    \"image\": {\n                      \"type\": \"image_picker\",\n                      \"value\": \"\"\n                    },\n                    \"caption\": {\n                      \"type\": \"text\",\n                      \"value\": \"\"\n                    },\n                    \"link\": {\n                      \"type\": \"url\",\n                      \"value\": \"\"\n                    }\n                  }\n                },\n                {\n                  \"type\": \"gallery_image\",\n                  \"name\": \"Image\",\n                  \"props\": {\n                    \"image\": {\n                      \"type\": \"image_picker\",\n                      \"value\": \"\"\n                    },\n                    \"caption\": {\n                      \"type\": \"text\",\n                      \"value\": \"\"\n                    },\n                    \"link\": {\n                      \"type\": \"url\",\n                      \"value\": \"\"\n                    }\n                  }\n                }\n              ],\n              \"predicate\": {\n                \"screen\": {\n                  \"mobile\": true,\n                  \"desktop\": true,\n                  \"tablet\": true\n                },\n                \"user\": {\n                  \"authenticated\": true,\n                  \"anonymous\": true\n                },\n                \"route\": {\n                  \"selected\": \"none\",\n                  \"exact_url\": \"\"\n                }\n              },\n              \"name\": \"image_gallery\",\n              \"props\": {\n                \"title\": {\n                  \"type\": \"text\",\n                  \"value\": \"Popular Brands\"\n                },\n                \"layout\": {\n                  \"value\": \"grid\",\n                  \"type\": \"select\"\n                },\n                \"item_count\": {\n                  \"value\": 4,\n                  \"type\": \"range\"\n                },\n                \"cta_text\": {\n                  \"value\": \"\",\n                  \"type\": \"text\"\n                },\n                \"cta_link\": {\n                  \"type\": \"url\",\n                  \"value\": \"\"\n                },\n                \"full_width\": {\n                  \"value\": false,\n                  \"type\": \"checkbox\"\n                }\n              },\n              \"preset\": {\n                \"blocks\": [\n                  {\n                    \"name\": \"Image\"\n                  },\n                  {\n                    \"name\": \"Image\"\n                  },\n                  {\n                    \"name\": \"Image\"\n                  },\n                  {\n                    \"name\": \"Image\"\n                  }\n                ]\n              }\n            },\n            {\n              \"blocks\": [],\n              \"predicate\": {\n                \"screen\": {\n                  \"mobile\": true,\n                  \"desktop\": true,\n                  \"tablet\": true\n                },\n                \"user\": {\n                  \"authenticated\": true,\n                  \"anonymous\": true\n                },\n                \"route\": {\n                  \"selected\": \"none\",\n                  \"exact_url\": \"\"\n                }\n              },\n              \"name\": \"brands_listing\",\n              \"props\": {\n                \"brand_type\": {\n                  \"value\": \"all\",\n                  \"type\": \"radio\"\n                },\n                \"cta_text\": {\n                  \"value\": \"View all\",\n                  \"type\": \"text\"\n                },\n                \"department\": {\n                  \"type\": \"department\"\n                },\n                \"header\": {\n                  \"type\": \"header\"\n                },\n                \"items_per_row\": {\n                  \"value\": 5,\n                  \"type\": \"range\"\n                },\n                \"layout\": {\n                  \"value\": \"horizontal\",\n                  \"type\": \"select\"\n                },\n                \"title\": {\n                  \"type\": \"text\",\n                  \"value\": \"Brands\"\n                },\n                \"view_options\": {\n                  \"value\": \"fullview\",\n                  \"type\": \"select\"\n                }\n              }\n            },\n            {\n              \"blocks\": [\n                {\n                  \"type\": \"testimonial\",\n                  \"name\": \"Testimonial\",\n                  \"props\": {\n                    \"testimonialText\": {\n                      \"type\": \"textarea\",\n                      \"value\": \"\"\n                    },\n                    \"author_name\": {\n                      \"type\": \"text\"\n                    },\n                    \"author_description\": {\n                      \"type\": \"text\",\n                      \"value\": \"\"\n                    },\n                    \"author_image\": {\n                      \"type\": \"image_picker\",\n                      \"value\": \"\"\n                    }\n                  }\n                },\n                {\n                  \"type\": \"testimonial\",\n                  \"name\": \"Testimonial\",\n                  \"props\": {\n                    \"testimonialText\": {\n                      \"type\": \"textarea\",\n                      \"value\": \"\"\n                    },\n                    \"author_name\": {\n                      \"type\": \"text\"\n                    },\n                    \"author_description\": {\n                      \"type\": \"text\",\n                      \"value\": \"\"\n                    },\n                    \"author_image\": {\n                      \"type\": \"image_picker\",\n                      \"value\": \"\"\n                    }\n                  }\n                },\n                {\n                  \"type\": \"testimonial\",\n                  \"name\": \"Testimonial\",\n                  \"props\": {\n                    \"testimonialText\": {\n                      \"type\": \"textarea\",\n                      \"value\": \"\"\n                    },\n                    \"author_name\": {\n                      \"type\": \"text\"\n                    },\n                    \"author_description\": {\n                      \"type\": \"text\",\n                      \"value\": \"\"\n                    },\n                    \"author_image\": {\n                      \"type\": \"image_picker\",\n                      \"value\": \"\"\n                    }\n                  }\n                }\n              ],\n              \"predicate\": {\n                \"screen\": {\n                  \"mobile\": true,\n                  \"desktop\": true,\n                  \"tablet\": true\n                },\n                \"user\": {\n                  \"authenticated\": true,\n                  \"anonymous\": true\n                },\n                \"route\": {\n                  \"selected\": \"none\",\n                  \"exact_url\": \"\"\n                }\n              },\n              \"name\": \"testimonials\",\n              \"props\": {\n                \"autoplay\": {\n                  \"value\": false,\n                  \"type\": \"checkbox\"\n                },\n                \"slide_interval\": {\n                  \"value\": 2,\n                  \"type\": \"range\"\n                }\n              },\n              \"preset\": {\n                \"blocks\": [\n                  {\n                    \"name\": \"Testimonial\"\n                  },\n                  {\n                    \"name\": \"Testimonial\"\n                  },\n                  {\n                    \"name\": \"Testimonial\"\n                  }\n                ]\n              }\n            }\n          ],\n          \"value\": \"home\"\n        }\n      ]\n    },\n    \"global_schema\": {\n      \"props\": [\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"disable_cart\",\n          \"category\": \"Colors\",\n          \"label\": \"header\"\n        }\n      ]\n    }\n  },\n  \"available_sections\": [\n    {\n      \"props\": [\n        {\n          \"type\": \"url\",\n          \"id\": \"banner_link\",\n          \"label\": \"Redirect Link\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"full_width\",\n          \"label\": \"Full width\",\n          \"info\": \"Check to allow items to take entire width of the viewport\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_top\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Top Margin\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_bottom\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Bottom Margin\"\n        }\n      ],\n      \"blocks\": [],\n      \"name\": \"application_banner\",\n      \"label\": \"Application Banner\"\n    },\n    {\n      \"props\": [\n        {\n          \"type\": \"text\",\n          \"id\": \"title\",\n          \"label\": \"Title\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_top\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Top Margin\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_bottom\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Bottom Margin\"\n        },\n        {\n          \"type\": \"header\",\n          \"id\": \"header\",\n          \"value\": \"Choose Brands to Show\"\n        },\n        {\n          \"id\": \"view_options\",\n          \"type\": \"select\",\n          \"options\": [\n            {\n              \"value\": \"logo\",\n              \"text\": \"Logo View\"\n            },\n            {\n              \"value\": \"fullview\",\n              \"text\": \"Logo and Banner View\"\n            }\n          ],\n          \"label\": \"View Options\",\n          \"info\": \"Brand card view options\"\n        },\n        {\n          \"type\": \"radio\",\n          \"id\": \"brand_type\",\n          \"options\": [\n            {\n              \"value\": \"all\",\n              \"text\": \"All\"\n            },\n            {\n              \"value\": \"department\",\n              \"text\": \"Department\"\n            },\n            {\n              \"value\": \"handpicked\",\n              \"text\": \"Handpicked\"\n            }\n          ]\n        },\n        {\n          \"type\": \"department\",\n          \"id\": \"department\",\n          \"label\": \"Department\",\n          \"info\": \"Select a department of brands\",\n          \"note\": \"Department only applies if 'department' type is selected\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"items_per_row\",\n          \"min\": 3,\n          \"max\": 5,\n          \"step\": 1,\n          \"unit\": \"\",\n          \"label\": \"Items per row\",\n          \"info\": \"Maximum items allowed per row\"\n        },\n        {\n          \"id\": \"layout\",\n          \"type\": \"select\",\n          \"options\": [\n            {\n              \"value\": \"grid\",\n              \"text\": \"Grid View\"\n            },\n            {\n              \"value\": \"horizontal\",\n              \"text\": \"Horizontal View\"\n            }\n          ],\n          \"label\": \"Layout\",\n          \"info\": \"Alignment of content\"\n        },\n        {\n          \"type\": \"text\",\n          \"id\": \"cta_text\",\n          \"label\": \"CTA Text\"\n        }\n      ],\n      \"blocks\": [\n        {\n          \"type\": \"brand_item\",\n          \"name\": \"Brand Item\",\n          \"props\": [\n            {\n              \"type\": \"brand\",\n              \"id\": \"brand\",\n              \"label\": \"Select Brand\"\n            }\n          ]\n        }\n      ],\n      \"name\": \"brands_listing\",\n      \"label\": \"Brands Listing\"\n    },\n    {\n      \"props\": [\n        {\n          \"type\": \"text\",\n          \"id\": \"title\",\n          \"label\": \"Title\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_top\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Top Margin\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_bottom\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Bottom Margin\"\n        },\n        {\n          \"type\": \"radio\",\n          \"id\": \"collection_type\",\n          \"options\": [\n            {\n              \"value\": \"all\",\n              \"text\": \"All\"\n            },\n            {\n              \"value\": \"handpicked\",\n              \"text\": \"Handpicked\"\n            }\n          ]\n        },\n        {\n          \"type\": \"text\",\n          \"id\": \"tags_filter\",\n          \"label\": \"Filter by tags\",\n          \"info\": \"Filter by Tags \"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"items_per_row\",\n          \"min\": 3,\n          \"max\": 5,\n          \"step\": 1,\n          \"unit\": \"\",\n          \"label\": \"Max items per row\",\n          \"info\": \"Maximum items allowed per row\"\n        },\n        {\n          \"id\": \"layout\",\n          \"type\": \"select\",\n          \"options\": [\n            {\n              \"value\": \"grid\",\n              \"text\": \"Grid View\"\n            },\n            {\n              \"value\": \"horizontal\",\n              \"text\": \"Horizontal View\"\n            }\n          ],\n          \"label\": \"Layout\",\n          \"info\": \"Alignment of content\"\n        },\n        {\n          \"type\": \"text\",\n          \"id\": \"cta_text\",\n          \"label\": \"CTA Text\"\n        }\n      ],\n      \"blocks\": [\n        {\n          \"type\": \"collection-item\",\n          \"name\": \"collection Item\",\n          \"props\": [\n            {\n              \"type\": \"collection\",\n              \"id\": \"collection\",\n              \"label\": \"Select Collection\"\n            }\n          ]\n        }\n      ],\n      \"name\": \"collections_listing\",\n      \"label\": \"Collections Listing\"\n    },\n    {\n      \"props\": [\n        {\n          \"type\": \"code\",\n          \"id\": \"code\",\n          \"label\": \"Custom HTML\",\n          \"info\": \"Add Your custom HTML Code below. You can also use the full screen icon to open a code editor and add your code\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_top\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Top Margin\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_bottom\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Bottom Margin\"\n        }\n      ],\n      \"blocks\": [],\n      \"name\": \"custom_html\",\n      \"label\": \"Custom HTML\"\n    },\n    {\n      \"props\": [\n        {\n          \"type\": \"extension\",\n          \"id\": \"extension\",\n          \"label\": \"Extension Positions\",\n          \"info\": \"Handle extension in these positions\",\n          \"positions\": [\n            {\n              \"value\": \"section_extension\",\n              \"text\": \"\"\n            }\n          ]\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_top\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Top Margin\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_bottom\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Bottom Margin\"\n        }\n      ],\n      \"blocks\": [],\n      \"name\": \"section_extension\",\n      \"label\": \"Extensions\"\n    },\n    {\n      \"props\": [\n        {\n          \"type\": \"text\",\n          \"id\": \"title\",\n          \"label\": \"Title\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_top\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Top Margin\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_bottom\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Bottom Margin\"\n        },\n        {\n          \"type\": \"collection\",\n          \"id\": \"collection\",\n          \"label\": \"Collection\",\n          \"info\": \"Select a collection to display its products\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"items_per_row\",\n          \"min\": 2,\n          \"max\": 5,\n          \"step\": 1,\n          \"unit\": \"\",\n          \"label\": \"Products per row\",\n          \"info\": \"Maximum items allowed per row\"\n        },\n        {\n          \"id\": \"layout\",\n          \"type\": \"select\",\n          \"options\": [\n            {\n              \"value\": \"grid\",\n              \"text\": \"Grid View\"\n            },\n            {\n              \"value\": \"horizontal\",\n              \"text\": \"Horizontal View\"\n            }\n          ],\n          \"label\": \"Layout\",\n          \"info\": \"Alignment of content\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"autoplay\",\n          \"label\": \"AutoPlay Slides\",\n          \"info\": \"Check to autoplay slides\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"slide_interval\",\n          \"min\": 1,\n          \"max\": 10,\n          \"step\": 1,\n          \"unit\": \"sec\",\n          \"label\": \"Change slides after every\",\n          \"info\": \"Autoplay slide duration\"\n        }\n      ],\n      \"blocks\": [],\n      \"name\": \"featured_collection\",\n      \"label\": \"Featured Collection\"\n    },\n    {\n      \"props\": [\n        {\n          \"id\": \"image\",\n          \"type\": \"image_picker\",\n          \"label\": \"Hero Image\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_top\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Top Margin\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_bottom\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Bottom Margin\"\n        },\n        {\n          \"id\": \"overlay_layout\",\n          \"type\": \"select\",\n          \"options\": [\n            {\n              \"value\": \"left\",\n              \"text\": \"Align Left\"\n            },\n            {\n              \"value\": \"center\",\n              \"text\": \"Align Center\"\n            },\n            {\n              \"value\": \"right\",\n              \"text\": \"Align Right\"\n            }\n          ],\n          \"label\": \"Overlay Layout\",\n          \"info\": \"Alignment of overlay content\"\n        },\n        {\n          \"type\": \"image_picker\",\n          \"id\": \"overlay_image\",\n          \"label\": \"Overlay image\",\n          \"info\": \"Overlay Image\"\n        },\n        {\n          \"type\": \"text\",\n          \"id\": \"overlay_text\",\n          \"label\": \"Overlay Text\"\n        },\n        {\n          \"type\": \"color\",\n          \"id\": \"text_color\",\n          \"label\": \"Text Color\"\n        },\n        {\n          \"type\": \"url\",\n          \"id\": \"button_link\",\n          \"label\": \"Redirect Link\"\n        },\n        {\n          \"type\": \"text\",\n          \"id\": \"button_text\",\n          \"label\": \"Button Text\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"full_width\",\n          \"label\": \"Full width\",\n          \"info\": \"Check to allow items to take entire width of the viewport\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"fullscreen_image\",\n          \"label\": \"Fullscreen Banner \",\n          \"info\": \"Check to allow items to take entire viewport\"\n        }\n      ],\n      \"blocks\": [],\n      \"name\": \"hero_image\",\n      \"label\": \"Hero Image\"\n    },\n    {\n      \"props\": [\n        {\n          \"type\": \"video\",\n          \"id\": \"videoFile\",\n          \"label\": \"Primary Video\"\n        },\n        {\n          \"id\": \"videoUrl\",\n          \"type\": \"text\",\n          \"label\": \"Video URL\",\n          \"info\": \"Supports MP4 Video & Youtube Video URL\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"autoplay\",\n          \"label\": \"Autoplay\",\n          \"info\": \"Check to enable autoplay (Video will be muted if autoplay is active)\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"hidecontrols\",\n          \"label\": \"Hide Video Controls\",\n          \"info\": \"check to disable video controls\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"showloop\",\n          \"label\": \"Play Video in Loop\",\n          \"info\": \"check to disable Loop\"\n        },\n        {\n          \"type\": \"text\",\n          \"id\": \"title\",\n          \"label\": \"Heading\"\n        },\n        {\n          \"id\": \"coverUrl\",\n          \"type\": \"image_picker\",\n          \"label\": \"Thumbnail Image\"\n        }\n      ],\n      \"blocks\": [],\n      \"name\": \"hero_video-v2\",\n      \"label\": \"Hero Video V2\"\n    },\n    {\n      \"props\": [\n        {\n          \"id\": \"video_url\",\n          \"type\": \"text\",\n          \"label\": \"Video URL\",\n          \"info\": \"Supports MP4 Video & Youtube Video URL\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_top\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Top Margin\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_bottom\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Bottom Margin\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"autoplay\",\n          \"label\": \"Autoplay\",\n          \"info\": \"Check to enable autoplay (Video will be muted if autoplay is active)\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"controls\",\n          \"label\": \"Video Controls\",\n          \"info\": \"Uncheck to disable video controls\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"full_width\",\n          \"label\": \"Full width\",\n          \"info\": \"Check to allow items to take entire width of the viewport\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"bg_video\",\n          \"label\": \"Video In Background\",\n          \"info\": \"Use video in background with overlay (Overlay Image & Video Controls will be disabled by default on website)\"\n        },\n        {\n          \"type\": \"select\",\n          \"id\": \"size\",\n          \"options\": [\n            {\n              \"value\": \"small\",\n              \"text\": \"Small\"\n            },\n            {\n              \"value\": \"medium\",\n              \"text\": \"Medium\"\n            },\n            {\n              \"value\": \"large\",\n              \"text\": \"Large\"\n            },\n            {\n              \"value\": \"adapt\",\n              \"text\": \"Adapt\"\n            },\n            {\n              \"value\": \"fullscreen\",\n              \"text\": \"Fullscreen\"\n            }\n          ],\n          \"label\": \"Video Height\",\n          \"info\": \"Height of Video\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"enable_overlay_image\",\n          \"label\": \"Enable Overlay Image\"\n        },\n        {\n          \"id\": \"cover_url\",\n          \"type\": \"image_picker\",\n          \"label\": \"Video Overlay Image\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"enable_overlay_color\",\n          \"label\": \"Enable Overlay Colour\"\n        },\n        {\n          \"type\": \"color\",\n          \"id\": \"overlay_color\",\n          \"label\": \"Overlay Color\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"overlay_opacity\",\n          \"min\": 0,\n          \"max\": 1,\n          \"step\": 0.1,\n          \"unit\": \"\",\n          \"label\": \"Overlay Opacity\"\n        },\n        {\n          \"type\": \"select\",\n          \"id\": \"overlay_size\",\n          \"options\": [\n            {\n              \"value\": \"container\",\n              \"text\": \"Container (Default)\"\n            },\n            {\n              \"value\": \"content\",\n              \"text\": \"Content\"\n            }\n          ],\n          \"label\": \"Overlay Size\"\n        },\n        {\n          \"id\": \"overlay_position\",\n          \"type\": \"select\",\n          \"options\": [\n            {\n              \"value\": \"top-left\",\n              \"text\": \"Top Left\"\n            },\n            {\n              \"value\": \"top-center\",\n              \"text\": \"Top Center\"\n            },\n            {\n              \"value\": \"top-right\",\n              \"text\": \"Top Right\"\n            },\n            {\n              \"value\": \"center-left\",\n              \"text\": \"Center Left\"\n            },\n            {\n              \"value\": \"center-center\",\n              \"text\": \"Center (Default)\"\n            },\n            {\n              \"value\": \"center-right\",\n              \"text\": \"Center Right\"\n            },\n            {\n              \"value\": \"bottom-left\",\n              \"text\": \"Bottom Left\"\n            },\n            {\n              \"value\": \"bottom-center\",\n              \"text\": \"Bottom Center\"\n            },\n            {\n              \"value\": \"bottom-right\",\n              \"text\": \"Bottom right\"\n            }\n          ],\n          \"label\": \"Overlay position\",\n          \"info\": \"Alignment of Overlay content(heading, sub-heading, button)\"\n        },\n        {\n          \"type\": \"text\",\n          \"id\": \"heading\",\n          \"label\": \"Heading\"\n        },\n        {\n          \"type\": \"color\",\n          \"id\": \"heading_color\",\n          \"label\": \"Heading Text Color\"\n        },\n        {\n          \"type\": \"text\",\n          \"id\": \"sub_heading\",\n          \"label\": \"Sub-heading\"\n        },\n        {\n          \"type\": \"color\",\n          \"id\": \"sub_heading_color\",\n          \"label\": \"Sub-heading Text Color\"\n        },\n        {\n          \"type\": \"url\",\n          \"id\": \"button_link\",\n          \"label\": \"Redirect Link\"\n        },\n        {\n          \"type\": \"text\",\n          \"id\": \"button_text\",\n          \"label\": \"Button Text\"\n        }\n      ],\n      \"blocks\": [],\n      \"name\": \"hero_video\",\n      \"label\": \"Hero Video\"\n    },\n    {\n      \"props\": [\n        {\n          \"type\": \"text\",\n          \"id\": \"title\",\n          \"label\": \"Title\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_top\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Top Margin\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_bottom\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Bottom Margin\"\n        },\n        {\n          \"id\": \"layout\",\n          \"type\": \"select\",\n          \"options\": [\n            {\n              \"value\": \"grid\",\n              \"text\": \"Grid View\"\n            },\n            {\n              \"value\": \"horizontal\",\n              \"text\": \"Horizontal View\"\n            }\n          ],\n          \"label\": \"Layout\",\n          \"info\": \"Alignment of content\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"item_count\",\n          \"min\": 3,\n          \"max\": 4,\n          \"step\": 1,\n          \"unit\": \"\",\n          \"label\": \"No of items\",\n          \"info\": \"Maximum items allowed per row for Horizontal view, for gallery max 5 are viewable and only 5 blocks are required\"\n        },\n        {\n          \"type\": \"text\",\n          \"id\": \"cta_text\",\n          \"label\": \"CTA Text\"\n        },\n        {\n          \"type\": \"url\",\n          \"id\": \"cta_link\",\n          \"label\": \"CTA Link\",\n          \"info\": \"Link to redirect\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"full_width\",\n          \"label\": \"Full width\",\n          \"info\": \"Check to allow items to take entire width of the viewport\"\n        }\n      ],\n      \"blocks\": [\n        {\n          \"type\": \"gallery_image\",\n          \"name\": \"Image\",\n          \"props\": [\n            {\n              \"type\": \"image_picker\",\n              \"id\": \"image\",\n              \"label\": \"Gallery Image\"\n            },\n            {\n              \"type\": \"text\",\n              \"id\": \"caption\",\n              \"label\": \"Image Caption\"\n            },\n            {\n              \"type\": \"url\",\n              \"id\": \"link\",\n              \"label\": \"Link\",\n              \"info\": \"Link to redirect\"\n            }\n          ]\n        }\n      ],\n      \"name\": \"image_gallery\",\n      \"label\": \"Image Gallery\",\n      \"preset\": {\n        \"blocks\": [\n          {\n            \"name\": \"Image\"\n          },\n          {\n            \"name\": \"Image\"\n          },\n          {\n            \"name\": \"Image\"\n          },\n          {\n            \"name\": \"Image\"\n          }\n        ]\n      }\n    },\n    {\n      \"props\": [\n        {\n          \"type\": \"text\",\n          \"id\": \"title\",\n          \"label\": \"Title\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_top\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Top Margin\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_bottom\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Bottom Margin\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"autoplay\",\n          \"label\": \"AutoPlay Slides\",\n          \"info\": \"Check to autoplay slides\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"slide_interval\",\n          \"min\": 1,\n          \"max\": 10,\n          \"step\": 1,\n          \"unit\": \"sec\",\n          \"label\": \"Change slides after every\",\n          \"info\": \"Autoplay slide duration\"\n        },\n        {\n          \"type\": \"select\",\n          \"id\": \"slide_height\",\n          \"options\": [\n            {\n              \"value\": \"adapt\",\n              \"text\": \"Adapt to first image\"\n            },\n            {\n              \"value\": \"small\",\n              \"text\": \"Small\"\n            },\n            {\n              \"value\": \"medium\",\n              \"text\": \"Medium\"\n            },\n            {\n              \"value\": \"large\",\n              \"text\": \"Large\"\n            }\n          ],\n          \"label\": \"Slide height\",\n          \"info\": \"Size of the slide\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"full_width\",\n          \"label\": \"Full width\",\n          \"info\": \"Check to allow items to take entire width of the viewport\"\n        }\n      ],\n      \"blocks\": [\n        {\n          \"type\": \"image_slide\",\n          \"name\": \"Slide\",\n          \"props\": [\n            {\n              \"type\": \"image_picker\",\n              \"id\": \"image\",\n              \"label\": \"Image\"\n            },\n            {\n              \"type\": \"url\",\n              \"id\": \"slide_link\",\n              \"label\": \"Slide Link\"\n            }\n          ]\n        }\n      ],\n      \"name\": \"image_slideshow\",\n      \"label\": \"Image Slideshow\",\n      \"preset\": {\n        \"blocks\": [\n          {\n            \"name\": \"Slide\"\n          },\n          {\n            \"name\": \"Slide\"\n          },\n          {\n            \"name\": \"Slide\"\n          }\n        ]\n      }\n    },\n    {\n      \"props\": [\n        {\n          \"type\": \"image_picker\",\n          \"id\": \"image\",\n          \"label\": \"Image\"\n        },\n        {\n          \"id\": \"video\",\n          \"type\": \"url\",\n          \"label\": \"Video\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_top\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Top Margin\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_bottom\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Bottom Margin\"\n        },\n        {\n          \"id\": \"cover\",\n          \"type\": \"url\",\n          \"label\": \"Video Cover Image\"\n        },\n        {\n          \"type\": \"select\",\n          \"id\": \"media_alignment\",\n          \"options\": [\n            {\n              \"value\": \"left\",\n              \"text\": \"Left\"\n            },\n            {\n              \"value\": \"center\",\n              \"text\": \"Center\"\n            },\n            {\n              \"value\": \"right\",\n              \"text\": \"Right\"\n            }\n          ],\n          \"label\": \"Media Alignment\"\n        },\n        {\n          \"type\": \"text\",\n          \"id\": \"heading\",\n          \"label\": \"Heading\"\n        },\n        {\n          \"type\": \"text\",\n          \"id\": \"text Pair large text with an image to give focus to your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.\",\n          \"label\": \"Text\"\n        },\n        {\n          \"type\": \"select\",\n          \"id\": \"text_alignment\",\n          \"options\": [\n            {\n              \"value\": \"left\",\n              \"text\": \"Left\"\n            },\n            {\n              \"value\": \"center\",\n              \"text\": \"Center\"\n            },\n            {\n              \"value\": \"right\",\n              \"text\": \"Right\"\n            }\n          ],\n          \"label\": \"Text Alignment\"\n        }\n      ],\n      \"blocks\": [],\n      \"name\": \"media_with_text\",\n      \"label\": \"Media with text\"\n    },\n    {\n      \"props\": [\n        {\n          \"type\": \"text\",\n          \"id\": \"title\",\n          \"label\": \"Title\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_top\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Top Margin\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_bottom\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Bottom Margin\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"autoplay\",\n          \"label\": \"AutoPlay Slides\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"slide_interval\",\n          \"min\": 1,\n          \"max\": 10,\n          \"step\": 1,\n          \"unit\": \"sec\",\n          \"label\": \"Change slides every\"\n        }\n      ],\n      \"blocks\": [\n        {\n          \"type\": \"testimonial\",\n          \"name\": \"Testimonial\",\n          \"props\": [\n            {\n              \"type\": \"textarea\",\n              \"id\": \"testimonialText\",\n              \"label\": \"Text for Testimonial\",\n              \"info\": \"Text for testimonial\",\n              \"placeholder\": \"Text\"\n            },\n            {\n              \"type\": \"text\",\n              \"id\": \"author_name\",\n              \"label\": \"Author name\"\n            },\n            {\n              \"type\": \"text\",\n              \"id\": \"author_description\",\n              \"label\": \"Author Description\"\n            },\n            {\n              \"type\": \"image_picker\",\n              \"id\": \"author_image\",\n              \"label\": \"Author Image\"\n            }\n          ]\n        }\n      ],\n      \"name\": \"testimonials\",\n      \"label\": \"Testimonial\",\n      \"preset\": {\n        \"blocks\": [\n          {\n            \"name\": \"Testimonial\"\n          },\n          {\n            \"name\": \"Testimonial\"\n          },\n          {\n            \"name\": \"Testimonial\"\n          }\n        ]\n      }\n    }\n  ],\n  \"src\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/7yuL57qP2-archive.zip\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "da60c12d-536a-4bb3-9f2e-a1167ba8e75a",
            "name": "getAppliedTheme | Get applied theme",
            "request": {
              "name": "getAppliedTheme | Get applied theme",
              "description": {
                "content": "Retrieve the currently applied theme of a sales channel using application Id.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "theme",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "4ac291ed-37c8-4aec-b63a-dddef4a6d304",
                "name": "Successfully fetch the applied theme",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "theme",
                      "v2.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The ID of the company"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) The ID of the application"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"64be4423bc7b28003211322e\",\n  \"applied\": false,\n  \"is_private\": false,\n  \"tags\": [],\n  \"application_id\": \"6487ea376e1442284917c44e\",\n  \"meta\": {\n    \"payment\": {\n      \"is_paid\": false,\n      \"amount\": 0\n    },\n    \"description\": \"Indulge in the epitome of luxury with our expertly crafted theme, showcasing a high-end aesthetic that exudes elegance. Designed with meticulous attention to detail, our features are tailored to elevate your products and amplify your brand identity.\",\n    \"industry\": [\n      \"Arts and crafts\",\n      \"Baby and kids\",\n      \"Books, music, and video\"\n    ],\n    \"release\": {\n      \"notes\": \"<p>Emerge release notes. Fyndx1 theme submission.</p>\"\n    },\n    \"images\": {\n      \"desktop\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/misc/pictures/free-icon/original/McHjwol_h-images_desktop.webp\",\n      \"mobile\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/misc/pictures/free-icon/original/bq6gXrmVE-images_mobile.webp\"\n    },\n    \"slug\": \"emerge\"\n  },\n  \"name\": \"Emerge\",\n  \"template_theme_id\": \"64be1fdc2139f66b3ca2e94d\",\n  \"version\": \"1.0.153\",\n  \"styles\": {},\n  \"created_at\": \"2023-07-24T09:28:03.845Z\",\n  \"updated_at\": \"2023-07-31T12:14:13.097Z\",\n  \"theme_type\": \"vue2\",\n  \"assets\": {\n    \"umd_js\": {\n      \"links\": [\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_themeBundle.umd.min.8.js\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_themeBundle.umd.min.cart.js\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_themeBundle.umd.min.extras.js\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_themeBundle.umd.min.products-listing.js\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_themeBundle.umd.min.products.js\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_themeBundle.umd.min.profile.js\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_themeBundle.umd.min.vendors_products-listing.js\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_themeBundle.umd.min.vendors_products.js\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_themeBundle.umd.min.js\"\n      ],\n      \"link\": \"\"\n    },\n    \"common_js\": {\n      \"link\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_themeBundle.common.js\"\n    },\n    \"css\": {\n      \"links\": [\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_cart.1b038cd83e502f2d58bc.css\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_extras.f8a9789ae6a06b0bd503.css\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_products-listing.1d639747568baee211ba.css\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_products.c1f151d12b3f704fe028.css\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_profile.c9e6a92612e4b423dbd7.css\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_themeBundle.css\",\n        \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/yf7ijNZKa_vendors_products-listing.c8fe85761d60286348e3.css\"\n      ],\n      \"link\": \"\"\n    }\n  },\n  \"font\": {\n    \"variants\": {\n      \"light\": {\n        \"name\": \"300\",\n        \"file\": \"https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLDz8V1tvFP-KUEg.ttf\"\n      },\n      \"regular\": {\n        \"name\": \"regular\",\n        \"file\": \"https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrFJDUc1NECPY.ttf\"\n      },\n      \"medium\": {\n        \"name\": \"500\",\n        \"file\": \"https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLGT9V1tvFP-KUEg.ttf\"\n      },\n      \"semi_bold\": {\n        \"name\": \"600\",\n        \"file\": \"https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6V1tvFP-KUEg.ttf\"\n      },\n      \"bold\": {\n        \"name\": \"700\",\n        \"file\": \"https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLCz7V1tvFP-KUEg.ttf\"\n      }\n    },\n    \"family\": \"Poppins\"\n  },\n  \"config\": {\n    \"current\": \"Default\",\n    \"list\": [\n      {\n        \"name\": \"Default\",\n        \"global_config\": {\n          \"static\": {\n            \"props\": {\n              \"colors\": {\n                \"primary_color\": \"#000000\",\n                \"secondary_color\": \"#000000\",\n                \"accent_color\": \"#000000\",\n                \"link_color\": \"#4499FF\",\n                \"button_secondary_color\": \"#000000\",\n                \"bg_color\": \"#F8F8F8\"\n              },\n              \"auth\": {\n                \"show_header_auth\": false,\n                \"show_footer_auth\": false\n              },\n              \"palette\": {\n                \"general_setting\": {\n                  \"theme\": {\n                    \"page_background\": \"#F3F3ED\",\n                    \"theme_accent\": \"#E1D0C8\"\n                  },\n                  \"text\": {\n                    \"text_heading\": \"#26201A\",\n                    \"text_body\": \"#3C3131\",\n                    \"text_label\": \"#7D7676\",\n                    \"text_secondary\": \"#9C9C9C\"\n                  },\n                  \"button\": {\n                    \"button_primary\": \"#4E3F09\",\n                    \"button_secondary\": \"#FFFFFF\",\n                    \"button_link\": \"#B1655B\"\n                  },\n                  \"sale_discount\": {\n                    \"sale_badge_background\": \"#FFFFFF\",\n                    \"sale_badge_text\": \"#1C958F\",\n                    \"sale_discount_text\": \"#1C958F\",\n                    \"sale_timer\": \"#994449\"\n                  },\n                  \"header\": {\n                    \"header_background\": \"#F3F3ED\",\n                    \"header_nav\": \"#261A1A\",\n                    \"header_icon\": \"#261A1A\"\n                  },\n                  \"footer\": {\n                    \"footer_background\": \"#2C231E\",\n                    \"footer_bottom_background\": \"#231812\",\n                    \"footer_heading_text\": \"#FFFFFF\",\n                    \"footer_body_text\": \"#FFFFFF\",\n                    \"footer_icon\": \"#FFFFFF\"\n                  }\n                },\n                \"advance_setting\": {\n                  \"overlay_popup\": {\n                    \"dialog_backgroung\": \"#FFFFFF\",\n                    \"overlay\": \"#14130E\"\n                  },\n                  \"divider_stroke_highlight\": {\n                    \"divider_strokes\": \"#D4D1D1\",\n                    \"highlight\": \"#EDECE9\"\n                  },\n                  \"user_alerts\": {\n                    \"success_background\": \"#C2DBC9\",\n                    \"success_text\": \"#1C958F\",\n                    \"error_background\": \"#E6D5D5\",\n                    \"error_text\": \"#B24141\",\n                    \"info_background\": \"#EBD3BC\",\n                    \"info_text\": \"#D28F51\"\n                  }\n                }\n              },\n              \"extension\": {\n                \"header_top\": [],\n                \"header_bottom\": [],\n                \"footer_top\": [],\n                \"footer_bottom\": []\n              }\n            }\n          },\n          \"custom\": {\n            \"props\": {\n              \"header_bg_color\": \"#ffffff\",\n              \"header_text_color\": \"#000000\",\n              \"header_border_color\": \"#e1e1e1\",\n              \"header_icon_color\": \"#000000\",\n              \"header_cart_notification_bg_color\": \"#e8a76c\",\n              \"header_cart_notification_text_color\": \"#ffffff\",\n              \"header_nav_hover_color\": \"#999999\",\n              \"button_primary_color\": \"#ffffff\",\n              \"button_primary_label_color\": \"#000000\",\n              \"button_add_to_cart_color\": \"#000000\",\n              \"button_add_to_cart_label_color\": \"#ffffff\",\n              \"button_secondary_color\": \"#000000\",\n              \"button_secondary_label_color\": \"#ffffff\",\n              \"button_tertiary_color\": \"#000000\",\n              \"button_tertiary_label_color\": \"#000000\",\n              \"button_tertiary_hover_color\": \"#000000\",\n              \"button_tertiary_hover_text_color\": \"#ffffff\",\n              \"text_heading_link_color\": \"#000000\",\n              \"text_body_color\": \"#000000\",\n              \"text_price_color\": \"#000000\",\n              \"text_sale_price_color\": \"#fb406b\",\n              \"text_strikethrough_price_color\": \"#9b9b9b\",\n              \"text_discount_color\": \"#ee478d\",\n              \"footer_bg_color\": \"#ffffff\",\n              \"footer_text_color\": \"#999999\",\n              \"footer_border_color\": \"#e1e1e1\",\n              \"footer_nav_hover_color\": \"#000000\",\n              \"disable_cart\": false,\n              \"is_menu_below_logo\": false,\n              \"menu_position\": \"left\"\n            }\n          }\n        },\n        \"page\": []\n      },\n      {\n        \"name\": \"Dark\",\n        \"global_config\": {\n          \"static\": {\n            \"props\": {\n              \"colors\": {\n                \"primary_color\": \"#000000\",\n                \"secondary_color\": \"#000000\",\n                \"accent_color\": \"#000000\",\n                \"link_color\": \"#4499FF\",\n                \"button_secondary_color\": \"#000000\",\n                \"bg_color\": \"#F8F8F8\"\n              },\n              \"auth\": {\n                \"show_header_auth\": false,\n                \"show_footer_auth\": false\n              },\n              \"palette\": {\n                \"general_setting\": {\n                  \"theme\": {\n                    \"page_background\": \"#F3F3ED\",\n                    \"theme_accent\": \"#E1D0C8\"\n                  },\n                  \"text\": {\n                    \"text_heading\": \"#26201A\",\n                    \"text_body\": \"#3C3131\",\n                    \"text_label\": \"#7D7676\",\n                    \"text_secondary\": \"#9C9C9C\"\n                  },\n                  \"button\": {\n                    \"button_primary\": \"#4E3F09\",\n                    \"button_secondary\": \"#FFFFFF\",\n                    \"button_link\": \"#B1655B\"\n                  },\n                  \"sale_discount\": {\n                    \"sale_badge_background\": \"#FFFFFF\",\n                    \"sale_badge_text\": \"#1C958F\",\n                    \"sale_discount_text\": \"#1C958F\",\n                    \"sale_timer\": \"#994449\"\n                  },\n                  \"header\": {\n                    \"header_background\": \"#F3F3ED\",\n                    \"header_nav\": \"#261A1A\",\n                    \"header_icon\": \"#261A1A\"\n                  },\n                  \"footer\": {\n                    \"footer_background\": \"#2C231E\",\n                    \"footer_bottom_background\": \"#231812\",\n                    \"footer_heading_text\": \"#FFFFFF\",\n                    \"footer_body_text\": \"#FFFFFF\",\n                    \"footer_icon\": \"#FFFFFF\"\n                  }\n                },\n                \"advance_setting\": {\n                  \"overlay_popup\": {\n                    \"dialog_backgroung\": \"#FFFFFF\",\n                    \"overlay\": \"#14130E\"\n                  },\n                  \"divider_stroke_highlight\": {\n                    \"divider_strokes\": \"#D4D1D1\",\n                    \"highlight\": \"#EDECE9\"\n                  },\n                  \"user_alerts\": {\n                    \"success_background\": \"#C2DBC9\",\n                    \"success_text\": \"#1C958F\",\n                    \"error_background\": \"#E6D5D5\",\n                    \"error_text\": \"#B24141\",\n                    \"info_background\": \"#EBD3BC\",\n                    \"info_text\": \"#D28F51\"\n                  }\n                }\n              },\n              \"extension\": {\n                \"header_top\": [],\n                \"header_bottom\": [],\n                \"footer_top\": [],\n                \"footer_bottom\": []\n              }\n            }\n          },\n          \"custom\": {\n            \"props\": {\n              \"header_bg_color\": \"#2e3032\",\n              \"header_text_color\": \"#ffffff\",\n              \"header_border_color\": \"#FFFFFF\",\n              \"header_icon_color\": \"#ffffff\",\n              \"header_cart_notification_bg_color\": \"#FFFFFF\",\n              \"header_cart_notification_text_color\": \"#2e3032\",\n              \"header_nav_hover_color\": \"#000000\",\n              \"button_primary_color\": \"#000000\",\n              \"button_primary_label_color\": \"#ffffff\",\n              \"button_add_to_cart_color\": \"#000000\",\n              \"button_add_to_cart_label_color\": \"#ffffff\",\n              \"button_secondary_color\": \"#000000\",\n              \"button_secondary_label_color\": \"#ffffff\",\n              \"button_tertiary_color\": \"#000000\",\n              \"button_tertiary_label_color\": \"#000000\",\n              \"button_tertiary_hover_color\": \"#000000\",\n              \"button_tertiary_hover_text_color\": \"#ffffff\",\n              \"text_heading_link_color\": \"#000000\",\n              \"text_body_color\": \"#000000\",\n              \"text_price_color\": \"#000000\",\n              \"text_sale_price_color\": \"#fb406b\",\n              \"text_strikethrough_price_color\": \"#9b9b9b\",\n              \"text_discount_color\": \"#ee478d\",\n              \"footer_bg_color\": \"#2e3032\",\n              \"footer_text_color\": \"#ffffff\",\n              \"footer_border_color\": \"#FFFFFF\",\n              \"footer_nav_hover_color\": \"#ffffff\"\n            }\n          }\n        },\n        \"page\": []\n      },\n      {\n        \"name\": \"Blue\",\n        \"global_config\": {\n          \"static\": {\n            \"props\": {\n              \"colors\": {\n                \"primary_color\": \"#000000\",\n                \"secondary_color\": \"#000000\",\n                \"accent_color\": \"#000000\",\n                \"link_color\": \"#4499FF\",\n                \"button_secondary_color\": \"#000000\",\n                \"bg_color\": \"#F8F8F8\"\n              },\n              \"auth\": {\n                \"show_header_auth\": false,\n                \"show_footer_auth\": false\n              },\n              \"palette\": {\n                \"general_setting\": {\n                  \"theme\": {\n                    \"page_background\": \"#F3F3ED\",\n                    \"theme_accent\": \"#E1D0C8\"\n                  },\n                  \"text\": {\n                    \"text_heading\": \"#26201A\",\n                    \"text_body\": \"#3C3131\",\n                    \"text_label\": \"#7D7676\",\n                    \"text_secondary\": \"#9C9C9C\"\n                  },\n                  \"button\": {\n                    \"button_primary\": \"#4E3F09\",\n                    \"button_secondary\": \"#FFFFFF\",\n                    \"button_link\": \"#B1655B\"\n                  },\n                  \"sale_discount\": {\n                    \"sale_badge_background\": \"#FFFFFF\",\n                    \"sale_badge_text\": \"#1C958F\",\n                    \"sale_discount_text\": \"#1C958F\",\n                    \"sale_timer\": \"#994449\"\n                  },\n                  \"header\": {\n                    \"header_background\": \"#F3F3ED\",\n                    \"header_nav\": \"#261A1A\",\n                    \"header_icon\": \"#261A1A\"\n                  },\n                  \"footer\": {\n                    \"footer_background\": \"#2C231E\",\n                    \"footer_bottom_background\": \"#231812\",\n                    \"footer_heading_text\": \"#FFFFFF\",\n                    \"footer_body_text\": \"#FFFFFF\",\n                    \"footer_icon\": \"#FFFFFF\"\n                  }\n                },\n                \"advance_setting\": {\n                  \"overlay_popup\": {\n                    \"dialog_backgroung\": \"#FFFFFF\",\n                    \"overlay\": \"#14130E\"\n                  },\n                  \"divider_stroke_highlight\": {\n                    \"divider_strokes\": \"#D4D1D1\",\n                    \"highlight\": \"#EDECE9\"\n                  },\n                  \"user_alerts\": {\n                    \"success_background\": \"#C2DBC9\",\n                    \"success_text\": \"#1C958F\",\n                    \"error_background\": \"#E6D5D5\",\n                    \"error_text\": \"#B24141\",\n                    \"info_background\": \"#EBD3BC\",\n                    \"info_text\": \"#D28F51\"\n                  }\n                }\n              },\n              \"extension\": {\n                \"header_top\": [],\n                \"header_bottom\": [],\n                \"footer_top\": [],\n                \"footer_bottom\": []\n              }\n            }\n          },\n          \"custom\": {\n            \"props\": {\n              \"header_bg_color\": \"#7f9ed0\",\n              \"header_text_color\": \"#FFFFFF\",\n              \"header_border_color\": \"#FFFFFF\",\n              \"header_icon_color\": \"#FFFFFF\",\n              \"header_cart_notification_bg_color\": \"#2e3032\",\n              \"header_cart_notification_text_color\": \"#FFFFFF\",\n              \"header_nav_hover_color\": \"#2e3032\",\n              \"button_primary_color\": \"#ffffff\",\n              \"button_primary_label_color\": \"#000000\",\n              \"button_add_to_cart_color\": \"#000000\",\n              \"button_add_to_cart_label_color\": \"#ffffff\",\n              \"button_secondary_color\": \"#000000\",\n              \"button_secondary_label_color\": \"#ffffff\",\n              \"button_tertiary_color\": \"#000000\",\n              \"button_tertiary_label_color\": \"#000000\",\n              \"button_tertiary_hover_color\": \"#000000\",\n              \"button_tertiary_hover_text_color\": \"#ffffff\",\n              \"text_heading_link_color\": \"#000000\",\n              \"text_body_color\": \"#000000\",\n              \"text_price_color\": \"#000000\",\n              \"text_sale_price_color\": \"#fb406b\",\n              \"text_strikethrough_price_color\": \"#9b9b9b\",\n              \"text_discount_color\": \"#ee478d\",\n              \"footer_bg_color\": \"#7f9ed0\",\n              \"footer_text_color\": \"#FFFFFF\",\n              \"footer_border_color\": \"#FFFFFF\",\n              \"footer_nav_hover_color\": \"#2e3032\"\n            }\n          }\n        },\n        \"page\": []\n      }\n    ],\n    \"preset\": {\n      \"pages\": [\n        {\n          \"sections\": [\n            {\n              \"blocks\": [],\n              \"predicate\": {\n                \"screen\": {\n                  \"mobile\": true,\n                  \"desktop\": true,\n                  \"tablet\": true\n                },\n                \"user\": {\n                  \"authenticated\": true,\n                  \"anonymous\": true\n                },\n                \"route\": {\n                  \"selected\": \"none\",\n                  \"exact_url\": \"\"\n                }\n              },\n              \"name\": \"hero_image\",\n              \"props\": {\n                \"image\": {\n                  \"value\": \"\",\n                  \"type\": \"image_picker\"\n                },\n                \"overlay_layout\": {\n                  \"type\": \"select\",\n                  \"value\": \"center\"\n                },\n                \"overlay_image\": {\n                  \"value\": \"\",\n                  \"type\": \"image_picker\"\n                },\n                \"overlay_text\": {\n                  \"value\": \"\",\n                  \"type\": \"text\"\n                },\n                \"text_color\": {\n                  \"value\": \"#000\",\n                  \"type\": \"color\"\n                },\n                \"button_link\": {\n                  \"type\": \"url\",\n                  \"value\": \"\"\n                },\n                \"button_text\": {\n                  \"value\": \"Shop Now\",\n                  \"type\": \"text\"\n                },\n                \"full_width\": {\n                  \"value\": true,\n                  \"type\": \"checkbox\"\n                }\n              }\n            },\n            {\n              \"blocks\": [],\n              \"predicate\": {\n                \"screen\": {\n                  \"mobile\": true,\n                  \"desktop\": true,\n                  \"tablet\": true\n                },\n                \"user\": {\n                  \"authenticated\": true,\n                  \"anonymous\": true\n                },\n                \"route\": {\n                  \"selected\": \"none\",\n                  \"exact_url\": \"\"\n                }\n              },\n              \"name\": \"image_slideshow\",\n              \"props\": {\n                \"autoplay\": {\n                  \"value\": false,\n                  \"type\": \"checkbox\"\n                },\n                \"full_width\": {\n                  \"value\": false,\n                  \"type\": \"checkbox\"\n                },\n                \"slide_height\": {\n                  \"value\": \"adapt\",\n                  \"type\": \"select\"\n                },\n                \"slide_interval\": {\n                  \"value\": 2,\n                  \"type\": \"range\"\n                },\n                \"title\": {\n                  \"value\": \"Trending\",\n                  \"type\": \"text\"\n                }\n              },\n              \"preset\": {\n                \"blocks\": [\n                  {\n                    \"name\": \"Slide\"\n                  },\n                  {\n                    \"name\": \"Slide\"\n                  },\n                  {\n                    \"name\": \"Slide\"\n                  }\n                ]\n              }\n            },\n            {\n              \"blocks\": [\n                {\n                  \"type\": \"gallery_image\",\n                  \"name\": \"Image\",\n                  \"props\": {\n                    \"image\": {\n                      \"type\": \"image_picker\",\n                      \"value\": \"\"\n                    },\n                    \"caption\": {\n                      \"type\": \"text\",\n                      \"value\": \"\"\n                    },\n                    \"link\": {\n                      \"type\": \"url\",\n                      \"value\": \"\"\n                    }\n                  }\n                },\n                {\n                  \"type\": \"gallery_image\",\n                  \"name\": \"Image\",\n                  \"props\": {\n                    \"image\": {\n                      \"type\": \"image_picker\",\n                      \"value\": \"\"\n                    },\n                    \"caption\": {\n                      \"type\": \"text\",\n                      \"value\": \"\"\n                    },\n                    \"link\": {\n                      \"type\": \"url\",\n                      \"value\": \"\"\n                    }\n                  }\n                },\n                {\n                  \"type\": \"gallery_image\",\n                  \"name\": \"Image\",\n                  \"props\": {\n                    \"image\": {\n                      \"type\": \"image_picker\",\n                      \"value\": \"\"\n                    },\n                    \"caption\": {\n                      \"type\": \"text\",\n                      \"value\": \"\"\n                    },\n                    \"link\": {\n                      \"type\": \"url\",\n                      \"value\": \"\"\n                    }\n                  }\n                },\n                {\n                  \"type\": \"gallery_image\",\n                  \"name\": \"Image\",\n                  \"props\": {\n                    \"image\": {\n                      \"type\": \"image_picker\",\n                      \"value\": \"\"\n                    },\n                    \"caption\": {\n                      \"type\": \"text\",\n                      \"value\": \"\"\n                    },\n                    \"link\": {\n                      \"type\": \"url\",\n                      \"value\": \"\"\n                    }\n                  }\n                }\n              ],\n              \"predicate\": {\n                \"screen\": {\n                  \"mobile\": true,\n                  \"desktop\": true,\n                  \"tablet\": true\n                },\n                \"user\": {\n                  \"authenticated\": true,\n                  \"anonymous\": true\n                },\n                \"route\": {\n                  \"selected\": \"none\",\n                  \"exact_url\": \"\"\n                }\n              },\n              \"name\": \"image_gallery\",\n              \"props\": {\n                \"title\": {\n                  \"type\": \"text\",\n                  \"value\": \"Popular Brands\"\n                },\n                \"layout\": {\n                  \"value\": \"grid\",\n                  \"type\": \"select\"\n                },\n                \"item_count\": {\n                  \"value\": 4,\n                  \"type\": \"range\"\n                },\n                \"cta_text\": {\n                  \"value\": \"\",\n                  \"type\": \"text\"\n                },\n                \"cta_link\": {\n                  \"type\": \"url\",\n                  \"value\": \"\"\n                },\n                \"full_width\": {\n                  \"value\": false,\n                  \"type\": \"checkbox\"\n                }\n              },\n              \"preset\": {\n                \"blocks\": [\n                  {\n                    \"name\": \"Image\"\n                  },\n                  {\n                    \"name\": \"Image\"\n                  },\n                  {\n                    \"name\": \"Image\"\n                  },\n                  {\n                    \"name\": \"Image\"\n                  }\n                ]\n              }\n            },\n            {\n              \"blocks\": [],\n              \"predicate\": {\n                \"screen\": {\n                  \"mobile\": true,\n                  \"desktop\": true,\n                  \"tablet\": true\n                },\n                \"user\": {\n                  \"authenticated\": true,\n                  \"anonymous\": true\n                },\n                \"route\": {\n                  \"selected\": \"none\",\n                  \"exact_url\": \"\"\n                }\n              },\n              \"name\": \"brands_listing\",\n              \"props\": {\n                \"brand_type\": {\n                  \"value\": \"all\",\n                  \"type\": \"radio\"\n                },\n                \"cta_text\": {\n                  \"value\": \"View all\",\n                  \"type\": \"text\"\n                },\n                \"department\": {\n                  \"type\": \"department\"\n                },\n                \"header\": {\n                  \"type\": \"header\"\n                },\n                \"items_per_row\": {\n                  \"value\": 5,\n                  \"type\": \"range\"\n                },\n                \"layout\": {\n                  \"value\": \"horizontal\",\n                  \"type\": \"select\"\n                },\n                \"title\": {\n                  \"type\": \"text\",\n                  \"value\": \"Brands\"\n                },\n                \"view_options\": {\n                  \"value\": \"fullview\",\n                  \"type\": \"select\"\n                }\n              }\n            },\n            {\n              \"blocks\": [\n                {\n                  \"type\": \"testimonial\",\n                  \"name\": \"Testimonial\",\n                  \"props\": {\n                    \"testimonialText\": {\n                      \"type\": \"textarea\",\n                      \"value\": \"\"\n                    },\n                    \"author_name\": {\n                      \"type\": \"text\"\n                    },\n                    \"author_description\": {\n                      \"type\": \"text\",\n                      \"value\": \"\"\n                    },\n                    \"author_image\": {\n                      \"type\": \"image_picker\",\n                      \"value\": \"\"\n                    }\n                  }\n                },\n                {\n                  \"type\": \"testimonial\",\n                  \"name\": \"Testimonial\",\n                  \"props\": {\n                    \"testimonialText\": {\n                      \"type\": \"textarea\",\n                      \"value\": \"\"\n                    },\n                    \"author_name\": {\n                      \"type\": \"text\"\n                    },\n                    \"author_description\": {\n                      \"type\": \"text\",\n                      \"value\": \"\"\n                    },\n                    \"author_image\": {\n                      \"type\": \"image_picker\",\n                      \"value\": \"\"\n                    }\n                  }\n                },\n                {\n                  \"type\": \"testimonial\",\n                  \"name\": \"Testimonial\",\n                  \"props\": {\n                    \"testimonialText\": {\n                      \"type\": \"textarea\",\n                      \"value\": \"\"\n                    },\n                    \"author_name\": {\n                      \"type\": \"text\"\n                    },\n                    \"author_description\": {\n                      \"type\": \"text\",\n                      \"value\": \"\"\n                    },\n                    \"author_image\": {\n                      \"type\": \"image_picker\",\n                      \"value\": \"\"\n                    }\n                  }\n                }\n              ],\n              \"predicate\": {\n                \"screen\": {\n                  \"mobile\": true,\n                  \"desktop\": true,\n                  \"tablet\": true\n                },\n                \"user\": {\n                  \"authenticated\": true,\n                  \"anonymous\": true\n                },\n                \"route\": {\n                  \"selected\": \"none\",\n                  \"exact_url\": \"\"\n                }\n              },\n              \"name\": \"testimonials\",\n              \"props\": {\n                \"autoplay\": {\n                  \"value\": false,\n                  \"type\": \"checkbox\"\n                },\n                \"slide_interval\": {\n                  \"value\": 2,\n                  \"type\": \"range\"\n                }\n              },\n              \"preset\": {\n                \"blocks\": [\n                  {\n                    \"name\": \"Testimonial\"\n                  },\n                  {\n                    \"name\": \"Testimonial\"\n                  },\n                  {\n                    \"name\": \"Testimonial\"\n                  }\n                ]\n              }\n            }\n          ],\n          \"value\": \"home\"\n        }\n      ]\n    },\n    \"global_schema\": {\n      \"props\": [\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"disable_cart\",\n          \"category\": \"Colors\",\n          \"label\": \"header\"\n        }\n      ]\n    }\n  },\n  \"available_sections\": [\n    {\n      \"props\": [\n        {\n          \"type\": \"url\",\n          \"id\": \"banner_link\",\n          \"label\": \"Redirect Link\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"full_width\",\n          \"label\": \"Full width\",\n          \"info\": \"Check to allow items to take entire width of the viewport\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_top\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Top Margin\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_bottom\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Bottom Margin\"\n        }\n      ],\n      \"blocks\": [],\n      \"name\": \"application_banner\",\n      \"label\": \"Application Banner\"\n    },\n    {\n      \"props\": [\n        {\n          \"type\": \"text\",\n          \"id\": \"title\",\n          \"label\": \"Title\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_top\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Top Margin\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_bottom\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Bottom Margin\"\n        },\n        {\n          \"type\": \"header\",\n          \"id\": \"header\",\n          \"value\": \"Choose Brands to Show\"\n        },\n        {\n          \"id\": \"view_options\",\n          \"type\": \"select\",\n          \"options\": [\n            {\n              \"value\": \"logo\",\n              \"text\": \"Logo View\"\n            },\n            {\n              \"value\": \"fullview\",\n              \"text\": \"Logo and Banner View\"\n            }\n          ],\n          \"label\": \"View Options\",\n          \"info\": \"Brand card view options\"\n        },\n        {\n          \"type\": \"radio\",\n          \"id\": \"brand_type\",\n          \"options\": [\n            {\n              \"value\": \"all\",\n              \"text\": \"All\"\n            },\n            {\n              \"value\": \"department\",\n              \"text\": \"Department\"\n            },\n            {\n              \"value\": \"handpicked\",\n              \"text\": \"Handpicked\"\n            }\n          ]\n        },\n        {\n          \"type\": \"department\",\n          \"id\": \"department\",\n          \"label\": \"Department\",\n          \"info\": \"Select a department of brands\",\n          \"note\": \"Department only applies if 'department' type is selected\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"items_per_row\",\n          \"min\": 3,\n          \"max\": 5,\n          \"step\": 1,\n          \"unit\": \"\",\n          \"label\": \"Items per row\",\n          \"info\": \"Maximum items allowed per row\"\n        },\n        {\n          \"id\": \"layout\",\n          \"type\": \"select\",\n          \"options\": [\n            {\n              \"value\": \"grid\",\n              \"text\": \"Grid View\"\n            },\n            {\n              \"value\": \"horizontal\",\n              \"text\": \"Horizontal View\"\n            }\n          ],\n          \"label\": \"Layout\",\n          \"info\": \"Alignment of content\"\n        },\n        {\n          \"type\": \"text\",\n          \"id\": \"cta_text\",\n          \"label\": \"CTA Text\"\n        }\n      ],\n      \"blocks\": [\n        {\n          \"type\": \"brand_item\",\n          \"name\": \"Brand Item\",\n          \"props\": [\n            {\n              \"type\": \"brand\",\n              \"id\": \"brand\",\n              \"label\": \"Select Brand\"\n            }\n          ]\n        }\n      ],\n      \"name\": \"brands_listing\",\n      \"label\": \"Brands Listing\"\n    },\n    {\n      \"props\": [\n        {\n          \"type\": \"text\",\n          \"id\": \"title\",\n          \"label\": \"Title\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_top\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Top Margin\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_bottom\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Bottom Margin\"\n        },\n        {\n          \"type\": \"radio\",\n          \"id\": \"collection_type\",\n          \"options\": [\n            {\n              \"value\": \"all\",\n              \"text\": \"All\"\n            },\n            {\n              \"value\": \"handpicked\",\n              \"text\": \"Handpicked\"\n            }\n          ]\n        },\n        {\n          \"type\": \"text\",\n          \"id\": \"tags_filter\",\n          \"label\": \"Filter by tags\",\n          \"info\": \"Filter by Tags \"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"items_per_row\",\n          \"min\": 3,\n          \"max\": 5,\n          \"step\": 1,\n          \"unit\": \"\",\n          \"label\": \"Max items per row\",\n          \"info\": \"Maximum items allowed per row\"\n        },\n        {\n          \"id\": \"layout\",\n          \"type\": \"select\",\n          \"options\": [\n            {\n              \"value\": \"grid\",\n              \"text\": \"Grid View\"\n            },\n            {\n              \"value\": \"horizontal\",\n              \"text\": \"Horizontal View\"\n            }\n          ],\n          \"label\": \"Layout\",\n          \"info\": \"Alignment of content\"\n        },\n        {\n          \"type\": \"text\",\n          \"id\": \"cta_text\",\n          \"label\": \"CTA Text\"\n        }\n      ],\n      \"blocks\": [\n        {\n          \"type\": \"collection-item\",\n          \"name\": \"collection Item\",\n          \"props\": [\n            {\n              \"type\": \"collection\",\n              \"id\": \"collection\",\n              \"label\": \"Select Collection\"\n            }\n          ]\n        }\n      ],\n      \"name\": \"collections_listing\",\n      \"label\": \"Collections Listing\"\n    },\n    {\n      \"props\": [\n        {\n          \"type\": \"code\",\n          \"id\": \"code\",\n          \"label\": \"Custom HTML\",\n          \"info\": \"Add Your custom HTML Code below. You can also use the full screen icon to open a code editor and add your code\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_top\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Top Margin\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_bottom\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Bottom Margin\"\n        }\n      ],\n      \"blocks\": [],\n      \"name\": \"custom_html\",\n      \"label\": \"Custom HTML\"\n    },\n    {\n      \"props\": [\n        {\n          \"type\": \"extension\",\n          \"id\": \"extension\",\n          \"label\": \"Extension Positions\",\n          \"info\": \"Handle extension in these positions\",\n          \"positions\": [\n            {\n              \"value\": \"section_extension\",\n              \"text\": \"\"\n            }\n          ]\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_top\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Top Margin\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_bottom\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Bottom Margin\"\n        }\n      ],\n      \"blocks\": [],\n      \"name\": \"section_extension\",\n      \"label\": \"Extensions\"\n    },\n    {\n      \"props\": [\n        {\n          \"type\": \"text\",\n          \"id\": \"title\",\n          \"label\": \"Title\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_top\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Top Margin\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_bottom\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Bottom Margin\"\n        },\n        {\n          \"type\": \"collection\",\n          \"id\": \"collection\",\n          \"label\": \"Collection\",\n          \"info\": \"Select a collection to display its products\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"items_per_row\",\n          \"min\": 2,\n          \"max\": 5,\n          \"step\": 1,\n          \"unit\": \"\",\n          \"label\": \"Products per row\",\n          \"info\": \"Maximum items allowed per row\"\n        },\n        {\n          \"id\": \"layout\",\n          \"type\": \"select\",\n          \"options\": [\n            {\n              \"value\": \"grid\",\n              \"text\": \"Grid View\"\n            },\n            {\n              \"value\": \"horizontal\",\n              \"text\": \"Horizontal View\"\n            }\n          ],\n          \"label\": \"Layout\",\n          \"info\": \"Alignment of content\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"autoplay\",\n          \"label\": \"AutoPlay Slides\",\n          \"info\": \"Check to autoplay slides\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"slide_interval\",\n          \"min\": 1,\n          \"max\": 10,\n          \"step\": 1,\n          \"unit\": \"sec\",\n          \"label\": \"Change slides after every\",\n          \"info\": \"Autoplay slide duration\"\n        }\n      ],\n      \"blocks\": [],\n      \"name\": \"featured_collection\",\n      \"label\": \"Featured Collection\"\n    },\n    {\n      \"props\": [\n        {\n          \"id\": \"image\",\n          \"type\": \"image_picker\",\n          \"label\": \"Hero Image\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_top\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Top Margin\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_bottom\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Bottom Margin\"\n        },\n        {\n          \"id\": \"overlay_layout\",\n          \"type\": \"select\",\n          \"options\": [\n            {\n              \"value\": \"left\",\n              \"text\": \"Align Left\"\n            },\n            {\n              \"value\": \"center\",\n              \"text\": \"Align Center\"\n            },\n            {\n              \"value\": \"right\",\n              \"text\": \"Align Right\"\n            }\n          ],\n          \"label\": \"Overlay Layout\",\n          \"info\": \"Alignment of overlay content\"\n        },\n        {\n          \"type\": \"image_picker\",\n          \"id\": \"overlay_image\",\n          \"label\": \"Overlay image\",\n          \"info\": \"Overlay Image\"\n        },\n        {\n          \"type\": \"text\",\n          \"id\": \"overlay_text\",\n          \"label\": \"Overlay Text\"\n        },\n        {\n          \"type\": \"color\",\n          \"id\": \"text_color\",\n          \"label\": \"Text Color\"\n        },\n        {\n          \"type\": \"url\",\n          \"id\": \"button_link\",\n          \"label\": \"Redirect Link\"\n        },\n        {\n          \"type\": \"text\",\n          \"id\": \"button_text\",\n          \"label\": \"Button Text\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"full_width\",\n          \"label\": \"Full width\",\n          \"info\": \"Check to allow items to take entire width of the viewport\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"fullscreen_image\",\n          \"label\": \"Fullscreen Banner \",\n          \"info\": \"Check to allow items to take entire viewport\"\n        }\n      ],\n      \"blocks\": [],\n      \"name\": \"hero_image\",\n      \"label\": \"Hero Image\"\n    },\n    {\n      \"props\": [\n        {\n          \"type\": \"video\",\n          \"id\": \"videoFile\",\n          \"label\": \"Primary Video\"\n        },\n        {\n          \"id\": \"videoUrl\",\n          \"type\": \"text\",\n          \"label\": \"Video URL\",\n          \"info\": \"Supports MP4 Video & Youtube Video URL\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"autoplay\",\n          \"label\": \"Autoplay\",\n          \"info\": \"Check to enable autoplay (Video will be muted if autoplay is active)\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"hidecontrols\",\n          \"label\": \"Hide Video Controls\",\n          \"info\": \"check to disable video controls\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"showloop\",\n          \"label\": \"Play Video in Loop\",\n          \"info\": \"check to disable Loop\"\n        },\n        {\n          \"type\": \"text\",\n          \"id\": \"title\",\n          \"label\": \"Heading\"\n        },\n        {\n          \"id\": \"coverUrl\",\n          \"type\": \"image_picker\",\n          \"label\": \"Thumbnail Image\"\n        }\n      ],\n      \"blocks\": [],\n      \"name\": \"hero_video-v2\",\n      \"label\": \"Hero Video V2\"\n    },\n    {\n      \"props\": [\n        {\n          \"id\": \"video_url\",\n          \"type\": \"text\",\n          \"label\": \"Video URL\",\n          \"info\": \"Supports MP4 Video & Youtube Video URL\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_top\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Top Margin\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_bottom\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Bottom Margin\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"autoplay\",\n          \"label\": \"Autoplay\",\n          \"info\": \"Check to enable autoplay (Video will be muted if autoplay is active)\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"controls\",\n          \"label\": \"Video Controls\",\n          \"info\": \"Uncheck to disable video controls\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"full_width\",\n          \"label\": \"Full width\",\n          \"info\": \"Check to allow items to take entire width of the viewport\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"bg_video\",\n          \"label\": \"Video In Background\",\n          \"info\": \"Use video in background with overlay (Overlay Image & Video Controls will be disabled by default on website)\"\n        },\n        {\n          \"type\": \"select\",\n          \"id\": \"size\",\n          \"options\": [\n            {\n              \"value\": \"small\",\n              \"text\": \"Small\"\n            },\n            {\n              \"value\": \"medium\",\n              \"text\": \"Medium\"\n            },\n            {\n              \"value\": \"large\",\n              \"text\": \"Large\"\n            },\n            {\n              \"value\": \"adapt\",\n              \"text\": \"Adapt\"\n            },\n            {\n              \"value\": \"fullscreen\",\n              \"text\": \"Fullscreen\"\n            }\n          ],\n          \"label\": \"Video Height\",\n          \"info\": \"Height of Video\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"enable_overlay_image\",\n          \"label\": \"Enable Overlay Image\"\n        },\n        {\n          \"id\": \"cover_url\",\n          \"type\": \"image_picker\",\n          \"label\": \"Video Overlay Image\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"enable_overlay_color\",\n          \"label\": \"Enable Overlay Colour\"\n        },\n        {\n          \"type\": \"color\",\n          \"id\": \"overlay_color\",\n          \"label\": \"Overlay Color\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"overlay_opacity\",\n          \"min\": 0,\n          \"max\": 1,\n          \"step\": 0.1,\n          \"unit\": \"\",\n          \"label\": \"Overlay Opacity\"\n        },\n        {\n          \"type\": \"select\",\n          \"id\": \"overlay_size\",\n          \"options\": [\n            {\n              \"value\": \"container\",\n              \"text\": \"Container (Default)\"\n            },\n            {\n              \"value\": \"content\",\n              \"text\": \"Content\"\n            }\n          ],\n          \"label\": \"Overlay Size\"\n        },\n        {\n          \"id\": \"overlay_position\",\n          \"type\": \"select\",\n          \"options\": [\n            {\n              \"value\": \"top-left\",\n              \"text\": \"Top Left\"\n            },\n            {\n              \"value\": \"top-center\",\n              \"text\": \"Top Center\"\n            },\n            {\n              \"value\": \"top-right\",\n              \"text\": \"Top Right\"\n            },\n            {\n              \"value\": \"center-left\",\n              \"text\": \"Center Left\"\n            },\n            {\n              \"value\": \"center-center\",\n              \"text\": \"Center (Default)\"\n            },\n            {\n              \"value\": \"center-right\",\n              \"text\": \"Center Right\"\n            },\n            {\n              \"value\": \"bottom-left\",\n              \"text\": \"Bottom Left\"\n            },\n            {\n              \"value\": \"bottom-center\",\n              \"text\": \"Bottom Center\"\n            },\n            {\n              \"value\": \"bottom-right\",\n              \"text\": \"Bottom right\"\n            }\n          ],\n          \"label\": \"Overlay position\",\n          \"info\": \"Alignment of Overlay content(heading, sub-heading, button)\"\n        },\n        {\n          \"type\": \"text\",\n          \"id\": \"heading\",\n          \"label\": \"Heading\"\n        },\n        {\n          \"type\": \"color\",\n          \"id\": \"heading_color\",\n          \"label\": \"Heading Text Color\"\n        },\n        {\n          \"type\": \"text\",\n          \"id\": \"sub_heading\",\n          \"label\": \"Sub-heading\"\n        },\n        {\n          \"type\": \"color\",\n          \"id\": \"sub_heading_color\",\n          \"label\": \"Sub-heading Text Color\"\n        },\n        {\n          \"type\": \"url\",\n          \"id\": \"button_link\",\n          \"label\": \"Redirect Link\"\n        },\n        {\n          \"type\": \"text\",\n          \"id\": \"button_text\",\n          \"label\": \"Button Text\"\n        }\n      ],\n      \"blocks\": [],\n      \"name\": \"hero_video\",\n      \"label\": \"Hero Video\"\n    },\n    {\n      \"props\": [\n        {\n          \"type\": \"text\",\n          \"id\": \"title\",\n          \"label\": \"Title\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_top\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Top Margin\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_bottom\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Bottom Margin\"\n        },\n        {\n          \"id\": \"layout\",\n          \"type\": \"select\",\n          \"options\": [\n            {\n              \"value\": \"grid\",\n              \"text\": \"Grid View\"\n            },\n            {\n              \"value\": \"horizontal\",\n              \"text\": \"Horizontal View\"\n            }\n          ],\n          \"label\": \"Layout\",\n          \"info\": \"Alignment of content\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"item_count\",\n          \"min\": 3,\n          \"max\": 4,\n          \"step\": 1,\n          \"unit\": \"\",\n          \"label\": \"No of items\",\n          \"info\": \"Maximum items allowed per row for Horizontal view, for gallery max 5 are viewable and only 5 blocks are required\"\n        },\n        {\n          \"type\": \"text\",\n          \"id\": \"cta_text\",\n          \"label\": \"CTA Text\"\n        },\n        {\n          \"type\": \"url\",\n          \"id\": \"cta_link\",\n          \"label\": \"CTA Link\",\n          \"info\": \"Link to redirect\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"full_width\",\n          \"label\": \"Full width\",\n          \"info\": \"Check to allow items to take entire width of the viewport\"\n        }\n      ],\n      \"blocks\": [\n        {\n          \"type\": \"gallery_image\",\n          \"name\": \"Image\",\n          \"props\": [\n            {\n              \"type\": \"image_picker\",\n              \"id\": \"image\",\n              \"label\": \"Gallery Image\"\n            },\n            {\n              \"type\": \"text\",\n              \"id\": \"caption\",\n              \"label\": \"Image Caption\"\n            },\n            {\n              \"type\": \"url\",\n              \"id\": \"link\",\n              \"label\": \"Link\",\n              \"info\": \"Link to redirect\"\n            }\n          ]\n        }\n      ],\n      \"name\": \"image_gallery\",\n      \"label\": \"Image Gallery\",\n      \"preset\": {\n        \"blocks\": [\n          {\n            \"name\": \"Image\"\n          },\n          {\n            \"name\": \"Image\"\n          },\n          {\n            \"name\": \"Image\"\n          },\n          {\n            \"name\": \"Image\"\n          }\n        ]\n      }\n    },\n    {\n      \"props\": [\n        {\n          \"type\": \"text\",\n          \"id\": \"title\",\n          \"label\": \"Title\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_top\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Top Margin\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_bottom\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Bottom Margin\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"autoplay\",\n          \"label\": \"AutoPlay Slides\",\n          \"info\": \"Check to autoplay slides\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"slide_interval\",\n          \"min\": 1,\n          \"max\": 10,\n          \"step\": 1,\n          \"unit\": \"sec\",\n          \"label\": \"Change slides after every\",\n          \"info\": \"Autoplay slide duration\"\n        },\n        {\n          \"type\": \"select\",\n          \"id\": \"slide_height\",\n          \"options\": [\n            {\n              \"value\": \"adapt\",\n              \"text\": \"Adapt to first image\"\n            },\n            {\n              \"value\": \"small\",\n              \"text\": \"Small\"\n            },\n            {\n              \"value\": \"medium\",\n              \"text\": \"Medium\"\n            },\n            {\n              \"value\": \"large\",\n              \"text\": \"Large\"\n            }\n          ],\n          \"label\": \"Slide height\",\n          \"info\": \"Size of the slide\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"full_width\",\n          \"label\": \"Full width\",\n          \"info\": \"Check to allow items to take entire width of the viewport\"\n        }\n      ],\n      \"blocks\": [\n        {\n          \"type\": \"image_slide\",\n          \"name\": \"Slide\",\n          \"props\": [\n            {\n              \"type\": \"image_picker\",\n              \"id\": \"image\",\n              \"label\": \"Image\"\n            },\n            {\n              \"type\": \"url\",\n              \"id\": \"slide_link\",\n              \"label\": \"Slide Link\"\n            }\n          ]\n        }\n      ],\n      \"name\": \"image_slideshow\",\n      \"label\": \"Image Slideshow\",\n      \"preset\": {\n        \"blocks\": [\n          {\n            \"name\": \"Slide\"\n          },\n          {\n            \"name\": \"Slide\"\n          },\n          {\n            \"name\": \"Slide\"\n          }\n        ]\n      }\n    },\n    {\n      \"props\": [\n        {\n          \"type\": \"image_picker\",\n          \"id\": \"image\",\n          \"label\": \"Image\"\n        },\n        {\n          \"id\": \"video\",\n          \"type\": \"url\",\n          \"label\": \"Video\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_top\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Top Margin\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_bottom\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Bottom Margin\"\n        },\n        {\n          \"id\": \"cover\",\n          \"type\": \"url\",\n          \"label\": \"Video Cover Image\"\n        },\n        {\n          \"type\": \"select\",\n          \"id\": \"media_alignment\",\n          \"options\": [\n            {\n              \"value\": \"left\",\n              \"text\": \"Left\"\n            },\n            {\n              \"value\": \"center\",\n              \"text\": \"Center\"\n            },\n            {\n              \"value\": \"right\",\n              \"text\": \"Right\"\n            }\n          ],\n          \"label\": \"Media Alignment\"\n        },\n        {\n          \"type\": \"text\",\n          \"id\": \"heading\",\n          \"label\": \"Heading\"\n        },\n        {\n          \"type\": \"text\",\n          \"id\": \"text Pair large text with an image to give focus to your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.\",\n          \"label\": \"Text\"\n        },\n        {\n          \"type\": \"select\",\n          \"id\": \"text_alignment\",\n          \"options\": [\n            {\n              \"value\": \"left\",\n              \"text\": \"Left\"\n            },\n            {\n              \"value\": \"center\",\n              \"text\": \"Center\"\n            },\n            {\n              \"value\": \"right\",\n              \"text\": \"Right\"\n            }\n          ],\n          \"label\": \"Text Alignment\"\n        }\n      ],\n      \"blocks\": [],\n      \"name\": \"media_with_text\",\n      \"label\": \"Media with text\"\n    },\n    {\n      \"props\": [\n        {\n          \"type\": \"text\",\n          \"id\": \"title\",\n          \"label\": \"Title\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_top\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Top Margin\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"margin_bottom\",\n          \"min\": 0,\n          \"max\": 1000,\n          \"step\": 1,\n          \"unit\": \"px\",\n          \"label\": \"Section Bottom Margin\"\n        },\n        {\n          \"type\": \"checkbox\",\n          \"id\": \"autoplay\",\n          \"label\": \"AutoPlay Slides\"\n        },\n        {\n          \"type\": \"range\",\n          \"id\": \"slide_interval\",\n          \"min\": 1,\n          \"max\": 10,\n          \"step\": 1,\n          \"unit\": \"sec\",\n          \"label\": \"Change slides every\"\n        }\n      ],\n      \"blocks\": [\n        {\n          \"type\": \"testimonial\",\n          \"name\": \"Testimonial\",\n          \"props\": [\n            {\n              \"type\": \"textarea\",\n              \"id\": \"testimonialText\",\n              \"label\": \"Text for Testimonial\",\n              \"info\": \"Text for testimonial\",\n              \"placeholder\": \"Text\"\n            },\n            {\n              \"type\": \"text\",\n              \"id\": \"author_name\",\n              \"label\": \"Author name\"\n            },\n            {\n              \"type\": \"text\",\n              \"id\": \"author_description\",\n              \"label\": \"Author Description\"\n            },\n            {\n              \"type\": \"image_picker\",\n              \"id\": \"author_image\",\n              \"label\": \"Author Image\"\n            }\n          ]\n        }\n      ],\n      \"name\": \"testimonials\",\n      \"label\": \"Testimonial\",\n      \"preset\": {\n        \"blocks\": [\n          {\n            \"name\": \"Testimonial\"\n          },\n          {\n            \"name\": \"Testimonial\"\n          },\n          {\n            \"name\": \"Testimonial\"\n          }\n        ]\n      }\n    }\n  ],\n  \"src\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/addsale/organization/64b0eb01c35f990518880a82/theme/assets/7yuL57qP2-archive.zip\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "148c3587-3755-4752-bdd7-7ac372dd0998",
            "name": "getExtensionSections | Get extension sections",
            "request": {
              "name": "getExtensionSections | Get extension sections",
              "description": {
                "content": "Retrieve the list of extension sections for a given application in the specified company.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "theme",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "extension-section"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "type",
                    "value": "<string>",
                    "description": "The type of the theme"
                  },
                  {
                    "disabled": false,
                    "key": "company_mode",
                    "value": "<string>",
                    "description": "The mode of the company"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "6fdc4f26-8bcf-4212-be62-389342f1c550",
                "name": "Successfully retrieved the list of extension sections.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "theme",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "extension-section"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "type",
                        "value": "react"
                      },
                      {
                        "key": "company_mode",
                        "value": "live"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The ID of the company"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) The ID of the application"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "[\n  {\n    \"extension_id\": \"64b3dc661a1b16dea7fadc23\",\n    \"bundle_name\": \"react-extension\",\n    \"organization_id\": \"6641d95db990f55828344eb2\",\n    \"sections\": [\n      {\n        \"label\": \"Products List\",\n        \"name\": \"product-list\",\n        \"props\": [\n          {\n            \"id\": \"title\",\n            \"label\": \"Page Title\",\n            \"type\": \"text\",\n            \"info\": \"Page Title\"\n          },\n          {\n            \"id\": \"title\",\n            \"label\": \"Page Title\",\n            \"type\": \"text\",\n            \"info\": \"Page Title\"\n          }\n        ]\n      },\n      {\n        \"label\": \"Products List\",\n        \"name\": \"product-list\",\n        \"props\": [\n          {\n            \"id\": \"title\",\n            \"label\": \"Page Title\",\n            \"type\": \"text\",\n            \"info\": \"Page Title\"\n          },\n          {\n            \"id\": \"title\",\n            \"label\": \"Page Title\",\n            \"type\": \"text\",\n            \"info\": \"Page Title\"\n          }\n        ]\n      }\n    ],\n    \"assets\": {\n      \"js\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/partners/fdk-cli-documents/free/original/YcihooKVgO-meet-react.umd.min.js\",\n      \"css\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/partners/fdk-cli-documents/free/original/o2MEtBSHu-meet-react.umd.min.css\"\n    },\n    \"status\": \"Active\",\n    \"type\": \"react\",\n    \"created_at\": \"2023-01-01T00:00:00.000Z\",\n    \"updated_at\": \"2023-01-02T00:00:00.000Z\"\n  },\n  {\n    \"extension_id\": \"64b3dc661a1b16dea7fadc23\",\n    \"bundle_name\": \"react-extension\",\n    \"organization_id\": \"6641d95db990f55828344eb2\",\n    \"sections\": [\n      {\n        \"label\": \"Products List\",\n        \"name\": \"product-list\",\n        \"props\": [\n          {\n            \"id\": \"title\",\n            \"label\": \"Page Title\",\n            \"type\": \"text\",\n            \"info\": \"Page Title\"\n          },\n          {\n            \"id\": \"title\",\n            \"label\": \"Page Title\",\n            \"type\": \"text\",\n            \"info\": \"Page Title\"\n          }\n        ]\n      },\n      {\n        \"label\": \"Products List\",\n        \"name\": \"product-list\",\n        \"props\": [\n          {\n            \"id\": \"title\",\n            \"label\": \"Page Title\",\n            \"type\": \"text\",\n            \"info\": \"Page Title\"\n          },\n          {\n            \"id\": \"title\",\n            \"label\": \"Page Title\",\n            \"type\": \"text\",\n            \"info\": \"Page Title\"\n          }\n        ]\n      }\n    ],\n    \"assets\": {\n      \"js\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/partners/fdk-cli-documents/free/original/YcihooKVgO-meet-react.umd.min.js\",\n      \"css\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/partners/fdk-cli-documents/free/original/o2MEtBSHu-meet-react.umd.min.css\"\n    },\n    \"status\": \"Active\",\n    \"type\": \"react\",\n    \"created_at\": \"2023-01-01T00:00:00.000Z\",\n    \"updated_at\": \"2023-01-02T00:00:00.000Z\"\n  }\n]",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      },
      {
        "id": "e2351d67-88de-4c87-8318-637b41db7364",
        "name": "User",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "bfc5c95d-f1ed-49b3-bdba-91d97751023d",
            "name": "getCustomers | Get a List of Users",
            "request": {
              "name": "getCustomers | Get a List of Users",
              "description": {
                "content": "Retrieve details of users registered in the sales channel",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customers",
                  "list"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "The search query. Mobile number or email ID of a customer."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10",
                    "description": "The number of items to retrieve in each page. Default value is 10."
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "The page number to navigate through the given set of results. Default value is 1."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "e2c57866-eab4-44a9-b154-8e29c41e2a1d",
                "name": "Success. Refer `CustomerListResponseSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customers",
                      "list"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "q",
                        "value": "{\"$or\":[{\"emails.email\":\"vinit.mav12@example.com\"},{\"phoneNumbers.phone\":\"vinit.mav12@example.com\"}]}"
                      },
                      {
                        "key": "page_size",
                        "value": "1"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"_id\": \"000000000000000023106198\",\n      \"gender\": \"male\",\n      \"active\": true,\n      \"emails\": [\n        {\n          \"active\": true,\n          \"primary\": true,\n          \"verified\": true,\n          \"email\": \"test@example.com\"\n        }\n      ],\n      \"username\": \"test_example_com_12345\",\n      \"__v\": 7,\n      \"debug\": {\n        \"source\": \"deadlock\",\n        \"platform\": \"000000000000000000000003\"\n      },\n      \"dob\": \"1995-07-23T00:00:00.000Z\",\n      \"id\": \"000000000000000023106198\",\n      \"account_type\": \"user\",\n      \"profile_pic_url\": \"https://hdn-1.fynd.com/user/profile/original/000000000000000023106198/1586498418772.jpg\",\n      \"first_name\": \"Prince\",\n      \"last_name\": \"Raj\",\n      \"phone_numbers\": [\n        {\n          \"active\": true,\n          \"primary\": true,\n          \"verified\": true,\n          \"phone\": \"8888888888\",\n          \"country_code\": 91\n        }\n      ],\n      \"created_at\": \"2019-05-15T14:07:52.872Z\",\n      \"updated_at\": \"2020-09-21T06:38:41.388Z\",\n      \"has_old_password_hash\": false,\n      \"deleted_on\": \"2020-09-21T06:38:41.388Z\"\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"current\": 1,\n    \"size\": 10,\n    \"item_total\": 0,\n    \"has_next\": false\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "e569408d-76f7-4deb-844c-15d0cde37d9f",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customers",
                      "list"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "q",
                        "value": "{\"$or\":[{\"emails.email\":\"vinit.mav12@example.com\"},{\"phoneNumbers.phone\":\"vinit.mav12@example.com\"}]}"
                      },
                      {
                        "key": "page_size",
                        "value": "1"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Something went wrong.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "7978a9b0-90a4-40a4-94c3-15b09415c3d2",
            "name": "searchUsers | Search an Existing Users",
            "request": {
              "name": "searchUsers | Search an Existing Users",
              "description": {
                "content": "Search and filter users details registered in the sales channel",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customers",
                  "search"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "The search query. Mobile number or email ID of a customer."
                  },
                  {
                    "disabled": false,
                    "key": "query",
                    "value": "<string>",
                    "description": "The search queries. Mobile numbers or email IDs of customers."
                  },
                  {
                    "disabled": false,
                    "key": "query",
                    "value": "<string>",
                    "description": "The search queries. Mobile numbers or email IDs of customers."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "025aefe4-b2d0-4b77-b0c0-dbdab4faee0d",
                "name": "Success. Returns first name, last name, emails, phone number and gender of the user. Refer `UserSearchResponseSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customers",
                      "search"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "q",
                        "value": "test@example.com"
                      },
                      {
                        "key": "query",
                        "value": "vinit.mav12@example.com"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"users\": [\n    {\n      \"_id\": \"5e68af49cfa09bf7233022f1\",\n      \"gender\": \"male\",\n      \"active\": true,\n      \"emails\": [\n        {\n          \"active\": true,\n          \"primary\": true,\n          \"verified\": true,\n          \"email\": \"test@example.com\"\n        },\n        {\n          \"active\": true,\n          \"primary\": false,\n          \"verified\": true,\n          \"email\": \"test@example.com\"\n        },\n        {\n          \"active\": true,\n          \"primary\": false,\n          \"verified\": true,\n          \"email\": \"test@example.com\"\n        }\n      ],\n      \"account_type\": \"user\",\n      \"first_name\": \"Akash\",\n      \"last_name\": \"Mane\",\n      \"dob\": \"1990-01-01T00:00:00.000Z\",\n      \"phone_numbers\": [\n        {\n          \"active\": true,\n          \"primary\": true,\n          \"verified\": true,\n          \"phone\": \"8888888888\",\n          \"country_code\": 91\n        }\n      ],\n      \"created_at\": \"2020-03-11T09:28:41.982Z\",\n      \"updated_at\": \"2020-03-11T09:28:41.982Z\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b7ddba25-e734-4544-9647-8d7c21252be1",
            "name": "createUser | Create User",
            "request": {
              "name": "createUser | Create User",
              "description": {
                "content": "Register and add a new user to the sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customers"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "verified",
                    "value": "<boolean>",
                    "description": "Controls whether newly created emails and phone numbers are marked as verified. Pass verified=false to keep them unverified. When omitted, they are auto-marked verified."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"phone_number\": \"<string>\",\n  \"email\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"gender\": \"<string>\",\n  \"username\": \"<string>\",\n  \"meta\": {\n    \"do51d\": -53980468,\n    \"culpad\": true,\n    \"eiusmod_e\": -84419723.9788211\n  },\n  \"external_id\": \"<string>\",\n  \"rr_id\": \"<string>\",\n  \"dob\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "9dc699a7-3f3d-4bec-a187-ac66644524ae",
                "name": "User create",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customers"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "verified",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"gender\": \"male\",\n  \"first_name\": \"Akash\",\n  \"last_name\": \"Mane\",\n  \"phone_number\": \"918888888888\",\n  \"email\": \"test@example.com\",\n  \"username\": \"test_example_com_12345\",\n  \"external_id\": \"100002000036789\",\n  \"rr_id\": \"100002000036790\",\n  \"meta\": {},\n  \"dob\": \"1990-01-01T00:00:00.000Z\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"user\": {\n    \"_id\": \"5e68af49cfa09bf7233022f1\",\n    \"gender\": \"male\",\n    \"active\": true,\n    \"emails\": [\n      {\n        \"active\": true,\n        \"primary\": true,\n        \"verified\": true,\n        \"email\": \"test@example.com\"\n      },\n      {\n        \"active\": true,\n        \"primary\": false,\n        \"verified\": true,\n        \"email\": \"test@example.com\"\n      },\n      {\n        \"active\": true,\n        \"primary\": false,\n        \"verified\": true,\n        \"email\": \"test@example.com\"\n      }\n    ],\n    \"external_id\": \"100002000036789\",\n    \"rr_id\": \"100002000036790\",\n    \"account_type\": \"user\",\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\",\n    \"dob\": \"1990-01-01T00:00:00.000Z\",\n    \"phone_numbers\": [\n      {\n        \"active\": true,\n        \"primary\": true,\n        \"verified\": true,\n        \"phone\": \"8888888888\",\n        \"country_code\": 91\n      }\n    ],\n    \"meta\": {},\n    \"created_at\": \"2020-03-11T09:28:41.982Z\",\n    \"updated_at\": \"2020-03-11T09:28:41.982Z\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "de83cd26-f4ff-4e0a-9e3a-4c0180fab471",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customers"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "verified",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"gender\": \"male\",\n  \"first_name\": \"Akash\",\n  \"last_name\": \"Mane\",\n  \"phone_number\": \"918888888888\",\n  \"email\": \"test@example.com\",\n  \"username\": \"test_example_com_12345\",\n  \"external_id\": \"100002000036789\",\n  \"rr_id\": \"100002000036790\",\n  \"meta\": {},\n  \"dob\": \"1990-01-01T00:00:00.000Z\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Something went wrong.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "980de81d-3654-4884-be5d-e707cb50b3ed",
            "name": "blockOrUnblockUsers | Block/Unblock Users",
            "request": {
              "name": "blockOrUnblockUsers | Block/Unblock Users",
              "description": {
                "content": "Manage user access by blocking or unblocking their accounts, restricting login for blocked accounts and allowing login for unblocked accounts.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customers",
                  "activation"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"status\": \"<boolean>\",\n  \"user_id\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"reason\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "58104bdd-41fc-4765-8cc1-bfe0627ac774",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customers",
                      "activation"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"user_id\": [\n    \"61f02c3dcc701256044ed6c0\"\n  ],\n  \"status\": true,\n  \"reason\": \"Multiple fake orders or returns\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "87bb5a82-0faf-45a6-9ce5-74de2397b499",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customers",
                      "activation"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"user_id\": [\n    \"61f02c3dcc701256044ed6c0\"\n  ],\n  \"status\": true,\n  \"reason\": \"Multiple fake orders or returns\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"No users found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "985d42f2-9650-4e74-ad37-cf1d41bdc920",
            "name": "unDeleteUser | Restore Deleted User",
            "request": {
              "name": "unDeleteUser | Restore Deleted User",
              "description": {
                "content": "Restore a previously deleted user account.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customers",
                  "undelete"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"user_id\": \"<string>\",\n  \"reason\": \"<string>\",\n  \"reason_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "201b2de6-036c-4f3e-afe5-9fe171d1c304",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customers",
                      "undelete"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"user_id\": \"61f02c3dcc701256044ed6c0\",\n  \"reason\": \"test\",\n  \"reason_id\": \"1234\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "d0687dd0-afdc-4643-ab9d-d4dc19a3cf91",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customers",
                      "undelete"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"user_id\": \"61f02c3dcc701256044ed6c0\",\n  \"reason\": \"test\",\n  \"reason_id\": \"1234\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"No users found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d7e45a40-dec6-4faa-b005-1cdb42216601",
            "name": "getUserTimeline | Get Deleted User Timeline",
            "request": {
              "name": "getUserTimeline | Get Deleted User Timeline",
              "description": {
                "content": "Fetches the timeline for the user who has made a data erase request. The timeline will show when the request was raised and when the request will be completed. It will also show if request has been cancelled before completion.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customers",
                  ":user_id",
                  "timeline"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "user_id",
                    "description": "(Required) User ID"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "4ccfce17-0ea9-4ac4-b6f8-d7e83a6231d0",
                "name": "Success. Returns the user timeline along with the delete on date.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customers",
                      ":user_id",
                      "timeline"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "user_id",
                        "description": "(Required) User ID"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"delete_on\": \"2025-01-22T00:00:00.000Z\",\n  \"timeline\": [\n    {\n      \"title\": \"Data Erase Request Initiated\",\n      \"date\": \"2025-01-22T00:00:00.000Z\",\n      \"type\": \"started\",\n      \"visible\": true,\n      \"sub_title\": \"Request initiated by Seller\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "323175c2-40d8-43fd-9195-b7bf1bf611bb",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customers",
                      ":user_id",
                      "timeline"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "user_id",
                        "description": "(Required) User ID"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Could not fetch user timeline\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5e0d866d-1a63-41ac-a1e0-3484e9039cbf",
            "name": "updateUser | Update User Details",
            "request": {
              "name": "updateUser | Update User Details",
              "description": {
                "content": "Modify and update user profile information.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customers",
                  ":user_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "user_id",
                    "description": "(Required) User ID"
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"dob\": \"<string>\",\n  \"gender\": \"<string>\",\n  \"external_id\": \"<string>\",\n  \"rr_id\": \"<string>\",\n  \"meta\": {\n    \"nisi2\": -60740105\n  },\n  \"phone_numbers\": [\n    {\n      \"active\": \"<boolean>\",\n      \"primary\": \"<boolean>\",\n      \"verified\": \"<boolean>\",\n      \"phone\": \"<string>\",\n      \"country_code\": \"<string>\"\n    },\n    {\n      \"active\": \"<boolean>\",\n      \"primary\": \"<boolean>\",\n      \"verified\": \"<boolean>\",\n      \"phone\": \"<string>\",\n      \"country_code\": \"<string>\"\n    }\n  ],\n  \"emails\": [\n    {\n      \"active\": \"<boolean>\",\n      \"primary\": \"<boolean>\",\n      \"verified\": \"<boolean>\",\n      \"email\": \"<string>\"\n    },\n    {\n      \"active\": \"<boolean>\",\n      \"primary\": \"<boolean>\",\n      \"verified\": \"<boolean>\",\n      \"email\": \"<string>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "c0420dc3-0062-4790-95f4-2ec807ee76d9",
                "name": "User update",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customers",
                      ":user_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "user_id",
                        "description": "(Required) User ID"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"gender\": \"male\",\n  \"first_name\": \"Akash\",\n  \"last_name\": \"Mane\",\n  \"dob\": \"1990-01-01T00:00:00.000Z\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"user\": {\n    \"_id\": \"5e68af49cfa09bf7233022f1\",\n    \"gender\": \"male\",\n    \"active\": true,\n    \"emails\": [\n      {\n        \"active\": true,\n        \"primary\": true,\n        \"verified\": true,\n        \"email\": \"test@example.com\"\n      },\n      {\n        \"active\": true,\n        \"primary\": false,\n        \"verified\": true,\n        \"email\": \"test@example.com\"\n      },\n      {\n        \"active\": true,\n        \"primary\": false,\n        \"verified\": true,\n        \"email\": \"test@example.com\"\n      }\n    ],\n    \"external_id\": \"100002000036789\",\n    \"rr_id\": \"100002000036790\",\n    \"dob\": \"1990-01-01T00:00:00.000Z\",\n    \"account_type\": \"user\",\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\",\n    \"phone_numbers\": [\n      {\n        \"active\": true,\n        \"primary\": true,\n        \"verified\": true,\n        \"phone\": \"8888888888\",\n        \"country_code\": 91\n      }\n    ],\n    \"meta\": {},\n    \"created_at\": \"2020-03-11T09:28:41.982Z\",\n    \"updated_at\": \"2020-03-11T09:28:41.982Z\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "f21e5e38-6681-452a-a023-4bc8719fa1f1",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customers",
                      ":user_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "user_id",
                        "description": "(Required) User ID"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"gender\": \"male\",\n  \"first_name\": \"Akash\",\n  \"last_name\": \"Mane\",\n  \"dob\": \"1990-01-01T00:00:00.000Z\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"phone number is invalid.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "365d8e46-aa5c-4770-9d1c-08695664f953",
            "name": "createUserSession | Create User Session",
            "request": {
              "name": "createUserSession | Create User Session",
              "description": {
                "content": "Create session for user interactions",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customers",
                  "session"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"domain\": \"<string>\",\n  \"user_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "b99ee696-1bf9-404e-8f20-cd0bef676b06",
                "name": "Create user session",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customers",
                      "session"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"domain\": \"vinit.com\",\n  \"user_id\": \"61f02c3dcc701256044ed6c0\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"domain\": \"vinit.com\",\n  \"max_age\": 4555555,\n  \"secure\": true,\n  \"http_only\": true,\n  \"cookie\": {\n    \"f.session\": \"s%3A-LrEF5FVR8jrT5DCtCHSbAy7JFyX-f9T.uXOQwzje8nOfx4ODANrLi4yNX5fW2W5kLQ2rkBdO2xE\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "d9397f0b-5761-4237-9e58-fe95b57ea10e",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customers",
                      "session"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"domain\": \"vinit.com\",\n  \"user_id\": \"61f02c3dcc701256044ed6c0\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"No users found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "616e042d-7842-4994-ab44-f5ebdcfadd20",
            "name": "deleteSession | Delete User Session",
            "request": {
              "name": "deleteSession | Delete User Session",
              "description": {
                "content": "Terminate an active user session.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customers",
                  "session"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>",
                    "description": "(Required) ID of a customer."
                  },
                  {
                    "disabled": false,
                    "key": "session_id",
                    "value": "<string>",
                    "description": "(Required) Session ID of a customer."
                  },
                  {
                    "disabled": false,
                    "key": "reason",
                    "value": "<string>",
                    "description": "(Required) Reason for deleting session."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "42d0331e-370f-420a-b2b5-abab97221334",
                "name": "Success. Refer `SessionDeleteResponseSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customers",
                      "session"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "61f02c3dcc701256044ed6c0"
                      },
                      {
                        "key": "session_id",
                        "value": "000000000000000000000001"
                      },
                      {
                        "key": "reason",
                        "value": "test"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"user_id\": \"61f02c3dcc701256044ed6c0\",\n  \"session_id\": \"sess:123\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "c9b6f555-131c-4259-9055-8d992ea13d2b",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customers",
                      "session"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "61f02c3dcc701256044ed6c0"
                      },
                      {
                        "key": "session_id",
                        "value": "000000000000000000000001"
                      },
                      {
                        "key": "reason",
                        "value": "test"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"No users found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "a9fd2073-716f-436d-a6fe-ccacf4b19c21",
            "name": "getActiveSessions | Get User Active Sessions",
            "request": {
              "name": "getActiveSessions | Get User Active Sessions",
              "description": {
                "content": "Retrieve a list of currently active user sessions.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customers",
                  "sessions"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>",
                    "description": "(Required) ID of a customer."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "74cf05d7-cb01-4bd4-8680-e552f0c022a2",
                "name": "Success. Refer `SessionListResponseSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customers",
                      "sessions"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "61f02c3dcc701256044ed6c0"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"session_id\": \"134\",\n      \"user_agent\": \"134\",\n      \"ip\": \"134\",\n      \"domain\": \"134\",\n      \"expire_in\": \"134\"\n    },\n    {\n      \"session_id\": \"134\",\n      \"user_agent\": \"134\",\n      \"ip\": \"134\",\n      \"domain\": \"134\",\n      \"expire_in\": \"134\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "1da48d4a-8da8-4d6a-80f3-03d5ccbdf9d0",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customers",
                      "sessions"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "61f02c3dcc701256044ed6c0"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"No users found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "65e812b6-e1bd-4779-8766-919d445919ff",
            "name": "deleteActiveSessions | Delete User Active Sessions",
            "request": {
              "name": "deleteActiveSessions | Delete User Active Sessions",
              "description": {
                "content": "Terminate all active user sessions.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customers",
                  "sessions"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>",
                    "description": "(Required) ID of a customer."
                  },
                  {
                    "disabled": false,
                    "key": "reason",
                    "value": "<string>",
                    "description": "(Required) Reason to delete sessions."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "28185ca6-78ce-4ef1-9a97-846bfb18135f",
                "name": "Success. Refer `SessionsDeleteResponseSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customers",
                      "sessions"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "61f02c3dcc701256044ed6c0"
                      },
                      {
                        "key": "reason",
                        "value": "test"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"user_id\": \"61f02c3dcc701256044ed6c0\",\n  \"session_ids\": [\n    \"sess:123\",\n    \"sess:456\"\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "4edef6c0-5ef8-4bd8-bc99-01375e0daa6b",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customers",
                      "sessions"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "61f02c3dcc701256044ed6c0"
                      },
                      {
                        "key": "reason",
                        "value": "test"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"No users found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "0c81c011-a3ff-4c02-8582-8f4ebdb16bd0",
            "name": "archiveUser | Archive User",
            "request": {
              "name": "archiveUser | Archive User",
              "description": {
                "content": "Delete user from sales channel, allowing re-registration with the same mobile/email for a new user account.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "customers",
                  "archive"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"user_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "baefaa4a-47b6-454f-ae67-77d1156b5549",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customers",
                      "archive"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"user_id\": \"61f02c3dcc701256044ed6c0\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "314eb197-5e08-45e5-9217-ada4d77ab615",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "customers",
                      "archive"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"user_id\": \"61f02c3dcc701256044ed6c0\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"No users found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "47eb9b54-39e9-44f8-84de-bed5544771e9",
            "name": "getPlatformConfig | Get Platform Config",
            "request": {
              "name": "getPlatformConfig | Get Platform Config",
              "description": {
                "content": "Retrieve platform sales channel authentication configuration.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "platform",
                  "config"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "bd87ab73-99c1-4c39-af7e-ce19e541ddcb",
                "name": "Success. Returns a JSON object containing the all the platform configurations. Refer `PlatformSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "platform",
                      "config"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"active\": true,\n  \"mobile_image\": \"\",\n  \"desktop_image\": \"\",\n  \"social\": {\n    \"facebook\": true,\n    \"google\": true,\n    \"account_kit\": true\n  },\n  \"flash_card\": {\n    \"text\": \"\",\n    \"text_color\": \"#FFFFFF\",\n    \"background_color\": \"#EF5350\"\n  },\n  \"register\": true,\n  \"forgot_password\": true,\n  \"login\": {\n    \"password\": true,\n    \"otp\": true\n  },\n  \"skip_captcha\": false,\n  \"display\": \"Fynd\",\n  \"subtext\": \"Login to Fynd\",\n  \"name\": \"Fynd\",\n  \"meta\": {},\n  \"required_fields\": {\n    \"email\": {\n      \"is_required\": false,\n      \"level\": \"hard\"\n    },\n    \"mobile\": {\n      \"is_required\": true,\n      \"level\": \"hard\"\n    }\n  },\n  \"register_required_fields\": {\n    \"email\": {\n      \"is_required\": false,\n      \"level\": \"hard\"\n    },\n    \"mobile\": {\n      \"is_required\": true,\n      \"level\": \"hard\"\n    }\n  },\n  \"skip_login\": false,\n  \"look_and_feel\": {\n    \"background_color\": \"#F5F5F5\",\n    \"card_position\": \"center\"\n  },\n  \"social_tokens\": {\n    \"google\": {\n      \"app_id\": \"token_123\"\n    },\n    \"facebook\": {\n      \"app_id\": \"token_123\"\n    },\n    \"accountkit\": {\n      \"app_id\": \"token_123\"\n    }\n  },\n  \"session_config\": {\n    \"duration\": 30,\n    \"type\": \"Days\",\n    \"is_rolling\": false\n  },\n  \"delete_account_reasons\": [\n    {\n      \"reason_text\": \"test\",\n      \"reason_id\": \"123\",\n      \"show_text_area\": true\n    }\n  ],\n  \"delete_account_day\": 7,\n  \"delete_account_consent\": {\n    \"consent_text\": \"\"\n  },\n  \"_id\": \"5e04a5e5220bc15839ad9bc0\",\n  \"created_at\": \"2019-12-26T12:21:57.878Z\",\n  \"updated_at\": \"2020-08-13T14:31:09.878Z\",\n  \"__v\": 0\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "bcad4a0b-a4f6-4d46-be12-6dacd864dd0c",
            "name": "updatePlatformConfig | Update Platform Config",
            "request": {
              "name": "updatePlatformConfig | Update Platform Config",
              "description": {
                "content": "Modify and update platform sales channel authentication configuration.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "platform",
                  "config"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"display\": \"<string>\",\n  \"look_and_feel\": {\n    \"card_position\": \"<string>\",\n    \"background_color\": \"<string>\"\n  },\n  \"updated_at\": \"<dateTime>\",\n  \"active\": \"<boolean>\",\n  \"forgot_password\": \"<boolean>\",\n  \"login\": {\n    \"password\": \"<boolean>\",\n    \"otp\": \"<boolean>\"\n  },\n  \"skip_captcha\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"meta\": {\n    \"fynd_default\": \"<boolean>\"\n  },\n  \"_id\": \"<string>\",\n  \"social\": {\n    \"account_kit\": \"<boolean>\",\n    \"facebook\": \"<boolean>\",\n    \"google\": \"<boolean>\",\n    \"apple\": \"<boolean>\"\n  },\n  \"required_fields\": {\n    \"email\": {\n      \"is_required\": \"<boolean>\",\n      \"level\": \"<string>\"\n    },\n    \"mobile\": {\n      \"is_required\": \"<boolean>\",\n      \"level\": \"<string>\"\n    }\n  },\n  \"register_required_fields\": {\n    \"email\": {\n      \"is_required\": \"<boolean>\",\n      \"level\": \"<string>\"\n    },\n    \"mobile\": {\n      \"is_required\": \"<boolean>\",\n      \"level\": \"<string>\"\n    }\n  },\n  \"skip_login\": \"<boolean>\",\n  \"flash_card\": {\n    \"text\": \"<string>\",\n    \"text_color\": \"<string>\",\n    \"background_color\": \"<string>\"\n  },\n  \"subtext\": \"<string>\",\n  \"social_tokens\": {\n    \"facebook\": {\n      \"app_id\": \"<string>\",\n      \"app_secret\": \"<string>\"\n    },\n    \"account_kit\": {\n      \"app_id\": \"<string>\",\n      \"app_secret\": \"<string>\"\n    },\n    \"google\": {\n      \"app_id\": \"<string>\",\n      \"app_secret\": \"<string>\"\n    }\n  },\n  \"created_at\": \"<dateTime>\",\n  \"register\": \"<boolean>\",\n  \"mobile_image\": \"<string>\",\n  \"desktop_image\": \"<string>\",\n  \"delete_account_day\": \"<integer>\",\n  \"delete_account_reasons\": [\n    {\n      \"reason_text\": \"<string>\",\n      \"reason_id\": \"<string>\",\n      \"show_text_area\": \"<boolean>\"\n    },\n    {\n      \"reason_text\": \"<string>\",\n      \"reason_id\": \"<string>\",\n      \"show_text_area\": \"<boolean>\"\n    }\n  ],\n  \"delete_account_consent\": {\n    \"consent_text\": \"<string>\"\n  },\n  \"session_config\": {\n    \"duration\": \"<integer>\",\n    \"type\": \"<string>\",\n    \"is_rolling\": \"<boolean>\"\n  },\n  \"__v\": \"<integer>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "9c312f49-a9c6-43b6-81c8-bf2af9f449a3",
                "name": "Success. Returns a JSON object with the updated platform configurations. Refer `PlatformSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "platform",
                      "config"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"active\": true,\n  \"mobile_image\": \"\",\n  \"desktop_image\": \"\",\n  \"social\": {\n    \"facebook\": true,\n    \"google\": true,\n    \"account_kit\": true\n  },\n  \"flash_card\": {\n    \"text\": \"\",\n    \"text_color\": \"#FFFFFF\",\n    \"background_color\": \"#EF5350\"\n  },\n  \"register\": true,\n  \"forgot_password\": true,\n  \"login\": {\n    \"password\": true,\n    \"otp\": true\n  },\n  \"skip_captcha\": false,\n  \"display\": \"Fynd\",\n  \"subtext\": \"Login to Fynd\",\n  \"name\": \"Fynd\",\n  \"meta\": {},\n  \"required_fields\": {\n    \"email\": {\n      \"is_required\": false,\n      \"level\": \"hard\"\n    },\n    \"mobile\": {\n      \"is_required\": true,\n      \"level\": \"hard\"\n    }\n  },\n  \"register_required_fields\": {\n    \"email\": {\n      \"is_required\": false,\n      \"level\": \"hard\"\n    },\n    \"mobile\": {\n      \"is_required\": true,\n      \"level\": \"hard\"\n    }\n  },\n  \"skip_login\": false,\n  \"look_and_feel\": {\n    \"background_color\": \"#F5F5F5\",\n    \"card_position\": \"center\"\n  },\n  \"social_tokens\": {\n    \"google\": {\n      \"app_id\": \"token_123\"\n    },\n    \"facebook\": {\n      \"app_id\": \"token_123\"\n    },\n    \"accountkit\": {\n      \"app_id\": \"token_123\"\n    }\n  },\n  \"session_config\": {\n    \"duration\": 30,\n    \"type\": \"Days\",\n    \"is_rolling\": false\n  },\n  \"delete_account_reasons\": [\n    {\n      \"reason_text\": \"test\",\n      \"reason_id\": \"123\",\n      \"show_text_area\": true\n    }\n  ],\n  \"delete_account_day\": 7,\n  \"delete_account_consent\": {\n    \"consent_text\": \"\"\n  },\n  \"_id\": \"5e04a5e5220bc15839ad9bc0\",\n  \"created_at\": \"2019-12-26T12:21:57.878Z\",\n  \"updated_at\": \"2020-08-13T14:31:09.878Z\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"active\": true,\n  \"mobile_image\": \"\",\n  \"desktop_image\": \"\",\n  \"social\": {\n    \"facebook\": true,\n    \"google\": true,\n    \"account_kit\": true\n  },\n  \"flash_card\": {\n    \"text\": \"\",\n    \"text_color\": \"#FFFFFF\",\n    \"background_color\": \"#EF5350\"\n  },\n  \"register\": true,\n  \"forgot_password\": true,\n  \"login\": {\n    \"password\": true,\n    \"otp\": true\n  },\n  \"skip_captcha\": false,\n  \"display\": \"Fynd\",\n  \"subtext\": \"Login to Fynd\",\n  \"name\": \"Fynd\",\n  \"meta\": {},\n  \"required_fields\": {\n    \"email\": {\n      \"is_required\": false,\n      \"level\": \"hard\"\n    },\n    \"mobile\": {\n      \"is_required\": true,\n      \"level\": \"hard\"\n    }\n  },\n  \"register_required_fields\": {\n    \"email\": {\n      \"is_required\": false,\n      \"level\": \"hard\"\n    },\n    \"mobile\": {\n      \"is_required\": true,\n      \"level\": \"hard\"\n    }\n  },\n  \"skip_login\": false,\n  \"look_and_feel\": {\n    \"background_color\": \"#F5F5F5\",\n    \"card_position\": \"center\"\n  },\n  \"social_tokens\": {\n    \"google\": {\n      \"app_id\": \"token_123\"\n    },\n    \"facebook\": {\n      \"app_id\": \"token_123\"\n    },\n    \"accountkit\": {\n      \"app_id\": \"token_123\"\n    }\n  },\n  \"session_config\": {\n    \"duration\": 30,\n    \"type\": \"Days\",\n    \"is_rolling\": false\n  },\n  \"delete_account_reasons\": [\n    {\n      \"reason_text\": \"test\",\n      \"reason_id\": \"123\",\n      \"show_text_area\": true\n    }\n  ],\n  \"delete_account_day\": 7,\n  \"delete_account_consent\": {\n    \"consent_text\": \"\"\n  },\n  \"_id\": \"5e04a5e5220bc15839ad9bc0\",\n  \"created_at\": \"2019-12-26T12:21:57.878Z\",\n  \"updated_at\": \"2020-08-13T14:31:09.878Z\",\n  \"__v\": 0\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "878d98aa-b7f2-465b-9bde-ffa08ffb42ee",
            "name": "createUserGroup | Create User Group",
            "request": {
              "name": "createUserGroup | Create User Group",
              "description": {
                "content": "Form and add a new user group.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "user_group"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"conditions\": [\n    {\n      \"user_attribute_definition_id\": \"<string>\",\n      \"type\": \"<string>\",\n      \"value\": {\n        \"minim_0a\": true,\n        \"cillum_b\": false,\n        \"non_a63\": 81943278.44098997,\n        \"veniamb0_\": \"aliqua\",\n        \"minim4\": 90402861\n      },\n      \"ignore_year\": \"<boolean>\"\n    },\n    {\n      \"user_attribute_definition_id\": \"<string>\",\n      \"type\": \"<string>\",\n      \"value\": {\n        \"cillum_4\": 46665868.54157308,\n        \"culpa_7\": -67760315,\n        \"veniam_071\": true\n      },\n      \"ignore_year\": \"<boolean>\"\n    }\n  ],\n  \"type\": \"<string>\",\n  \"file_url\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "9dae5062-b577-4341-8e0d-273a3d9acac7",
                "name": "Success. returns created User Group. `UserGroupResponseSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_group"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Group 1\",\n  \"description\": \"description\",\n  \"file_url\": \"url\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Created",
                "code": 201,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"is_active\": true,\n  \"_id\": \"6345677535474fbb6944b7ce\",\n  \"name\": \"Group 1\",\n  \"description\": \"description\",\n  \"file_url\": \"url\",\n  \"status\": \"pending\",\n  \"uid\": 1,\n  \"application_id\": \"000000000000000000000001\",\n  \"created_at\": \"2022-10-11T12:54:13.539Z\",\n  \"modified_at\": \"2022-10-11T12:54:13.539Z\",\n  \"__v\": 0\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "870c9cdb-1fa6-47be-9973-4bcdb29e531a",
            "name": "getUserGroups | Get User Groups",
            "request": {
              "name": "getUserGroups | Get User Groups",
              "description": {
                "content": "Retrieve a list of user groups.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "user_group"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<string>",
                    "description": "page number for pagination result"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<string>",
                    "description": "page size for pagination result"
                  },
                  {
                    "disabled": false,
                    "key": "name",
                    "value": "<string>",
                    "description": "to search for User Groups which contains given string in their name"
                  },
                  {
                    "disabled": false,
                    "key": "type",
                    "value": "<string>",
                    "description": "to search for User Groups with given type"
                  },
                  {
                    "disabled": false,
                    "key": "status",
                    "value": "<string>",
                    "description": "to get User Groups with given status"
                  },
                  {
                    "disabled": false,
                    "key": "group_uid",
                    "value": "<integer>",
                    "description": "to get User Groups with given uid"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "640c4e13-e1b0-4297-963d-f331a14feb46",
                "name": "Success. User Group details. `UserGroupListResponseSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_group"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "name",
                        "value": "<string>"
                      },
                      {
                        "key": "type",
                        "value": "<string>"
                      },
                      {
                        "key": "status",
                        "value": "test"
                      },
                      {
                        "key": "group_uid",
                        "value": "30"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"is_active\": true,\n      \"_id\": \"6345677535474fbb6944b7ce\",\n      \"name\": \"Group 1\",\n      \"description\": \"description\",\n      \"file_url\": \"url\",\n      \"status\": \"pending\",\n      \"uid\": 1,\n      \"application_id\": \"000000000000000000000001\",\n      \"created_at\": \"2022-10-11T12:54:13.539Z\",\n      \"modified_at\": \"2022-10-11T12:54:13.539Z\",\n      \"__v\": 0\n    },\n    {\n      \"is_active\": true,\n      \"_id\": \"6345677535474fbb6944b7ced\",\n      \"name\": \"Group 2\",\n      \"description\": \"description\",\n      \"file_url\": \"url2\",\n      \"status\": \"pending\",\n      \"uid\": 1,\n      \"application_id\": \"000000000000000000000001\",\n      \"created_at\": \"2022-10-11T12:54:13.539Z\",\n      \"modified_at\": \"2022-10-11T12:54:13.539Z\",\n      \"__v\": 0\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"current\": 1,\n    \"size\": 10,\n    \"item_total\": 0,\n    \"has_next\": false\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "ed8076b2-6c13-4a12-a7b9-390cd7ce710b",
            "name": "updateUserGroup | Update User Group",
            "request": {
              "name": "updateUserGroup | Update User Group",
              "description": {
                "content": "Modify and update user group details.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "user_group",
                  ":group_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "group_id",
                    "description": "(Required) Numeric ID allotted to a User Group"
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"conditions\": [\n    {\n      \"user_attribute_definition_id\": \"<string>\",\n      \"type\": \"<string>\",\n      \"value\": {\n        \"dolore_6be\": true,\n        \"tempor1aa\": \"consectetur elit culpa incidid\"\n      },\n      \"ignore_year\": \"<boolean>\"\n    },\n    {\n      \"user_attribute_definition_id\": \"<string>\",\n      \"type\": \"<string>\",\n      \"value\": {\n        \"in_b1\": \"non in sit voluptate reprehenderit\"\n      },\n      \"ignore_year\": \"<boolean>\"\n    }\n  ],\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"file_url\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "ba28836b-a27e-4bc5-a797-1e334ad26129",
                "name": "Success. returns updated User Group. `UserGroupResponseSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_group",
                      ":group_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "group_id",
                        "description": "(Required) Numeric ID allotted to a User Group"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Group 1\",\n  \"description\": \"description\",\n  \"file_url\": \"url\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"is_active\": true,\n  \"_id\": \"6345677535474fbb6944b7ce\",\n  \"name\": \"Group 1\",\n  \"description\": \"description\",\n  \"file_url\": \"url\",\n  \"status\": \"pending\",\n  \"uid\": 1,\n  \"application_id\": \"000000000000000000000004\",\n  \"created_at\": \"2022-10-11T12:54:13.539Z\",\n  \"modified_at\": \"2022-10-11T12:54:13.539Z\",\n  \"__v\": 0\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "71ea341c-95b6-4f65-b03d-fe03b2d6f25e",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_group",
                      ":group_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "group_id",
                        "description": "(Required) Numeric ID allotted to a User Group"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Group 1\",\n  \"description\": \"description\",\n  \"file_url\": \"url\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"No users found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "a436585d-b42f-473d-88e8-9a54daacde6e",
            "name": "getUserGroupById | Get User Group",
            "request": {
              "name": "getUserGroupById | Get User Group",
              "description": {
                "content": "Retrieve a user group by its unique identifier.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "user_group",
                  ":group_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "group_id",
                    "description": "(Required) Numeric ID allotted to a User Group"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "bfe79775-7dc8-4132-ad79-aa3d40510c4f",
                "name": "Success. User Group details. `UserGroupResponseSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_group",
                      ":group_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "group_id",
                        "description": "(Required) Numeric ID allotted to a User Group"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"is_active\": true,\n  \"_id\": \"6345677535474fbb6944b7ce\",\n  \"name\": \"Group 1\",\n  \"description\": \"description\",\n  \"file_url\": \"url\",\n  \"status\": \"pending\",\n  \"uid\": 1,\n  \"application_id\": \"000000000000000000000001\",\n  \"created_at\": \"2022-10-11T12:54:13.539Z\",\n  \"modified_at\": \"2022-10-11T12:54:13.539Z\",\n  \"__v\": 0\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "55232e72-49b8-40b7-896c-500dcdfab372",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_group",
                      ":group_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "group_id",
                        "description": "(Required) Numeric ID allotted to a User Group"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"No users found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "4c24c388-dab8-42b0-8566-9b048f015a7e",
            "name": "updateUserGroupPartially | Modify User Group",
            "request": {
              "name": "updateUserGroupPartially | Modify User Group",
              "description": {
                "content": "Update user group partially on the platform.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "user_group",
                  ":group_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "group_id",
                    "description": "(Required) Numeric ID allotted to a User Group"
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PATCH",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"file_url\": \"<string>\",\n  \"user_data\": [\n    {\n      \"action\": \"<string>\",\n      \"user_id\": \"<string>\",\n      \"phone_number\": \"<string>\",\n      \"email\": \"<string>\"\n    },\n    {\n      \"action\": \"<string>\",\n      \"user_id\": \"<string>\",\n      \"phone_number\": \"<string>\",\n      \"email\": \"<string>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "31127a05-347e-4cbc-90a8-dbeb79824127",
                "name": "Success. returns updated User Group. `UserGroupResponseSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_group",
                      ":group_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "group_id",
                        "description": "(Required) Numeric ID allotted to a User Group"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"type\": \"json\",\n  \"user_data\": [\n    {\n      \"user_id\": \"6345677535474fbb6944b7ce\",\n      \"action\": \"add\"\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"is_active\": true,\n  \"_id\": \"6345677535474fbb6944b7ce\",\n  \"name\": \"Group 1\",\n  \"description\": \"description\",\n  \"file_url\": \"url\",\n  \"status\": \"pending\",\n  \"uid\": 1,\n  \"application_id\": \"000000000000000000000001\",\n  \"created_at\": \"2022-10-11T12:54:13.539Z\",\n  \"modified_at\": \"2022-10-11T12:54:13.539Z\",\n  \"__v\": 0\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "140293bf-0e0e-476b-8c36-8703ac0a5eb9",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_group",
                      ":group_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "group_id",
                        "description": "(Required) Numeric ID allotted to a User Group"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"type\": \"json\",\n  \"user_data\": [\n    {\n      \"user_id\": \"6345677535474fbb6944b7ce\",\n      \"action\": \"add\"\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"No users found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "73bf9b3f-6081-488c-adcf-21f9eec483ed",
            "name": "deleteUserGroup | Delete User Group",
            "request": {
              "name": "deleteUserGroup | Delete User Group",
              "description": {
                "content": "Permanently delete a user group by its unique identifier.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "user_group",
                  ":group_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "group_id",
                    "description": "(Required) Unique ID allotted to a User Group"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "a52c8d10-701d-474d-90a3-8385d3f84a67",
                "name": "User Group deleted successfully.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_group",
                      ":group_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "group_id",
                        "description": "(Required) Unique ID allotted to a User Group"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"6345677535474fbb6944b7ce\",\n  \"success\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "5e18d5ae-8ed2-4be3-9314-af40ef6ca697",
                "name": "User Group not found with the provided ID.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_group",
                      ":group_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "group_id",
                        "description": "(Required) Unique ID allotted to a User Group"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"User Group not found with Id: 6345677535474fbb6944b7cf\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "1dcf242f-47cc-48c3-8052-2f733d40d575",
            "name": "createUserAttributeDefinition | Create a User Attribute Definition",
            "request": {
              "name": "createUserAttributeDefinition | Create a User Attribute Definition",
              "description": {
                "content": "Create a new User Attribute Definition",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "user_attribute",
                  "definition"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"description\": \"<string>\",\n  \"type\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"ordering_channels\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"masking\": {\n    \"enabled\": \"<boolean>\",\n    \"type\": \"<string>\"\n  },\n  \"registration\": {\n    \"enabled\": \"<boolean>\",\n    \"type\": \"<string>\"\n  },\n  \"is_multi_value\": \"<boolean>\",\n  \"customer_editable\": \"<boolean>\",\n  \"encrypted\": \"<boolean>\",\n  \"pinned\": \"<boolean>\",\n  \"pin_order\": \"<number>\",\n  \"default_value\": \"<string>\",\n  \"validations\": [\n    \"<object>\",\n    \"<object>\"\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "4ef5c041-76ff-431b-9429-96ddb79d50e0",
                "name": "Success. returns created User Attribute Definition. `UserAttributeDefinitionDetails` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_attribute",
                      "definition"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Attribute 1\",\n  \"description\": \"description\",\n  \"type\": \"string\",\n  \"slug\": \"attribute-1\",\n  \"default_value\": \"abcd\",\n  \"customer_editable\": false,\n  \"encrypted\": false,\n  \"pinned\": true,\n  \"pin_order\": 1,\n  \"validations\": [\n    {\n      \"type\": \"min\",\n      \"value\": 8\n    },\n    {\n      \"type\": \"max\",\n      \"value\": 16\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"5e68af49cfa09bf7233022f1\",\n  \"name\": \"example_name\",\n  \"slug\": \"example_key\",\n  \"description\": \"example_description\",\n  \"application_id\": \"application_id_example\",\n  \"type\": \"string\",\n  \"multi_value\": false,\n  \"customer_editable\": true,\n  \"encrypted\": false,\n  \"pinned\": true,\n  \"pin_order\": 2,\n  \"validations\": [\n    {\n      \"type\": \"min\",\n      \"value\": 1\n    }\n  ],\n  \"is_locked\": false,\n  \"created_by\": \"5f6d1d7774e48a04969b2ea7\",\n  \"updated_by\": \"5f6d1d7774e48a04969b2ea7\",\n  \"created_at\": \"2023-10-17T10:00:00.000Z\",\n  \"modified_at\": \"2023-10-17T10:05:00.000Z\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "efda9bf8-d0e3-41e9-a6d7-c4505f5956ab",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_attribute",
                      "definition"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Attribute 1\",\n  \"description\": \"description\",\n  \"type\": \"string\",\n  \"slug\": \"attribute-1\",\n  \"default_value\": \"abcd\",\n  \"customer_editable\": false,\n  \"encrypted\": false,\n  \"pinned\": true,\n  \"pin_order\": 1,\n  \"validations\": [\n    {\n      \"type\": \"min\",\n      \"value\": 8\n    },\n    {\n      \"type\": \"max\",\n      \"value\": 16\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"code\": \"sit id\",\n  \"message\": \"eu dolor occaecat enim\",\n  \"info\": \"ullamco dolore incididunt\",\n  \"request_id\": \"ex nostrud\",\n  \"error\": \"do cillum aute in\",\n  \"meta\": {\n    \"eu_2f\": 68561844.01541364,\n    \"tempor7b5\": true\n  },\n  \"authenticated\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "67e8354d-63ef-45a1-87b8-6655f4e96777",
            "name": "getUserAttributeDefinitions | Get User Attribute Definitions",
            "request": {
              "name": "getUserAttributeDefinitions | Get User Attribute Definitions",
              "description": {
                "content": "Retrieve user attribute definitions.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "user_attribute",
                  "definition"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "excluding_ids",
                    "value": "<string>",
                    "description": "Exclude attribute definitions by Ids"
                  },
                  {
                    "disabled": false,
                    "key": "slug",
                    "value": "<string>",
                    "description": "Filter by attribute slug."
                  },
                  {
                    "disabled": false,
                    "key": "type",
                    "value": "<string>",
                    "description": "Filter by attribute type."
                  },
                  {
                    "disabled": false,
                    "key": "customer_editable",
                    "value": "<boolean>",
                    "description": "Filter by customer_editable status."
                  },
                  {
                    "disabled": false,
                    "key": "encrypted",
                    "value": "<boolean>",
                    "description": "Filter by encrypted status."
                  },
                  {
                    "disabled": false,
                    "key": "pinned",
                    "value": "<boolean>",
                    "description": "Filter by pinned status."
                  },
                  {
                    "disabled": false,
                    "key": "pin_order",
                    "value": "<integer>",
                    "description": "Filter by pin order."
                  },
                  {
                    "disabled": false,
                    "key": "is_locked",
                    "value": "<boolean>",
                    "description": "Filter by locked status."
                  },
                  {
                    "disabled": false,
                    "key": "name",
                    "value": "<string>",
                    "description": "Filter by attribute name using a case-insensitive regex."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10",
                    "description": "The number of items to retrieve in each page. Default value is 10."
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "The page number to navigate through the given set of results. Default value is 1."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "9c4810c8-8efc-46c2-a54f-2d7b91859be2",
                "name": "Successful response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_attribute",
                      "definition"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "excluding_ids",
                        "value": "<string>"
                      },
                      {
                        "key": "slug",
                        "value": "<string>"
                      },
                      {
                        "key": "type",
                        "value": "<string>"
                      },
                      {
                        "key": "customer_editable",
                        "value": "<boolean>"
                      },
                      {
                        "key": "encrypted",
                        "value": "<boolean>"
                      },
                      {
                        "key": "pinned",
                        "value": "<boolean>"
                      },
                      {
                        "key": "pin_order",
                        "value": "<integer>"
                      },
                      {
                        "key": "is_locked",
                        "value": "<boolean>"
                      },
                      {
                        "key": "name",
                        "value": "<string>"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"_id\": \"652ecb965ec66ef03da26f77\",\n      \"name\": \"Attribute Def 6\",\n      \"slug\": \"attribute6\",\n      \"description\": \"attribute6\",\n      \"application_id\": \"000000000000000000000001\",\n      \"type\": \"date\",\n      \"multi_value\": false,\n      \"customer_editable\": false,\n      \"encrypted\": false,\n      \"pinned\": false,\n      \"validations\": [\n        {\n          \"type\": \"max\",\n          \"value\": \"2100-01-14T17:59:50.463Z\"\n        },\n        {\n          \"type\": \"min\",\n          \"value\": \"2000-01-14T17:59:50.463Z\"\n        }\n      ],\n      \"is_locked\": false,\n      \"created_at\": \"2023-10-17T17:59:50.647Z\",\n      \"modified_at\": \"2023-10-17T17:59:50.647Z\"\n    },\n    {\n      \"_id\": \"652ecb965ec66ef03da26f72\",\n      \"name\": \"Attribute Def 1\",\n      \"slug\": \"attribute1\",\n      \"description\": \"attribute1\",\n      \"application_id\": \"000000000000000000000001\",\n      \"type\": \"string\",\n      \"multi_value\": false,\n      \"customer_editable\": false,\n      \"encrypted\": false,\n      \"pinned\": false,\n      \"validations\": [\n        {\n          \"type\": \"regex\",\n          \"value\": \"^[a-zA-Z]+$\"\n        },\n        {\n          \"type\": \"max\",\n          \"value\": 10\n        },\n        {\n          \"type\": \"min\",\n          \"value\": 1\n        }\n      ],\n      \"is_locked\": false,\n      \"created_at\": \"2023-10-17T17:59:50.646Z\",\n      \"modified_at\": \"2023-10-17T17:59:50.646Z\"\n    },\n    {\n      \"_id\": \"652ecb965ec66ef03da26f73\",\n      \"name\": \"Attribute Def 2\",\n      \"slug\": \"attribute2\",\n      \"description\": \"attribute2\",\n      \"application_id\": \"000000000000000000000001\",\n      \"type\": \"string\",\n      \"multi_value\": false,\n      \"customer_editable\": false,\n      \"encrypted\": false,\n      \"pinned\": false,\n      \"validations\": [\n        {\n          \"type\": \"regex\",\n          \"value\": \"^[a-zA-Z]+$\"\n        }\n      ],\n      \"is_locked\": false,\n      \"created_at\": \"2023-10-17T17:59:50.646Z\",\n      \"modified_at\": \"2023-10-17T17:59:50.646Z\"\n    },\n    {\n      \"_id\": \"652ecb965ec66ef03da26f74\",\n      \"name\": \"Attribute Def 3\",\n      \"slug\": \"attribute3\",\n      \"description\": \"attribute3\",\n      \"application_id\": \"000000000000000000000001\",\n      \"type\": \"number\",\n      \"multi_value\": false,\n      \"customer_editable\": false,\n      \"encrypted\": false,\n      \"pinned\": false,\n      \"validations\": [\n        {\n          \"type\": \"max\",\n          \"value\": 10\n        },\n        {\n          \"type\": \"min\",\n          \"value\": 1\n        }\n      ],\n      \"is_locked\": false,\n      \"created_at\": \"2023-10-17T17:59:50.646Z\",\n      \"modified_at\": \"2023-10-17T17:59:50.646Z\"\n    },\n    {\n      \"_id\": \"652ecb965ec66ef03da26f75\",\n      \"default_value\": [],\n      \"name\": \"Attribute Def 4\",\n      \"slug\": \"attribute4\",\n      \"description\": \"attribute4\",\n      \"application_id\": \"000000000000000000000001\",\n      \"type\": \"number_array\",\n      \"multi_value\": false,\n      \"customer_editable\": false,\n      \"encrypted\": false,\n      \"pinned\": false,\n      \"validations\": [\n        {\n          \"type\": \"max\",\n          \"value\": 10\n        },\n        {\n          \"type\": \"min\",\n          \"value\": 1\n        }\n      ],\n      \"is_locked\": false,\n      \"created_at\": \"2023-10-17T17:59:50.646Z\",\n      \"modified_at\": \"2023-10-17T17:59:50.646Z\"\n    },\n    {\n      \"_id\": \"652ecb965ec66ef03da26f76\",\n      \"name\": \"Attribute Def 5\",\n      \"slug\": \"attribute5\",\n      \"description\": \"attribute5\",\n      \"application_id\": \"000000000000000000000001\",\n      \"type\": \"boolean\",\n      \"multi_value\": false,\n      \"customer_editable\": false,\n      \"encrypted\": false,\n      \"pinned\": false,\n      \"is_locked\": false,\n      \"validations\": [],\n      \"created_at\": \"2023-10-17T17:59:50.645Z\",\n      \"modified_at\": \"2023-10-17T17:59:50.645Z\"\n    }\n  ],\n  \"page\": {\n    \"size\": 6,\n    \"item_total\": 6,\n    \"has_next\": false,\n    \"type\": \"number\",\n    \"current\": 1\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "f6d6a18d-03f2-4f5f-96bc-5bdcd7155c70",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_attribute",
                      "definition"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "excluding_ids",
                        "value": "<string>"
                      },
                      {
                        "key": "slug",
                        "value": "<string>"
                      },
                      {
                        "key": "type",
                        "value": "<string>"
                      },
                      {
                        "key": "customer_editable",
                        "value": "<boolean>"
                      },
                      {
                        "key": "encrypted",
                        "value": "<boolean>"
                      },
                      {
                        "key": "pinned",
                        "value": "<boolean>"
                      },
                      {
                        "key": "pin_order",
                        "value": "<integer>"
                      },
                      {
                        "key": "is_locked",
                        "value": "<boolean>"
                      },
                      {
                        "key": "name",
                        "value": "<string>"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"code\": \"sit id\",\n  \"message\": \"eu dolor occaecat enim\",\n  \"info\": \"ullamco dolore incididunt\",\n  \"request_id\": \"ex nostrud\",\n  \"error\": \"do cillum aute in\",\n  \"meta\": {\n    \"eu_2f\": 68561844.01541364,\n    \"tempor7b5\": true\n  },\n  \"authenticated\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "ed9f52d9-25ba-4866-8237-12069e1fe581",
            "name": "updateUserAttributeDefinition | Update User Attribute Definition",
            "request": {
              "name": "updateUserAttributeDefinition | Update User Attribute Definition",
              "description": {
                "content": "Update an existing user attribute definition.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "user_attribute",
                  "definition",
                  ":attribute_def_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "attribute_def_id",
                    "description": "(Required) The unique identifier of the attribute definition to update."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"description\": \"<string>\",\n  \"type\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"ordering_channels\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"masking\": {\n    \"enabled\": \"<boolean>\",\n    \"type\": \"<string>\"\n  },\n  \"registration\": {\n    \"enabled\": \"<boolean>\",\n    \"type\": \"<string>\"\n  },\n  \"is_multi_value\": \"<boolean>\",\n  \"customer_editable\": \"<boolean>\",\n  \"encrypted\": \"<boolean>\",\n  \"pinned\": \"<boolean>\",\n  \"pin_order\": \"<number>\",\n  \"default_value\": \"<string>\",\n  \"validations\": [\n    \"<object>\",\n    \"<object>\"\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "39b16f05-2370-46cb-8cd0-721fa67abcfb",
                "name": "Successful update",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_attribute",
                      "definition",
                      ":attribute_def_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "attribute_def_id",
                        "description": "(Required) The unique identifier of the attribute definition to update."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Attribute 1\",\n  \"description\": \"description\",\n  \"type\": \"string\",\n  \"slug\": \"attribute-1\",\n  \"default_value\": \"abcd\",\n  \"customer_editable\": false,\n  \"encrypted\": false,\n  \"pinned\": true,\n  \"pin_order\": 1,\n  \"validations\": [\n    {\n      \"type\": \"min\",\n      \"value\": 8\n    },\n    {\n      \"type\": \"max\",\n      \"value\": 16\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"nulla velit cillum\",\n  \"name\": \"ipsum Duis qui\",\n  \"slug\": \"laborum mollit deserunt sit\",\n  \"description\": \"labore veniam dolor magna\",\n  \"application_id\": \"reprehenderit sunt ea velit deserunt\",\n  \"type\": \"string_array\",\n  \"icon\": \"minim dolor ad reprehenderit\",\n  \"ordering_channels\": [\n    \"marketplace\",\n    \"scan_go\"\n  ],\n  \"masking\": {\n    \"enabled\": \"<boolean>\",\n    \"type\": \"<string>\"\n  },\n  \"registration\": {\n    \"enabled\": \"<boolean>\",\n    \"type\": \"<string>\"\n  },\n  \"is_multi_value\": true,\n  \"customer_editable\": true,\n  \"encrypted\": false,\n  \"pinned\": true,\n  \"pin_order\": 72829792,\n  \"is_locked\": true,\n  \"created_at\": \"2022-07-11T12:37:28.484Z\",\n  \"modified_at\": \"1964-04-16T15:01:16.324Z\",\n  \"__v\": -84132308,\n  \"options\": [\n    \"tempor dolore amet dolore\",\n    \"ex qui\"\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "be79dfcd-7dab-4c96-90b4-d5914c56ae0a",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_attribute",
                      "definition",
                      ":attribute_def_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "attribute_def_id",
                        "description": "(Required) The unique identifier of the attribute definition to update."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"Attribute 1\",\n  \"description\": \"description\",\n  \"type\": \"string\",\n  \"slug\": \"attribute-1\",\n  \"default_value\": \"abcd\",\n  \"customer_editable\": false,\n  \"encrypted\": false,\n  \"pinned\": true,\n  \"pin_order\": 1,\n  \"validations\": [\n    {\n      \"type\": \"min\",\n      \"value\": 8\n    },\n    {\n      \"type\": \"max\",\n      \"value\": 16\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"code\": \"sit id\",\n  \"message\": \"eu dolor occaecat enim\",\n  \"info\": \"ullamco dolore incididunt\",\n  \"request_id\": \"ex nostrud\",\n  \"error\": \"do cillum aute in\",\n  \"meta\": {\n    \"eu_2f\": 68561844.01541364,\n    \"tempor7b5\": true\n  },\n  \"authenticated\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "ef4729a4-67e2-4c1a-a1a1-831c4d319839",
            "name": "deleteUserAttributeDefinitionById | Delete User Attribute Definition",
            "request": {
              "name": "deleteUserAttributeDefinitionById | Delete User Attribute Definition",
              "description": {
                "content": "Delete a user attribute definition by its unique identifier.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "user_attribute",
                  "definition",
                  ":attribute_def_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "attribute_def_id",
                    "description": "(Required) The unique identifier of the attribute definition to delete."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "809de9ee-ba32-4d06-bce2-eec3e83b598c",
                "name": "Successful Deletion",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_attribute",
                      "definition",
                      ":attribute_def_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "attribute_def_id",
                        "description": "(Required) The unique identifier of the attribute definition to delete."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": \"nisi in est\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "03c67e48-87fc-43f3-a38a-6086e6be26ad",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_attribute",
                      "definition",
                      ":attribute_def_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "attribute_def_id",
                        "description": "(Required) The unique identifier of the attribute definition to delete."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"code\": \"sit id\",\n  \"message\": \"eu dolor occaecat enim\",\n  \"info\": \"ullamco dolore incididunt\",\n  \"request_id\": \"ex nostrud\",\n  \"error\": \"do cillum aute in\",\n  \"meta\": {\n    \"eu_2f\": 68561844.01541364,\n    \"tempor7b5\": true\n  },\n  \"authenticated\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "38b59090-f32e-4494-a82d-0c4a265c96d9",
            "name": "getUserAttributeDefinitionById | Get User Attribute Definition",
            "request": {
              "name": "getUserAttributeDefinitionById | Get User Attribute Definition",
              "description": {
                "content": "Get a user attribute definition by its unique identifier.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "user_attribute",
                  "definition",
                  ":attribute_def_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "attribute_def_id",
                    "description": "(Required) The unique identifier of the attribute definition to retrieve."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "2c220c83-60d5-490e-b805-20049b7c9700",
                "name": "Successful Retrieval",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_attribute",
                      "definition",
                      ":attribute_def_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "attribute_def_id",
                        "description": "(Required) The unique identifier of the attribute definition to retrieve."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"Excepteur cillum in sed\",\n  \"name\": \"incididunt\",\n  \"slug\": \"ipsum dolore dolor occaecat\",\n  \"description\": \"dolor velit\",\n  \"application_id\": \"sint mollit \",\n  \"type\": \"html_string\",\n  \"icon\": \"Duis nulla elit Excepteur eu\",\n  \"ordering_channels\": [\n    \"kiosk\",\n    \"ondc\"\n  ],\n  \"masking\": {\n    \"enabled\": \"<boolean>\",\n    \"type\": \"<string>\"\n  },\n  \"registration\": {\n    \"enabled\": \"<boolean>\",\n    \"type\": \"<string>\"\n  },\n  \"is_multi_value\": true,\n  \"customer_editable\": false,\n  \"encrypted\": true,\n  \"pinned\": true,\n  \"pin_order\": 27986202,\n  \"is_locked\": true,\n  \"created_at\": \"1952-08-19T21:24:46.736Z\",\n  \"modified_at\": \"1985-08-15T23:57:02.875Z\",\n  \"__v\": 33971295,\n  \"options\": [\n    \"in\",\n    \"aute esse sunt eiusmod\"\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "a6538cd0-0f54-4ae9-962b-06fa3c00706b",
            "name": "updateUserAttribute | Update Or Create User Attribute",
            "request": {
              "name": "updateUserAttribute | Update Or Create User Attribute",
              "description": {
                "content": "Update Or Create User Attribute",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "user_attribute",
                  "definition",
                  ":attribute_def_id",
                  "user",
                  ":user_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "attribute_def_id",
                    "description": "(Required) The unique identifier of the attribute definition to update."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "user_id",
                    "description": "(Required) The unique identifier of the user to update."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"customer_overridden\": \"<boolean>\",\n  \"attribute\": {\n    \"nonfb\": -77270759.06239547\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "0b93abf6-fc89-432e-802b-2d9fe1bf9aa2",
                "name": "Successful update",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_attribute",
                      "definition",
                      ":attribute_def_id",
                      "user",
                      ":user_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "attribute_def_id",
                        "description": "(Required) The unique identifier of the attribute definition to update."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "user_id",
                        "description": "(Required) The unique identifier of the user to update."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"customer_overridden\": true,\n  \"attribute\": {\n    \"key\": \"abc\",\n    \"value\": \"abc\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"i\",\n  \"name\": \"aliquip ut Excepteur reprehenderit sed\",\n  \"user_id\": \"pariatur elit in\",\n  \"application_id\": \"d\",\n  \"user_attribute_definition_id\": \"reprehenderit nisi ut ipsum\",\n  \"created_at\": \"1952-02-16T02:20:11.251Z\",\n  \"updated_at\": \"2001-08-07T01:40:47.661Z\",\n  \"type\": \"encrypted_string\",\n  \"customer_overridden\": false,\n  \"attribute\": {\n    \"Duis_b\": -79075786.00269032,\n    \"in_2ad\": true\n  },\n  \"updated_by\": \"ipsum irure ad aliqua\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "7b4af431-00ff-4880-8509-3e642b3a555f",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_attribute",
                      "definition",
                      ":attribute_def_id",
                      "user",
                      ":user_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "attribute_def_id",
                        "description": "(Required) The unique identifier of the attribute definition to update."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "user_id",
                        "description": "(Required) The unique identifier of the user to update."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"customer_overridden\": true,\n  \"attribute\": {\n    \"key\": \"abc\",\n    \"value\": \"abc\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"code\": \"sit id\",\n  \"message\": \"eu dolor occaecat enim\",\n  \"info\": \"ullamco dolore incididunt\",\n  \"request_id\": \"ex nostrud\",\n  \"error\": \"do cillum aute in\",\n  \"meta\": {\n    \"eu_2f\": 68561844.01541364,\n    \"tempor7b5\": true\n  },\n  \"authenticated\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "dbad1659-f8ce-4d54-9dbc-3861717b41bc",
            "name": "getUserAttribute | Get User Attribute",
            "request": {
              "name": "getUserAttribute | Get User Attribute",
              "description": {
                "content": "Get User Attribute",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "user_attribute",
                  "definition",
                  ":attribute_def_id",
                  "user",
                  ":user_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "attribute_def_id",
                    "description": "(Required) The unique identifier of the attribute definition."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "user_id",
                    "description": "(Required) The unique identifier of the user."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "9e0d765d-c2c9-4803-b5d8-69f44dfef7ce",
                "name": "Successful update",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_attribute",
                      "definition",
                      ":attribute_def_id",
                      "user",
                      ":user_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "attribute_def_id",
                        "description": "(Required) The unique identifier of the attribute definition."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "user_id",
                        "description": "(Required) The unique identifier of the user."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"i\",\n  \"name\": \"aliquip ut Excepteur reprehenderit sed\",\n  \"user_id\": \"pariatur elit in\",\n  \"application_id\": \"d\",\n  \"user_attribute_definition_id\": \"reprehenderit nisi ut ipsum\",\n  \"created_at\": \"1952-02-16T02:20:11.251Z\",\n  \"updated_at\": \"2001-08-07T01:40:47.661Z\",\n  \"type\": \"encrypted_string\",\n  \"customer_overridden\": false,\n  \"attribute\": {\n    \"Duis_b\": -79075786.00269032,\n    \"in_2ad\": true\n  },\n  \"updated_by\": \"ipsum irure ad aliqua\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "30622ccf-b4f6-4487-8188-b717d76b196a",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_attribute",
                      "definition",
                      ":attribute_def_id",
                      "user",
                      ":user_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "attribute_def_id",
                        "description": "(Required) The unique identifier of the attribute definition."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "user_id",
                        "description": "(Required) The unique identifier of the user."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"code\": \"sit id\",\n  \"message\": \"eu dolor occaecat enim\",\n  \"info\": \"ullamco dolore incididunt\",\n  \"request_id\": \"ex nostrud\",\n  \"error\": \"do cillum aute in\",\n  \"meta\": {\n    \"eu_2f\": 68561844.01541364,\n    \"tempor7b5\": true\n  },\n  \"authenticated\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "fde75f72-e09d-423b-8d52-37dc5b85778f",
            "name": "deleteUserAttribute | Delete User Attribute",
            "request": {
              "name": "deleteUserAttribute | Delete User Attribute",
              "description": {
                "content": "Delete User Attribute",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "user_attribute",
                  "definition",
                  ":attribute_def_id",
                  "user",
                  ":user_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "attribute_def_id",
                    "description": "(Required) The unique identifier of the attribute definition."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "user_id",
                    "description": "(Required) The unique identifier of the user."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "c7ca35ac-cd0d-401e-99e0-965f29520c74",
                "name": "Successful update",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_attribute",
                      "definition",
                      ":attribute_def_id",
                      "user",
                      ":user_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "attribute_def_id",
                        "description": "(Required) The unique identifier of the attribute definition."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "user_id",
                        "description": "(Required) The unique identifier of the user."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": \"nisi in est\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "9152b42c-7393-40ac-8d75-69cf4a68c8ad",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_attribute",
                      "definition",
                      ":attribute_def_id",
                      "user",
                      ":user_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "attribute_def_id",
                        "description": "(Required) The unique identifier of the attribute definition."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "user_id",
                        "description": "(Required) The unique identifier of the user."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"code\": \"sit id\",\n  \"message\": \"eu dolor occaecat enim\",\n  \"info\": \"ullamco dolore incididunt\",\n  \"request_id\": \"ex nostrud\",\n  \"error\": \"do cillum aute in\",\n  \"meta\": {\n    \"eu_2f\": 68561844.01541364,\n    \"tempor7b5\": true\n  },\n  \"authenticated\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "f0c560c1-3359-4577-b862-89d2e62b0566",
            "name": "getUserAttributesForUser | Get All Customer Attributes",
            "request": {
              "name": "getUserAttributesForUser | Get All Customer Attributes",
              "description": {
                "content": "Retrieve all user attributes for a specific user",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "user_attribute",
                  "user",
                  ":user_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10",
                    "description": "The number of items to retrieve in each page. Default value is 10."
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "The page number to navigate through the given set of results. Default value is 1."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "user_id",
                    "description": "(Required) The unique identifier of the user to update."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "c0e38b1d-94b7-45c4-a7fd-87b14fa3ab4c",
                "name": "Successful update",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_attribute",
                      "user",
                      ":user_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "user_id",
                        "description": "(Required) The unique identifier of the user to update."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"_id\": \"est sint\",\n      \"name\": \"aliquip incididunt culpa adipisicing eiusmod\",\n      \"user_id\": \"ut\",\n      \"application_id\": \"ullamco temp\",\n      \"user_attribute_definition_id\": \"cillum ea dolor aliqua\",\n      \"created_at\": \"1948-01-27T07:46:09.017Z\",\n      \"updated_at\": \"2015-06-08T22:01:52.978Z\",\n      \"type\": \"encrypted_date_time\",\n      \"customer_overridden\": false,\n      \"attribute\": {\n        \"ea5f3\": -23306244,\n        \"Ut671\": 49246518,\n        \"officia_d41\": \"nisi sunt\"\n      },\n      \"updated_by\": \"pariatur sit dolore ad\"\n    },\n    {\n      \"_id\": \"est non\",\n      \"name\": \"in nulla\",\n      \"user_id\": \"est\",\n      \"application_id\": \"ad adipisicing\",\n      \"user_attribute_definition_id\": \"sed in Duis Lorem velit\",\n      \"created_at\": \"1994-04-05T06:36:13.202Z\",\n      \"updated_at\": \"1946-06-06T14:25:03.700Z\",\n      \"type\": \"date_time\",\n      \"customer_overridden\": true,\n      \"attribute\": {\n        \"exercitation_488\": 35671796,\n        \"dolor65a\": -81366840\n      },\n      \"updated_by\": \"ea aliqua\"\n    }\n  ],\n  \"page\": {\n    \"size\": -4880346,\n    \"total\": 33817895,\n    \"item_total\": -74736332,\n    \"has_next\": false,\n    \"type\": \"ut ad quis\",\n    \"current\": -18492417\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "eb425454-080c-4163-829c-f0c7cf5f0acc",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_attribute",
                      "user",
                      ":user_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "user_id",
                        "description": "(Required) The unique identifier of the user to update."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"code\": \"sit id\",\n  \"message\": \"eu dolor occaecat enim\",\n  \"info\": \"ullamco dolore incididunt\",\n  \"request_id\": \"ex nostrud\",\n  \"error\": \"do cillum aute in\",\n  \"meta\": {\n    \"eu_2f\": 68561844.01541364,\n    \"tempor7b5\": true\n  },\n  \"authenticated\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5b289b64-5297-413f-a3c7-a39bed84320e",
            "name": "updateUserAttributes | Create Or Update User Attribute",
            "request": {
              "name": "updateUserAttributes | Create Or Update User Attribute",
              "description": {
                "content": "This API is used to create or update multiple user attribute values for the specified user ID.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "user_attribute",
                  "user",
                  ":user_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "user_id",
                    "description": "(Required) The unique identifier of the user."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"attributes\": [\n    {\n      \"definition_id\": \"<string>\",\n      \"value\": {}\n    },\n    {\n      \"definition_id\": \"<string>\",\n      \"value\": {}\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "439f69ad-d7e6-4c5c-a8c2-4a151da33c21",
                "name": "Successful update",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_attribute",
                      "user",
                      ":user_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "user_id",
                        "description": "(Required) The unique identifier of the user."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) The unique identifier of the application."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"attributes\": [\n    {\n      \"definition_id\": \"683d6d983aa379541ca1cb75\",\n      \"value\": \"Dummy Value\"\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"attributes\": [\n    {\n      \"_id\": \"68407129994625f50cbd0208\",\n      \"attribute\": {\n        \"key\": \"Attribute Key\",\n        \"value\": \"Test Value 2\"\n      },\n      \"user_attribute_definition_id\": \"683d6d983aa379541ca1cb75\",\n      \"name\": \"Attribute Name\",\n      \"user_id\": \"681b2e1b8c6e1c99ff354b46\",\n      \"application_id\": \"000000000000000000000001\",\n      \"customer_overridden\": \"false,\",\n      \"type\": \"string\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "7a117589-49c5-4b75-bbd9-1b19a45a695b",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_attribute",
                      "user",
                      ":user_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "user_id",
                        "description": "(Required) The unique identifier of the user."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) The unique identifier of the application."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"attributes\": [\n    {\n      \"definition_id\": \"683d6d983aa379541ca1cb75\",\n      \"value\": \"Dummy Value\"\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid definition_id: 000000000000000000000001\",\n  \"code\": \"\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "48417ff5-314a-456c-af12-dd36d163e1de",
            "name": "deleteUserAttributesInBulk | Delete User Attribute Values in Bulk",
            "request": {
              "name": "deleteUserAttributesInBulk | Delete User Attribute Values in Bulk",
              "description": {
                "content": "This request deletes attribute values for a single user based on the provided user attribute definition. Each user attribute definition represents a distinct attribute, and for each definition, a user can have one corresponding value.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "user_attribute",
                  "user",
                  ":user_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "user_id",
                    "description": "(Required) The unique identifier of the user to update."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"definition_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "56d553ab-5abf-4dd3-aa85-aa393ce150d8",
                "name": "Successful update",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_attribute",
                      "user",
                      ":user_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "user_id",
                        "description": "(Required) The unique identifier of the user to update."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) The unique identifier of the application."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"definition_ids\": [\n    \"683d6d983aa379541ca1cb75\",\n    \"684039dbcdf02e4558410130\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"deleted_ids\": [\n    \"683d6d983aa379541ca1cb75\",\n    \"684039dbcdf02e4558410130\"\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "15bbee0f-eebe-4aef-982d-f8d3681015dd",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_attribute",
                      "user",
                      ":user_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "user_id",
                        "description": "(Required) The unique identifier of the user to update."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) The unique identifier of the application."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"definition_ids\": [\n    \"683d6d983aa379541ca1cb75\",\n    \"684039dbcdf02e4558410130\"\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"No user attributes found for deletion.\",\n  \"code\": \"\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "c9a86501-212b-4223-b709-9fd659fed9f6",
            "name": "getUserAttributeById | Get User Attribute",
            "request": {
              "name": "getUserAttributeById | Get User Attribute",
              "description": {
                "content": "Retrieve User Attribute details by ID.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "user_attribute",
                  "attribute",
                  ":attribute_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "attribute_id",
                    "description": "(Required) The unique identifier of the attribute to get."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "36177c83-4d53-480f-8806-150e6cac75ed",
                "name": "Successful update",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_attribute",
                      "attribute",
                      ":attribute_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "attribute_id",
                        "description": "(Required) The unique identifier of the attribute to get."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"i\",\n  \"name\": \"aliquip ut Excepteur reprehenderit sed\",\n  \"user_id\": \"pariatur elit in\",\n  \"application_id\": \"d\",\n  \"user_attribute_definition_id\": \"reprehenderit nisi ut ipsum\",\n  \"created_at\": \"1952-02-16T02:20:11.251Z\",\n  \"updated_at\": \"2001-08-07T01:40:47.661Z\",\n  \"type\": \"encrypted_string\",\n  \"customer_overridden\": false,\n  \"attribute\": {\n    \"Duis_b\": -79075786.00269032,\n    \"in_2ad\": true\n  },\n  \"updated_by\": \"ipsum irure ad aliqua\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "5f057c86-73dc-4fcc-9a0d-43e9cf5df939",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_attribute",
                      "attribute",
                      ":attribute_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "attribute_id",
                        "description": "(Required) The unique identifier of the attribute to get."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"code\": \"sit id\",\n  \"message\": \"eu dolor occaecat enim\",\n  \"info\": \"ullamco dolore incididunt\",\n  \"request_id\": \"ex nostrud\",\n  \"error\": \"do cillum aute in\",\n  \"meta\": {\n    \"eu_2f\": 68561844.01541364,\n    \"tempor7b5\": true\n  },\n  \"authenticated\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "ee75fb2b-af56-4a9a-aa11-937c03bc6b14",
            "name": "bulkImportStoreFrontUsers | Bulk import storefront customers using CSV and XLSX files.",
            "request": {
              "name": "bulkImportStoreFrontUsers | Bulk import storefront customers using CSV and XLSX files.",
              "description": {
                "content": "The API allows bulk import of storefront customers using CSV or XLSX files.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "users",
                  "jobs",
                  "import"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"file_format\": \"<string>\",\n  \"absolute_url\": \"<uri>\",\n  \"relative_url\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "0edecfee-2fff-4253-a242-4f3e1aa33a0b",
                "name": "Successfully Bulk Import Users Creation",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "users",
                      "jobs",
                      "import"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"absolute_url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/general/free/original/HaByhxHLn-test_customer.csv\",\n  \"file_format\": \"csv\",\n  \"relative_url\": \"x5/misc/general/free/original/HaByhxHLn-test_customer.csv\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"64e86b2f08d02c45e8f8a456\",\n  \"file_name\": \"test_file\",\n  \"file_format\": \"csv\",\n  \"action_type\": \"import\",\n  \"created_by\": {\n    \"name\": \"Fynd App\",\n    \"user_id\": \"64e86b2f08d02c45e8f8a456\"\n  },\n  \"count\": {\n    \"total\": 100,\n    \"success\": 80,\n    \"error\": 20\n  },\n  \"status\": \"partial\",\n  \"links\": {\n    \"file\": {\n      \"absolute_url\": \"https://example.com/uploads/errors/bulk_upload_users_errors.csv\",\n      \"relative_url\": \"uploads/errors/bulk_upload_users_errors.csv\"\n    },\n    \"error\": {\n      \"absolute_url\": \"https://example.com/uploads/errors/bulk_upload_users_errors.csv\",\n      \"relative_url\": \"uploads/errors/bulk_upload_users_errors.csv\"\n    }\n  },\n  \"application_id\": \"64e86b2f08d02c45e8f8a456\",\n  \"company_id\": \"company_12345\",\n  \"created_at\": \"2024-12-01T10:15:30Z\",\n  \"updated_at\": \"2024-12-02T12:00:45Z\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "7177f080-bf38-491d-a2bf-ebd7acf05f3c",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "users",
                      "jobs",
                      "import"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"absolute_url\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/misc/general/free/original/HaByhxHLn-test_customer.csv\",\n  \"file_format\": \"csv\",\n  \"relative_url\": \"x5/misc/general/free/original/HaByhxHLn-test_customer.csv\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid File Format for Bulk User\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "4d21a2d4-8340-4b25-a331-a871ee72f5c4",
            "name": "getBulkImportUsersList | Get Bulk User's Import Lists for a specific Application.",
            "request": {
              "name": "getBulkImportUsersList | Get Bulk User's Import Lists for a specific Application.",
              "description": {
                "content": "This API allows fetching the list of bulk user imports for a specific application and company.\nIt supports pagination and filtering based on various parameters.\n",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "users",
                  "jobs",
                  "import"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<string>",
                    "description": "page number for pagination result"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<string>",
                    "description": "page size for pagination result"
                  },
                  {
                    "disabled": false,
                    "key": "search",
                    "value": "<string>",
                    "description": "The search queries based on job name."
                  },
                  {
                    "disabled": false,
                    "key": "start_date",
                    "value": "<dateTime>",
                    "description": "Start date"
                  },
                  {
                    "disabled": false,
                    "key": "end_date",
                    "value": "<dateTime>",
                    "description": "End date"
                  },
                  {
                    "disabled": false,
                    "key": "status",
                    "value": "<string>",
                    "description": "Status of the Import Documents"
                  },
                  {
                    "disabled": false,
                    "key": "file_format",
                    "value": "<string>",
                    "description": "Filter data based on file format eg csv or xlsx"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "7edde3d2-c8c5-45fc-97b2-c2051c5d5719",
                "name": "Successfully Bulk Import Users List",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "users",
                      "jobs",
                      "import"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "search",
                        "value": "test"
                      },
                      {
                        "key": "start_date",
                        "value": "2025-01-08T04:45:03.951Z"
                      },
                      {
                        "key": "end_date",
                        "value": "2025-01-08T04:45:03.951Z"
                      },
                      {
                        "key": "status",
                        "value": "complete"
                      },
                      {
                        "key": "file_format",
                        "value": "csv"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"_id\": \"64e86b2f08d02c45e8f8a456\",\n      \"file_name\": \"test_file\",\n      \"file_format\": \"csv\",\n      \"action_type\": \"import\",\n      \"created_by\": {\n        \"name\": \"Fynd App\",\n        \"user_id\": \"64e86b2f08d02c45e8f8a456\"\n      },\n      \"count\": {\n        \"total\": 100,\n        \"success\": 80,\n        \"error\": 20\n      },\n      \"status\": \"partial\",\n      \"links\": {\n        \"file\": {\n          \"absolute_url\": \"https://example.com/uploads/errors/bulk_upload_users_errors.csv\",\n          \"relative_url\": \"uploads/errors/bulk_upload_users_errors.csv\"\n        },\n        \"error\": {\n          \"absolute_url\": \"https://example.com/uploads/errors/bulk_upload_users_errors.csv\",\n          \"relative_url\": \"uploads/errors/bulk_upload_users_errors.csv\"\n        }\n      },\n      \"application_id\": \"64e86b2f08d02c45e8f8a456\",\n      \"company_id\": \"company_12345\",\n      \"created_at\": \"2024-12-01T10:15:30Z\",\n      \"updated_at\": \"2024-12-02T12:00:45Z\"\n    },\n    {\n      \"_id\": \"64e86b2f08d02c45e8f8a456\",\n      \"file_name\": \"test_file\",\n      \"file_format\": \"csv\",\n      \"action_type\": \"import\",\n      \"created_by\": {\n        \"name\": \"Fynd App\",\n        \"user_id\": \"64e86b2f08d02c45e8f8a456\"\n      },\n      \"count\": {\n        \"total\": 200,\n        \"success\": 150,\n        \"error\": 50\n      },\n      \"status\": \"partial\",\n      \"links\": {\n        \"file\": {\n          \"absolute_url\": \"https://example.com/uploads/errors/bulk_upload_users_errors.csv\",\n          \"relative_url\": \"uploads/errors/bulk_upload_users_errors.csv\"\n        },\n        \"error\": {\n          \"absolute_url\": \"https://example.com/uploads/errors/bulk_upload_users_errors.csv\",\n          \"relative_url\": \"uploads/errors/bulk_upload_users_errors.csv\"\n        }\n      },\n      \"application_id\": \"64e86b2f08d02c45e8f8a457\",\n      \"company_id\": \"company_67890\",\n      \"created_at\": \"2024-12-02T11:30:45Z\",\n      \"updated_at\": \"2024-12-02T13:00:45Z\"\n    }\n  ],\n  \"page\": {\n    \"size\": 10,\n    \"item_total\": 20,\n    \"has_next\": true,\n    \"type\": \"number\",\n    \"current\": 1\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "2a4be500-0ac0-45ef-86f8-83a1d2fa61b2",
            "name": "createBulkExportUsers | Bulk export storefront customers using CSV and XLSX files.",
            "request": {
              "name": "createBulkExportUsers | Bulk export storefront customers using CSV and XLSX files.",
              "description": {
                "content": "This API allows bulk export of storefront users by requesting files in CSV or XLSX format.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "users",
                  "jobs",
                  "export"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"file_format\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "d2f55625-9d07-4737-a629-66f1b515f399",
                "name": "Successfully Bulk Export Users Response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "users",
                      "jobs",
                      "export"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"file_format\": \"csv\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"64e86b2f08d02c45e8f8a456\",\n  \"file_name\": \"test_file\",\n  \"file_format\": \"csv\",\n  \"action_type\": \"import\",\n  \"created_by\": {\n    \"name\": \"Fynd App\",\n    \"user_id\": \"64e86b2f08d02c45e8f8a456\"\n  },\n  \"count\": {\n    \"total\": 100,\n    \"success\": 80,\n    \"error\": 20\n  },\n  \"status\": \"partial\",\n  \"links\": {\n    \"file\": {\n      \"absolute_url\": \"https://example.com/uploads/errors/bulk_upload_users_errors.csv\",\n      \"relative_url\": \"uploads/errors/bulk_upload_users_errors.csv\"\n    },\n    \"error\": {\n      \"absolute_url\": \"https://example.com/uploads/errors/bulk_upload_users_errors.csv\",\n      \"relative_url\": \"uploads/errors/bulk_upload_users_errors.csv\"\n    }\n  },\n  \"application_id\": \"64e86b2f08d02c45e8f8a456\",\n  \"company_id\": \"company_12345\",\n  \"created_at\": \"2024-12-01T10:15:30Z\",\n  \"updated_at\": \"2024-12-02T12:00:45Z\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "3f0ca2d2-6c37-4990-a4d4-7a4cf1db9a28",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "users",
                      "jobs",
                      "export"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"file_format\": \"csv\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid File Format for Bulk Export User\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "cdf29ade-2559-4295-9559-164c886c8991",
            "name": "getBulkExportUsersList | Get Bulk User's Export Lists for a specific Application.",
            "request": {
              "name": "getBulkExportUsersList | Get Bulk User's Export Lists for a specific Application.",
              "description": {
                "content": "This API allows fetching the list of bulk user exports for a specific application and company.\nIt supports pagination and filtering based on various parameters.\n",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "users",
                  "jobs",
                  "export"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<string>",
                    "description": "page number for pagination result"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<string>",
                    "description": "page size for pagination result"
                  },
                  {
                    "disabled": false,
                    "key": "file_format",
                    "value": "<string>",
                    "description": "Filter data based on file format eg csv or xlsx"
                  },
                  {
                    "disabled": false,
                    "key": "search",
                    "value": "<string>",
                    "description": "The search queries based on job name."
                  },
                  {
                    "disabled": false,
                    "key": "start_date",
                    "value": "<dateTime>",
                    "description": "Start date"
                  },
                  {
                    "disabled": false,
                    "key": "end_date",
                    "value": "<dateTime>",
                    "description": "End date"
                  },
                  {
                    "disabled": false,
                    "key": "status",
                    "value": "<string>",
                    "description": "Status of the Import Documents"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "18d617be-f0bc-4fca-bbd1-06657e5d7737",
                "name": "Successfully Bulk Import Users Creation",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "users",
                      "jobs",
                      "export"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "file_format",
                        "value": "csv"
                      },
                      {
                        "key": "search",
                        "value": "test"
                      },
                      {
                        "key": "start_date",
                        "value": "2025-01-08T04:45:03.951Z"
                      },
                      {
                        "key": "end_date",
                        "value": "2025-01-08T04:45:03.951Z"
                      },
                      {
                        "key": "status",
                        "value": "inprogress"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Application ID."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Company ID."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"_id\": \"64e86b2f08d02c45e8f8a456\",\n      \"file_name\": \"test_file\",\n      \"file_format\": \"csv\",\n      \"action_type\": \"import\",\n      \"created_by\": {\n        \"name\": \"Fynd App\",\n        \"user_id\": \"64e86b2f08d02c45e8f8a456\"\n      },\n      \"count\": {\n        \"total\": 100,\n        \"success\": 80,\n        \"error\": 20\n      },\n      \"status\": \"partial\",\n      \"links\": {\n        \"file\": {\n          \"absolute_url\": \"https://example.com/uploads/errors/bulk_upload_users_errors.csv\",\n          \"relative_url\": \"uploads/errors/bulk_upload_users_errors.csv\"\n        },\n        \"error\": {\n          \"absolute_url\": \"https://example.com/uploads/errors/bulk_upload_users_errors.csv\",\n          \"relative_url\": \"uploads/errors/bulk_upload_users_errors.csv\"\n        }\n      },\n      \"application_id\": \"64e86b2f08d02c45e8f8a456\",\n      \"company_id\": \"company_12345\",\n      \"created_at\": \"2024-12-01T10:15:30Z\",\n      \"updated_at\": \"2024-12-02T12:00:45Z\"\n    },\n    {\n      \"_id\": \"64e86b2f08d02c45e8f8a456\",\n      \"file_name\": \"test_file\",\n      \"file_format\": \"csv\",\n      \"action_type\": \"import\",\n      \"created_by\": {\n        \"name\": \"Fynd App\",\n        \"user_id\": \"64e86b2f08d02c45e8f8a456\"\n      },\n      \"count\": {\n        \"total\": 200,\n        \"success\": 150,\n        \"error\": 50\n      },\n      \"status\": \"partial\",\n      \"links\": {\n        \"file\": {\n          \"absolute_url\": \"https://example.com/uploads/errors/bulk_upload_users_errors.csv\",\n          \"relative_url\": \"uploads/errors/bulk_upload_users_errors.csv\"\n        },\n        \"error\": {\n          \"absolute_url\": \"https://example.com/uploads/errors/bulk_upload_users_errors.csv\",\n          \"relative_url\": \"uploads/errors/bulk_upload_users_errors.csv\"\n        }\n      },\n      \"application_id\": \"64e86b2f08d02c45e8f8a457\",\n      \"company_id\": \"company_67890\",\n      \"created_at\": \"2024-12-02T11:30:45Z\",\n      \"updated_at\": \"2024-12-02T13:00:45Z\"\n    }\n  ],\n  \"page\": {\n    \"size\": 10,\n    \"item_total\": 20,\n    \"has_next\": true,\n    \"type\": \"number\",\n    \"current\": 1\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b3adb325-8389-48ad-87d1-e0a1c727b67c",
            "name": "getUsersJobByJobId | Retrieve Job Details by Job ID for a Specific Application, Including Both Import and Export Jobs.",
            "request": {
              "name": "getUsersJobByJobId | Retrieve Job Details by Job ID for a Specific Application, Including Both Import and Export Jobs.",
              "description": {
                "content": "This endpoint retrieves the details of a specific user's import and export related jobs associated with a given `job_id`, `application_id`, and `company_id`.\n",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "users",
                  "jobs",
                  ":job_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "job_id",
                    "description": "(Required) The unique identifier of the job. This is used to fetch the details of the specific job.\n"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "be189718-cd6c-4e81-ae96-9ee98f3b4775",
                "name": "Job details retrieved successfully.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "users",
                      "jobs",
                      ":job_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) The unique identifier of the application. This is required to identify the application context for the job.\n"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company. This helps in scoping the request to the specific company.\n"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "job_id",
                        "description": "(Required) The unique identifier of the job. This is used to fetch the details of the specific job.\n"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"64e86b2f08d02c45e8f8a456\",\n  \"file_name\": \"test_file\",\n  \"file_format\": \"csv\",\n  \"action_type\": \"import\",\n  \"created_by\": {\n    \"name\": \"Fynd App\",\n    \"user_id\": \"64e86b2f08d02c45e8f8a456\"\n  },\n  \"count\": {\n    \"total\": 100,\n    \"success\": 80,\n    \"error\": 20\n  },\n  \"status\": \"partial\",\n  \"links\": {\n    \"file\": {\n      \"absolute_url\": \"https://example.com/uploads/errors/bulk_upload_users_errors.csv\",\n      \"relative_url\": \"uploads/errors/bulk_upload_users_errors.csv\"\n    },\n    \"error\": {\n      \"absolute_url\": \"https://example.com/uploads/errors/bulk_upload_users_errors.csv\",\n      \"relative_url\": \"uploads/errors/bulk_upload_users_errors.csv\"\n    }\n  },\n  \"application_id\": \"64e86b2f08d02c45e8f8a456\",\n  \"company_id\": \"company_12345\",\n  \"created_at\": \"2024-12-01T10:15:30Z\",\n  \"updated_at\": \"2024-12-02T12:00:45Z\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "cbb2f9cc-95cb-4267-8002-86aacc8a1e64",
                "name": "Bad Request - The input parameters are invalid or the requested job does not exist.\nCheck the error object in the response for details.\n",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "users",
                      "jobs",
                      ":job_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) The unique identifier of the application. This is required to identify the application context for the job.\n"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) The unique identifier of the company. This helps in scoping the request to the specific company.\n"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "job_id",
                        "description": "(Required) The unique identifier of the job. This is used to fetch the details of the specific job.\n"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Job does not exist for the provided job_id.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "ea8748aa-3a90-4b8b-96f6-bd6d6b494a95",
            "name": "filterUsersByAttributes | Filter Users by Attribute Conditions",
            "request": {
              "name": "filterUsersByAttributes | Filter Users by Attribute Conditions",
              "description": {
                "content": "Returns a filtered list of users based on user attribute conditions and along with details of definition Ids.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "user",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "application",
                  "{{applicationId}}",
                  "user_attribute",
                  "users"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"query\": {\n    \"type\": \"<string>\",\n    \"limit\": \"<integer>\",\n    \"page\": \"<integer>\",\n    \"conditions\": [\n      {\n        \"definition_id\": \"<string>\",\n        \"type\": \"<string>\",\n        \"value\": {\n          \"id74\": -71204636\n        }\n      },\n      {\n        \"definition_id\": \"<string>\",\n        \"type\": \"<string>\",\n        \"value\": {\n          \"ut_1be\": -31323857.762859493,\n          \"dolore__\": false\n        }\n      }\n    ],\n    \"email\": \"<string>\",\n    \"has_email\": \"<boolean>\",\n    \"has_phone\": \"<boolean>\",\n    \"phone\": \"<string>\",\n    \"definition_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "2a26a040-9b06-4f62-a91b-d741234f4e79",
                "name": "Success. Returns a list of filtered users and pagination data.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "user",
                      "v1.0",
                      "company",
                      ":company_id",
                      "application",
                      ":application_id",
                      "user_attribute",
                      "users"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "company_id",
                        "description": "(Required) Numeric ID allotted to a business account on Fynd Platform."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "application_id",
                        "description": "(Required) Alphanumeric ID allotted to an application created within a business account."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"query\": {\n    \"type\": \"or\",\n    \"limit\": 10,\n    \"page\": 1,\n    \"definition_ids\": [\n      \"6825b199cc946807ecada6f7\"\n    ],\n    \"has_email\": true,\n    \"has_phone\": false,\n    \"conditions\": [\n      {\n        \"definition_id\": \"6819fce73d5bcc904d84c37a\",\n        \"type\": \"in\",\n        \"value\": [\n          \"Check\"\n        ]\n      }\n    ]\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"_id\": \"6819fcfc3d5bcc904d84c388\",\n      \"username\": \"6819fcfc3d5bcc904d84c388_681224c7070fc71550196839\",\n      \"emails\": [\n        {\n          \"email\": \"test@example.com\",\n          \"active\": true,\n          \"primary\": true,\n          \"verified\": true\n        }\n      ],\n      \"gender\": \"male\",\n      \"active\": true,\n      \"archive\": false,\n      \"status\": \"activated\",\n      \"attributes\": [],\n      \"first_name\": \"Test\",\n      \"last_name\": \"1\",\n      \"phone_numbers\": [\n        {\n          \"phone\": \"888888888\",\n          \"active\": true,\n          \"primary\": true,\n          \"verified\": false,\n          \"country_code\": 91\n        }\n      ],\n      \"account_type\": \"user\",\n      \"profile_pic_url\": \"https://hdn-1.fynd.com/company/884/applications/000000000000000000000001/theme/pictures/free/original/default-profile_nxhzui.png\",\n      \"has_old_password_hash\": false,\n      \"user_id\": \"6819fcfc3d5bcc904d84c388\",\n      \"application_id\": \"681224c7070fc71550196839\",\n      \"is_encrypted\": false,\n      \"created_at\": \"2025-05-06T12:13:48.327Z\",\n      \"updated_at\": \"2025-05-28T10:52:29.631Z\"\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"current\": 1,\n    \"size\": 10,\n    \"has_next\": false,\n    \"total\": 2\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      },
      {
        "id": "556c275b-ed77-456e-8148-ca51bea0a28f",
        "name": "Webhook",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "29df5239-83df-4fd1-8339-e15835e2bc1a",
            "name": "registerSubscriberToEventV2 | Register Subscriber.",
            "request": {
              "name": "registerSubscriberToEventV2 | Register Subscriber.",
              "description": {
                "content": "Register Subscriber.\n",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "webhook",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "subscriber",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"provider\": \"<string>\",\n  \"association\": {\n    \"application_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"extension_id\": \"<string>\",\n    \"criteria\": \"<string>\"\n  },\n  \"status\": \"<string>\",\n  \"email_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"events\": [\n    {\n      \"slug\": \"<string>\",\n      \"topic\": \"<string>\",\n      \"queue\": \"<string>\",\n      \"event_bridge_name\": \"<string>\",\n      \"workflow_name\": \"<string>\",\n      \"detail_type\": \"<string>\"\n    },\n    {\n      \"slug\": \"<string>\",\n      \"topic\": \"<string>\",\n      \"queue\": \"<string>\",\n      \"event_bridge_name\": \"<string>\",\n      \"workflow_name\": \"<string>\",\n      \"detail_type\": \"<string>\"\n    }\n  ],\n  \"type\": \"<string>\",\n  \"webhook_url\": \"<string>\",\n  \"custom_headers\": {\n    \"officia_af\": false\n  },\n  \"auth_meta\": {\n    \"type\": \"<string>\",\n    \"secret\": \"<string>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "afc4c0c8-e121-478f-a941-db4203c89970",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "webhook",
                      "v2.0",
                      "company",
                      ":company_id",
                      "subscriber",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<number>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier for the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"name\": \"xyz webhook\",\n  \"provider\": \"kafka\",\n  \"association\": {\n    \"application_id\": [\n      \"63a0490757475baff6154585\",\n      \"63a42b512df5d4731c5eb601\"\n    ],\n    \"extension_id\": \"652255c58ab4101b2595c6c5\",\n    \"criteria\": \"SPECIFIC-EVENTS\"\n  },\n  \"custom_headers\": {},\n  \"status\": \"active\",\n  \"email_id\": \"test@example.com\",\n  \"auth_meta\": {\n    \"type\": \"hmac\",\n    \"secret\": \"test1234\"\n  },\n  \"events\": [\n    {\n      \"slug\": \"application/product/create/v1\",\n      \"topic\": \"test1\"\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": 1,\n  \"name\": \"xyz webhook\",\n  \"provider\": \"kafka\",\n  \"association\": {\n    \"company_id\": 1,\n    \"extension_id\": \"652255c58ab4101b2595c6c5\",\n    \"application_id\": [\n      \"63a0490757475baff6154585\",\n      \"63a42b512df5d4731c5eb601\"\n    ]\n  },\n  \"custom_headers\": {},\n  \"status\": \"active\",\n  \"email_id\": \"test@example.com\",\n  \"updated_on\": \"2024-08-01T07:30:24.479Z\",\n  \"created_on\": \"2024-08-01T07:30:24.479Z\",\n  \"modified_by\": \"test@example.com\",\n  \"type\": null\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d60d52e6-73e1-4418-98ab-161e5f6942d3",
            "name": "updateSubscriberV2 | Update Subscriber.",
            "request": {
              "name": "updateSubscriberV2 | Update Subscriber.",
              "description": {
                "content": "Update Subscriber.\n",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "webhook",
                  "v2.0",
                  "company",
                  "{{companyId}}",
                  "subscriber",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"id\": \"<integer>\",\n  \"provider\": \"<string>\",\n  \"status\": \"<string>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"webhook_url\": \"<string>\",\n  \"association\": {\n    \"application_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"extension_id\": \"<string>\",\n    \"criteria\": \"<string>\"\n  },\n  \"custom_headers\": {\n    \"velit_3\": -91751803,\n    \"non_0\": \"ni\"\n  },\n  \"email_id\": \"<string>\",\n  \"auth_meta\": {\n    \"type\": \"<string>\",\n    \"secret\": \"<string>\"\n  },\n  \"events\": [\n    {\n      \"slug\": \"<string>\",\n      \"topic\": \"<string>\",\n      \"queue\": \"<string>\",\n      \"event_bridge_name\": \"<string>\",\n      \"workflow_name\": \"<string>\",\n      \"detail_type\": \"<string>\"\n    },\n    {\n      \"slug\": \"<string>\",\n      \"topic\": \"<string>\",\n      \"queue\": \"<string>\",\n      \"event_bridge_name\": \"<string>\",\n      \"workflow_name\": \"<string>\",\n      \"detail_type\": \"<string>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "34f72424-ea89-4b98-8f8e-d560787e5948",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "webhook",
                      "v2.0",
                      "company",
                      ":company_id",
                      "subscriber",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<number>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier for the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"id\": 1,\n  \"name\": \"xyz webhook\",\n  \"provider\": \"kafka\",\n  \"association\": {\n    \"application_id\": [\n      \"63a0490757475baff6154585\",\n      \"63a42b512df5d4731c5eb601\"\n    ],\n    \"extension_id\": \"652255c58ab4101b2595c6c5\",\n    \"criteria\": \"SPECIFIC-EVENTS\"\n  },\n  \"custom_headers\": {},\n  \"status\": \"active\",\n  \"email_id\": \"test@example.com\",\n  \"auth_meta\": {\n    \"type\": \"hmac\",\n    \"secret\": \"test1234\"\n  },\n  \"events\": [\n    {\n      \"slug\": \"company/company/create/v1\",\n      \"topic\": \"test1\"\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": 1,\n  \"name\": \"xyz webhook\",\n  \"provider\": \"kafka\",\n  \"association\": {\n    \"company_id\": 1,\n    \"extension_id\": \"652255c58ab4101b2595c6c5\",\n    \"criteria\": \"SPECIFIC-EVENTS\",\n    \"application_id\": [\n      \"63a0490757475baff6154585\",\n      \"63a42b512df5d4731c5eb601\"\n    ]\n  },\n  \"custom_headers\": {},\n  \"status\": \"active\",\n  \"email_id\": \"test@example.com\",\n  \"updated_on\": \"2024-08-01T07:30:24.479Z\",\n  \"created_on\": \"2024-08-01T07:30:24.479Z\",\n  \"modified_by\": \"test@example.com\",\n  \"type\": null\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "229cdb90-4f82-46f3-a5b9-a914a35fdbaf",
            "name": "getSubscribersByCompany | List subscribers by company",
            "request": {
              "name": "getSubscribersByCompany | List subscribers by company",
              "description": {
                "content": "Retrieve subscribers associated with a company.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "webhook",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "subscriber",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "Page Number"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<integer>",
                    "description": "Page Size"
                  },
                  {
                    "disabled": false,
                    "key": "extension_id",
                    "value": "<string>",
                    "description": "extension_id"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "91ea3ae3-7373-4c98-a4ed-b8d14382a715",
                "name": "Subscribers By Company ID.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "webhook",
                      "v1.0",
                      "company",
                      ":company_id",
                      "subscriber",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "extension_id",
                        "value": "652255c58ab4101b2595c6c5"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<number>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier for the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"id\": 1,\n      \"name\": \"sub23\",\n      \"webhook_url\": \"https://webhook.site/512b843c-4a3b-4263-9acf-6fc9ad50c042\",\n      \"association\": {\n        \"company_id\": 1,\n        \"application_id\": [\n          \"64aed377b1fd04565d0dff30\",\n          \"64c00b72c07acacc1357503b\",\n          \"64c0ff70eb99eb4a878a7f81\",\n          \"64c117dbeb99eb4a878a9621\",\n          \"000000000000000000000001\",\n          \"000000000000000000000004\"\n        ],\n        \"criteria\": \"SPECIFIC-EVENTS\"\n      },\n      \"status\": \"inactive\",\n      \"custom_headers\": {},\n      \"auth_meta\": {\n        \"type\": \"hmac\",\n        \"secret\": \"test1234\"\n      },\n      \"email_id\": \"test@example.com\",\n      \"type\": null,\n      \"created_on\": \"2023-07-26T12:30:30.235Z\",\n      \"updated_on\": \"2023-07-31T14:45:50.860Z\",\n      \"modified_by\": \"Shailendrapal Shekhawat\",\n      \"event_configs\": [\n        {\n          \"id\": 1,\n          \"event_name\": \"article\",\n          \"event_type\": \"create\",\n          \"event_category\": \"application\",\n          \"version\": \"1\",\n          \"display_name\": \"article\",\n          \"description\": \"This event gets triggered when an article is created\",\n          \"event_schema\": {},\n          \"created_on\": \"2021-12-20T17:38:22.922Z\",\n          \"updated_on\": \"2023-07-26T12:30:30.930Z\",\n          \"subscriber_event_mapping\": {\n            \"id\": 765,\n            \"event_id\": 1,\n            \"subscriber_id\": 1,\n            \"created_on\": \"2023-07-26T12:30:30.305Z\"\n          }\n        }\n      ]\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": false,\n    \"has_previous\": false,\n    \"item_total\": 1,\n    \"size\": 10,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b0da336a-196a-4fbc-afdc-dcc3df327e3b",
            "name": "upsertSubscriberEvent | Register Subscriber.",
            "request": {
              "name": "upsertSubscriberEvent | Register Subscriber.",
              "description": {
                "content": "Register Subscriber.\n",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "webhook",
                  "v3.0",
                  "company",
                  "{{companyId}}",
                  "subscriber",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"webhook_config\": {\n    \"notification_email\": \"<string>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"association\": {\n      \"application_id\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"extension_id\": \"<string>\",\n      \"criteria\": \"<string>\"\n    },\n    \"event_map\": {\n      \"rest\": {\n        \"webhook_url\": \"<string>\",\n        \"type\": \"<string>\",\n        \"events\": [\n          {\n            \"event_category\": \"<string>\",\n            \"event_name\": \"<string>\",\n            \"event_type\": \"<string>\",\n            \"version\": \"<number>\"\n          },\n          {\n            \"event_category\": \"<string>\",\n            \"event_name\": \"<string>\",\n            \"event_type\": \"<string>\",\n            \"version\": \"<number>\"\n          }\n        ],\n        \"custom_headers\": {\n          \"adipisicing_5cd\": -8483601\n        },\n        \"auth_meta\": {\n          \"type\": \"<string>\",\n          \"secret\": \"<string>\"\n        }\n      },\n      \"kafka\": {\n        \"events\": [\n          {\n            \"event_category\": \"<string>\",\n            \"event_name\": \"<string>\",\n            \"event_type\": \"<string>\",\n            \"version\": \"<number>\",\n            \"topic\": \"<string>\"\n          },\n          {\n            \"event_category\": \"<string>\",\n            \"event_name\": \"<string>\",\n            \"event_type\": \"<string>\",\n            \"version\": \"<number>\",\n            \"topic\": \"<string>\"\n          }\n        ],\n        \"type\": \"<string>\"\n      },\n      \"pub_sub\": {\n        \"events\": [\n          {\n            \"event_category\": \"<string>\",\n            \"event_name\": \"<string>\",\n            \"event_type\": \"<string>\",\n            \"version\": \"<number>\",\n            \"topic\": \"<string>\"\n          },\n          {\n            \"event_category\": \"<string>\",\n            \"event_name\": \"<string>\",\n            \"event_type\": \"<string>\",\n            \"version\": \"<number>\",\n            \"topic\": \"<string>\"\n          }\n        ],\n        \"type\": \"<string>\"\n      },\n      \"temporal\": {\n        \"events\": [\n          {\n            \"event_category\": \"<string>\",\n            \"event_name\": \"<string>\",\n            \"event_type\": \"<string>\",\n            \"version\": \"<number>\",\n            \"queue\": \"<string>\",\n            \"workflow_name\": \"<string>\"\n          },\n          {\n            \"event_category\": \"<string>\",\n            \"event_name\": \"<string>\",\n            \"event_type\": \"<string>\",\n            \"version\": \"<number>\",\n            \"queue\": \"<string>\",\n            \"workflow_name\": \"<string>\"\n          }\n        ],\n        \"type\": \"<string>\"\n      },\n      \"sqs\": {\n        \"events\": [\n          {\n            \"event_category\": \"<string>\",\n            \"event_name\": \"<string>\",\n            \"event_type\": \"<string>\",\n            \"version\": \"<number>\",\n            \"queue\": \"<string>\"\n          },\n          {\n            \"event_category\": \"<string>\",\n            \"event_name\": \"<string>\",\n            \"event_type\": \"<string>\",\n            \"version\": \"<number>\",\n            \"queue\": \"<string>\"\n          }\n        ],\n        \"type\": \"<string>\"\n      },\n      \"event_bridge\": {\n        \"events\": [\n          {\n            \"event_category\": \"<string>\",\n            \"event_name\": \"<string>\",\n            \"event_type\": \"<string>\",\n            \"version\": \"<number>\",\n            \"event_bridge_name\": \"<string>\"\n          },\n          {\n            \"event_category\": \"<string>\",\n            \"event_name\": \"<string>\",\n            \"event_type\": \"<string>\",\n            \"version\": \"<number>\",\n            \"event_bridge_name\": \"<string>\"\n          }\n        ],\n        \"type\": \"<string>\"\n      }\n    }\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "a7ae6507-229c-4734-9142-d1ca508f7bf8",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "webhook",
                      "v3.0",
                      "company",
                      ":company_id",
                      "subscriber",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<number>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier for the company."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"webhook_config\": {\n    \"notification_email\": \"test@example.com\",\n    \"name\": \"652255c58ab4101b2595c6c5-test\",\n    \"status\": \"active\",\n    \"association\": {\n      \"criteria\": \"SPECIFIC-EVENTS\",\n      \"extension_id\": \"652255c58ab4101b2595c6c5\",\n      \"application_id\": [\n        \"63a0490757475baff6154585\",\n        \"63a42b512df5d4731c5eb601\"\n      ]\n    },\n    \"event_map\": {\n      \"rest\": {\n        \"webhook_url\": \"https://webhook.site/24a656a9-2c42-4b84-b4cd5\",\n        \"type\": \"marketplace\",\n        \"custom_headers\": {\n          \"test\": \"test\"\n        },\n        \"auth_meta\": {\n          \"type\": \"hmac\",\n          \"secret\": \"test\"\n        },\n        \"events\": [\n          {\n            \"event_category\": \"company\",\n            \"event_name\": \"article\",\n            \"event_type\": \"update\",\n            \"version\": 1\n          }\n        ]\n      },\n      \"kafka\": {\n        \"type\": \"marketplace\",\n        \"events\": [\n          {\n            \"event_category\": \"company\",\n            \"event_name\": \"article\",\n            \"event_type\": \"update\",\n            \"version\": 1,\n            \"topic\": \"fynd-json-company-test1-update\"\n          },\n          {\n            \"event_category\": \"company\",\n            \"event_name\": \"article\",\n            \"event_type\": \"create\",\n            \"version\": 1,\n            \"topic\": \"fynd-json-company-test1-create\"\n          }\n        ]\n      },\n      \"pub_sub\": {\n        \"type\": \"marketplace\",\n        \"events\": [\n          {\n            \"event_category\": \"company\",\n            \"event_name\": \"article\",\n            \"event_type\": \"update\",\n            \"version\": 1,\n            \"topic\": \"fynd-json-company-test-update1\"\n          }\n        ]\n      },\n      \"temporal\": {\n        \"type\": \"marketplace\",\n        \"events\": [\n          {\n            \"event_category\": \"company\",\n            \"event_name\": \"article\",\n            \"event_type\": \"update\",\n            \"version\": 1,\n            \"queue\": \"fynd-json-company-article-temporal-event2\",\n            \"workflow_name\": \"example\"\n          }\n        ]\n      },\n      \"sqs\": {\n        \"type\": \"marketplace\",\n        \"events\": [\n          {\n            \"event_category\": \"company\",\n            \"event_name\": \"article\",\n            \"event_type\": \"update\",\n            \"version\": 1,\n            \"queue\": \"fynd-json-company-article-sqs-event-update3\"\n          }\n        ]\n      },\n      \"event_bridge\": {\n        \"type\": \"marketplace\",\n        \"events\": [\n          {\n            \"event_category\": \"company\",\n            \"event_name\": \"article\",\n            \"event_type\": \"create\",\n            \"version\": 1,\n            \"event_bridge_name\": \"test-event-bridge-update4\"\n          }\n        ]\n      }\n    }\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"status\": true,\n  \"message\": \"Successfully created subscriber\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "1f4d17de-c7b5-434a-9236-9eead30991a7",
            "name": "getSubscriberById | Get a subscriber",
            "request": {
              "name": "getSubscriberById | Get a subscriber",
              "description": {
                "content": "Retrieve a subscriber's details by their unique identifier.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "webhook",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "subscriber",
                  ":subscriber_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<integer>",
                    "key": "subscriber_id",
                    "description": "(Required) subscriber id"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "6e0aa32b-12a2-43a2-b040-2401b263069f",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "webhook",
                      "v1.0",
                      "company",
                      ":company_id",
                      "subscriber",
                      ":subscriber_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<number>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "subscriber_id",
                        "description": "(Required) subscriber id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": 1,\n  \"name\": \"praveen's webhook\",\n  \"provider\": \"kafka\",\n  \"webhook_url\": \"https://webhook.site/67493d35-6468-4c0a-8226-9a50954eb4c3\",\n  \"association\": {\n    \"company_id\": 1,\n    \"application_id\": [],\n    \"criteria\": \"EMPTY\",\n    \"extension_id\": \"652255c58ab4101b2595c6c5\"\n  },\n  \"status\": \"active\",\n  \"custom_headers\": {},\n  \"auth_meta\": {\n    \"type\": \"hmac\",\n    \"secret\": \"test1234\"\n  },\n  \"email_id\": \"test@example.com\",\n  \"type\": null,\n  \"created_on\": \"2023-06-07T06:57:24.567Z\",\n  \"updated_on\": \"2023-06-07T06:57:24.567Z\",\n  \"modified_by\": \"praveen\",\n  \"event_configs\": [\n    {\n      \"id\": 10,\n      \"event_name\": \"article\",\n      \"event_type\": \"create\",\n      \"event_category\": \"company\",\n      \"version\": \"1\",\n      \"display_name\": \"article\",\n      \"description\": \"This event gets triggered when article is created\",\n      \"type\": null,\n      \"event_schema\": {},\n      \"created_on\": \"2021-07-05T11:16:18.175Z\",\n      \"updated_on\": \"2023-01-02T05:04:24.492Z\",\n      \"modified_by\": \"praveen\",\n      \"subscriber_event_mapping\": {\n        \"id\": 77,\n        \"event_id\": 10,\n        \"subscriber_id\": 35,\n        \"created_on\": \"2023-06-07T06:57:24.592Z\"\n      }\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "ec7e233a-6777-4ac3-9420-5faa028beedd",
            "name": "getSubscribersByExtensionId | List subscribers by extension ID",
            "request": {
              "name": "getSubscribersByExtensionId | List subscribers by extension ID",
              "description": {
                "content": "Retrieve subscribers associated with a specific extension.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "webhook",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "extension",
                  ":extension_id",
                  "subscriber",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "Page Number"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<integer>",
                    "description": "Page Size"
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "extension_id",
                    "description": "(Required) extension_id"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "5396686a-7e69-496e-ba3b-68afc00bb7f6",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "webhook",
                      "v1.0",
                      "company",
                      ":company_id",
                      "extension",
                      ":extension_id",
                      "subscriber",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<number>",
                        "key": "company_id",
                        "description": "(Required) Unique identifier for the company."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "extension_id",
                        "description": "(Required) extension_id"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"id\": 3,\n      \"name\": \"652255c58ab4101b2595c6c5\",\n      \"webhook_url\": \"https://reviews.extensions.fyndx1.de/ext/reviews-webhook\",\n      \"association\": {\n        \"company_id\": 47,\n        \"extension_id\": \"652255c58ab4101b2595c6c5\",\n        \"application_id\": [],\n        \"criteria\": \"ALL\"\n      },\n      \"status\": \"active\",\n      \"custom_headers\": {},\n      \"auth_meta\": {\n        \"type\": \"hmac\",\n        \"secret\": \"9gX_S6e28DY1mRP\"\n      },\n      \"email_id\": \"test@example.com\",\n      \"type\": null,\n      \"created_on\": \"2023-07-26T12:30:41.525Z\",\n      \"updated_on\": \"2023-08-01T07:21:33.982Z\",\n      \"modified_by\": \"Sneha Mohite\",\n      \"event_configs\": [\n        {\n          \"id\": 84,\n          \"event_name\": \"shipment\",\n          \"event_type\": \"update\",\n          \"event_category\": \"application\",\n          \"version\": \"1\",\n          \"display_name\": \"shipment\",\n          \"description\": \"This event gets triggered when shipment is update\",\n          \"event_schema\": {},\n          \"created_on\": \"2021-07-02T13:25:34.804Z\",\n          \"updated_on\": \"2021-07-02T13:25:34.804Z\",\n          \"subscriber_event_mapping\": {\n            \"id\": 779,\n            \"event_id\": 84,\n            \"subscriber_id\": 3,\n            \"created_on\": \"2023-07-26T12:30:41.532Z\"\n          }\n        }\n      ]\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": false,\n    \"has_previous\": false,\n    \"item_total\": 1,\n    \"size\": 10,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      }
    ],
    "event": [
      {
        "listen": "prerequest",
        "script": {
          "type": "text/javascript",
          "exec": [
            "const url = require('url');\nconst querystring = require('querystring');\nconst crypto = require('crypto-js');\nconst sha256 = crypto.SHA256;\nconst hmacSHA256 =  crypto.HmacSHA256;\n\nfunction hmac(key, string, encoding) {\n  return hmacSHA256(string, key).toString();\n}\n\nfunction hash(string, encoding) {\n  return sha256(string).toString();\n}\n\n// This function assumes the string has already been percent encoded\nfunction encodeRfc3986(urlEncodedString) {\n  return urlEncodedString.replace(/[!'()*]/g, function (c) {\n    return '%' + c.charCodeAt(0).toString(16).toUpperCase()\n  });\n}\n\nfunction encodeRfc3986Full(str) {\n  return str;\n  // return encodeRfc3986(encodeURIComponent(str));\n}\n\nconst HEADERS_TO_IGNORE = {\n  'authorization': true,\n  'connection': true,\n  'x-amzn-trace-id': true,\n  'user-agent': true,\n  'expect': true,\n  'presigned-expires': true,\n  'range': true,\n};\n\nconst HEADERS_TO_INCLUDE = [\"x\\-fp\\-.*\", \"host\"];\n\n// request: { path | body, [host], [method], [headers], [service], [region] }\nclass RequestSigner {\n  constructor(request) {\n    if (typeof request === 'string') {\n      request = url.parse(request);\n    }\n\n    let headers = request.headers = (request.headers || {});\n    request.headers['host'] = pm.collectionVariables.get(\"baseUrl\").replace(\"https://\", \"\");\n    this.request = request;\n\n    if (!request.method && request.body) {\n      request.method = 'POST';\n    }\n\n  }\n\n  prepareRequest() {\n    this.parsePath();\n\n    let request = this.request;\n    let headers = request.headers;\n    let query;\n\n    if (request.signQuery) {\n\n      this.parsedPath.query = query = this.parsedPath.query || {};\n\n      if (query['x-fp-date']) {\n        this.datetime = query['x-fp-date'];\n      } else {\n        query['x-fp-date'] = this.getDateTime();\n      }\n    } else {\n\n      if (!request.doNotModifyHeaders) {\n        if (request.body && !headers['Content-Type'] && !headers['content-type']) {\n          headers['Content-Type'] = 'application/x-www-form-urlencoded; charset=utf-8';\n        }\n\n        if (request.body && !headers['Content-Length'] && !headers['content-length']) {\n          headers['Content-Length'] = Buffer.byteLength(request.body);\n        }\n\n        if (headers['x-fp-date']) {\n          this.datetime = headers['x-fp-date'] || headers['x-fp-date'];\n        } else {\n          headers['x-fp-date'] = this.getDateTime();\n        }\n      }\n\n      delete headers[\"x-fp-signature\"];\n      delete headers[\"X-Fp-Signature\"];\n    }\n  }\n\n  sign() {\n    if (!this.parsedPath) {\n      this.prepareRequest();\n    }\n    if (this.request.signQuery) {\n      this.parsedPath.query['x-fp-signature'] = this.signature();\n    } else {\n      this.request.headers['x-fp-signature'] = this.signature();\n    }\n\n    this.request.path = this.formatPath();\n    return this.request;\n  }\n\n  getDateTime() {\n    if (!this.datetime) {\n      let headers = this.request.headers;\n      let date = new Date(headers.Date || headers.date || new Date());\n\n      this.datetime = date.toISOString().replace(/[:\\-]|\\.\\d{3}/g, '');\n    }\n    return this.datetime;\n  }\n\n  getDate() {\n    return this.getDateTime().substr(0, 8);\n  }\n\n  signature() {\n    let kCredentials = \"1234567\";\n    let strTosign = this.stringToSign();\n    console.log(strTosign);\n    return `v1.1:${hmac(kCredentials, strTosign, 'hex')}`;\n  }\n\n  stringToSign() {\n    console.log(this.canonicalString())\n    return [\n      this.getDateTime(),\n      hash(this.canonicalString(), 'hex'),\n    ].join('\\n');\n  }\n\n  canonicalString() {\n    if (!this.parsedPath) {\n      this.prepareRequest();\n    }\n\n    let pathStr = this.parsedPath.path;\n    let query = this.parsedPath.query;\n    let headers = this.request.headers;\n    let queryStr = '';\n    let normalizePath = true;\n    let decodePath = this.request.doNotEncodePath;\n    let decodeSlashesInPath = false;\n    let firstValOnly = false;\n    let bodyHash = hash(this.request.body || '', 'hex');\n\n    if (query) {\n      let reducedQuery = Object.keys(query).reduce(function (obj, key) {\n        if (!key) {\n          return obj;\n        }\n        obj[encodeRfc3986Full(key)] = !Array.isArray(query[key]) ? query[key] :\n          (firstValOnly ? query[key][0] : query[key]);\n        return obj;\n      }, {});\n      let encodedQueryPieces = [];\n      Object.keys(reducedQuery).sort().forEach(function (key) {\n        if (!Array.isArray(reducedQuery[key])) {\n          encodedQueryPieces.push(key + '=' + encodeRfc3986Full(reducedQuery[key]));\n        } else {\n          reducedQuery[key].map(encodeRfc3986Full).sort()\n            .forEach(function (val) {\n              encodedQueryPieces.push(key + '=' + val);\n            });\n        }\n      });\n      queryStr = encodedQueryPieces.join('&');\n    }\n    if (pathStr !== '/') {\n      if (normalizePath) {\n        pathStr = pathStr.replace(/\\/{2,}/g, '/');\n      }\n      pathStr = pathStr.split('/').reduce(function (path, piece) {\n        if (normalizePath && piece === '..') {\n          path.pop();\n        } else if (!normalizePath || piece !== '.') {\n          if (decodePath) piece = decodeURIComponent(piece.replace(/\\+/g, ' '))\n          path.push(encodeRfc3986Full(piece));\n        }\n        return path;\n      }, []).join('/');\n      if (pathStr[0] !== '/') pathStr = '/' + pathStr;\n      if (decodeSlashesInPath) pathStr = pathStr.replace(/%2F/g, '/');\n    }\n\n    let canonicalReq = [\n      this.request.method || 'GET',\n      pathStr,\n      queryStr,\n      this.canonicalHeaders() + '\\n',\n      this.signedHeaders(),\n      bodyHash,\n    ].join('\\n');\n    return canonicalReq;\n  }\n\n  canonicalHeaders() {\n    let headers = this.request.headers;\n\n    function trimAll(header) {\n      return header.toString().trim().replace(/\\s+/g, ' ');\n    }\n    return Object.keys(headers)\n      .filter(function (key) {\n        let notInIgnoreHeader = HEADERS_TO_IGNORE[key.toLowerCase()] == null;\n        if (notInIgnoreHeader) {\n          let foundMatch = false;\n          for (let t in HEADERS_TO_INCLUDE) {\n            foundMatch = foundMatch || new RegExp(HEADERS_TO_INCLUDE[t], \"ig\").test(key);\n          }\n          return foundMatch;\n        } else {\n          return false;\n        }\n      })\n      .sort(function (a, b) {\n        return a.toLowerCase() < b.toLowerCase() ? -1 : 1;\n      })\n      .map(function (key) {\n        return key.toLowerCase() + ':' + trimAll(headers[key]);\n      })\n      .join('\\n');\n  }\n\n  signedHeaders() {\n    return Object.keys(this.request.headers)\n      .map(function (key) {\n        return key.toLowerCase();\n      })\n      .filter(function (key) {\n\n        let notInIgnoreHeader = HEADERS_TO_IGNORE[key.toLowerCase()] == null;\n        if (notInIgnoreHeader) {\n          let foundMatch = false;\n          for (let t in HEADERS_TO_INCLUDE) {\n            foundMatch = foundMatch || new RegExp(HEADERS_TO_INCLUDE[t], \"ig\").test(key);\n          }\n          return foundMatch;\n        } else {\n          return false;\n        }\n      })\n      .sort()\n      .join(';');\n  }\n\n  parsePath() {\n    let path = this.request.path || '/';\n    let queryIx = path.indexOf('?');\n    let query = null;\n\n    if (queryIx >= 0) {\n      query = querystring.parse(path.slice(queryIx + 1));\n      path = path.slice(0, queryIx);\n    }\n    path = path.split(\"/\").map((t) => {\n      return encodeURIComponent(decodeURIComponent(t));\n    }).join(\"/\");\n\n    this.parsedPath = {\n      path: path,\n      query: query,\n    };\n  }\n\n  formatPath() {\n    let path = this.parsedPath.path;\n    let query = this.parsedPath.query;\n\n    if (!query) {\n      return path;\n    }\n\n    // Services don't support empty query string keys\n    if (query[''] != null) {\n      delete query[''];\n    }\n\n    return path + '?' + encodeRfc3986(querystring.stringify(query));\n  }\n}\n\n\nlet signingOptions = {\n    method: pm.request.method.toUpperCase(),\n    host: pm.collectionVariables.get(\"baseUrl\").replace(\"https://\", \"\"),\n    path: pm.request.url.getPathWithQuery(),\n    body: pm.request.body ? pm.request.body.toString() : null,\n    headers: pm.request.headers\n}\n\nconsole.log(signingOptions)\n\nlet updatedReqData = new RequestSigner(signingOptions).sign();\n\npm.request.headers.add({\n  key: \"x-fp-date\",\n  value: updatedReqData.headers[\"x-fp-date\"]\n});\n\npm.request.headers.add({\n  key: \"x-fp-signature\",\n  value: updatedReqData.headers[\"x-fp-signature\"]\n});\n\nconsole.log(pm.request)"
          ]
        }
      }
    ],
    "variable": [
      {
        "key": "baseUrl",
        "value": "https://api.fynd.com"
      },
      {
        "key": "companyId",
        "value": "884"
      },
      {
        "key": "applicationId",
        "value": "000000000000000000000003"
      },
      {
        "key": "accessToken",
        "value": "<AccessToken>"
      },
      {
        "key": "cookies",
        "value": "<Cookies>"
      }
    ],
    "info": {
      "_postman_id": "2fb89c96-f005-4174-aaf9-f3f79e3358af",
      "name": "Fynd Platform's Platform Side APIs v2.11.9",
      "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
      "description": {
        "content": "Fynd Platform's Platform Side APIs",
        "type": "text/plain"
      }
    },
    "auth": {
      "type": "bearer",
      "bearer": [
        {
          "key": "token",
          "value": "{{accessToken}}",
          "type": "string"
        }
      ]
    }
  }
}