{
  "collection": {
    "item": [
      {
        "id": "5ba48db2-bdb0-4184-a042-5b97677d4136",
        "name": "Billing",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "387fe59b-5ded-47b5-863c-cf610a404f92",
            "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": "22eeb110-fd60-4f1f-b09d-67b056c5c440",
                "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": "2c2eb1eb-84b2-49a6-b549-f1fba72f85fe",
                "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": "d08449e5-1add-4954-bfba-a76ecbb173ad",
            "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": "1fa17b83-78e8-4d73-95cf-5c8864705016",
                "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": "dda59e8a-8c01-4049-b901-f9a2c46b7cd5",
                "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": "a3547fd7-7ca1-4caf-8c07-dd65f3b69cde",
            "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": "62379d96-97de-4683-b449-daba3f027e9a",
                "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": "5a1e7afd-5ec8-4094-bde1-c1aed8edc1d7",
                "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": "f94cc535-4649-4b65-9842-291017ddf3c2",
            "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      \"ad_7\": 16784221\n    }\n  },\n  \"is_test\": \"<boolean>\",\n  \"return_url\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "60b3a4fd-f981-4cd9-94c0-5e743fb91ecb",
                "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": "e1b50969-7e4c-469b-a047-fe3db5f94cf2",
                "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": "94e1e3a3-8277-4962-9309-fdb011297b31",
            "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        \"proident_990\": 79148753.54621956\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        \"anim_b\": 48064254.521843255,\n        \"aute_8\": true,\n        \"laboris_1\": -37109592.38833258\n      }\n    }\n  ],\n  \"return_url\": \"<string>\",\n  \"trial_days\": \"<number>\",\n  \"is_test\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "9026af76-1448-4563-abe4-d9a03e02641e",
                "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": "c91ea332-2e5b-454a-9938-cbf77cab61a1",
                "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": "2ac62fca-2d68-4117-b8a9-f1666d8b60e6",
        "name": "Cart",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "8c6d1a02-7890-4b8f-8e81-5840bc6a259e",
            "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": "252dd89b-31fe-42fa-930e-72738f88b74a",
                "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": "bb807132-28cc-476e-95cb-52f5087e04da",
            "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": "c089dc22-5ecc-4379-9114-6646ab052895",
                "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": "8e7575c1-64a4-44a7-bce0-c595807e13b8",
                "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": "af74806a-4303-419c-bc2f-270600fd4ce2",
            "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": "82d88a00-1fcf-46a7-9fbc-5e7c3a3dd23b",
                "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": "c33217dd-8695-4041-b811-9718f7f07933",
                "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": "2453334d-0c76-4548-af00-ca06db910115",
            "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": "4941e7e0-7310-45f7-b425-a9c622fd68b6",
                "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": "e87e416f-494f-4182-bf36-ed59d9a9372c",
                "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": "6e2f01c9-a05d-4df7-90d5-9cc1d1539700",
            "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": "c99c3b43-7f8d-43d0-9e67-1434e67c89ec",
                "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": "af1c876a-c515-490a-aa5a-50175b7c9cfc",
                "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": "5873f665-36a6-4dac-b17b-513ac8997ceb",
            "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": "d6544c56-c2bd-410a-b832-fdfaf77f14e2",
                "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": "6ffb2198-87ba-48a9-af96-f1a9ac338be8",
            "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          \"sint__6\": 39303869,\n          \"dolor0bb\": 95351321.68344963\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          \"dolore4f\": 10985212,\n          \"id_dc4\": true,\n          \"qui_1\": \"sit exercitation amet\"\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        \"Excepteur_a6_\": -74950840,\n        \"commodo_64\": false\n      }\n    }\n  },\n  \"_custom_json\": {\n    \"tempor4\": 38473264,\n    \"cupidatat_dc\": false\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": "34f76775-c655-479c-837c-b9d9cf9eabcf",
                "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": "4360fe83-df62-4c94-aabc-0837d1182398",
                "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": "a58e2810-1e75-4ef0-9245-fb0dafc2b301",
            "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": "d65a830d-19d6-45fc-aa93-b899206926d4",
                "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": "b56f0644-55ba-4403-a67d-9140da51baf0",
                "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": "dff7f2dd-6951-4aa8-b151-9fc717ec2645",
            "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          \"ipsumbe2\": true,\n          \"ipsum1\": -63797762\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          \"in_23\": -16749249.615515888\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    \"culpa_0a5\": \"sunt ea\",\n    \"docbb\": -83882375.26925781\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": "49af2a75-5f50-4ceb-9cfc-931c9a020016",
                "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": "9e3c2d5b-38a6-4a0b-8792-271f79f0a9a1",
                "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": "a54357a0-5667-4374-a2b9-184b6c453614",
            "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": "92ec8c8b-9968-45c5-9c5d-11f6c1a8c92c",
                "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": "a1adfa13-7365-41a6-a7e7-83adc8e16098",
                "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": "ff631465-75b5-4b42-99bb-074db7a54ec7",
            "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": "3f3df0f7-8fb5-4c1b-acd3-fa3c89a0ec89",
                "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": "5204f5ed-9f55-42fd-b368-49cabf9be96f",
            "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": "b0213125-a363-4e16-8314-268bb4f1ea24",
                "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": "8531f3c5-cc82-47a7-b9ba-f347271cb600",
                "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": "55f93429-46c0-42bc-8e16-76e198896c4b",
            "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": "734d9098-de59-4502-83ee-115d0f9fb594",
                "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": "381b6322-2d26-47ba-8d49-0aaa1804da85",
                "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": "ba4ed5aa-da20-4216-8b38-2fef0a882a8d",
            "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": "7aed6720-72d8-44bd-aa01-285a075a6aa5",
                "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": "665ca437-0605-4bfd-a15f-4146f237e8db",
                "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": "118cd3ab-86f3-4002-9163-3599ed1e17ac",
            "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": "e7ba8092-3b7c-45b6-bee6-7b704f48dc3c",
                "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": "bdbc990e-a83c-4e3b-acb0-8330507665cd",
                "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": "d3789339-1b14-4af6-b116-0120e19de2aa",
            "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": "3dc87074-c0fb-4e69-9b6f-34d5b3fbafec",
                "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": "adc6a92b-f0c8-40fc-b01c-2259497af827",
                "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": "e284e669-b389-4a24-a96b-eb24f36213ae",
            "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        \"culpa7_0\": \"amet aliquip nulla qui aliqua\",\n        \"aute_\": \"do\"\n      },\n      \"seller_identifier\": \"<string>\",\n      \"size\": \"<string>\",\n      \"uid\": \"<string>\",\n      \"set\": {\n        \"veniamff9\": true,\n        \"nostrud4e0\": -29378559.18575467\n      },\n      \"dimensions\": {\n        \"height\": \"<number>\",\n        \"width\": \"<number>\",\n        \"is_default\": \"<boolean>\",\n        \"unit\": \"<string>\",\n        \"length\": \"<number>\"\n      },\n      \"currency\": {\n        \"esse_2\": true,\n        \"amet_d74\": -46005314,\n        \"sint53\": true\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        \"est_1a\": \"aute eiusmod enim\",\n        \"autebf\": -8535916\n      }\n    },\n    {\n      \"_id\": \"<string>\",\n      \"identifiers\": {\n        \"in_7f\": false,\n        \"adipisicing1\": 79599472.30849701\n      },\n      \"seller_identifier\": \"<string>\",\n      \"size\": \"<string>\",\n      \"uid\": \"<string>\",\n      \"set\": {\n        \"non_f\": -45466064.5015875\n      },\n      \"dimensions\": {\n        \"height\": \"<number>\",\n        \"width\": \"<number>\",\n        \"is_default\": \"<boolean>\",\n        \"unit\": \"<string>\",\n        \"length\": \"<number>\"\n      },\n      \"currency\": {\n        \"in_9\": -50725094.49789728,\n        \"incididuntf\": \"nos\",\n        \"cupidatat_f\": 67032574.03959918,\n        \"dolor1\": true\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        \"tempor_6\": 46780514.80519283,\n        \"officia2\": 7217078.190994859\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      \"eu6d9\": -45790204,\n      \"minim7\": -99334173,\n      \"et_8\": \"deserunt non officia\"\n    }\n  },\n  \"allowed_refund\": \"<boolean>\",\n  \"auto_remove\": \"<boolean>\",\n  \"meta\": {\n    \"ipsum532\": 9478050,\n    \"sit287\": \"nostrud\",\n    \"in_df\": true\n  },\n  \"distribution_logic\": {\n    \"distribution_level\": \"<string>\",\n    \"distribution\": {\n      \"type\": \"<string>\",\n      \"logic\": \"<string>\",\n      \"rule\": {\n        \"conditions\": {\n          \"in_c\": \"es\",\n          \"dolore_9\": true\n        }\n      }\n    }\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "11c4203c-1e9f-4cc9-a2b7-520a1e42b37c",
                "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": "6e677097-aabc-4a1c-b49c-724b0a556219",
                "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": "9f13c22a-74f0-46e3-a3aa-2c5059cd11d1",
            "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": "3bfc35bc-54bd-4da3-acb2-03d3dfcf7f67",
                "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": "94ad6b53-c1d6-42e8-84e4-c0b3ab67a95d",
                "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": "29939c7b-ef97-4346-946e-1349219af884",
            "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        \"adipisicing7f0\": 73079319\n      },\n      \"seller_identifier\": \"<string>\",\n      \"size\": \"<string>\",\n      \"uid\": \"<string>\",\n      \"set\": {\n        \"do43c\": false,\n        \"inff\": -60268903\n      },\n      \"dimensions\": {\n        \"height\": \"<number>\",\n        \"width\": \"<number>\",\n        \"is_default\": \"<boolean>\",\n        \"unit\": \"<string>\",\n        \"length\": \"<number>\"\n      },\n      \"currency\": {\n        \"deserunt9\": 86294832\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        \"mollit64e\": true\n      }\n    },\n    {\n      \"_id\": \"<string>\",\n      \"identifiers\": {\n        \"dolor3\": 54551245.73342544,\n        \"nulla_db\": \"in\",\n        \"officia2\": true\n      },\n      \"seller_identifier\": \"<string>\",\n      \"size\": \"<string>\",\n      \"uid\": \"<string>\",\n      \"set\": {\n        \"incididunt90\": -48367093.870389245\n      },\n      \"dimensions\": {\n        \"height\": \"<number>\",\n        \"width\": \"<number>\",\n        \"is_default\": \"<boolean>\",\n        \"unit\": \"<string>\",\n        \"length\": \"<number>\"\n      },\n      \"currency\": {\n        \"cupidatat_b1\": \"magna anim in\"\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        \"Ut7bd\": true,\n        \"velit6e\": 81540809\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      \"tempor_5\": \"id aliquip sed in\"\n    }\n  },\n  \"created_by\": \"<string>\",\n  \"allowed_refund\": \"<boolean>\",\n  \"meta\": {\n    \"qui5a\": false\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          \"sint_5\": -6752783\n        }\n      }\n    }\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "42fdc54d-f7fb-41cf-bda6-62b81635f094",
                "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": "635dfc13-f1a4-4f12-8df6-712404d725ac",
                "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": "f21e6628-073a-4fd4-a367-f8dbd3347ff5",
            "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": "2d209a00-18f2-4b3a-971c-e1fc535c06c6",
                "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": "4d2aeae2-5d4f-4547-b4ee-7a0c6fc961ab",
            "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": "Ordering source type header, to be used to identify source type of order creation.",
                  "key": "x-ordering-source-type",
                  "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": "e7735327-4f32-4d92-8db0-1756bf5122fd",
                "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": "Ordering source type header, to be used to identify source type of order creation.",
                      "key": "x-ordering-source-type",
                      "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": "8a76c91a-af98-4446-adc1-48f115f4e636",
                "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": "Ordering source type header, to be used to identify source type of order creation.",
                      "key": "x-ordering-source-type",
                      "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": "62a91fe4-758f-4ec8-8a90-6155bd51c829",
            "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>"
                },
                {
                  "disabled": false,
                  "description": "Ordering source type header, to be used to identify source type of order creation.",
                  "key": "x-ordering-source-type",
                  "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      \"consequatc10\": \"cillum commodo id\"\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": "f39b22a8-c8d8-4b88-a40b-d535ff50537f",
                "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>"
                    },
                    {
                      "disabled": false,
                      "description": "Ordering source type header, to be used to identify source type of order creation.",
                      "key": "x-ordering-source-type",
                      "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": "77f996ae-af4e-4033-a31b-d02e074093bc",
            "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": "Ordering source type header, to be used to identify source type of order creation.",
                  "key": "x-ordering-source-type",
                  "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      \"dolore_09\": -47293842\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              \"nisicb\": \"Lorem tempor voluptate do\",\n              \"exercitation738\": 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              \"voluptate7\": 39393933.46980408,\n              \"do95\": \"commodo\"\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        \"laborum_2bc\": 54893194\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              \"laborum_6\": 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              \"est9\": \"in f\"\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        \"Excepteur00\": \"ut exercitation\",\n        \"occaecat15\": false\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          \"tempor_c2b\": \"sed cillum est\",\n          \"est_c\": -1426060\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          \"anim74\": true,\n          \"ex_76_\": true\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      \"officiae\": 90795051.74487635,\n      \"sita7\": \"non aute voluptate aliqua\"\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    \"fugiat7d8\": -89235985\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": "6a2958a6-9a93-4ef2-b8b1-c2cbad274d0e",
                "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": "Ordering source type header, to be used to identify source type of order creation.",
                      "key": "x-ordering-source-type",
                      "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": "8d964403-ffea-448c-b29c-f936eee5fb01",
                "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": "Ordering source type header, to be used to identify source type of order creation.",
                      "key": "x-ordering-source-type",
                      "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": "09eeaffa-f0ec-4aca-9821-f442d7e47963",
            "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": "92d09797-b34c-4bf0-92af-bb1bb93aa87c",
                "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": "075d3390-0fac-490c-b5ba-c065246ae26a",
            "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": "d00f21f3-179d-40bb-908e-83d04b0d249e",
                "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      \"added_on\": \"Tue, 28 Jun 2022 14:47:12 GMT\"\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": "8e8bcd3f-9f4a-4942-82ec-70d14b3d8597",
            "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          \"Duis_f3\": \"<string>\",\n          \"pariatur3cd\": \"<string>\"\n        },\n        {\n          \"laborum_8\": \"<string>\",\n          \"elitc\": \"<string>\"\n        }\n      ],\n      \"product_group_tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"article_id\": \"<string>\",\n      \"article_assignment\": {\n        \"adipisicingb\": false,\n        \"sed_2\": 99089137,\n        \"laborum_a__\": 29764955.255153775\n      },\n      \"store_id\": \"<integer>\",\n      \"display\": \"<string>\",\n      \"item_id\": \"<integer>\",\n      \"extra_meta\": {\n        \"pariaturbd\": -60837126\n      },\n      \"_custom_json\": {\n        \"labore2e\": true\n      },\n      \"force_new_line_item\": \"<boolean>\",\n      \"meta\": {\n        \"in_29\": \"l\",\n        \"idb8\": -28828396,\n        \"Excepteur_16f\": -10080686\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          \"dolore22d\": \"<string>\",\n          \"sunt_a1\": \"<string>\"\n        },\n        {\n          \"laborum_889\": \"<string>\",\n          \"Lorem1\": \"<string>\"\n        }\n      ],\n      \"product_group_tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"article_id\": \"<string>\",\n      \"article_assignment\": {\n        \"ad22\": 62248526,\n        \"utf84\": 14275283,\n        \"magna16a\": 766737,\n        \"consectetur03\": \"in ullamco\"\n      },\n      \"store_id\": \"<integer>\",\n      \"display\": \"<string>\",\n      \"item_id\": \"<integer>\",\n      \"extra_meta\": {\n        \"nulla_c\": 93282909.94517675,\n        \"amet__ae\": true,\n        \"irure_75a\": -16693898.89552693,\n        \"ullamco7\": \"elit do in\"\n      },\n      \"_custom_json\": {\n        \"dolore_5eb\": 79642822,\n        \"nulla7\": \"dolor ex\"\n      },\n      \"force_new_line_item\": \"<boolean>\",\n      \"meta\": {\n        \"ullamco7f\": \"culpa fugiat ipsum\"\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": "fe4cd78e-4125-4006-87a9-fce755fcde73",
                "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": "d237cbc7-8be0-41df-a38c-f9824af6c9d3",
            "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        \"sint_57_\": -79333653.03571698,\n        \"aliqua_8f\": 54033502,\n        \"dolor200\": true\n      },\n      \"meta\": {\n        \"velit_01\": 58980868.38762152,\n        \"adipisicing_9db\": false,\n        \"exercitationf\": \"est id\"\n      },\n      \"extra_meta\": {\n        \"sed__\": true\n      },\n      \"_custom_json\": {\n        \"in_54\": 99841334,\n        \"in__c3\": -89568714,\n        \"sit95f\": -42619562.00062991,\n        \"sed_8d9\": 14568783\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        \"exercitation_a92\": 13200086,\n        \"id_b\": \"labore fugiat laborum reprehenderit\"\n      },\n      \"meta\": {\n        \"Duis__1_\": -50138712.47384958,\n        \"exc6\": 65825426\n      },\n      \"extra_meta\": {\n        \"consecteture5\": \"eu exercitation dolor\",\n        \"ea_abd\": true\n      },\n      \"_custom_json\": {\n        \"sedf2\": 13891727.37386915\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": "03ed26de-921b-4a1e-b66c-a399bb4dc1e1",
                "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": "66e818ed-8ee5-4953-b41b-d057593dbaea",
            "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": "49ebe0fb-4ed5-4ed3-8ea4-9da34b4e6e28",
                "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": "436cfbc0-1f75-4bbe-927a-ef51094acca1",
                "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": "520a6328-32a1-41a4-9a14-97740001784f",
            "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": "c139946a-f9bb-4b1d-a1b3-fa4bb8e5285f",
                "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": "babc9b2f-964c-490b-b6e1-97250b5a0091",
                "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": "d7b5c3e1-a6e0-470d-b200-4dfff708aaa5",
            "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": "Ordering source type header, to be used to identify source type of order creation.",
                  "key": "x-ordering-source-type",
                  "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        \"exercitation_c\": 71926541.55176526\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        \"estf82\": -96289686.92154652,\n        \"magnaf\": \"minim\",\n        \"in_79\": true\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      \"Duis_a\": 89345087.29401776,\n      \"dolorc\": 2375073,\n      \"adipisicing41\": \"cillum minim aliqua\",\n      \"incididunt7_\": \"aute Duis eiusmod proident\"\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      \"in_4\": false,\n      \"suntd\": false,\n      \"consequat_67\": 25735715,\n      \"sint_1\": true\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": "92068ad3-51be-43cf-910b-afb64c7e7577",
                "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": "Ordering source type header, to be used to identify source type of order creation.",
                      "key": "x-ordering-source-type",
                      "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": "40d9a6f5-eae0-43e7-8159-a310918de040",
            "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    \"magna_1b\": 8058012.450192288\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "469fb7af-4a4d-41e5-9e6f-db16590945f3",
                "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": "393904b8-1743-44fa-a6d3-a86e2a251cd4",
            "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": "2189a02f-10af-4109-a41e-b0393762ccc5",
                "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": "2772ba55-9c4c-49f6-bf26-d1d65b70eba9",
                "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": "8486de57-b0d5-42e9-9c0b-e6c619db11da",
            "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": "0b8a18b1-1515-4e7c-8b6f-48465520494e",
                "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": "8a5f0136-238b-4229-8bba-e2305e7b38a4",
            "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": "94e1d993-3845-4f9a-8dc0-36274255ac68",
                "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": "2fc2e9b6-0b41-4225-9bf1-66b79cf79cea",
            "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": "38bdca95-462b-425b-8cdb-e5bd7aa34e3f",
                "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": "bac656ab-4b82-4d95-a8aa-f4191679793e",
            "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": "Ordering source type header, to be used to identify source type of order creation.",
                  "key": "x-ordering-source-type",
                  "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": "7f34f9f5-710f-4638-85c7-5277f9952c33",
                "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": "Ordering source type header, to be used to identify source type of order creation.",
                      "key": "x-ordering-source-type",
                      "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": "44995bf6-a4af-4f42-a7bb-04a35f76673c",
                "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": "Ordering source type header, to be used to identify source type of order creation.",
                      "key": "x-ordering-source-type",
                      "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": "5c043de4-f2a2-4b2e-aa08-4af8e8318815",
            "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": "Ordering source type header, to be used to identify source type of order creation.",
                  "key": "x-ordering-source-type",
                  "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          \"eu_54\": \"<string>\"\n        },\n        {\n          \"minim6c\": \"<string>\",\n          \"nostrud48\": \"<string>\"\n        }\n      ],\n      \"product_group_tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"article_id\": \"<string>\",\n      \"article_assignment\": {\n        \"ullamcoed\": false\n      },\n      \"store_id\": \"<integer>\",\n      \"display\": \"<string>\",\n      \"item_id\": \"<integer>\",\n      \"extra_meta\": {\n        \"animb\": -23033003.077436656,\n        \"fugiat_090\": false,\n        \"do_3\": true\n      },\n      \"_custom_json\": {\n        \"labore_dcf\": -21934213\n      },\n      \"force_new_line_item\": \"<boolean>\",\n      \"meta\": {\n        \"eiusmod800\": true,\n        \"commodo2\": \"veniam\"\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          \"magna_a7\": \"<string>\",\n          \"nulla_f50\": \"<string>\"\n        },\n        {\n          \"nostrudf\": \"<string>\"\n        }\n      ],\n      \"product_group_tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"article_id\": \"<string>\",\n      \"article_assignment\": {\n        \"uta\": 46530635.06359562,\n        \"Lorem54\": \"esse Excepteur\"\n      },\n      \"store_id\": \"<integer>\",\n      \"display\": \"<string>\",\n      \"item_id\": \"<integer>\",\n      \"extra_meta\": {\n        \"Ut_17\": true\n      },\n      \"_custom_json\": {\n        \"aliqua_c\": true,\n        \"nisia_\": -18778838\n      },\n      \"force_new_line_item\": \"<boolean>\",\n      \"meta\": {\n        \"dolor_df8\": -14073044.32237582\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": "82292740-d894-4555-8188-17514ecf32ea",
                "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": "Ordering source type header, to be used to identify source type of order creation.",
                      "key": "x-ordering-source-type",
                      "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": "32290924-da09-45e2-b06e-662583732190",
            "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": "Ordering source type header, to be used to identify source type of order creation.",
                  "key": "x-ordering-source-type",
                  "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        \"nostrud8\": true,\n        \"deserunt_0\": -45948117.15850247,\n        \"dolor1\": \"officia exercitation\"\n      },\n      \"meta\": {\n        \"velit_\": -12466024.134761035,\n        \"incididunt_6\": -73149573.90003234,\n        \"qui_4c\": \"qui Excepteur\"\n      },\n      \"extra_meta\": {\n        \"enimc3c\": \"sint aliquip\",\n        \"eiusmod_12f\": -13423072,\n        \"in_40a\": 50499986.900797814,\n        \"fugiat_b5f\": 79251055\n      },\n      \"_custom_json\": {\n        \"ut_d_\": -68209959\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        \"anim_11\": true\n      },\n      \"meta\": {\n        \"est0\": true\n      },\n      \"extra_meta\": {\n        \"in_edc\": true\n      },\n      \"_custom_json\": {\n        \"commodo_4eb\": -84279449.27811702,\n        \"proidentc\": true,\n        \"commodo_49c\": 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  \"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": "4a45bea6-5d6c-4c69-90be-8a15dea48fb3",
                "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": "Ordering source type header, to be used to identify source type of order creation.",
                      "key": "x-ordering-source-type",
                      "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": "448b9d9a-f37c-4b18-99bd-186bf38c4338",
            "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": "Identifier for the ordering source type (e.g., storefront, store_os_pos, kiosk). Used to determine the source type for order governance and validations.",
                  "key": "x-ordering-source-type",
                  "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": "421910f0-5faf-45f6-ba7e-a3570bb4d440",
                "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": "Identifier for the ordering source type (e.g., storefront, store_os_pos, kiosk). Used to determine the source type for order governance and validations.",
                      "key": "x-ordering-source-type",
                      "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": "e168fd86-aa4c-4001-abe9-8a2e4def4cc9",
                "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": "Identifier for the ordering source type (e.g., storefront, store_os_pos, kiosk). Used to determine the source type for order governance and validations.",
                      "key": "x-ordering-source-type",
                      "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": "e6634c48-1217-41b5-b3c2-0f4905afea6e",
            "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": "56f82082-10dd-4dda-b50b-f7e32f46e218",
                "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": "6931a14d-6070-47f7-a924-3d787ce39d30",
            "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": "4d5ea0a3-6dc8-4a14-ac74-861af761f55f",
                "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": "153b57e9-cff8-47d1-a6e8-a407440fab92",
            "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": "c009f547-861f-4cff-83ce-cbd8e4bce2b5",
                "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      \"expires_at\": \"2026-01-24T00:00:00.000Z\",\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      \"expires_at\": \"2026-01-24T00:00:00.000Z\",\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": "7123d948-e36f-4ed9-9820-9a591ac9c0b5",
            "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": "Ordering source type header, to be used to identify source type of order creation.",
                  "key": "x-ordering-source-type",
                  "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": "b7991eaf-0d2a-40df-a8f0-3b304e1745f1",
                "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": "Ordering source type header, to be used to identify source type of order creation.",
                      "key": "x-ordering-source-type",
                      "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": "7866e93d-5789-4e8b-b001-6aa8239adc83",
            "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": "Ordering source type header, to be used to identify source type of order creation.",
                  "key": "x-ordering-source-type",
                  "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": "e1e345f2-2b3d-4902-a65a-cca9b682f9cb",
                "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": "Ordering source type header, to be used to identify source type of order creation.",
                      "key": "x-ordering-source-type",
                      "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": "17ad1d10-cc15-41a1-b326-06289f5d97a7",
            "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": "6430af33-36d1-479a-a3bb-5d4383b5ca8e",
                "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": "732c18a0-a545-438e-8397-88d86d646e7b",
                "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": "5d140001-dddc-4792-b686-c647b06c29e1",
            "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    \"consectetur_a\": false\n  },\n  \"is_active\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"google_map_point\": {\n    \"ead_\": -47823484.26305018,\n    \"do_9\": -92583330\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    \"exf\": \"ut minim dolore\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "216bee23-2614-49e0-9d75-67977162cc4f",
                "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": "0825606b-bf6d-4990-bddd-46cd6e1adc10",
                "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": "f62d2839-bd41-4b57-812a-d64c0ee0cdc6",
                "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": "c787f37a-28ae-4f7d-ab4a-d2a46f163840",
            "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": "42378a6d-ff03-481e-b625-f7cf6aab8b19",
                "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": "ea1d83f1-fff0-4d33-87ce-d3ad3a4b9657",
                "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": "0cdfde90-cb31-4a49-a305-2543d85b9c5e",
            "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    \"iruree\": \"dolor\"\n  },\n  \"is_active\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"google_map_point\": {\n    \"do_4a2\": \"quis magna et de\"\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    \"magna_ed2\": \"do\",\n    \"dolorebb8\": true\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "b83cb692-4317-466b-a33e-b6774519b9b8",
                "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": "5337ec45-7e25-477e-9602-44b6d2db8585",
                "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": "8bfb4666-9b6f-4c63-a95a-463ee65874f4",
            "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": "3a2f468e-b751-493f-944a-26b53e3439db",
                "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": "a33ef582-5046-4075-886a-e3670e78326a",
                "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": "35ccbf9b-7bcc-4550-9ef3-d860a0252da9",
            "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": "Ordering source type header, to be used to identify source type of order creation.",
                  "key": "x-ordering-source-type",
                  "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": "cc46522a-f91f-46a8-aa31-5274d27a3231",
                "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": "Ordering source type header, to be used to identify source type of order creation.",
                      "key": "x-ordering-source-type",
                      "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": "aecb36b2-40d0-4e07-b12e-dd5fcd1d3713",
                "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": "Ordering source type header, to be used to identify source type of order creation.",
                      "key": "x-ordering-source-type",
                      "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": "0053151c-aba4-4965-9fc7-06c068fc1a73",
            "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": "545eaf4c-140b-4529-9991-a3c7ee583249",
                "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": "d23c2767-6752-48f9-889d-190d7d2dab90",
            "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": "45a808e2-1f4b-4ed1-9a47-8d0a5acbf877",
                "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": "7519ce30-9c6f-4ed9-863b-0ac57a5e88f5",
            "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    \"reprehenderit_9\": true,\n    \"amet500\": -67463014.6689589,\n    \"ut_7\": false\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    \"voluptate_e\": 86554128,\n    \"elit_26\": -99453926,\n    \"et_00\": 74681079,\n    \"animc0\": true,\n    \"magna_4\": -94962830.03982398\n  },\n  \"pan_no\": \"<string>\",\n  \"comment\": \"<string>\",\n  \"staff_user_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "6973bc4b-1626-4961-ad0c-57094dd82794",
                "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": "a3ca5837-acec-49b5-b3e3-f59ca7d31c81",
                "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": "c20f7ada-4dee-4987-8481-319af2943974",
            "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": "6677d509-8a3d-4f84-8a5d-0a90f3fa01aa",
                "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": "309971d5-7899-466c-b484-89e5f476d182",
            "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": "940e44d2-43a7-4822-bd00-00aed27a6a07",
                "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": "b6df48ea-d97a-431d-8056-6b1148936dbd",
            "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": "Ordering source type header, to be used to identify source type of order creation.",
                  "key": "x-ordering-source-type",
                  "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": "3e1868e4-3d8d-4944-a74f-f545fb8af5f9",
                "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": "Ordering source type header, to be used to identify source type of order creation.",
                      "key": "x-ordering-source-type",
                      "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": "232c169b-c4b4-4fef-818a-151034439d90",
            "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>"
                },
                {
                  "disabled": false,
                  "description": "Ordering source type header, to be used to identify source type of order creation.",
                  "key": "x-ordering-source-type",
                  "value": "<string>"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "3bb1ba9a-92e9-45b5-9cd6-d3f7c2a2ceb2",
                "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>"
                    },
                    {
                      "disabled": false,
                      "description": "Ordering source type header, to be used to identify source type of order creation.",
                      "key": "x-ordering-source-type",
                      "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": "ed104b94-e762-40bb-9b18-88670f748069",
            "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": "Ordering source type header, to be used to identify source type of order creation.",
                  "key": "x-ordering-source-type",
                  "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    \"ex9a\": \"dolor culpa\",\n    \"ina\": 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    \"labore_41\": 91139481.39564195,\n    \"minim_3\": -47823522.02058435\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    \"occaecat_ac_\": -53088919\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    \"cillum_9\": \"sed\",\n    \"dolorf\": \"veniam irure eli\"\n  },\n  \"callback_url\": null,\n  \"user_id\": \"<string>\",\n  \"extra_meta\": {\n    \"proident4\": -3856265.2323140204\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": "705f8ab1-eddc-400f-8819-76c7c1275fcc",
                "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": "Ordering source type header, to be used to identify source type of order creation.",
                      "key": "x-ordering-source-type",
                      "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": "3f67ed9d-5125-4f1b-9f20-30026ce9128d",
                "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": "Ordering source type header, to be used to identify source type of order creation.",
                      "key": "x-ordering-source-type",
                      "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": "e3734d83-bb1c-47ba-9e2c-b5c8860118c8",
            "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>"
                },
                {
                  "disabled": false,
                  "description": "Ordering source type header, to be used to identify source type of order creation.",
                  "key": "x-ordering-source-type",
                  "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": "c5e5c4bd-75be-41c6-8678-5732617dbd86",
                "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>"
                    },
                    {
                      "disabled": false,
                      "description": "Ordering source type header, to be used to identify source type of order creation.",
                      "key": "x-ordering-source-type",
                      "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": "61fdbf0b-db4c-4890-8f00-f289adbebdeb",
                "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>"
                    },
                    {
                      "disabled": false,
                      "description": "Ordering source type header, to be used to identify source type of order creation.",
                      "key": "x-ordering-source-type",
                      "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": "bc84dae4-9286-476f-9edd-862d665b40bd",
            "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>"
                },
                {
                  "disabled": false,
                  "description": "Ordering source type header, to be used to identify source type of order creation.",
                  "key": "x-ordering-source-type",
                  "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": "ae312107-2d1d-433a-8b3a-20f712824711",
                "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>"
                    },
                    {
                      "disabled": false,
                      "description": "Ordering source type header, to be used to identify source type of order creation.",
                      "key": "x-ordering-source-type",
                      "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": "867057f0-bf25-492e-a2e4-dbec0d7b0454",
            "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": "5c3247cb-71a3-45cc-b9fa-1d8915660e14",
                "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        \"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        \"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": "1d06fef0-0828-4ced-ae42-7ea7491df5d2",
            "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            \"suntf26\": \"ex ad mollit voluptate\"\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            \"Duis_96\": false,\n            \"sedcda\": \"non cupidatat irure officia dolore\"\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    \"aliquaa1\": {\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          \"sit_aa\": 4254030.099346459\n        }\n      }\n    },\n    \"proidentd40\": {\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          \"irure7\": -69978938,\n          \"auted4\": false,\n          \"culpa918\": \"ex consequat laborum nisi\"\n        }\n      }\n    },\n    \"laborisd\": {\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          \"do_2\": 21219705\n        }\n      }\n    },\n    \"dolore60\": {\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          \"sunt_6da\": true\n        }\n      }\n    },\n    \"anim_2f\": {\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          \"est__5d\": \"aute Excepteur consequat dolor\"\n        }\n      }\n    },\n    \"in0\": {\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          \"cupidatat3e\": 46927570,\n          \"commodo__f7\": 563566.1386554241\n        }\n      }\n    },\n    \"velit_65e\": {\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          \"sed_9\": -47502376\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    \"cron\": \"<string>\",\n    \"duration\": \"<integer>\"\n  },\n  \"_custom_json\": {\n    \"est_05\": 21760244.240322098,\n    \"ut_c1_\": \"eiusmod tempor\"\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": "d633be5d-593a-4746-9915-0311dcb93943",
                "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    \"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": "a261a554-1a94-4a21-aeeb-65bddb5ca3d4",
                "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": "e5968f07-4b78-422e-a150-8d5c5c19afe0",
            "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": "1deff128-4e7e-4df0-a887-cd45cd8ee550",
                "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    \"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": "ecad8451-bdec-43f3-8fdd-ed371320c5ab",
                "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": "6c4da48f-2550-429c-91f1-18c989d3d4d1",
            "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            \"Excepteur_49\": false,\n            \"ipsum_c1\": \"deserunt et\",\n            \"dolor_7\": -76693805,\n            \"sit_4\": 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            \"adipisicinge_0\": 31880948,\n            \"aliqua_0e\": -7457551\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    \"deserunt__aa\": {\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          \"laboris7\": -38178093.43106524\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    \"cron\": \"<string>\",\n    \"duration\": \"<integer>\"\n  },\n  \"_custom_json\": {\n    \"ex_6\": 82893361,\n    \"cillum_5c\": 61498693.69278255\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": "9597206e-13e4-47ca-9fd9-73ec33101442",
                "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    \"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    \"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": "7d30ef99-d65e-410d-9d9f-3e46671cd513",
                "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    \"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": "159711c9-3f0b-48bf-ac40-3f7ff51c0f11",
            "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": "495f4055-a250-48b4-b8da-e1e12541c801",
                "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": "07cbbaff-9189-44f9-981f-ef7c906d7cd7",
                "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": "ea9c9ac8-d8b9-4fc6-bb8f-130822b31b41",
            "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": "cc169add-e064-4793-b590-b372cd30f657",
                "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": "a88861a8-1947-489f-8150-76b0c4dc0c2c",
                "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": "83568fa7-9ae3-49dd-aa03-4008ea5bf55a",
        "name": "Catalog",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "67e065ab-387d-4f35-ad99-48f078c7f781",
            "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": "6eb348f9-f589-486a-a630-d76af3a70142",
                "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": "b09e4a46-30a4-4df1-94d8-d57f57c59352",
            "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    \"eaf1e\": true,\n    \"laborisc\": 22256371.58877252\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "a4605660-d9fd-400a-85c2-91c91e9b69db",
                "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": "614cbe62-30b2-4812-83ad-56323d0dbe72",
            "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": "c0d4be00-737b-42fa-84d1-00b0cdbcfd63",
                "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": "8e398c15-260e-45d4-81ba-26e1ec7d3cb1",
            "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": "41111a79-c52b-4fd9-ae78-60a9f6da7622",
                "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": "ecf597f5-612c-4179-9e9a-4658ea418bb5",
            "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": "e1930dcc-12c6-4007-a6e2-6cdc9ecb5000",
                "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": "3da1b838-fa59-4384-8053-90d5bde86f3d",
            "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    \"Excepteurc\": 47972955,\n    \"sunt0\": -97216267.71754637\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "9c05f139-4f4a-49e5-9bbc-4c282f4858d9",
                "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": "ddff44ab-99f5-40b3-ab71-8d736ba5a4b2",
            "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": "4c451d54-b313-4265-9501-7e29f306098a",
                "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": "218d0244-5fc1-4243-9e60-a21f05652c8c",
            "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    \"voluptate_95f\": -31342743,\n    \"ad__1\": 52460537.65408805\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      \"qui42e\": true\n    },\n    \"breadcrumbs\": [\n      {\n        \"url\": \"<string>\",\n        \"action\": {\n          \"type\": \"<string>\",\n          \"page\": {\n            \"aute_b6\": \"magna sed ipsum sint\",\n            \"consequat832\": \"nulla culpa deserunt dolore\"\n          }\n        }\n      },\n      {\n        \"url\": \"<string>\",\n        \"action\": {\n          \"type\": \"<string>\",\n          \"page\": {\n            \"veniam_4f7\": -16476128.59361285,\n            \"dolor_5b\": 61708720\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": "cc054f5e-fb14-4a13-8bdd-32ab478622be",
                "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  },\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      \"commodo_2\": false,\n      \"consequat3\": \"incididunt consectetur id\"\n    },\n    \"breadcrumbs\": [\n      {\n        \"url\": \"<string>\",\n        \"action\": {\n          \"type\": \"<string>\",\n          \"page\": {\n            \"fugiatc_a\": -5154282.2057697475\n          }\n        }\n      },\n      {\n        \"url\": \"<string>\",\n        \"action\": {\n          \"type\": \"<string>\",\n          \"page\": {\n            \"esse_21\": 65262470\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": "aa4cc9aa-cbaf-4316-b416-ae468509b921",
            "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": "87754863-aa90-4045-a4ce-f04b6da5ff0c",
                "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": "7b7ae808-c956-48ed-ab7c-5d1e1bfebb69",
            "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": "2cce7ed2-80f6-4b6d-b428-0a0fbbf6803d",
                "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": "96d222da-dab0-4006-8696-293ef87c4520",
            "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    \"magnac\": -5012460,\n    \"velit_b\": false,\n    \"dolored_4\": -63751324,\n    \"pariatur_a\": 70522969.0844912\n  },\n  \"_locale_language\": {\n    \"eiusmod11\": false,\n    \"cupidatat0\": 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    \"sintcd\": false,\n    \"sunt0a\": false\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    \"Duisd\": true,\n    \"laborum_5\": \"adipisicing ullamco\",\n    \"ipsumf98\": true\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              \"irurea\": true,\n              \"elit61\": -27880494.514808074,\n              \"aute_c\": false\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              \"officia__\": -73016507.5136635,\n              \"exercitation_5\": 60486829\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": "ff262d7d-475a-4458-b1eb-41cedae14fcc",
                "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": "b0e935df-973e-4d90-97ba-8114277b5c78",
            "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": "48985165-12ce-4fad-b333-903b7b6a8ecf",
                "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": "a1451e2e-7c1b-4f70-8b42-cdb0e760aba8",
            "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": "548d3591-7d72-4a66-837f-c6ff9bbaac5f",
                "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": "deadb94e-4aa9-49df-b1e4-c6ca87dff9ba",
            "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": "7c7f1bdb-ee5a-4084-bd45-5998d8176c4d",
                "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": "8c56619c-a35c-425a-8c24-bf06cc909a1c",
            "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": "d16d598a-e1f5-43a0-a38b-d9d6f336e0b5",
                "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": "7be19e1a-3330-4f82-8bd0-71c34bf3b1da",
            "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    \"elit_0\": \"magna\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "12720aed-7837-4e8c-8c87-c09538dd077a",
                "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": "3571e56f-9e88-42c0-914f-ebc9b554fea2",
            "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": "510bdc74-137d-46ce-b987-12aadaad1773",
                "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": "fd919068-ab19-4be1-b506-c28fbaa1c7d8",
            "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": "a30714a4-e0ff-474d-9241-d4ed670ceeb2",
                "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": "e067ef7d-a9ba-4b47-8eb0-f149f613dd66",
            "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": "e189a7d2-5d3a-416a-b140-84a43dc3cc0e",
                "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": "ce0c335a-44f2-4008-a8b6-61c6d14df9e1",
            "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": "09215d86-98d8-41c4-a624-f4936aa9655c",
                "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": "a2d5c0be-a9ee-46bc-961a-41d106d17c08",
            "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    \"consequat_41a\": -42864292,\n    \"sunt_4ee\": 84443166,\n    \"adipisicing_2\": -9779776\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    \"non15_\": -68075391.10937917,\n    \"dolore_7c7\": -5271957,\n    \"in_00\": -46125437\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            \"dolore_a3d\": true,\n            \"in8\": 51239258.17805654\n          }\n        }\n      },\n      {\n        \"url\": \"<string>\",\n        \"action\": {\n          \"type\": \"<string>\",\n          \"page\": {\n            \"fugiat66\": 23293056\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": "8c71e2af-75c6-46e4-86d1-a3761c3c4f16",
                "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": "6de78324-eedf-48eb-af6d-34f192620424",
            "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": "04176ec3-40e6-4aa5-b77f-a2789ab12e68",
                "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": "c18e91ea-cc13-4337-b4c9-3185e63765d6",
            "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": "3befeb5b-648a-42b6-9bc6-5c4aa86a87b5",
                "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": "7fa9bc38-69f0-4815-b7df-015bad75179f",
            "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": "b4a43306-7c7b-4856-a8c6-ca032d1ea403",
                "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": "e40ca868-2d04-4d76-8ad5-a6ef2d218417",
            "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": "d02c608a-d099-4bc1-9a27-ef2227782836",
                "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": "0d7b57ea-d40d-4712-8f4a-de4ff190cbd0",
            "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": "1ae76c40-75dd-480f-8e51-a66b02e266b6",
                "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": "37d20080-8f37-43ed-aff6-5431ba7190a2",
            "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    \"sunt027\": -84098262,\n    \"incididunt_cc6\": \"tempor cillum \"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "9fc55ce3-8ba4-4caa-b4af-d31a70950807",
                "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": "557a4302-ee0c-4de2-aa80-8e67926e407d",
            "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": "7f34b034-a036-43ed-ba99-a5a10e8b2c5f",
                "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": "dc9f9965-72a3-43ae-a0f9-bee4e21d7adf",
            "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": "eed09b96-2120-46a3-be57-cbed2cd11c79",
                "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": "caf50974-5bf4-4ff6-8e8f-0c366804a855",
            "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": "5808536c-d920-468e-8571-ae2faa51eb92",
                "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": "67a4a241-87d9-4a0c-8e96-0a444044f2b1",
            "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": "885d943d-a374-44c3-b3ad-af71da524105",
                "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": "88038b81-2c2b-4c09-96d4-d8556179a105",
            "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": "8c8112eb-11ef-4f5f-9c99-2b0fcd4fdd72",
                "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": "31af1eab-13df-4ca3-80b7-59ffba760e6c",
            "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": "a3d91a4f-6394-4467-a214-def08921fd40",
                "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": "4c55f6f6-b06a-4bb5-976e-e87d5fb052e2",
            "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": "c749f25e-cd0f-4a88-9252-13dd1618cfa9",
                "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": "748b1d1d-a95f-45c2-820b-cd764ed75c9b",
            "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": "673e80e6-bcd8-4e94-b796-ac40c589ff05",
                "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": "da1d8e0b-c489-4190-b2cb-b9205a6d195f",
            "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": "c2ede435-080e-4100-a57c-c87979fbf644",
                "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": "258ab960-0daa-4182-ba22-4f5311d087e5",
            "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": "03d73f0f-04b1-4ab7-9847-8558bd0b947d",
                "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": "b0ff053d-842f-4ee9-8318-f74a36102b98",
            "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": "ab742e2e-2359-4dbf-b7cb-9eece418e36a",
                "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": "c500fec2-c0d2-4083-be98-367fdf32f56c",
                "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": "b3b6bf53-6c4b-44d1-b4f5-e7db92f2e4e8",
            "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": "108700b8-e035-4a39-bc0a-df492eb06102",
                "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": "355fa7f2-6e34-4c0c-ac35-58b6e1f4b45f",
            "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": "053c1f9c-24c6-4842-8855-aca9807bed0b",
                "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": "bb042edb-212d-406c-96bb-fe755705815d",
            "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": "405c2367-e037-4b82-939c-d8af9d5d372b",
                "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": "eda1c15e-5bdd-4243-bec9-1f97c1964f2a",
            "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": "c1cd1224-d09c-49d2-9362-952772c229a9",
                "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": "21362d53-59e7-4c5a-9277-080e4da49b8c",
            "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": "171ef0b5-bb71-4664-974f-a140561b8c1e",
                "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": "685014e8-aa78-4e1c-8401-2e40af308388",
            "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": "d2e10577-8ca6-4d61-80a1-ff544ffde0e9",
                "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": "f43b9d95-020f-4ea9-a252-04cd41524c22",
            "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": "f006d04a-74f7-4797-8688-4d1c5febe975",
                "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": "2b1e9380-8bc8-4437-87a1-ddbad15c5fbe",
            "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    \"ea_13\": 89254192,\n    \"et__1\": -31039348.16206588,\n    \"amet64c\": true\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    \"laborum_8ea\": false,\n    \"nostrud_9a8\": \"dolor\"\n  },\n  \"modified_on\": \"<dateTime>\",\n  \"subtitle\": \"<string>\",\n  \"tag\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "b2018477-7974-40bb-91c0-8e155a1f6737",
                "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": "722f1013-ef04-4958-875f-105320101f37",
            "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": "6c4c2b66-c047-4db7-baee-3113cebe50b9",
                "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": "17c9123a-ac9a-407e-adef-6284ac85e3f8",
            "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    \"sunt6\": 22353399\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    \"inb\": 10012981,\n    \"ut0\": true,\n    \"occaecat_39\": 24566795\n  },\n  \"modified_on\": \"<dateTime>\",\n  \"subtitle\": \"<string>\",\n  \"tag\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "958b1c38-dd36-45c1-9910-c755e22cfa51",
                "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": "c2d1bb96-32b0-444e-92a8-68a039947a4a",
            "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": "333fd8c7-9868-440e-89b6-25bf0609123f",
                "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": "5f788c41-3795-420e-9fc4-07e200164d1d",
            "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": "0e90d7d3-4d6e-4662-97b8-f3ae5b05d06b",
                "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": "59469fba-f94b-47d0-9264-284482f2e4b9",
            "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": "e4e5e974-7a18-4aba-8981-6f33c86b053d",
                "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": "dd59a85c-f737-4c95-90d6-0b8f03e3c497",
            "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": "1baa2aee-aa92-4747-9b49-55f849406302",
                "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": "9fb2ccb0-2488-4367-adc3-21b62c6caae1",
            "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": "a1ed64d0-82a8-472b-9d12-29e19a92487b",
                "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": "e0a2c3a6-68cf-4fd0-941e-5daa7c8c905a",
            "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": "1351e3c3-5c40-49f6-aac9-469a98b9459f",
                "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": "dd84e1ae-ec2d-47f6-b47c-99e597558454",
            "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": "1f114637-330c-477f-9eb4-c7ca38faea64",
                "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": "c377f21e-a422-4cb2-aa4f-1462b8cbff80",
            "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": "fb7020f6-27e3-4309-b5d9-60c8bf046a89",
                "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": "0d29437c-b8a2-4519-8353-3b7bf357bcc8",
            "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": "49155a86-14be-456e-97f3-3b7ad8b8d77a",
                "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": "888373ee-b416-4994-81fe-3dee3f4e8fc7",
            "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": "2a6229f9-4e4f-4c39-8c8f-c7a675e80023",
                "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": "11f8fcba-ab6f-4c6b-8215-b2d7a679e3ce",
            "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": "5b883681-d544-4a0f-abd4-5aaca84d549d",
                "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": "3a1b831e-bc08-40dc-8627-0dfd3946d271",
            "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": "a056784f-d31d-4e60-8a4b-8263a1e79d8d",
                "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": "23faa4b7-79c9-4618-ae31-c3b5d2f3c522",
            "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        \"ullamco_1a\": -34813382,\n        \"dolor_6c\": 40780855\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        \"dolore\": \"ad nisi laborum\",\n        \"ipsum_d\": 79139734,\n        \"in_54\": -36163190,\n        \"esse9d7\": false\n      }\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "82e43d50-64b0-4736-9136-c6e7aaac6e5c",
                "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": "fed80031-e346-4627-8245-fcabbc5bbb26",
                "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": "6e753c79-5628-4fbc-ba8d-6ac731e42e85",
            "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": "cd99bd97-a1f3-40e6-be3c-4beb232e8191",
                "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": "601aead4-5a9b-4aaa-a115-65b2e1fd4c53",
            "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": "da4a06c8-ec5d-499a-be1e-b6ba9ffd2278",
                "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\": -93075492,\n  \"task_id\": \"elit officia ad\",\n  \"created_by\": \"2013-12-10T12:23:07.501Z\",\n  \"created_on\": \"1991-03-05T06:16:13.825Z\",\n  \"filters\": {\n    \"date_range\": {\n      \"from_date\": \"occaecat id\",\n      \"to_date\": \"occaecat veniam magna\"\n    },\n    \"logo\": \"id cillum aliquip eiusmod\",\n    \"from_date\": \"sit\",\n    \"stores\": -13511746,\n    \"to_date\": \"culpa\",\n    \"dp_name\": \"Duis dolor\",\n    \"dp_ids\": \"dolor nulla cillum\",\n    \"lane\": \"tempor ullamco adipisicing\",\n    \"selected_shipments\": \"officia consectetur eiusmod laboris\",\n    \"store_name\": \"aliquip culpa\",\n    \"deselected_shipments\": \"nisi sit amet labore volupta\"\n  },\n  \"modified_on\": \"1955-03-21T02:59:24.266Z\",\n  \"notification_emails\": [\n    \"K8Xfw1JIfagO-O@UZuSXYyRKNMac.xyeb\",\n    \"qlxPX@QMyuIvpVQpYLKZzWztlnz.hwce\"\n  ],\n  \"status\": \"running\",\n  \"type\": \"id\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "4f530716-e462-42e1-8a6a-49409420e4a2",
            "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": "53b2db0a-699e-415a-8596-df80a92835e4",
                "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": "a76e0356-be8f-4d98-a9c4-851566b4a6af",
            "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      \"sunt_00\": false\n    },\n    {\n      \"velit2c7\": -93308183,\n      \"amet_2b_\": 7018076.386398062,\n      \"velit8\": 56944255.664979815,\n      \"quis8\": \"incididunt\"\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    \"et692\": -61174723\n  },\n  \"action\": \"<string>\",\n  \"attributes\": {\n    \"nulla_036\": \"nulla eu dolore dolor\",\n    \"est7\": -5893694.4046510905\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        \"aute94\": true,\n        \"commodo_f\": 14081260\n      },\n      \"type\": \"<string>\",\n      \"alt\": \"<string>\",\n      \"thumbnail\": \"<string>\"\n    },\n    {\n      \"url\": \"<string>\",\n      \"meta\": {\n        \"pariatur_ed7\": \"culpa sit proident deserunt Ut\",\n        \"Ut_2\": \"tempor\"\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    \"laborum70\": \"Excepteur irure \",\n    \"sunt_376\": -21203601.610869914,\n    \"ea0a1\": 5575252.800064415\n  },\n  \"variant_media\": {\n    \"irure__b3\": \"dolor ullamco elit do\",\n    \"incididunt999\": false,\n    \"qui9\": 63246547,\n    \"eiusmod_1\": 50388842,\n    \"velitad6\": true\n  },\n  \"variants\": {\n    \"exercitationf\": 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": "03f464b5-bf03-4385-a530-9f922c6e1b1a",
                "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": "19180494-e1a2-4fa6-9ef8-7166243ccd8c",
            "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      \"officia_98\": \"sed nostrud\",\n      \"ipsum_8e1\": 77821910\n    },\n    {\n      \"minim_30\": 15700851.63248986,\n      \"occaecat_2\": 58670540,\n      \"sinta3c\": \"voluptate amet incididunt labore eiusmod\"\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    \"estd5b\": -21260921,\n    \"eu_3\": true\n  },\n  \"action\": \"<string>\",\n  \"attributes\": {\n    \"reprehenderit6d_\": \"est velit elit anim\",\n    \"amet_ca9\": \"ut eu sed quis aliquip\",\n    \"consequat_615\": 30347019\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        \"velit51d\": -60606518.791433394,\n        \"eu99\": 74724381,\n        \"adipisicing_3d\": 8062342\n      },\n      \"type\": \"<string>\",\n      \"alt\": \"<string>\",\n      \"thumbnail\": \"<string>\"\n    },\n    {\n      \"url\": \"<string>\",\n      \"meta\": {\n        \"dolore_d6\": 28790498,\n        \"quis_d\": 89156083\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    \"Ut_00\": false\n  },\n  \"variant_media\": {\n    \"eiusmod6f1\": 50604893.05426228,\n    \"ut_3e\": -51079232.1481337,\n    \"commodo_874\": \"aute voluptate id\",\n    \"ullamco_dab\": -19669267\n  },\n  \"variants\": {\n    \"laboris_21b\": true,\n    \"ut_c98\": false,\n    \"ad__\": \"nisi voluptate\"\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": "cae757f1-301e-4224-aaba-4b1653450e75",
                "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": "1a2e95ef-ec5e-497f-86f6-8754fa59ac89",
            "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    \"laboris66\": true,\n    \"occaecat3\": -97472221.45682576\n  },\n  \"attributes\": {\n    \"ut_18a\": -71953819.61401886\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        \"ut_ca\": -1915599,\n        \"exercitation_b4\": false\n      },\n      \"type\": \"<string>\",\n      \"alt\": \"<string>\",\n      \"thumbnail\": \"<string>\"\n    },\n    {\n      \"url\": \"<string>\",\n      \"meta\": {\n        \"ex_d\": true,\n        \"laboris57\": 43403858\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        \"dolore_340\": false\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        \"in_1f\": 50168865.51491067,\n        \"labore_7\": 90510013.18914133\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    \"sit_6\": 86693887\n  },\n  \"variant_media\": {\n    \"dolore_d99\": -14573531,\n    \"officia__5\": \"dolor deser\"\n  },\n  \"variants\": {\n    \"non_b_1\": -91130729\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "1299c745-67ff-44dd-b193-2693521277ea",
                "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": "ac8819db-2007-40d1-8fc9-0dc774602065",
            "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": "2f136f7e-e32f-4bd7-9031-a6fcf130f861",
                "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": "a319eada-40e1-485e-b99d-ce554f398417",
                "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": "919e8701-f35f-4dec-b3d1-71742bd84971",
            "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": "34bcb1a1-53fd-4c67-ae47-c0d31ee175a6",
                "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": "e89ba2eb-4200-4847-8f31-dd8ca1b3ca5b",
            "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        \"quisf2\": true,\n        \"est8e\": 97803094\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        \"tempor8aa\": -76972202.88312146\n      }\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "f697788b-ea02-4077-a9af-ef0f7dc4fe23",
                "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": "80b2b71c-733c-431b-95f7-0a4d3fa2d12c",
                "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": "b385b12d-fc34-4509-a766-d34953f17a7f",
            "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        \"quisf2\": true,\n        \"est8e\": 97803094\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        \"tempor8aa\": -76972202.88312146\n      }\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "bd18f25a-1863-4c2a-a951-19227f3cf931",
                "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": "b956d0e5-3942-4e07-bbd8-043c6426fa1f",
                "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": "db3bdcfb-fabe-4d5f-9d59-f1894d4367d5",
            "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": "6472a16b-ff50-466b-860e-5b9307dd1c11",
                "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": "9c39c6df-dc77-49ab-93ad-f9cdedeeac24",
                "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": "37882f06-ad9e-4049-aad4-e25f877ddfcb",
            "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": "e79dd00f-e5a4-442f-8eca-8797f3d1ef02",
                "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": "39b899ed-595d-4203-a748-637e12b1a792",
                "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": "1a595abc-b7b8-488c-a38d-743e810ed014",
            "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    {\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    {\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  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "165e4cfa-5d5b-490c-82fa-ea27fff0370f",
                "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": "1f239ea4-ffa7-483a-8f4a-bfc6c4dbcdc6",
            "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": "4715f680-4ea0-4fba-a45a-1d802c9c1149",
                "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": "fed05991-f4e7-4512-b8ee-e6e448bda3bb",
            "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": "a0add6ea-2391-458a-b63a-c17af4d85477",
                "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": "42db2dbb-2faa-4479-b18d-0a29a2de7b04",
            "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": "699565c7-fd7d-4af5-a83e-8c40405a3a19",
                "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": "5bc4d497-4ea4-414a-914f-f31d6a139ce4",
            "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": "b022960d-975d-4af3-b1cf-cced72c95679",
                "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": "f7e832e0-3ff5-40bc-9634-ead5649c4278",
            "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": "85d7f3db-1f47-46eb-88bf-ced502fde9f7",
                "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": "f35cb74c-53cb-419b-9610-55f4e8c6fd11",
            "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": "9d46df37-53b3-45a8-b293-bf6a83781b14",
                "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": "b7348ed7-b3a5-4ccc-8f79-4ab81ef70eea",
            "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": "4c067d8f-175b-45c5-99a8-0181ffcf92f5",
                "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": "e2b42124-2a8f-4fcd-9689-a91f7ddc7bf6",
            "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": "40f076d9-2371-4b6e-8f1f-889e8c3df685",
                "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": "2d8f3a3b-7568-4af8-9308-28ae41193d76",
            "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": "f267a755-b743-46b6-891b-894af5e9ba0a",
                "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": "7bd4f14c-e541-4ed3-98d8-2ca5a6354ece",
            "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": "308595d7-5013-4292-a656-28029760cd05",
                "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": "676a7aaa-068e-4285-bf43-0ecbb47abf95",
            "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": "d432ec10-5d5e-4d0a-a00d-2d461abc6015",
                "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": "0b7e6c6e-ab03-4bc9-9f2c-1d44e4522ee9",
            "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": "6a9e45d3-10d3-4fe0-8a29-21b93cae803f",
                "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": "76e29127-669e-4539-89ec-31a2bc72e80d",
            "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": "a29e5596-0261-4db9-8c53-8b9e7b85ab20",
                "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": "cea786e9-4db1-4ace-bc08-87ba43abe0de",
                "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\": \"laboris irure occaecat Excepteur\",\n  \"status\": -35590864,\n  \"success\": false,\n  \"error_trace\": \"ut ullamco nulla in do\",\n  \"error\": \"quis cillum proident Lorem fugiat\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "694f1db8-f8f1-435f-8fba-c3565c3afeb4",
            "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": "88124a8c-25c0-4ae7-a9dc-a4b86ca4c34f",
                "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": "711de176-c8b5-4488-a4e0-39db62d333c7",
                "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\": \"laboris irure occaecat Excepteur\",\n  \"status\": -35590864,\n  \"success\": false,\n  \"error_trace\": \"ut ullamco nulla in do\",\n  \"error\": \"quis cillum proident Lorem fugiat\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "4d8fbf3b-4911-45ea-9edc-a03714cfc684",
            "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": "7f9d1995-6bf5-49fc-ac6a-7eb174163f23",
                "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": "cc9ab65f-e0e1-4956-9479-c8c6fcba0b33",
            "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": "234551c6-f0b3-4a6b-95bd-ddd035d177f0",
                "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": "52a2e58d-afa6-4073-94c9-730b628c1a60",
                "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": "be21b604-05c8-4e8e-97ca-11fb0f4cf2e7",
            "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": "be429a48-d184-4106-a8a9-5f6c60cf715d",
                "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": "e63452a6-0335-4502-be05-e55b1b6635a5",
                "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": "a760fec8-87ba-4dcc-808a-9ae28eacccf7",
            "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": "4171986c-ad1c-477e-97b8-321bf5db0406",
                "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": "6450da3f-74a4-45be-9ae7-651fc78788c0",
                "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": "eaddd195-16d5-4662-8ddc-96f1b3ad89f7",
            "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": "10cf16ba-fcdb-48d5-ad09-b12c9cb67b62",
                "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": "6057573c-ff79-4390-959b-57c18626cc81",
            "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": "549a6e6b-eb71-4754-91c3-9edbf9ac9bed",
                "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": "daab0b9f-ea6f-4048-b910-5e2e629d6d10",
                "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": "4d462c2f-ad3f-4868-8283-047240666e5a",
            "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": "54255aa8-2341-4fa7-a3ca-bfa5c08dbaac",
                "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": "c063eb47-9740-49fa-b4a6-6e7de328aa92",
                "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": "bc2e7518-f2ed-45fa-95de-d857a25ca398",
            "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": "6473007c-14f3-4c0f-8d1a-a9df1ea072dd",
                "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": "8505c286-353d-4204-9395-d86ba8b5b8cc",
        "name": "CompanyProfile",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "06cba2cb-52a6-4ca7-ae47-098568b80588",
            "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": "f8764a9c-0c74-4f17-87a8-4285fd724fd3",
                "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": "7ea1cefd-b90a-4569-94f5-138309a7a5dd",
                "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": "33b0fd20-986a-47b5-9554-22576b1e77f2",
                "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": "ec69d9b5-dbb5-4d95-a937-2178bd00d15f",
            "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    \"in__a\": -88151717.37831493\n  },\n  \"company_type\": \"<string>\",\n  \"_custom_json\": {\n    \"est8f\": 59667439.14497098,\n    \"exercitation_0a\": 24259474.211222902\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": "1fafec0d-82c0-4f76-b9b3-42622cd86df1",
                "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": "1565ec43-8f14-41fc-b5f1-e7648f610936",
                "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": "a7ddd434-738d-4f79-addc-f86ffaab81c0",
                "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": "4a4cac79-05f6-4250-addc-c9f63daa8db3",
                "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": "c67d080a-ca08-4874-92a9-b3368d41aa61",
            "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": "90422040-b0ab-480b-948f-b834658d4798",
                "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": "9a3ca7e6-c767-426e-a1aa-8012e7c0c9f9",
                "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": "25c04fc9-3a7b-47b1-a5ab-bd2946b35d3e",
                "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": "7b311fbe-7359-40c2-b756-486015207522",
            "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    \"ullamco0\": \"veniam\",\n    \"pariaturb1\": 44259852,\n    \"dolorae8\": 82901096\n  },\n  \"_locale_language\": {\n    \"dolore_f\": \"et Duis officia nisi\",\n    \"in_98a\": false\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": "3f9fcdbd-c77e-4cef-af0e-db65d090b32c",
                "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": "e1c9eb39-e756-4210-b524-e5259d1cd08a",
                "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": "96114351-755b-43a4-a38b-1578a270c7cb",
                "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": "3f72c586-dac3-41ce-9172-c72a3de248a0",
            "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    \"officiab1\": true\n  },\n  \"_locale_language\": {\n    \"dolor9ad\": \"Lorem labore occaecat\",\n    \"Lorem__\": \"in consequat\"\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": "59fe46db-b1df-44f0-ba8f-b0ad142cbbc0",
                "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": "85d8c32e-2c2f-476f-99ab-d65f91edec9a",
                "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": "67b94620-d2f9-4277-a417-7334b8a8c3a8",
                "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": "ee86d224-2228-4a06-beb1-ae0cb51d4cd2",
                "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": "defcc96f-a491-4950-87e1-707c79b91d29",
            "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": "e8aabfe1-4b2d-4722-b824-4be4f29aa8e8",
                "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": "06529633-8dcc-4537-88ce-92d589fe3701",
                "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": "f10acdf2-6d09-4b50-9676-157733c690a7",
                "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": "c99739f6-227d-4741-a759-d7ff14b15fb0",
            "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    \"magna_3\": false,\n    \"cupidatat_ca9\": \"sed officia cillum\",\n    \"sit7c\": 89642371.4184159\n  },\n  \"warnings\": {\n    \"exe\": -37762305.239333175,\n    \"occaecat_a1\": false,\n    \"cillum_b3\": 41148888.66369936\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": "650463c1-7287-45e2-a8b1-6d7931f901aa",
                "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": "cbac80c2-b68f-4367-9c48-2fe8b8ff7c78",
                "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": "9b7b8953-358c-4792-b644-63e3afd1740c",
                "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": "4c3fafe7-6e35-473b-9ae1-2c464cbb5b3f",
            "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": "3582e5d6-733b-4351-b7e7-e936c9af6ca6",
                "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": "e8cc38f4-53aa-4d1c-9bad-a9235c640d2f",
                "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": "bd7b1ea7-09f9-47d0-a715-d539222d32d5",
                "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": "a045593a-ef54-4da8-a5d8-17b871c848aa",
            "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    \"sunt_79\": -2130523\n  },\n  \"warnings\": {\n    \"dolore_5\": \"dolor in pariatur Excepteur\",\n    \"dolore_5_\": 92251394\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": "b26840a7-1357-4173-aa7b-07f40fa9c98c",
                "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": "a5615fa2-e214-4d35-80ca-f4cab885aa23",
                "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": "38cac87b-8d9d-4502-82c0-cee6ae0565dd",
                "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": "4757b924-b34e-4bb9-a725-1a8df9506317",
            "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        \"deserunt9f5\": 98765377.38846034,\n        \"in07\": 59517697.313197315,\n        \"ea758\": false\n      },\n      \"warnings\": {\n        \"occaecat158\": true,\n        \"incididuntad1\": -95726738\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        \"dolore_d_\": false,\n        \"proidentea2\": 10567781\n      },\n      \"warnings\": {\n        \"est_7\": -9502090.37282747\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": "efc53f87-f111-4a4a-b4a6-a63e546b264e",
                "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": "057e6b4c-d494-4c34-836f-287933da1c51",
                "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": "2c4b2b91-1947-4747-8097-12a1dc33b510",
                "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": "7b19e0fb-c934-40ef-9df5-53527ba9c713",
            "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": "84e6fafc-0bc0-4687-810d-7c07f3ee0949",
                "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": "906e3574-bad6-4be2-b9f8-df3123dfbd1b",
                "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": "ae865bcb-fa46-4ce8-83b3-57993996afa1",
                "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": "5c5b63df-642f-4506-9ff7-c4d74d7d6df2",
        "name": "Configuration",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "8fe380d9-00b7-4604-bb5e-0fb33911d6a1",
            "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": "320e1867-3e38-49cf-9a90-b7bffae37c25",
                "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    \"engage_enabled\": false,\n    \"offer_enabled\": 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": "f7fe543b-c549-4daa-8468-a46f44e10ac0",
                "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": "cb20b471-aca7-4607-9b50-b2c6c3c0f68e",
            "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": "8b447edb-cdb1-42ae-bf56-c179966c5909",
                "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": "8409aa85-552b-4651-9d80-b4b86fccef40",
            "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": "a7139e70-adff-44f1-9a80-4c3c3a45d03c",
                "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": "8ceec1cd-413a-468e-8f69-49b7603e87e4",
            "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": "70749458-ed80-4e66-b1a2-84420bd98b2d",
                "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": "dceb0c4f-7afd-441a-b945-1e338ad5975b",
                "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": "419dc466-f253-4c70-96a4-1773a5dd5028",
        "name": "Content",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "58ab3d01-9b92-497b-aaa4-13c2e56ff55c",
            "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    \"commodo_e2\": \"aliquip veniam quis fugiat\"\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              \"aute2d\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"culpa5\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"consectetur6c_\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"query\": {\n              \"qui73f\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"url\": \"<string>\"\n          },\n          \"popup\": {\n            \"type\": \"<string>\",\n            \"params\": {\n              \"amete3\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"query\": {\n              \"nostrudfe\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"ut66\": [\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              \"dolor_2\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"nulla1\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"query\": {\n              \"est_5\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"url\": \"<string>\"\n          },\n          \"popup\": {\n            \"type\": \"<string>\",\n            \"params\": {\n              \"deserunt_acf\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"incdf\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"query\": {\n              \"sunt_c2\": [\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": "587c94c8-bbfa-4067-a919-1b8157252e9a",
                "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": "8bd96281-eb60-4517-a160-bcd1bd15aada",
            "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": "c75e67bd-ee8f-4a03-975a-8cb76dc19dcb",
                "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": "42f1e1a6-b4fa-4299-ab5a-128145efde70",
            "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    \"ea_5\": false\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              \"nisi42\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"query\": {\n              \"exercitationc\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"url\": \"<string>\"\n          },\n          \"popup\": {\n            \"type\": \"<string>\",\n            \"params\": {\n              \"Duis_9\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"Excepteur8\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"query\": {\n              \"ex7\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"fugiatf7f\": [\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_a\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"ad_29f\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"query\": {\n              \"non_5\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"in__\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"dolor7\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"url\": \"<string>\"\n          },\n          \"popup\": {\n            \"type\": \"<string>\",\n            \"params\": {\n              \"est_9\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"query\": {\n              \"aute0\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"Excepteur8ba\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"do_1\": [\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": "a37b9404-e26d-43f6-8d46-9bcfe7c75507",
                "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": "89d64049-cb2c-4c20-b3ba-5ac66021816d",
            "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": "0fd650b6-a1ef-4b5c-bbdc-b96e46ec14eb",
                "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": "ba9c5c7a-8bc4-4231-a436-786ecc457c05",
            "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": "7ac5ec11-6f0c-4ad9-96c3-af994862775d",
                "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": "eaf78c21-c55a-4ca6-9af5-1e24f823060b",
            "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": "d3866cc6-c69e-478c-8ecd-fca01ab51af4",
                "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": "786d29eb-cc89-4d85-bd09-fd5c64e25718",
            "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": "ecbd4996-8ec2-4fd1-a15d-5d9b51367f47",
                "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": "162ac8c6-3bb5-41f1-8f76-e75aa43da798",
            "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      \"mollit1\": \"adipisicing tempor dolor vel\",\n      \"ex5\": -86176973,\n      \"labore3_\": 86818326.37162414\n    }\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "f2ab1008-c191-4f04-a348-6ae04a2edce1",
                "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": "57fb05f4-f9ec-431f-a9f6-81467276b639",
            "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": "a957abf2-1f2f-4ed6-a87e-ceaf6fbc9229",
                "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": "9afbe121-38a8-4870-b892-93ac998580a4",
            "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": "5292ed6b-17c7-4a4f-827d-3dc906529504",
                "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": "ef97789e-c3ec-42d8-b95c-d7ed44bed2bb",
            "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": "18e37262-f611-44ab-9718-083e34ffd3f6",
                "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": "649bb108-5d3c-4b81-804c-f1c0169a6cad",
            "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": "0e8b20e7-9614-41a3-b825-463bab8aee40",
                "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": "cdf6d522-7dff-4a86-9fa3-7d4a94db5e30",
            "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": "27cb95f1-ed14-4bb3-a72f-2fcfd5639d1c",
                "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": "bfaf23d4-4693-4b7d-9fa0-63ab021f3c76",
            "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": "ccbd5d06-ecdb-4541-9df0-166e5bfc2a18",
                "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": "b5d0c337-6d9d-4007-b0f4-08b62a6e660f",
            "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": "a1b8e4d2-d7f1-47df-80cc-bcfb04b1a82c",
                "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": "bb0063e9-9cc3-41a4-ab6f-0ec588bb466a",
            "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": "acab171e-6799-47ca-ad06-d7d8e1c15f8e",
                "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": "66fbf434-ac0a-4d76-ba37-4ff713d94540",
            "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        \"occaecatff\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"veniam9\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"query\": {\n        \"auted\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"url\": \"<string>\"\n    },\n    \"popup\": {\n      \"type\": \"<string>\",\n      \"params\": {\n        \"temporfe\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"id_b_6\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"elitceb\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"amet_458\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"sed_3\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"query\": {\n        \"laborum2\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"et5\": [\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    \"sed_56a\": \"culpa adipisicing et in\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "e4fe1ff8-82f5-42c6-b910-856f6cb265c7",
                "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": "053747c9-bd59-4037-b4b9-23f2848eaf2d",
            "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        \"aliqua_a\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"aliqua231\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"consequat8\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"dolor1\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"query\": {\n        \"et_df9\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"url\": \"<string>\"\n    },\n    \"popup\": {\n      \"type\": \"<string>\",\n      \"params\": {\n        \"pariaturbc6\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"query\": {\n        \"fugiat87\": [\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    \"nullac0\": true,\n    \"officia8\": 21011803.942137063\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "0c5b93d0-6bca-4de6-ab0d-e5bb67d71068",
                "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": "3ccc87ed-b0eb-4de3-9b04-b4a468f1ad1f",
            "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": "a496dd66-ed1e-4656-abaf-60a299752d4d",
                "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": "f9c18530-edad-4e5d-81fe-d7f38dad453d",
            "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": "fde70831-dd37-44d0-9b03-71d7cdcd8ac8",
                "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": "62e97c03-10e8-4d4b-936e-f8f5ca7b4412",
            "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": "05b4fed9-5ab2-40ed-aee9-a17f4f8343cf",
                "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": "d354ffff-84c1-43c0-bfdc-c0f69029161a",
            "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": "4ed51ec3-fdc9-46c6-b193-c5272f10c6b1",
                "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": "47032584-b6e9-4959-b04d-632df348a4bc",
            "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            \"pariatur_0e\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"irure_6_\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"sit_3\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"dolor9c3\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"query\": {\n            \"minim_13e\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"anim6\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"dolor_5d1\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"url\": \"<string>\"\n        },\n        \"popup\": {\n          \"type\": \"<string>\",\n          \"params\": {\n            \"nostrud_e\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"voluptate_5f8\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"dolored_f\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"query\": {\n            \"ipsum_31c\": [\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            \"anim_e1a\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"query\": {\n            \"consectetur477\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"url\": \"<string>\"\n        },\n        \"popup\": {\n          \"type\": \"<string>\",\n          \"params\": {\n            \"nonf\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"query\": {\n            \"ullamco2_3\": [\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": "4acc76a9-73de-47c8-8761-9c023be423f6",
                "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": "15f8daac-c8e7-437b-81a0-585fd5030f61",
            "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": "2caefdce-219a-4680-ba52-47d23b03597d",
                "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": "61a8c635-1b5a-48e4-9d37-90eb19171469",
            "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": "b71a9e34-4628-460f-8290-f958fee9177d",
                "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": "36350084-2f1c-44e2-9648-0db7069687fb",
            "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            \"in_47f\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"mollit_d\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"query\": {\n            \"quie5c\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"ut_0\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"url\": \"<string>\"\n        },\n        \"popup\": {\n          \"type\": \"<string>\",\n          \"params\": {\n            \"exercitationdc3\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"ametb0\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"query\": {\n            \"officia_8_7\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"minim__\": [\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            \"laboris5\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"query\": {\n            \"laboris_a\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"qui2c_\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"url\": \"<string>\"\n        },\n        \"popup\": {\n          \"type\": \"<string>\",\n          \"params\": {\n            \"nisi_c03\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"reprehenderite\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"non59\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"incididuntd\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"query\": {\n            \"esse_51f\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"deserunt0a\": [\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": "59622adf-a1cd-4046-9cbc-4343376165d2",
                "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": "619c2d0e-a68f-4b2b-b324-a861cd40c0c7",
            "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": "a6f86a54-3d9f-433e-afdf-91f3f8b2643d",
                "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": "3feb8470-1398-400a-afd4-45678d09d6f1",
            "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": "4f8543d7-a9bd-4b6c-8429-e0c02fa90177",
                "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": "87ec484b-0247-4f9f-a803-57b090c1d450",
            "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": "ef485df8-3b25-4a0a-b163-8f19f27c7212",
                "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": "40177214-379d-4d94-ada2-b4c0e35c4ebc",
            "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": "a41a33e9-c3b2-48b7-b956-4c20c33349a5",
                "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": "596ec0ae-313d-4e0c-82ce-5eae820ab5a2",
            "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": "f6079215-2fb1-4d1b-9f17-9a5f95ee9722",
                "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": "ceb6f64a-436b-4ef8-9071-bd6d079ad5fa",
            "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": "19710886-d70f-483c-96d4-d8e526124072",
                "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": "4920523c-1331-4958-bf23-e9898aa664aa",
            "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": "a7ad037e-dc57-49ff-a562-4825a2ec8312",
                "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": "8cf170db-3fdb-49d9-bf4c-464b73e166e7",
            "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": "f52ace97-42b8-45f6-aaf5-7096a9c1c719",
                "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": "693b284d-4995-4382-95e3-4d63ac851210",
            "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": "fde248b5-953d-4743-b759-eca66044f0a6",
                "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": "9bc4ec39-4a8b-4884-9741-1b9fc1f303b9",
            "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": "52861492-b5cf-4149-8356-55d70b4d62a4",
                "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": "de7610ae-61e5-430d-8b32-de1073a0422b",
            "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": "fd9517a0-49a9-402d-a34f-5373be930b76",
                "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": "f225981e-cc82-442c-bc59-740b97834893",
            "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": "da662782-f9cb-417a-a48c-42c4c93a744a",
                "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\": \"sunt ex\",\n      \"target_json\": {\n        \"aliqua_e1f\": -68637783,\n        \"in7\": true\n      }\n    },\n    {\n      \"page_type\": \"<string>\",\n      \"schema\": \"ut\",\n      \"target_json\": {\n        \"fugiat77\": -42257636.679014035\n      }\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "60e99323-8057-4172-9ec4-ed468f98d96f",
            "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": "2736cea7-0da1-42df-9c6d-d368fcad2102",
                "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\": \"ut\",\n      \"title\": \"proident\",\n      \"page_type\": \"<string>\",\n      \"schema\": \"Duis culpa magn\",\n      \"description\": \"laboris officia\",\n      \"active\": true,\n      \"created_at\": \"2012-07-02T03:51:47.285Z\",\n      \"updated_at\": \"2004-12-26T22:02:33.583Z\",\n      \"application\": \"cupidatat dolor\",\n      \"target_json\": {\n        \"Ut_b6\": \"ut nostrud pariatur\",\n        \"proident22b\": \"quis sed nulla\"\n      }\n    },\n    {\n      \"id\": \"non et mollit aliquip\",\n      \"title\": \"pariatur anim\",\n      \"page_type\": \"<string>\",\n      \"schema\": \"in non Duis\",\n      \"description\": \"consectetur nisi\",\n      \"active\": false,\n      \"created_at\": \"1972-08-08T08:17:49.619Z\",\n      \"updated_at\": \"2015-07-04T13:16:56.181Z\",\n      \"application\": \"laborum minim adipisicing\",\n      \"target_json\": {\n        \"Ut__2\": false,\n        \"non8\": 85828988,\n        \"anim_d41\": -61264126.092700444,\n        \"ipsum_65_\": false\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": "f50e3462-2263-4de8-b94e-4c446de90f6e",
            "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    \"ex_d3e\": 75015043\n  },\n  \"active\": \"<boolean>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "ca0728d1-3e1a-48bd-a651-0ecd5505645b",
                "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    \"sintc\": 46104824\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\": \"in et culpa qui\",\n  \"title\": \"eu eiusmod\",\n  \"page_type\": \"<string>\",\n  \"schema\": \"culpa commodo\",\n  \"description\": \"laboris do labore\",\n  \"active\": true,\n  \"created_at\": \"2004-12-14T01:12:27.757Z\",\n  \"updated_at\": \"2007-01-03T23:57:13.028Z\",\n  \"application\": \"magna aute\",\n  \"target_json\": {\n    \"esse_7c\": 52609959.118676394\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "1174d210-8606-44b5-a24a-29c86460fdd6",
            "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": "43b225f9-c699-40b3-a8c1-f8dcce62f2cd",
                "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\": \"in et culpa qui\",\n  \"title\": \"eu eiusmod\",\n  \"page_type\": \"<string>\",\n  \"schema\": \"culpa commodo\",\n  \"description\": \"laboris do labore\",\n  \"active\": true,\n  \"created_at\": \"2004-12-14T01:12:27.757Z\",\n  \"updated_at\": \"2007-01-03T23:57:13.028Z\",\n  \"application\": \"magna aute\",\n  \"target_json\": {\n    \"esse_7c\": 52609959.118676394\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5cb5514d-c3b3-42c9-8c10-09b669ebb9f6",
            "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    \"utc\": \"in\"\n  },\n  \"active\": \"<boolean>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "b1a9f2df-0ade-49a2-acf8-634e7d866991",
                "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    \"sintc\": 46104824\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\": \"in et culpa qui\",\n  \"title\": \"eu eiusmod\",\n  \"page_type\": \"<string>\",\n  \"schema\": \"culpa commodo\",\n  \"description\": \"laboris do labore\",\n  \"active\": true,\n  \"created_at\": \"2004-12-14T01:12:27.757Z\",\n  \"updated_at\": \"2007-01-03T23:57:13.028Z\",\n  \"application\": \"magna aute\",\n  \"target_json\": {\n    \"esse_7c\": 52609959.118676394\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "c9647381-749e-4a5b-86fe-8310a24d2dd9",
            "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": "b492fbaf-9cdb-48d2-af94-09f568bee2d5",
                "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\": \"in et culpa qui\",\n  \"title\": \"eu eiusmod\",\n  \"page_type\": \"<string>\",\n  \"schema\": \"culpa commodo\",\n  \"description\": \"laboris do labore\",\n  \"active\": true,\n  \"created_at\": \"2004-12-14T01:12:27.757Z\",\n  \"updated_at\": \"2007-01-03T23:57:13.028Z\",\n  \"application\": \"magna aute\",\n  \"target_json\": {\n    \"esse_7c\": 52609959.118676394\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "99cde5c6-08c3-4aa6-96d3-0f36560017ae",
                "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": "f6267000-e0b4-484c-a711-fb11c67c6e4e",
            "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": "19ffeae3-582a-4960-8c2e-e89770b5d54c",
                "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": "1a3eb5de-3740-4ce8-8555-aa59069d1f5a",
            "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": "74725ab2-dfa4-472e-8fe8-11d1a52ccde8",
                "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": "cf416d2f-9f08-4f94-9299-ebaca02cfe97",
            "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": "9f5ab0ae-4635-461b-890d-f3df86fa4216",
                "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": "b2380acf-8462-4e2e-a3c2-6f244790488e",
            "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        \"commodod4\": \"ea veli\",\n        \"qui0\": \"consectetur\"\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        \"amet_0ff\": true,\n        \"sedd\": 13293941,\n        \"et_35\": true\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": "1b20a931-9d99-4ae9-8ffb-7ed1c9391de4",
                "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": "4ff66fe7-ac9e-4420-8dce-cc85c2dd8a6d",
            "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": "e48d6950-7d47-4ae1-9343-28f6f5b68ebd",
                "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": "cbdeec8d-5ecb-4d35-961b-e47b7636686b",
            "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      \"dolore_278\": \"do adipisicing sed Ut\"\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": "c50e30e3-0abb-4c77-bcd6-241cb55f6b87",
                "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": "e748707c-a8f0-4958-8ffb-419409a3b8f3",
            "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": "bdfe80e3-0b7b-4772-8f07-357d5c6b427c",
                "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": "e2292cff-5244-4e6f-ab1b-cc31565463f7",
            "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": "3b0174dc-ea59-4643-a475-4aa83c405b9b",
                "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": "741872a7-3a51-4c01-bb17-11d7ddbcde28",
            "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": "17287b1f-e174-4b0d-b7d1-34ec5ac8df33",
                "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": "ea5a4891-14cf-4112-85c5-b06975a47296",
            "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": "ab43c90f-e4d0-4ff0-8252-3056b59369b9",
                "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": "e9991f54-b32a-483d-8723-bbdcbc0cb61e",
            "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": "131fd91d-b410-4bd6-bd5a-9aa872834421",
                "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": "69426aa9-e58f-44ff-84a6-4dd1a38bcc1a",
                "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": "e77086a6-24b1-4c45-a1ac-6266960f309a",
            "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": "60b39188-e642-4040-ac2b-9982955d2351",
                "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": "1532e500-4c33-4321-9450-906a685320b6",
            "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": "cf8ee5bc-261f-44b4-957e-0e5feac07fd2",
                "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": "22c8e1d2-9d2a-4386-9e96-e442b87de0df",
                "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": "e93326ae-3554-40dd-ade8-d43e3955cb7e",
            "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": "48384883-2229-447c-b7ac-4b3a5f0bd91c",
                "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": "0be7c14c-a0a3-4031-9be6-5e8278868e1b",
                "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": "7c6067ab-7857-4d61-9516-39afc6c74413",
            "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": "20ab1708-db2f-4952-a0d1-14f2c88ad0a6",
                "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": "aacb92ce-dd37-412b-8f5e-76d98ab762bc",
                "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": "fbdc0132-fa0d-42c7-a186-8bb44f261765",
            "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": "d98046a3-bb52-43ab-b891-1c0612d7f8f4",
                "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": "91d99a7c-de86-438a-bd14-d51d3f410b8f",
                "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": "6f6a768d-ca8a-408d-927e-68b7718d145e",
            "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": "559bd136-61db-4688-9237-150669a39141",
                "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": "69b8a287-de47-4e81-8b1f-c6a819b59673",
                "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\": \"exercitation in labore officia consequat\",\n  \"status\": 20494743.800477043,\n  \"code\": \"exercitation anim\",\n  \"exception\": \"irure minim dolore elit\",\n  \"info\": \"ex magna ad culpa\",\n  \"request_id\": \"ut aute culpa nisi\",\n  \"stack_trace\": \"ad officia anim cupidata\",\n  \"meta\": {\n    \"reprehenderitd46\": \"non mollit cupidatat dolore\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "dd9e95b0-08fa-4e4b-9b93-3320c6c21c28",
            "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": "80bdfd17-a00a-4e2f-bcf3-c4fbe849898a",
                "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": "00686204-9881-43c6-b64a-d994a4789170",
                "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": "b647f00f-ac7b-48db-8325-7060a3928eb1",
            "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": "7ff376a3-0969-4509-bd25-01289a52de54",
                "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": "21d0feee-7629-4e45-b522-8a7b7be62b32",
                "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": "97a6f361-bb02-4b1e-8d5b-cab3cb5d72f6",
            "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": "7bacec4f-8640-43c0-93f6-b501dcc42719",
                "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": "3e5917b1-6674-43e4-b662-07c82f4905ac",
                "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": "99d29d30-30df-4372-868d-82904c7d336d",
            "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": "0745f272-b51f-4cc8-a183-2bd914c9aad9",
                "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": "c9f64b8c-f762-490e-949a-c7fc00559f4d",
                "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": "b4aa03d6-305d-47a0-86d8-86cb9bb44d48",
            "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": "93597eea-5d57-41f8-8ed6-b3c9eeb8d720",
                "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": "764cc7d2-059e-4245-9927-253cf53e246f",
                "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": "164d96a6-9293-4743-9e62-05f5ae13c0f5",
            "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": "824c395b-1fcd-4c75-b38b-03ed1f372a35",
                "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": "0d337b6e-a578-4ef7-be1e-a45dafb0ce89",
                "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": "45b09f88-779c-41b2-80e7-2239939fdfc2",
            "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": "0f731a17-1bd4-4d2d-9d27-2ecde420ab28",
                "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": "61a5d71b-8057-4e2f-875b-31b9f320875a",
                "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\": \"exercitation in labore officia consequat\",\n  \"status\": 20494743.800477043,\n  \"code\": \"exercitation anim\",\n  \"exception\": \"irure minim dolore elit\",\n  \"info\": \"ex magna ad culpa\",\n  \"request_id\": \"ut aute culpa nisi\",\n  \"stack_trace\": \"ad officia anim cupidata\",\n  \"meta\": {\n    \"reprehenderitd46\": \"non mollit cupidatat dolore\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "4265c93c-c0d4-416f-9bc4-74dea2e7edb7",
            "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": "9b5ed024-c1f9-437c-b62a-eeae68fe586b",
                "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": "4b2899eb-95b9-4491-830c-302f6c650920",
                "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\": \"exercitation in labore officia consequat\",\n  \"status\": 20494743.800477043,\n  \"code\": \"exercitation anim\",\n  \"exception\": \"irure minim dolore elit\",\n  \"info\": \"ex magna ad culpa\",\n  \"request_id\": \"ut aute culpa nisi\",\n  \"stack_trace\": \"ad officia anim cupidata\",\n  \"meta\": {\n    \"reprehenderitd46\": \"non mollit cupidatat dolore\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "1fc401fc-5d7d-4c26-9c3c-6da3732a9b02",
            "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": "115ac718-76a3-4c0b-aa0a-ff81048ae364",
                "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": "41881ef1-65e8-4612-b198-2857b348dca7",
                "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\": \"exercitation in labore officia consequat\",\n  \"status\": 20494743.800477043,\n  \"code\": \"exercitation anim\",\n  \"exception\": \"irure minim dolore elit\",\n  \"info\": \"ex magna ad culpa\",\n  \"request_id\": \"ut aute culpa nisi\",\n  \"stack_trace\": \"ad officia anim cupidata\",\n  \"meta\": {\n    \"reprehenderitd46\": \"non mollit cupidatat dolore\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "70a7732c-80fd-473a-83d9-e09eedd8e526",
            "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": "bec2eab3-20d9-4f91-a75e-7b172337874f",
                "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": "5bb9889a-29a5-4699-b483-ca3cdfac840c",
                "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": "2510770e-eb86-49db-8b92-8e0cd0fea861",
            "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": "cb640008-3f5a-41d8-a06e-7982f4827496",
                "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": "9ef47e38-bbda-4237-a345-91a8c0df39aa",
                "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": "ef5b87e3-c079-48c4-b5a5-faa1ecc3a0b5",
            "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": "b0a87c55-8767-41b2-bb99-08d17c29ef5c",
                "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": "29eeab31-c2fe-4b0c-9ecc-2d10d38a4875",
                "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": "c5f185b6-bb69-45ba-bfa3-53e2b5cce051",
            "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": "8a480121-bbc5-4ce1-8a02-885e82304ecc",
                "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": "e485ce66-29e8-4dee-9a5e-6ffce047e75c",
                "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": "a5bad162-4797-40ce-b84d-666bdeda8c76",
            "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": "94590970-05d4-4540-87af-3f4a08a46c31",
                "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": "7d420aec-e82e-4c18-9b41-5fda76ffc833",
                "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\": \"exercitation in labore officia consequat\",\n  \"status\": 20494743.800477043,\n  \"code\": \"exercitation anim\",\n  \"exception\": \"irure minim dolore elit\",\n  \"info\": \"ex magna ad culpa\",\n  \"request_id\": \"ut aute culpa nisi\",\n  \"stack_trace\": \"ad officia anim cupidata\",\n  \"meta\": {\n    \"reprehenderitd46\": \"non mollit cupidatat dolore\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "ad5c5245-eee5-4af1-ac03-96f1956e06d6",
            "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": "cb0353d6-d0b9-4d72-baed-ed77f0c8d681",
                "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": "44162392-f561-4482-bafe-614a8aba75db",
                "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": "19918163-0691-4d72-9c0d-4da7b92a56b8",
            "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": "6eceef07-3a2f-4b94-9791-d942ddfac967",
                "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": "72a11922-44f0-4fbc-81f4-c925dfafa1d6",
                "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": "69b62e48-5117-4634-b08e-b79b054a471c",
            "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": "540fc164-4783-41e2-9110-92a05cdb9d25",
                "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": "163b8c64-a454-45b9-8786-269c3aab368b",
                "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": "70fef5df-e8bf-4d88-971d-4158365f08c1",
            "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": "81238c49-0807-4d11-b598-6fc5f101a3c9",
                "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": "f4c5cf8a-7a5c-4ae6-9e49-848592a40711",
                "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": "62b40455-8f44-4937-9e0b-cb4aa8e5e16b",
            "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": "ee300698-0d2a-4734-bf2a-8a6f29a697bd",
                "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": "3254a049-a8ec-4ac7-bd44-e7275857a862",
                "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": "3b34f5d4-8300-404f-87dc-1ef0987c6a24",
            "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": "a72d8071-c347-4149-ab80-d775327c6742",
                "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": "becf175e-91ba-4a7d-8320-53264f9a4f6e",
                "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": "be5c36a6-2f63-4055-a6aa-32ca134cec57",
            "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": "95fba238-98c9-4585-a1bf-49726cea9b4f",
                "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": "9e7bd701-986e-464f-8082-e97ba3f6c6a5",
                "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": "50d2a2fc-5ec9-45b4-82f0-0a08a3cbcabf",
            "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": "2b9dc0cc-b513-496f-928c-4aa1d19edef5",
                "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": "11e92bdd-7f8b-47a6-83ba-cf0c4c863364",
                "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": "f09c69ef-9cc3-4b44-a92d-54cd9f784745",
            "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": "b5f3748b-1bdf-42c9-a8f6-57cd76d3c0b2",
                "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": "2779e150-78a5-4dde-a126-7be99ee450c1",
                "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": "c536c6f7-0c6b-4ad8-a8b4-7bc6a984ee47",
            "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": "509f4472-6a07-4b45-ba17-f1e8c3291bc8",
                "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": "2316f0eb-57a0-468d-8341-cee0321dfb51",
                "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\": \"exercitation in labore officia consequat\",\n  \"status\": 20494743.800477043,\n  \"code\": \"exercitation anim\",\n  \"exception\": \"irure minim dolore elit\",\n  \"info\": \"ex magna ad culpa\",\n  \"request_id\": \"ut aute culpa nisi\",\n  \"stack_trace\": \"ad officia anim cupidata\",\n  \"meta\": {\n    \"reprehenderitd46\": \"non mollit cupidatat dolore\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "7f00ca7d-1359-4284-83a6-c73e12123309",
            "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": "eeb8a7f0-10a3-4175-9418-5e810f9174b5",
                "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": "4b4a9d55-3e90-43ea-a289-980a995502cf",
                "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": "dd535841-923b-4530-ac2a-c5b1240a28ba",
            "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": "90080901-a51d-494d-865d-63d00ff19984",
                "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": "91d37998-53c5-4319-9b0a-eab59b62166a",
                "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": "beff0231-1ca4-44cf-8c7d-4739d17b28ee",
            "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": "58fc1c86-db48-49ac-894f-34dd86f0ed7c",
                "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": "f4f01523-c715-43bd-a777-76761d94bd81",
                "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": "7455f222-ff23-4cc2-8ac1-89e46fbcfcdc",
            "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": "473c7425-1af8-4bf5-a0d3-349e5936fc4a",
                "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": "30b93b9f-ae22-4a0f-890f-ebbea3637d0e",
                "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": "4e76f8c6-cfd9-4fa9-a503-605c2202c017",
            "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": "0eccfa0e-6aa5-49cf-afc7-020f2b942d12",
                "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": "5d3f656f-ff2f-45b0-bca2-5ffaf2471538",
                "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": "1876527a-4055-4c0f-8b6a-84e40ec0bf7e",
            "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": "d8f6f974-132c-415c-beed-eb5151a31dc3",
                "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": "c2f4fae7-bcfc-4cf7-ac6c-c07673640d94",
                "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\": \"exercitation in labore officia consequat\",\n  \"status\": 20494743.800477043,\n  \"code\": \"exercitation anim\",\n  \"exception\": \"irure minim dolore elit\",\n  \"info\": \"ex magna ad culpa\",\n  \"request_id\": \"ut aute culpa nisi\",\n  \"stack_trace\": \"ad officia anim cupidata\",\n  \"meta\": {\n    \"reprehenderitd46\": \"non mollit cupidatat dolore\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "f86b3f5b-118c-4bf7-9704-1f33c549e4fe",
            "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": "ef24a7f6-43f3-4cbd-95c7-9f7b5ae20495",
                "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": "ef994862-cc21-4125-a027-243338b32cc6",
                "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\": \"exercitation in labore officia consequat\",\n  \"status\": 20494743.800477043,\n  \"code\": \"exercitation anim\",\n  \"exception\": \"irure minim dolore elit\",\n  \"info\": \"ex magna ad culpa\",\n  \"request_id\": \"ut aute culpa nisi\",\n  \"stack_trace\": \"ad officia anim cupidata\",\n  \"meta\": {\n    \"reprehenderitd46\": \"non mollit cupidatat dolore\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "1ff1f32e-2dc9-463c-816f-717c9ef1d38e",
            "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": "9e7cac8a-13a4-4304-835e-18ed173a744a",
                "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": "93af437e-a448-4bcf-85fc-338c27594b6e",
                "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\": \"exercitation in labore officia consequat\",\n  \"status\": 20494743.800477043,\n  \"code\": \"exercitation anim\",\n  \"exception\": \"irure minim dolore elit\",\n  \"info\": \"ex magna ad culpa\",\n  \"request_id\": \"ut aute culpa nisi\",\n  \"stack_trace\": \"ad officia anim cupidata\",\n  \"meta\": {\n    \"reprehenderitd46\": \"non mollit cupidatat dolore\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b8fe74c5-ae10-4f25-bf58-e7dfbb75fa90",
            "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": "5711ce64-9db7-470b-a9b6-dc649acdd687",
                "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": "10520f92-0865-4b16-a2fc-bd973d69ca56",
                "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": "132da51e-e465-4991-86e2-90b4bd26867b",
            "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": "82fe4485-4811-4295-ae81-13bd4b78e769",
                "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": "d6608597-a99f-4045-aee7-71ad91226334",
                "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": "23a3c766-8214-4ab4-b80e-d39f7567496f",
            "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": "ec217dd3-2116-42b9-bae3-38a0dba384ad",
                "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": "5de26be5-595c-4c78-9b8f-ad562af1d18a",
                "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": "4ae47ffe-c79c-4f06-8f4b-3910f0f29a41",
            "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": "6efde987-dde6-4a83-8585-b8b16c71267a",
                "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": "c08a2074-50de-4a00-b7fc-cfe826b20399",
                "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": "bd0f95b9-6c83-43e7-ae6c-e9a99f9f6e4b",
            "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": "23c9fdbe-ebc9-4a89-b7e8-1a562f4a0b5e",
                "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": "a703c9f7-e508-4749-9132-7e288265866e",
                "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\": \"exercitation in labore officia consequat\",\n  \"status\": 20494743.800477043,\n  \"code\": \"exercitation anim\",\n  \"exception\": \"irure minim dolore elit\",\n  \"info\": \"ex magna ad culpa\",\n  \"request_id\": \"ut aute culpa nisi\",\n  \"stack_trace\": \"ad officia anim cupidata\",\n  \"meta\": {\n    \"reprehenderitd46\": \"non mollit cupidatat dolore\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "80afffd3-f877-4a48-9d14-6a527c867b78",
            "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": "ce48bf74-1d17-4803-bd20-b503076beb7a",
                "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": "9ac8b466-8c38-41e0-b823-69c9847513ad",
                "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": "56c4dec4-7cc2-4c7b-a693-8335282a204b",
            "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": "be2c0971-a78c-479c-91e9-8ba2a312927a",
                "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": "d6d28ef3-ee19-444d-944e-18b281e76a44",
                "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": "a6bf9c84-25b9-485e-b0bf-f09de1765e6e",
            "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": "b5233acb-ad34-4368-9c8e-b50283684e3d",
                "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": "17e591a5-77cb-46b4-8233-c2d30bf2c60f",
                "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": "d1625f82-09fc-4d03-ba8f-1c5b429330db",
            "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": "77d4c6ef-ac96-460e-baa6-9ecf1012cf17",
                "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": "bb3f3ee6-ccc1-4326-990c-095eb87760bc",
                "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": "fd12358d-a67d-4d16-8da7-885bf74d8e23",
        "name": "Discount",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "a31797bd-2bac-4e35-8195-7f3c3e6cf8a3",
            "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": "2cd6bae3-f73e-400c-a759-3fbae34c9911",
                "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": "83726413-a656-415c-a99e-c35024076e76",
                "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": "034e1411-cde8-41a0-9625-7993bd8f63a3",
            "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": "4b75b764-8a70-4800-8a6b-e7c7274c4849",
                "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": "27a876d1-f808-4722-91f0-b63d83fd15d7",
                "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": "2b7023db-6b30-4b49-a898-fe42668f90bc",
            "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": "fafea7d6-b147-4a75-be58-1ca068ebbc9e",
                "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": "36653943-e4f0-4dfa-964f-00f4c620600e",
                "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": "d8686010-4c0a-4544-9bdb-3bc0bf1acc25",
            "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": "b122d711-87ee-4482-b04e-ee85dc03127a",
                "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": "e7323799-4dde-4926-8880-34265bb94611",
                "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": "b6c03fdb-c03a-4096-8932-4a138fff77ef",
            "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": "3545166f-f9fe-4933-a731-06d6e1a91dd8",
                "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": "ee689ae5-7e4c-4051-a4cf-beb14401964b",
                "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": "16f5b5b0-2122-4fe4-b2d4-4f0644652e4b",
            "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    \"velit_8\": 40695774\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "2c1b3586-8efd-487f-8be7-f9f44973cf69",
                "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": "1c00a8de-e6a9-4e38-85eb-395d556a7c2b",
                "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": "c1bed04d-e6f3-48a7-ba75-6a14d9d58327",
            "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": "83ee44f9-f609-499e-b321-35c5540e8007",
                "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": "49660922-313c-4b85-b20c-8215092fe974",
                "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": "7617c0f2-6dec-4f96-ad6a-3765c8ef1998",
            "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": "aeb1660d-61e0-4152-b937-39ddc5450aa6",
                "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": "3c9a52c7-552d-46b5-8704-eeb8a10e3066",
                "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": "da1131ec-a3e5-4b2e-8d64-a42fc84648b3",
            "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": "d468c61d-30e2-49eb-ac8c-9d16b2a0bef0",
                "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": "e05feb05-9822-4fad-afc8-ac4cc0732b29",
                "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": "a7070300-97f0-473b-98c0-1e9fb3ed4e06",
            "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": "f88b89d9-ab9c-416a-8c33-8f73b2f66232",
                "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": "ecf2ffe7-9a9d-4d56-b412-7cd32d4216f1",
                "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": "9b99942f-b0a7-4751-a291-0bd9d754378e",
            "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": "e694cb57-a774-499e-9b19-d0722fa3fb04",
                "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": "2b1976e2-dedd-4e2f-9b32-e006ed669c4e",
                "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": "f1ec2c5b-8085-4953-bc14-b494e3208fad",
        "name": "FileStorage",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "6c7c98f8-9efd-4c6a-8550-fed5df42ca3a",
            "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    \"sunt32\": 59579149\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "47c257a5-00b9-4302-bad1-f4695031604c",
                "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": "533e8be8-8cb7-4d71-9d4b-43ca9920f698",
                "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": "441fd094-4eee-41ed-bc3f-eb69353f0729",
            "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": "af7e135d-f6ad-47c2-9895-4668b63560c5",
                "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": "f1c67f05-bb3a-4615-8155-0d6bae2e676f",
                "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": "e2cd2587-0e66-4422-966d-db25480f78b6",
            "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    \"velitab\": \"pariatur Duis\",\n    \"quis2\": -20773734,\n    \"adipisicing0\": -13425122.384705186\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "c233442c-4449-4f08-b496-f66a92daefd1",
                "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": "c4e94ff2-426c-4b8a-a327-0b5029cdfc5b",
                "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": "a86f0a96-6b15-47df-8345-0a51f9f5a2ce",
            "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": "bb7809ff-8371-4eb9-8f83-4992e1e48bed",
                "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": "77b26aed-e4af-4fe8-8b07-2cdeb3280025",
                "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": "11ea6d07-ff24-479c-b1a4-e1fc319f3c99",
            "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": "496d070f-a10a-4985-bf73-7e3cae7b2471",
                "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": "a12f756f-d724-49db-ad9f-73cd4a48062b",
            "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": "a84e4ee9-c236-4c81-923f-0fdcd2ea9686",
                "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": "6e66aa49-d3b0-4f4e-970b-cbf00732364e",
                "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": "d105906b-6a95-4037-9e64-41a0be710447",
            "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": "c5d7f40c-b8d0-456f-bce1-420823a0dbfa",
                "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": "b5f7c6e1-f2f4-4746-8eda-e33e872bea59",
                "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": "bb446dc9-2482-4057-8918-4f6725f53695",
            "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": "83f6a30f-2395-4aca-b1a5-03c41182a39b",
                "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": "425df5bf-42d3-4671-b898-44ee87de7555",
                "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": "61b1027c-d6ab-4dc7-8cac-91b6426c958c",
            "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": "2ad1d7cf-70cf-4698-ac16-9994866e7582",
                "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": "20fa3ed4-b4b0-48d8-8501-4477b2ab3b91",
                "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": "3531c5b3-033e-4c57-95a6-f8d9c0c50004",
            "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": "11daf52f-d8c2-448d-b3ba-668ed3716a03",
                "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": "08bc4d66-6fc9-462d-a9f5-fd5e3311f3ca",
        "name": "Serviceability",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "ab6758cb-4182-4a4d-814a-4911e8cd3375",
            "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": "eb54282d-5e99-41d0-835a-8c90bc5fe00a",
                "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": "d6ce164a-a477-4b08-9286-202d689111cc",
                "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": "ca40ab7d-88dd-42f8-b83e-a55d8339d64f",
            "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": "daaccd65-7b7e-4c47-8c5d-430e536f87ce",
                "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": "9eef1acc-7ec2-4e6c-9e80-8307a9977738",
                "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": "60632f76-9c99-41a8-b80b-f52f5411c25b",
            "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": "22aebe83-0c2e-4c08-b06b-9e3b10a4d9c7",
                "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": "17fe11f9-9aa2-49d9-af0e-fdc6173bd218",
                "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": "836d9f74-3e59-42e6-8fbb-9838d750946a",
            "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": "09b5163c-b34c-4426-8f9c-9914ffff8f66",
                "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": "20071d12-e2b1-4d2d-9113-eedef8fa2adc",
                "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": "daf8d633-a77f-49de-b034-101b3ddb51a2",
            "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": "c1f149ec-5736-4b76-bf1c-6e2541430e88",
                "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": "972c23c2-b6da-4479-9dd4-902b437e2d3e",
                "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": "f24eed88-c68d-402f-aa19-4fa2c805f51f",
            "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": "0077de94-03da-447d-acfa-ccc512e7146b",
                "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": "0044f120-0502-4a99-b3af-42ae7da42401",
            "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": "52998a5a-e3f6-4092-ba27-384ef602a44b",
                "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": "206aaf4c-580b-4163-a4d3-a63f36fb705c",
            "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": "b848326b-6010-42b1-8d8d-f3dd8a6f1a55",
                "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": "bcdd93e2-529e-462d-87d8-43228c51afd3",
                "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": "ca887e36-1e38-4c2c-8ea9-6ae7021be1ee",
            "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": "809d4a54-1e8f-43d7-90f6-ed9f4a583060",
                "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": "8d8b9ae2-ad6d-4b54-86f9-c8d370468b62",
            "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": "f48ff1f9-8721-42c6-bb2c-eb11e6be90a8",
                "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": "ac4dbb87-b6a6-4a4f-8dd5-2021ede7b036",
                "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": "b13e924b-3904-46a7-997e-bb87efc192fd",
            "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": "cc1b1c95-14b7-44e5-98a1-bc78331042f1",
                "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": "f300c2c9-cb2a-4797-8508-06fd7b0fd3d5",
                "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": "847a062a-f10d-4691-ae13-07db2b2b0093",
            "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": "f09029f4-2d10-448b-b2f4-dc241da8c668",
                "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": "f38ca567-3b17-4d6e-9ae9-c2a79d9d7470",
                "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": "906a75ae-2a43-4466-85a3-ab7557e95e5d",
            "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": "0589b5a7-b080-4eb5-91a9-8c3df9241d20",
                "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": "5168abd4-93b2-4b0d-97da-b760ac182730",
                "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": "3fe840db-d393-4c0a-b542-7e72565f3e10",
            "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": "a612cfee-1155-46e2-a17e-2fbdd56a390d",
                "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": "a2057c44-8244-45c8-85d4-c76bc7686bab",
                "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": "b24d4feb-bd7a-4a79-a216-1e4c853be7d6",
            "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": "00ae748d-8ea8-4550-bb7d-ab6beb6b7358",
                "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": "c827f969-6c75-4ba8-9b00-c2d28b9a2f9f",
            "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": "c3f75aae-a31a-4a2c-b165-c23ff47c4255",
                "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": "53446ec0-6194-4db6-94a2-9d05565e5c69",
                "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": "b583affb-d2bf-4006-8998-052578f3c643",
            "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": "48811a51-a4e6-4414-a4de-4bd29c9757d9",
                "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": "97c7a254-d3fa-4851-af71-d59724642024",
                "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": "1e4d77e5-6bf2-4814-92f2-a9ddb1a39b03",
            "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": "5e2a54f3-02ed-4aa3-9937-44dde5e0d86a",
                "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": "c79e9cf3-9dc1-4d00-abb8-cbb29d93dd6c",
                "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": "cd93f91d-7d9d-4e24-9c9f-c75117c24422",
            "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": "e05b7e62-4516-420e-84d6-d3e8952cc6c4",
                "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": "4d6f9100-4269-4c76-b33c-2a95f2b2dee7",
            "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": "63a1132e-22ad-4270-afb0-c0d621933f7f",
                "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": "6f12c279-445b-41bc-9a5e-b7541fc0b351",
                "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": "28120b0e-99cb-4c84-b86f-6565733d61ff",
            "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": "fd26d5a4-beca-4462-b6a3-a5b80aea201c",
                "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": "a8e24ffb-b2a0-42c0-9eb4-4bc14bc1cd5b",
                "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": "a12cd2eb-7ea7-4d60-bfc5-8a2e54ce3bfe",
            "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": "7dcba866-15ba-4719-a067-d63171c386ea",
                "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": "1705578d-ed24-4044-a25a-a251743a99ab",
            "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": "df6d6ef7-97fe-43d4-be27-59264248ad32",
                "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": "b320ae46-433d-42ae-9473-ba8d654cbcf5",
                "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": "1f0b1097-608a-4aa6-9df8-52bb8a378021",
            "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": "1b7b0efb-2844-4dbe-9a94-f29a7d456821",
                "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": "dc7e61df-0f79-4134-ad96-9099d500b9a3",
                "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": "4ce321bd-61c8-4c57-a80a-73c2e98789ae",
            "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": "379a9df3-e388-4c67-987d-7a20022bf2ce",
                "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": "8d410211-8bf0-4ccb-bd40-dc45539d2cf8",
                "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": "f4595a16-c02f-4628-8bd0-d858b55f274e",
            "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": "b05bc21f-03bf-4c23-86a0-83db3ae3d058",
                "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": "dea11967-c15d-43ab-b14f-cc20235971e6",
                "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": "086e3fe8-a93c-40bb-9aa6-bf359370b196",
            "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": "818f8529-e24f-4adc-8c59-ee364361f477",
                "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": "2817d2f9-f628-4b41-a153-01ae09e12ea5",
                "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": "fa599703-9c76-423f-8c39-6116c468427e",
            "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": "620cd86f-bc0f-4b88-a3a5-08db22e76b53",
                "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": "ddd0b97c-7401-4f01-8f7f-cbb4aa8ceedf",
            "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": "474b99dd-ba9c-4f7a-be45-c88775ee7235",
                "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": "08afc3fb-2221-4bf3-88f3-10e2ce7852dc",
                "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": "87defd7a-9430-423d-a897-dc9d9a703879",
                "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": "2d8388c0-fdd7-4588-be62-d8c60f3c414c",
            "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            \"magna_17d\": -50431795\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            \"in8\": 77855184,\n            \"labore_af\": 68879912\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            \"nostrud_a\": -96582056.48473777\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            \"nostrud_b\": \"consequat laborum laboris\",\n            \"nisi_8e\": 43608986\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      \"is_mps\": \"<boolean>\",\n      \"is_b2b\": \"<boolean>\",\n      \"error\": {\n        \"tempor_ed\": \"eiusmod et consectetur veniam\",\n        \"doloref8\": false,\n        \"esse_d\": 94170222.40434131\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            \"consequat06\": 83740202.81604135\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            \"nisif\": -85906363.18633305,\n            \"labore__cb\": \"amet id laborum cillum ea\"\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            \"voluptate_4\": \"do laboris proident ipsum\",\n            \"nullab\": true\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            \"aliquaf76\": 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      \"is_mps\": \"<boolean>\",\n      \"is_b2b\": \"<boolean>\",\n      \"error\": {\n        \"reprehenderit66b\": false,\n        \"eu_9c4\": -42093150.69445676\n      }\n    }\n  ],\n  \"journey\": \"<string>\",\n  \"payment_mode\": \"<string>\",\n  \"skip_delivery_rules\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "1607482a-9f92-4b7c-845e-c8ea94425148",
                "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      \"is_mps\": false,\n      \"is_b2b\": false\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      \"is_mps\": false,\n      \"is_b2b\": 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": "e56cbe9d-6fe7-46e4-bf2f-5e222f358b49",
                "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      \"is_mps\": false,\n      \"is_b2b\": false\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": "8f0b64ac-0bf2-450f-81d2-235de7558455",
            "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            \"et65\": -13037017.231642962\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            \"tempor_d8e\": -31440122.680872887,\n            \"dolora\": \"ad\"\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            \"Duisf70\": -27989739.74899517,\n            \"eiusmod_5\": 79928583\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            \"commodocd5\": 51783504.38048819,\n            \"fugiat_516\": 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      \"is_mps\": \"<boolean>\",\n      \"is_b2b\": \"<boolean>\",\n      \"error\": {\n        \"ad5b5\": \"in eiusmod\"\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            \"adipisicing_\": \"velit minim\"\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            \"incididunt44\": 84940270,\n            \"laborum_29\": false,\n            \"Ut_516\": 73143796\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            \"Duiscdf\": -49312810.01463685\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            \"mollit__1\": 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      \"is_mps\": \"<boolean>\",\n      \"is_b2b\": \"<boolean>\",\n      \"error\": {\n        \"eac\": \"quis magna\",\n        \"quis0d5\": \"d\"\n      }\n    }\n  ],\n  \"journey\": \"<string>\",\n  \"payment_mode\": \"<string>\",\n  \"skip_delivery_rules\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "5478d7b4-9a54-41ab-a7a6-d5323ed103b9",
                "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      \"is_mps\": false,\n      \"is_b2b\": false\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      \"is_mps\": false,\n      \"is_b2b\": 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": "a422fd41-272a-4b98-81cd-2e3d078c59e7",
                "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      \"is_mps\": false,\n      \"is_b2b\": false\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": "5eac28df-4ed1-4dcf-8eea-ef2245be656b",
            "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": "414a6e9a-9d49-43ce-89bd-d2801cf52fe9",
                "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": "745b3aa4-cc67-441b-b099-22a0e45c6875",
                "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": "a27d3885-a36c-4fbd-956a-1eb9ad4e9a29",
            "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": "721e1d5d-8f80-490c-b9a1-a7a8ecda5ec4",
                "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": "252ce5c5-90c6-47bb-b568-1231a609d1db",
                "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": "f32289a9-bfd1-4f24-9e79-5f0fdc50bbbe",
            "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": "589d4e69-457a-4176-a078-b1c4dfc988c6",
                "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": "354f4517-0856-45fd-993d-231908154211",
                "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": "11560445-1f88-4071-9fc7-3aa1dd47a725",
            "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": "9f212d49-8e82-48ce-a066-7488eefe9e97",
                "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": "0e3e98bf-8272-400e-99da-0d944b123024",
                "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": "0f1d44f1-15e5-46ca-82d7-4d8953a50018",
            "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": "c7d21816-eceb-430e-95e6-6d8f053c67e2",
                "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": "ccbe32b4-fe5f-4829-8ca1-9eb95001a59d",
                "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": "f134618a-303f-4257-bb9c-1fb09bd30c69",
            "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": "374d6b57-af24-4c55-9426-b35d6e0d62d2",
                "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": "cdf5e27a-385b-46fe-b52f-c70c79184a3a",
            "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": "545ca071-9f7d-4134-b0c7-381cc2ea7b3a",
                "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": "0c466daa-d9ff-495c-b5f1-da1cc9ced5df",
                "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": "59eb837d-2119-4df4-acc9-9a7ca540a40c",
            "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    \"quis05\": \"consectetur Ut ex fugiat\",\n    \"ipsum5\": -1201148\n  },\n  \"manual_priority\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "d774b03d-0eac-497c-8516-a39454cc8213",
                "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": "e327447c-b3c7-44a7-880e-6f3f6cb1dd4d",
                "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": "55dfb07d-1c5c-4173-8600-b4259ac1fec3",
            "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    \"ad434\": -25123618\n  },\n  \"manual_priority\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "57effc9c-81d3-43ed-a80b-dd80b90a7173",
                "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": "42e7c6e8-8277-4101-9b5c-bb232b1ce70e",
                "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": "03d69fdf-924a-4931-9416-6f5a8dabf156",
            "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": "51d6d9a0-0981-4b19-ab03-3c37a824878e",
                "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": "c5e796a9-fe33-42bf-a752-6c8198658fac",
            "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    \"enimf\": 36927373.538574934\n  },\n  \"meta_conditions\": {\n    \"in_4\": -83739929.11578436\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": "9f007d62-e346-4541-95af-c8fb6ce8cde3",
                "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": "4fcf3c37-9716-4e5f-ad46-39c2181ee76b",
                "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": "3fba4af9-d033-4664-b7a5-818d728ec73d",
            "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": "c00493a4-17e4-42ac-ae03-d5e117d6c13b",
                "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": "ba3bbe99-282b-4fee-977c-95f1b4a5f3a9",
                "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": "5c09905f-ea4d-4e46-a579-588e179a1592",
            "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    \"proident00\": 99302825,\n    \"nullabe\": \"ut dolore\"\n  },\n  \"meta_conditions\": {\n    \"elit03\": 2342900.2350303233,\n    \"dolor_e\": true\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": "3f8ae569-0370-44b8-a8f3-e5f887063ba8",
                "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": "4ba21f7f-47b6-47a1-9830-f9dae5865003",
                "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": "13905e4d-ce33-4924-a6b4-f9b8e9339c3e",
            "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": "a91a56d5-8497-4efd-9d5b-053bacaaf070",
                "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": "fcef633a-d1d4-4881-a270-748c15800190",
                "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": "589867be-c453-4a6e-a5ca-ca5bb7196b72",
            "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": "f7ea8dc3-52b6-4ec9-a544-89547f2d0f06",
                "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": "8692c8ed-9fba-4569-8160-ce529c31a270",
                "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": "8bc23731-a7fc-4567-a15f-fbd4ae833ac6",
            "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": "0b594def-3c5d-4133-ac06-30a3b613c141",
                "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": "344c1c80-49ae-490e-8994-9b6cb4da42dd",
                "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": "77cb8a56-fe62-43d7-8ce0-58960e0548d2",
            "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": "b171f1f9-1e52-4322-8245-54cae41e590f",
                "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": "b8398409-e036-47f5-a143-e33fc63ff592",
                "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": "4adf05b7-1e61-4844-9d0c-e17be16d8116",
            "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        \"id__\": -24473146.136406183\n      },\n      {\n        \"ut18f\": 97180342,\n        \"est_5\": false\n      }\n    ]\n  },\n  \"is_active\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "0a41e9b1-6e52-4d70-bfb9-4971902f4f7a",
                "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": "18554ef0-11ed-4352-b361-278cdbf6641d",
                "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": "d9fe5742-73a6-4bb7-9b41-2894e10ad74d",
            "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": "966fda5c-b21a-446b-b37c-edd435b21d75",
                "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": "d9ad91d6-5337-4cfa-8fd9-6a74d560d12b",
                "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": "581796a0-c505-4ed8-9d1c-e8433c3d7074",
            "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        \"none1e\": \"enim\",\n        \"voluptate728\": -12160941.428684026\n      },\n      {\n        \"non9a6\": -35734049.952862225,\n        \"adipisicing60\": 87204436.71127489\n      }\n    ]\n  },\n  \"is_active\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "e49b0602-758c-4aa8-a4ca-ac83f5a3328d",
                "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": "321be8bd-1169-426e-b78a-1e869b5e6b7b",
                "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": "a705a6cd-787f-4786-a557-e172dfa97505",
            "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": "ca4a4a7a-4531-4ed5-90b3-f73b16f93921",
                "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": "c4b3f8da-10ed-45b1-83b9-cd6ae4074ced",
                "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": "045cecbc-4e36-41a1-8bf5-64b8faeca8b7",
            "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": "0429311e-09fe-4565-9a59-0e29a78e1472",
                "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": "752559b3-21e2-484b-8ce1-062be08a885c",
                "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": "10932d41-22eb-4d26-a164-179812222bca",
            "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": "09803073-6df9-48f6-bd5f-15b69a3820e5",
                "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": "56c00ad8-06aa-4636-a3ee-aea0a542a050",
                "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": "a4c5974d-653e-4349-b22c-e6a919e3395e",
            "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": "c16401f0-fd35-4419-aa5c-0c64e40a255b",
                "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": "42727a1a-4e42-4260-a4c4-3ba98c175ca2",
                "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": "bd177d7d-41ed-4bf0-8b69-98ebce1b1dd8",
            "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": "f9535137-5beb-4583-adea-7d567cfc4836",
                "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": "bf485a66-c4ab-4991-9ec4-f3029779084d",
                "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": "e2d54de3-088e-412a-ac68-e2be4d6311c7",
            "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": "efec0e9e-4e3f-4c89-90d2-8777577d5e50",
                "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": "9cfb8fbe-7fa6-4c00-a054-06b67e2d0e35",
                "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": "892e462f-d982-4f33-8e0f-7c92f2bd3a76",
            "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": "2a303d1e-e9b1-418e-9874-f937b53fc828",
                "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": "024e8b66-bc52-4346-aff2-9a1730182a88",
                "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": "b087a808-083b-4f7c-9ff8-d260d412e65d",
            "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": "06627a2d-3cea-46e1-bee6-c1ba8c057250",
                "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": "6aafd278-2bab-4b42-86e8-283f29520031",
                "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": "9e5b1297-8960-4033-ac47-ef1a695614db",
            "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": "4ef8787d-05e4-4238-8978-2f590c914ecd",
                "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": "579e7466-d85a-4669-905f-634fdd908e6b",
                "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": "f567dad6-3360-4aa8-9c12-273722e4afac",
            "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": "318c0174-99c3-414a-adf2-81ec8a43b635",
                "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": "67a469b0-07f4-4674-b72a-20c435795ddb",
                "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": "b70dd000-49cd-409b-9b20-6838bbe8fc19",
            "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": "2788c12e-49c5-40cd-9e51-ccd84ad3896c",
                "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": "c81ea832-6a52-4445-bd30-196b9677ef92",
                "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": "8d10d8e2-2a56-4c52-b92e-554814fa37cc",
            "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": "0f1ae8b5-7f48-4cee-b894-78210cbf9395",
                "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": "cd0c3ef8-1a00-4609-9df8-2e7b1070e2e3",
            "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": "5d5ad2ea-b0cc-4df7-9187-24579d5f6ce3",
                "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": "944159a9-658c-4567-8f68-8452ba6a0e5d",
                "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": "4970dece-4436-4559-901c-ab5242cc2092",
            "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": "7fe348b8-b6fd-4cde-8ff1-a26fcc7487b2",
                "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": "70dabb25-9dcf-4213-9a62-d9b7008391f9",
                "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": "0226a0fd-e270-438a-9782-ad15446ea3b8",
            "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": "5c653f24-fd49-40c7-87e7-f7919dc940ca",
                "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": "bf54c89a-6944-4fb8-b463-c0f78ba1eb3d",
            "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": "dbddd5c5-02cc-4b00-bd69-670e0185259f",
                "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": "fbe23171-4fb6-46b6-a2cc-267e4be776ea",
                "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": "d0985fbf-2c8f-49d5-9a81-bfe46d2c10b2",
            "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": "a3ed1199-fd20-4cb4-9dc2-938e4c6c1574",
                "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": "77f222b2-5a51-4e59-9916-eb14b6589f64",
                "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": "c1aad379-e620-4b82-bdb7-3cbfcad9e157",
            "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": "259eb9c7-ad82-4077-8cfc-d9b0515b3bda",
                "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": "276aadab-abef-40e4-b568-ff29a413128f",
                "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": "5058b92f-9471-4550-a721-d888b6c29c6f",
            "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": "f5bb7500-1b8f-4ae1-9de7-2c9c4bf90f1b",
                "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": "d6f3a984-2593-4244-a688-195c5dea3192",
                "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": "d390bc4c-145d-4bb5-9d52-d1fda096498b",
            "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": "3c30272f-9e5c-4edd-8eb6-505956f48476",
                "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": "3b218fc8-defd-42ea-9a3b-22752b7b7ce0",
                "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": "7d605443-d919-457a-a7ba-58fad081fe25",
            "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": "24c20d18-00cf-4a24-9e7f-414c4f4b4cbf",
                "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": "80dbad9a-99d6-4442-8944-e88300ed6028",
                "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": "c7f4506d-7219-4af6-a606-20dcdcc0b52b",
            "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": "251897ee-f006-44a8-ba75-12d434f838d8",
                "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": "0118be3a-3be9-4db0-89fc-d3569ceec031",
                "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": "6674758d-4ecb-40c8-bbf8-59e5f9ff52de",
            "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": "a49d57e2-4ee0-47f4-a567-e9045375c8b3",
                "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": "61966dfa-0007-4ac4-b309-de446225029a",
                "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": "ce06e9f2-8377-4d1b-a765-ac6b206120aa",
            "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": "de798ea1-d7f8-4622-b1a4-224b068005e2",
                "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": "9b64818f-5571-4ed1-b856-043083d3e709",
                "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": "506430b7-3c2f-4ff9-9f0c-11cddac99106",
            "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": "d0f4de56-f7c7-47da-b01f-e34723839383",
                "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": "979583ad-90b9-41df-a5c1-0a22fd6b270d",
                "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": "29e32e48-3c28-47ab-90d1-2e50f44025e0",
            "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": "6131427f-b3d9-4c04-b0de-9e2241b9ceda",
                "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": "6d90ee47-74f2-4c0c-8fe2-caff5f383b1e",
                "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": "66c321c9-1821-4be2-9b81-f7ee40e0aef0",
            "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                    \"ullamcoe1\": 79034227.22397652,\n                    \"aliquac9\": \"anim in\",\n                    \"pariatur_b_\": -58466901\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                    \"adipisicing_b8\": 62944260\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              \"ipsumb\": \"sit cillum ex id dolore\",\n              \"voluptate_c\": 13475772\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                    \"ad_3a\": false,\n                    \"in_d3\": 63726883\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                    \"minim_82\": -55530021.34242982,\n                    \"ameta7c\": -76390140.8620714\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              \"estd\": true\n            }\n          }\n        ],\n        \"meta\": {\n          \"cillum_\": -27176923,\n          \"Ut1_f\": -33965469\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                    \"deserunte5\": -35379210.99211854,\n                    \"tempor3\": -63678342.17342372,\n                    \"ind6a\": 42944131\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                    \"Loremad\": -4153096.386767134,\n                    \"in3e2\": 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              \"dolora6\": 6576076.8205281645,\n              \"ea8_\": -25317629.083043873\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                    \"anim_d\": \"ut\",\n                    \"eiusmod205\": -49767280.43689391\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                    \"irure95d\": 12799188.320664182,\n                    \"Lorem_50\": -71376863\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_d2\": \"nostrud ullamco\",\n              \"et_2\": false\n            }\n          }\n        ],\n        \"meta\": {\n          \"eiusmod3bc\": 36602415\n        },\n        \"created_at\": \"<dateTime>\",\n        \"updated_at\": \"<dateTime>\"\n      }\n    ]\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "ac1d4a44-cb1b-4c5c-90e8-709b4efe79bc",
                "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": "5aeb0e28-93b0-476f-8276-e944551082d8",
                "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": "51964dce-6166-4e0d-a7bd-632afcc664ab",
            "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": "cc357d5f-b77e-4d94-b863-14b2730216f7",
                "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": "185cd5af-c024-4002-8edc-52a3dc34152b",
                "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": "586618d5-b921-404d-93a9-b2805c545e87",
            "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                    \"labore_f_\": 95048635.03050646,\n                    \"dolore_bc\": \"in pariatur anim\",\n                    \"aute_\": 66472074.06883529\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                    \"eiusmod97f\": 21794868.648660287\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              \"sintab\": -60971371.03308672\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                    \"nonf5\": 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                    \"Lorema\": 42471197.37021369\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_fb\": -67267359.02825163\n            }\n          }\n        ],\n        \"meta\": {\n          \"enimd\": 8043908.696350008\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                    \"ut_8_b\": -90971767.0197228\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                    \"ex00c\": -37918700.15521246\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              \"Lorem_f\": -80203683.69904722,\n              \"magna_\": -37275547\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                    \"cillum__a\": 774576,\n                    \"ide2\": \"proident sit\"\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                    \"dolor_e54\": -87464911.50121675,\n                    \"esseca0\": 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              \"non__bf\": \"quis\",\n              \"Ut80f\": \"incididunt eiusmod esse adipisicing\"\n            }\n          }\n        ],\n        \"meta\": {\n          \"cupidatat5\": \"irure ut\",\n          \"velitc\": 14154602\n        },\n        \"created_at\": \"<dateTime>\",\n        \"updated_at\": \"<dateTime>\"\n      }\n    ]\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "27d08e34-9b8d-4f6e-a28c-4be71161642a",
                "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": "493aa5f2-fa65-43b3-bb4f-80b1cdc5c5ce",
                "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": "8f5f21a4-a440-415b-8212-cbcea7b11e00",
            "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": "14c1f143-770b-42a5-bdfd-3aabf9db3d08",
                "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": "e580d21d-99ba-4562-901e-73938e6c7e4a",
            "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": "028fc8be-f223-489b-a54e-7afdfe4d85da",
                "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": "87c2e970-2543-4af5-b8a5-82e7ece30ca5",
                "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": "64f42e49-dce5-4a39-bea5-1cd07978470b",
            "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": "b4585bba-75d3-4597-b90e-b0cbc93b4eb3",
                "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": "e1a7cf00-2ffb-4b1c-a10d-41b026c552a5",
                "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": "7c03c421-8371-406a-aaff-b942cdd61bb0",
        "name": "Order",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "f886d81f-b428-4bb6-9fdc-929755ec5cfe",
            "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": "8d01f870-b20e-4eb3-abbe-23f8795f9dfb",
                "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": "7026640d-fc9d-48cb-ae83-50babf2b3ed3",
            "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": "494b5f82-55cc-4918-9fc1-9ee57cefd237",
                "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": "ee3a32b6-0039-4264-bf61-76cb5d23ca1d",
            "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": "3d58ee07-65ca-4c9a-9413-e0a64b9c1397",
                "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": "995426de-5365-4a4e-a838-dcdf973e6579",
            "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                  \"culpa_58\": false,\n                  \"nostrud413\": 97188585.42885953,\n                  \"veniam__a\": \"amet dolore\"\n                }\n              },\n              {\n                \"data\": {\n                  \"etdd0\": true\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                  \"dolor_4\": true,\n                  \"laborumb\": true,\n                  \"Excepteur_d9\": false\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                  \"pariatur_a56\": \"eiusmod\",\n                  \"amet_f0\": -51744132,\n                  \"nulla_4\": -57643581,\n                  \"nulla_3b\": \"ad veniam\"\n                }\n              }\n            ],\n            \"entities\": [\n              {\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ],\n                \"data\": {\n                  \"nulla41\": 51750700,\n                  \"sinte\": false\n                }\n              },\n              {\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ],\n                \"data\": {\n                  \"aliquip_f2a\": -47814549,\n                  \"Duis143\": -71440183.42089935\n                }\n              }\n            ],\n            \"order\": [\n              {\n                \"data\": {\n                  \"ea_8_\": \"sit deserunt minim adipisicing cillum\",\n                  \"officiab_\": -76864287.22625864,\n                  \"ipsum60\": 31260373\n                }\n              },\n              {\n                \"data\": {\n                  \"ad_c\": 9672735,\n                  \"est_0e7\": \"deserunt aliquip\"\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                  \"deserunt_049\": -441733,\n                  \"nostrudffb\": \"Lorem\"\n                }\n              },\n              {\n                \"data\": {\n                  \"cillum_44c\": \"occaecat et consequat dol\",\n                  \"velit99\": 69581725.85434711\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                  \"anim_4f\": 1561807,\n                  \"consequatd\": 24856331\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                  \"et930\": \"sit ut\"\n                }\n              }\n            ],\n            \"entities\": [\n              {\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ],\n                \"data\": {\n                  \"minim_8c\": false\n                }\n              },\n              {\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ],\n                \"data\": {\n                  \"quia\": -12131734,\n                  \"dolor_1\": \"qui pariatur\",\n                  \"occaecat5\": \"nisi id\",\n                  \"sed_1b\": \"ipsum eiusmod reprehenderit\"\n                }\n              }\n            ],\n            \"order\": [\n              {\n                \"data\": {\n                  \"tempor_07\": \"ut in laborum\"\n                }\n              },\n              {\n                \"data\": {\n                  \"adipisicing_c\": false,\n                  \"laborisafd\": \"do minim Duis\",\n                  \"officia4\": -69885321,\n                  \"labore_a3\": -62284898.58926407\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                  \"ipsum_9\": \"amet fugiat est aute\",\n                  \"irure6b\": -5985873,\n                  \"consequat2\": \"aliqua deserunt\"\n                }\n              },\n              {\n                \"data\": {\n                  \"laborumbd2\": true,\n                  \"laboris5\": \"incididunt officia exercitation fugia\"\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                  \"sint9d\": \"ex\",\n                  \"dolore_592\": 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                  \"esse6\": \"velit\"\n                }\n              }\n            ],\n            \"entities\": [\n              {\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ],\n                \"data\": {\n                  \"ad_68\": 10882845,\n                  \"culpa_73e\": -77383691.21631803\n                }\n              },\n              {\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ],\n                \"data\": {\n                  \"dolore82\": \"elit tempor voluptate\",\n                  \"nullab\": -91625919.87493518,\n                  \"eiusmod_588\": true\n                }\n              }\n            ],\n            \"order\": [\n              {\n                \"data\": {\n                  \"magnab54\": \"eu esse in aute\",\n                  \"proident7\": false,\n                  \"do_924\": -42321504\n                }\n              },\n              {\n                \"data\": {\n                  \"sit_ab4\": -26913142,\n                  \"est8\": false,\n                  \"cupidatat_d\": \"deserunt pariatur\",\n                  \"nisi3\": \"laboris amet\"\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                  \"eu9a\": true\n                }\n              },\n              {\n                \"data\": {\n                  \"adipisicing_78b\": 32606752,\n                  \"Lorem_3\": -22743129.087442473\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                  \"ad_88\": -74725,\n                  \"proidentf8\": 53759101.299253404\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                  \"sint_7_\": 46498797.74396402\n                }\n              }\n            ],\n            \"entities\": [\n              {\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ],\n                \"data\": {\n                  \"culpa_d50\": 7801044.054801315\n                }\n              },\n              {\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ],\n                \"data\": {\n                  \"Duis_d1d\": \"deserunt nisi\",\n                  \"cillum_0af\": -57602085,\n                  \"id__\": true\n                }\n              }\n            ],\n            \"order\": [\n              {\n                \"data\": {\n                  \"inf59\": -88085625.22788526,\n                  \"quis_a\": false,\n                  \"aute_f\": false\n                }\n              },\n              {\n                \"data\": {\n                  \"laboris302\": \"eu enim qui\",\n                  \"esse4e7\": 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      \"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": "03189fb2-9853-4b07-952f-45939cac1319",
                "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": "d00a30b1-552b-495e-af48-ae0d87e4a4e4",
            "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": "9facf0bf-dbc0-4726-b3b9-4537b344f2e9",
                "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": "4a21e926-71d0-4a78-9d54-191f4799ae16",
            "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": "be705866-1859-4361-817b-3055fd316534",
                "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": "acd24f70-76a1-4133-8694-dfa4d091164e",
            "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": "c82a0b07-52c4-4cc3-a664-546c17028bd3",
                "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": "2ae2b121-3f46-4b0c-8102-073d3abe1e57",
            "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": "a4d3add1-6ecf-4907-938d-6d0ad4731721",
                "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": "4054b6a4-3034-4845-94ce-eca255b115db",
            "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      \"essea\": -49578120.133555494\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": "0e79fcec-f563-4bad-b161-5d507ae12884",
                "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": "8ff9f6bb-3691-4b9b-941e-18d96b30126c",
            "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": "a5eb2742-ea7f-47db-9cd6-3856cfa0ae2d",
                "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": "ced6cad7-fa95-4ecf-a091-3ea4c6eafb86",
            "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": "a8eae174-4337-4761-aa56-f8cb6ec3f10d",
                "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": "895e3809-fc7d-4311-8f50-0050593fcb9a",
            "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": "6769ab3c-eea2-41ca-ad33-21655d514c62",
                "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": "9b09fe5c-282c-4918-85d7-a9aefdb0737f",
            "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": "2aa99734-d2d1-4721-975e-d23e56731bc1",
                "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": "c2485f5c-0917-4511-923d-717ef729d62d",
                "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": "def2f1d0-3a98-4f27-b283-519a3054ed96",
            "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": "325141f0-5460-440c-8ae7-ae23902ff9b9",
                "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": "f168c4fb-f6c2-4f50-96ec-7b48377fee95",
            "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    \"laboris_b43\": -30116196,\n    \"eiusmoda48\": 84863635\n  },\n  \"operational_status\": \"<string>\",\n  \"promised_delivery_date\": \"<dateTime>\",\n  \"remark\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "b19a080b-fda1-4267-8618-a23a93cec62c",
                "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": "5b323f4b-b9d2-42e4-8013-565a8a7a617e",
            "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": "c0b7cebc-98b5-411a-aea8-f6e9e0942a1b",
                "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": "99843301-f456-4bec-91c7-917df4e1acd3",
            "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              \"fugiat_1_\": 70990924\n            },\n            \"page\": [\n              {\n                \"page\": \"<string>\",\n                \"settings\": {\n                  \"props\": {\n                    \"sit_4\": 3581342,\n                    \"eu_\": -53353921.86562795,\n                    \"enim_c90\": -27666081\n                  }\n                }\n              },\n              {\n                \"page\": \"<string>\",\n                \"settings\": {\n                  \"props\": {\n                    \"laboris_7\": true,\n                    \"cupidatat_56b\": \"velit\",\n                    \"irure28\": 25287971\n                  }\n                }\n              }\n            ]\n          },\n          {\n            \"name\": \"<string>\",\n            \"global_config\": {\n              \"ad_d9\": \"irure sint\",\n              \"consectetur_ef\": \"do ad\"\n            },\n            \"page\": [\n              {\n                \"page\": \"<string>\",\n                \"settings\": {\n                  \"props\": {\n                    \"minim_9\": 92106441\n                  }\n                }\n              },\n              {\n                \"page\": \"<string>\",\n                \"settings\": {\n                  \"props\": {\n                    \"cillum19d\": 92040132,\n                    \"exf\": -78902171.30110507\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              \"tempor82\": \"dolore incididun\"\n            },\n            \"page\": [\n              {\n                \"page\": \"<string>\",\n                \"settings\": {\n                  \"props\": {\n                    \"nulla18\": 62605180.55313283,\n                    \"elit8f\": -51078004.03108227\n                  }\n                }\n              },\n              {\n                \"page\": \"<string>\",\n                \"settings\": {\n                  \"props\": {\n                    \"ullamco_d6\": -64526016\n                  }\n                }\n              }\n            ]\n          },\n          {\n            \"name\": \"<string>\",\n            \"global_config\": {\n              \"incididunt_10b\": -27214511.79936616,\n              \"sed_333\": -27249219,\n              \"animed0\": -10891229.846937686\n            },\n            \"page\": [\n              {\n                \"page\": \"<string>\",\n                \"settings\": {\n                  \"props\": {\n                    \"anim_2\": -22376935,\n                    \"officia_80d\": 63653660.655454606\n                  }\n                }\n              },\n              {\n                \"page\": \"<string>\",\n                \"settings\": {\n                  \"props\": {\n                    \"adipisicing_c7\": true,\n                    \"magna2_a\": false,\n                    \"in_c_\": -33971114.402881056\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": "306018b9-3ef5-42bb-844e-940e2b9c9968",
                "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": "c98d9e08-ae91-43c8-be77-ba6e4da18766",
            "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": "025b7a4a-441b-4170-8e5b-c2ab895ca5fc",
                "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": "28b5f638-9515-4a3c-bcb7-00fda57a0a17",
            "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": "8b960325-9ecf-4bc9-be8a-5d96a183465c",
                "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": "d905d3f4-9850-4013-abfd-974fcec8e4e6",
                "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": "b925c245-d19b-497c-b311-50c900bba0de",
            "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": "12d172dd-3431-436b-b93b-ca378d9eded1",
                "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": "1942bcd4-78e7-430b-b8dc-6d7f983975e7",
                "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": "42b2fc77-b63f-4509-9185-cba711475551",
            "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": "cdfff9e5-2ed6-4ea6-b28f-ecf10d09659a",
                "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": "a195d974-ac4b-4ea0-867f-b6f86b3ac1a5",
            "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": "14551fd4-8de7-4a9e-88c0-54a61251b503",
                "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": "5e20b7e1-91e3-48d1-8bf3-6c38a8c2a14e",
            "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            \"laborum_9\": 61554739,\n            \"in_7\": \"amet proident minim cupidatat aute\",\n            \"occaecat_508\": \"in\"\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            \"pariatur_7_9\": 39070013.999353796,\n            \"cupidatatd3\": 17719993.149710506\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        \"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        \"using_own_creds\": \"<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        \"veniam__d\": -58099189.67499352\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            \"mollit__a6\": -86886518,\n            \"exercitation_2b\": false\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            \"consectetur_3_\": \"ad consectetur lab\",\n            \"exercitationa\": \"officia velit dolore\"\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        \"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        \"using_own_creds\": \"<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        \"eiusmod_33\": \"aute culpa\",\n        \"est_f6\": 26962628\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    \"logistics_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    \"ullamco7\": -83382850,\n    \"veniam_a\": \"cillum dolor amet minim\",\n    \"anim_05\": \"nis\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "98bee9e6-6f51-4357-8854-ac6ac6f175d3",
                "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": "50908864-5ad7-4b39-880c-53edff4421df",
            "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": "95218439-9b91-4d08-b06e-013843a19f39",
                "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": "e06191fd-52ee-4a66-a2cd-b048f71bf53e",
            "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": "3c22363e-80a5-4681-8f1e-4a39b1461cd2",
                "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": "7487b385-afca-416c-ae1f-a4fa3ecf0e22",
            "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": "a18ea10c-f97a-4fa2-8744-0c906d5a8e7c",
                "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": "0f5e1227-d760-48cc-a676-ade32a25d806",
            "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": "9c166741-dbd3-4a8e-8a10-be82dacd98e4",
                "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": "8c5863dc-8ad1-4530-8c0d-e4a3a3d68dfa",
            "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": "4fec0547-761c-4914-ac3a-607560bf8a1f",
                "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": "7d44cb3e-14c0-441f-bbe1-43ab3d14b96b",
            "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": "281eaed9-8c23-49ac-9f3b-4ccca74ddb0b",
                "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": "7d626e8b-8acb-4413-b1c9-22af0305ac64",
                "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": "044d3326-b429-464c-adf4-d2cf99d6996f",
            "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": "153513bd-5210-4889-a71c-6c6f4473062a",
                "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": "9b182c79-24ee-4b39-a4b7-c45e41992e2a",
                "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": "52b753ef-e32c-4a4b-8e30-e96a947c0dcd",
            "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": "977d4d30-05fc-4b4e-a173-0729a7e10a58",
                "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": "16e2c010-1097-4397-a6d1-efa8ed6f0b9f",
                "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": "a3ac96a4-f818-4ca4-98c4-533d7352d680",
            "name": "requestCourierPartnerForShipment | Manually request a courier partner for a shipment.",
            "request": {
              "name": "requestCourierPartnerForShipment | Manually request a courier partner for a shipment.",
              "description": {
                "content": "Use this API to manually assign a courier partner (delivery partner) to a shipment.\n",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "shipment",
                  ":shipment_id",
                  "courier-partner",
                  "request"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "shipment_id",
                    "description": "(Required) The unique identifier for the shipment. This ID is used to track and reference the shipment throughout its journey.\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  \"scheme_id\": \"<string>\",\n  \"courier_partner_name\": \"<string>\",\n  \"extension_id\": \"<string>\",\n  \"tat\": {\n    \"min\": \"<integer>\",\n    \"max\": \"<integer>\"\n  },\n  \"remarks\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "9d8951e7-8a13-4c94-b63e-6479b384dff7",
                "name": "Successfully created a manual courier partner request for the shipment.\n",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "shipment",
                      ":shipment_id",
                      "courier-partner",
                      "request"
                    ],
                    "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) The unique identifier for the shipment. This ID is used to track and reference the shipment throughout its journey.\n"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"scheme_id\": \"66d84618ed3c2deab8bf27da\",\n  \"courier_partner_name\": \"Delhivery\",\n  \"extension_id\": \"656da76de7b208e46ca12f97\",\n  \"remarks\": \"Important remark\",\n  \"tat\": {\n    \"min\": 86400,\n    \"max\": 172800\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Requested Courier partner 656da76de7b208e46ca12f97|656da76de7b208e46ca12f97 successfully\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "5feb593e-8274-4977-8b4b-5767c91c8c9a",
                "name": "Bad Request. The request was invalid or could not be processed.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "shipment",
                      ":shipment_id",
                      "courier-partner",
                      "request"
                    ],
                    "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) The unique identifier for the shipment. This ID is used to track and reference the shipment throughout its journey.\n"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"scheme_id\": \"66d84618ed3c2deab8bf27da\",\n  \"courier_partner_name\": \"Delhivery\",\n  \"extension_id\": \"656da76de7b208e46ca12f97\",\n  \"remarks\": \"Important remark\",\n  \"tat\": {\n    \"min\": 86400,\n    \"max\": 172800\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Error while handling request courier partner request\",\n  \"error\": \"Courier Partner not installed in company\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "3d72e83d-01e3-423c-8bda-324283e7f5c4",
            "name": "saveCourierPartnerPreferenceForShipment | Save courier partner preference for a shipment.",
            "request": {
              "name": "saveCourierPartnerPreferenceForShipment | Save courier partner preference for a shipment.",
              "description": {
                "content": "Use this API to save the preferred courier partner for a shipment. The preferred courier partner will be triggered automatically when the shipment moves to a state where delivery partner assignment is performed (for example, ready for DP assignment).\n",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "platform",
                  "order-manage",
                  "v1.0",
                  "company",
                  "{{companyId}}",
                  "shipment",
                  ":shipment_id",
                  "courier-partner",
                  "preference"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "shipment_id",
                    "description": "(Required) The unique identifier for the shipment. This ID is used to track and reference the shipment throughout its journey.\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  \"scheme_id\": \"<string>\",\n  \"courier_partner_name\": \"<string>\",\n  \"extension_id\": \"<string>\",\n  \"tat\": {\n    \"min\": \"<integer>\",\n    \"max\": \"<integer>\"\n  },\n  \"remarks\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "7a9ee20d-d912-4717-aa29-b81f8c4c3648",
                "name": "Successfully saved the courier partner preference for the shipment.\n",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "shipment",
                      ":shipment_id",
                      "courier-partner",
                      "preference"
                    ],
                    "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) The unique identifier for the shipment. This ID is used to track and reference the shipment throughout its journey.\n"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"scheme_id\": \"66d84618ed3c2deab8bf27da\",\n  \"courier_partner_name\": \"Delhivery\",\n  \"extension_id\": \"66d84618ed3c2deab8bf27da\",\n  \"remarks\": \"Important remark\",\n  \"tat\": {\n    \"min\": 86400,\n    \"max\": 172800\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Courier partner preference 66d84618ed3c2deab8bf27da|66d84618ed3c2deab8bf27da saved successfully\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "9f5d0c7b-debc-4195-ac2e-84bd17ced20d",
                "name": "Bad Request. The request was invalid or could not be processed.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "platform",
                      "order-manage",
                      "v1.0",
                      "company",
                      ":company_id",
                      "shipment",
                      ":shipment_id",
                      "courier-partner",
                      "preference"
                    ],
                    "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) The unique identifier for the shipment. This ID is used to track and reference the shipment throughout its journey.\n"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"scheme_id\": \"66d84618ed3c2deab8bf27da\",\n  \"courier_partner_name\": \"Delhivery\",\n  \"extension_id\": \"66d84618ed3c2deab8bf27da\",\n  \"remarks\": \"Important remark\",\n  \"tat\": {\n    \"min\": 86400,\n    \"max\": 172800\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Error while handling request courier partner preference request\",\n  \"error\": \"Company does not have LAPA plan.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5ce4667b-a837-45a7-b404-3cf3fab00c02",
            "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": "6e5f0ec3-abea-4540-8470-e2cfc39fd0e3",
                "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": "bb3f3ea9-c05b-4f04-a298-0d89432f9019",
            "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": "c5ff9034-3266-4406-bbcb-26b56961b2e6",
                "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": "189468f6-fc6c-46e6-afc0-6dba515c0f74",
            "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": "46975f49-7b79-467b-b201-6624ffc62a95",
                "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": "e744d306-0720-452a-bfb8-4d6e9c23b0ce",
            "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": "6964198a-9391-49ae-8f51-3188930f71f4",
                "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": "6912fda3-eea1-4dc8-85ac-3ed433d925a5",
            "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": "a50f8616-cc51-407f-89dd-ac4507c9af3c",
                "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\": 95733682,\n  \"message\": \"velit Duis voluptate\",\n  \"success\": true,\n  \"items\": [\n    {\n      \"breakup_values\": [\n        {\n          \"value\": \"commodo\",\n          \"name\": \"qui Ut laborum\",\n          \"display\": \"officia\"\n        },\n        {\n          \"value\": \"aliqua\",\n          \"name\": \"dese\",\n          \"display\": \"exercitation aliqua veniam\"\n        }\n      ],\n      \"total_order_value\": 9218014.23027113,\n      \"meta\": {\n        \"ut916\": -44812247.500942126\n      },\n      \"order_created_time\": \"cillum ipsum\",\n      \"order_created_ts\": \"Ut eiusmod\",\n      \"ordering_source\": \"sint in sed\",\n      \"ordering_source_details\": {\n        \"type\": \"SALES_CHANNEL\",\n        \"slug\": \"aliqua quis\",\n        \"display_name\": \"anim Lorem do est\",\n        \"is_active\": true,\n        \"logo\": \"http://D.xxbhU9NOY-DqMR8q2NZiOk2qfgw4LEXynSBN6bEVsCqWTe1qgu\"\n      },\n      \"payment_mode\": \"reprehenderit magna culpa\",\n      \"shipments\": [\n        {\n          \"shipment_id\": \"nulla pariatur dolore\",\n          \"fulfillment_option\": {\n            \"name\": \"minim qui dolor\",\n            \"slug\": \"tempor\",\n            \"type\": \"laborum sit culpa officia\",\n            \"is_default\": false\n          },\n          \"picked_date\": \"1957-03-18T01:06:48.876Z\",\n          \"tracking_list\": [\n            {\n              \"status\": \"Ut\",\n              \"text\": \"exercitation tempor proident\",\n              \"is_passed\": false,\n              \"is_current\": true,\n              \"time\": \"tempor enim\",\n              \"created_ts\": \"voluptate aliquip mollit\"\n            },\n            {\n              \"status\": \"tempor officia elit\",\n              \"text\": \"qui fugiat\",\n              \"is_passed\": true,\n              \"is_current\": true,\n              \"time\": \"exercitation irure\",\n              \"created_ts\": \"minim dolore\"\n            }\n          ],\n          \"invoice\": {\n            \"store_invoice_id\": \"Ut eiusmod pariatur aute\",\n            \"invoice_url\": \"est\",\n            \"updated_date\": \"1971-05-08T00:47:11.241Z\",\n            \"external_invoice_id\": \"mollit sed officia\",\n            \"label_url\": \"eiusmod eu dolore aliqua\",\n            \"credit_note_id\": \"in qui\",\n            \"links\": {\n              \"tempor_e02\": true\n            }\n          },\n          \"shipment_status\": \"ullamco \",\n          \"gst_details\": {\n            \"brand_calculated_amount\": -24668747.487530366,\n            \"gst_fee\": -34634068.98666879,\n            \"tax_collected_at_source\": -59783620.951962255,\n            \"value_of_good\": -15828287.867450804,\n            \"cgst_tax_percentage\": 13659394.63298349,\n            \"gstin_code\": \"qui mollit aliqua est\",\n            \"igst_tax_percentage\": 97562760.37881538,\n            \"gst_tax_percentage\": -57706065.15050991,\n            \"hsn_code_id\": \"aliquip sed ipsum\",\n            \"igst_gst_fee\": 62829834.55910611,\n            \"is_default_hsn_code\": true,\n            \"sgst_gst_fee\": -48113272.3678595,\n            \"cgst_gst_fee\": 39332650.72789678,\n            \"gst_tag\": \"ut sint\",\n            \"sgst_tax_percentage\": 17155168.765379876,\n            \"hsn_code\": \"nostrud ipsum qui Lorem dolore\"\n          },\n          \"order_status\": {\n            \"order_details\": {\n              \"fynd_order_id\": \"elit\",\n              \"created_at\": \"1979-03-21T22:49:53.268Z\",\n              \"user_id\": \"officia sed\",\n              \"tax_details\": {\n                \"pan_no\": \"do irure in\",\n                \"gstin\": \"Ut ut consectetur voluptate\"\n              },\n              \"mongo_cart_id\": 46812564.726641566,\n              \"delivery_charges\": -52638017.851681605,\n              \"transaction_id\": \"consequat nisi nulla\",\n              \"collect_by\": \"minim pariatur aliquip\",\n              \"headers\": {\n                \"laborum_e\": \"pariatur exercitation sit commodo\"\n              },\n              \"coupon_value\": -29649326.820317775,\n              \"order_value\": -80603126.17508982,\n              \"created_time\": \"dolore sint culpa \",\n              \"currency\": \"minim eu sunt laboris magna\",\n              \"total_order_value\": -51307604.695746176,\n              \"ordering_channel\": \"incidid\",\n              \"ordering_source\": \"occaecat ex amet\",\n              \"meta\": {\n                \"est5\": 88700142.89181608\n              },\n              \"cod_charges\": 42237213.61090931,\n              \"cashback_value\": -57547489.81879146,\n              \"refund_by\": \"Excepteur minim irure elit\",\n              \"affiliate_order_date\": \"1982-10-14T02:05:15.608Z\",\n              \"payment_methods\": {\n                \"COD\": {\n                  \"amount\": 1100\n                }\n              },\n              \"affiliate_order_id\": \"labore eu\",\n              \"payment_mode_id\": -16187491.325870961,\n              \"promotion_effective_discount\": 29131074.625426397,\n              \"mode_of_payment\": \"magna ut irure et\",\n              \"discount\": 98908624.41567889,\n              \"cashback_applied\": -73148062.5048583,\n              \"fynd_credits\": 48067884.66906208,\n              \"affiliate_id\": \"deserunt non sint ut\",\n              \"ordering_channel_logo\": \"laboris dolor incididunt Ut\",\n              \"prices\": {\n                \"refund_credit\": 13854297.491866633,\n                \"amount_paid_roundoff\": -50485939.610447474,\n                \"price_effective\": -6783145.069179624,\n                \"promotion_effective_discount\": -12094082.85411197,\n                \"pm_price_split\": -41846358.42561253,\n                \"refund_amount\": 68805966.17820203,\n                \"transfer_price\": 2038902.3632219434,\n                \"coupon_effective_discount\": 19057448.316094667,\n                \"tax_collected_at_source\": -67989692.53200129,\n                \"brand_calculated_amount\": 42560755.576649815,\n                \"delivery_charge\": -48241026.11378911,\n                \"cashback\": -40270592.84426628,\n                \"value_of_good\": -24513872.24041608,\n                \"cashback_applied\": 41105037.056411296,\n                \"cod_charges\": 73858113.67714864,\n                \"price_marked\": -28486620.19534065,\n                \"amount_paid\": -36261394.32428377,\n                \"coupon_value\": -22562712.138195008,\n                \"discount\": -88545980.85719925,\n                \"fynd_credits\": 49865244.61048111,\n                \"gift_price\": 15544315.825314432,\n                \"amount_to_be_collected\": -82795745.3336075,\n                \"cost_price\": -48794346.34878144,\n                \"loyalty_discount\": 1350658.611673832,\n                \"marketplace_promotion_effective_discount\": 34485808.28335479,\n                \"seller_promotion_effective_discount\": -64016903.26583118\n              },\n              \"charges\": [\n                {\n                  \"name\": \"elit in\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": -59178515.98574066,\n                      \"currency\": \"dolor eu amet voluptate\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": 95075547.68746787,\n                      \"currency\": \"adipisicing sunt irure Duis t\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"multi\",\n                      \"logic\": \"culpa\"\n                    },\n                    \"distribution_level\": \"pariatur incididunt aliqua\"\n                  },\n                  \"code\": \"veniam ut aute nisi\",\n                  \"type\": \"est labore\"\n                },\n                {\n                  \"name\": \"pariatur est sed Duis\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": 47310748.9539057,\n                      \"currency\": \"do culpa\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": -39107727.441329,\n                      \"currency\": \"ex qui labore adipisicing\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"single\",\n                      \"logic\": \"esse dolore\"\n                    },\n                    \"distribution_level\": \"sit proident\"\n                  },\n                  \"code\": \"tempor\",\n                  \"type\": \"Ut elit\"\n                }\n              ],\n              \"loyalty_discount_details\": {\n                \"discount\": -61958345.49313353,\n                \"ownership\": \"marketplace\",\n                \"is_applied\": false\n              }\n            },\n            \"errors\": [\n              \"adipisicing\",\n              \"minim aliquip\"\n            ],\n            \"shipment_details\": [\n              {\n                \"id\": -90420549,\n                \"meta\": {\n                  \"kafka_emission_status\": 97205122,\n                  \"state_manager_used\": \"ex\"\n                },\n                \"shipment_id\": \"voluptate incididunt exercitation ad\",\n                \"status\": \"voluptate esse\",\n                \"bag_list\": [\n                  -76414637,\n                  24436490\n                ],\n                \"remarks\": \"sint\"\n              },\n              {\n                \"id\": 63612674,\n                \"meta\": {\n                  \"kafka_emission_status\": 30934513,\n                  \"state_manager_used\": \"minim\"\n                },\n                \"shipment_id\": \"Excepteur eu incididunt officia sint\",\n                \"status\": \"elit\",\n                \"bag_list\": [\n                  -15224336,\n                  -49343573\n                ],\n                \"remarks\": \"sunt enim\"\n              }\n            ],\n            \"text\": \"deserunt qui mollit\",\n            \"value\": \"labore commod\",\n            \"color_code\": \"aliqua\",\n            \"expected_delivery_date\": \"2014-01-23T15:57:57.185Z\"\n          },\n          \"delivery_slot\": {\n            \"laborum_7\": -7933183\n          },\n          \"order\": {\n            \"fynd_order_id\": \"tempor cupidatat eiusmod\",\n            \"order_date\": \"1998-04-23T09:05:29.775Z\",\n            \"created_ts\": \"id consequat ipsum sunt\",\n            \"tax_details\": {\n              \"voluptate04\": false,\n              \"sunt_e7d\": true,\n              \"Ut9\": 72711916.96406686\n            },\n            \"cod_charges\": \"reprehenderit pariatur ea nisi\",\n            \"source\": \"id reprehenderit nulla pariatur\",\n            \"affiliate_id\": \"ea qui dolor in\",\n            \"affiliate_order_id\": \"o\",\n            \"ordering_channel_logo\": {\n              \"occaecat_7\": \"tempor\",\n              \"non4\": false,\n              \"sit_89b\": 13834848.17293255\n            },\n            \"order_value\": \"sint deserunt eiusmod in\",\n            \"ordering_channel\": \"esse dolor in proi\",\n            \"ordering_source\": \"ullamco deserunt\",\n            \"loyalty_discount_details\": {\n              \"discount\": -77932259.9890988,\n              \"ownership\": \"seller\",\n              \"is_applied\": true\n            },\n            \"meta\": {\n              \"veniam3\": -84279086\n            }\n          },\n          \"user\": {\n            \"id\": 11736713,\n            \"user_oid\": \"Duis\",\n            \"mongo_user_id\": \"nostrud deserunt elit\",\n            \"external_customer_id\": \"Duis labore eu mollit\",\n            \"first_name\": \"amet\",\n            \"last_name\": \"quis nulla\",\n            \"mobile\": \"veniam\",\n            \"email\": \"laborum tempor minim\",\n            \"meta\": {\n              \"quis6a\": \"proident est\",\n              \"in_65\": \"qui quis ad ut\"\n            },\n            \"is_anonymous_user\": true,\n            \"name\": \"qui elit minim ut\",\n            \"gender\": \"adipisicing laboris fugiat\",\n            \"country_phone_code\": \"sunt et amet\"\n          },\n          \"enable_dp_tracking\": true,\n          \"custom_message\": \"do\",\n          \"estimated_sla_time\": \"elit ullamco in eu\",\n          \"estimated_sla_ts\": \"dolore labor\",\n          \"can_update_dimension\": false,\n          \"shipment_images\": [\n            \"minim tempor labo\",\n            \"veniam voluptate in proident eu\"\n          ],\n          \"delivery_details\": {\n            \"sint_10d\": -20201995,\n            \"nostrud4\": -14049682,\n            \"dolore_5_\": 27020735.8333316,\n            \"velitb7\": 24398406.900520355,\n            \"Lorem1a1\": -85386439\n          },\n          \"billing_details\": {\n            \"aliquip9\": 24862369.287327632,\n            \"do_501\": 23236930\n          },\n          \"forward_shipment_id\": \"proident id ea\",\n          \"fulfilment_priority\": 89593099,\n          \"shipment_details\": {\n            \"lock_status\": false,\n            \"lock_message\": \"et nisi sint pariatur\",\n            \"action_to_status\": {\n              \"download_invoice\": \"lock\",\n              \"download_label\": \"lock\"\n            }\n          },\n          \"shipment_quantity\": 24332051,\n          \"company_details\": {\n            \"company_name\": \"consequat sit\",\n            \"address\": {\n              \"minimd\": -36590161.818267845,\n              \"Duis_81\": \"exercitation velit dolore\",\n              \"sed37\": -99917548.12712772\n            },\n            \"company_cin\": \"Ut laboris sed non\",\n            \"company_id\": 21920801,\n            \"company_gst\": \"minim ad sint aliquip laboris\",\n            \"company_contact\": {\n              \"phone\": [\n                {\n                  \"country_code\": 28510507,\n                  \"number\": \"Excepteur aute consequat\"\n                },\n                {\n                  \"country_code\": -63098160,\n                  \"number\": \"voluptate\"\n                }\n              ],\n              \"emails\": [\n                \"laboris veniam reprehenderit sit\",\n                \"Excepteur occaecat irure\"\n              ]\n            }\n          },\n          \"ordering_store\": {\n            \"phone\": \"elit nisi sint\",\n            \"pincode\": \"labore exercitation\",\n            \"meta\": {\n              \"in_f3\": false,\n              \"cupidatat_75\": true,\n              \"exercitationd99\": -36121070\n            },\n            \"address\": \"qui ex Duis esse ut\",\n            \"address1\": \"Lorem sunt enim incididunt\",\n            \"display_address\": \"pariatur veniam officia cillum\",\n            \"id\": 36038524,\n            \"code\": \"nulla\",\n            \"store_name\": \"in eiusmod ut exercitation aliqua\",\n            \"country\": \"proident nulla labor\",\n            \"contact_person\": \"pariatur\",\n            \"state\": \"quis\",\n            \"city\": \"eiusmod do ullamco\",\n            \"name\": \"reprehenderit adipisicing est\",\n            \"store_email\": \"pariatur nulla minim\"\n          },\n          \"order_platform\": \"esse aliquip non labore\",\n          \"lock_status\": true,\n          \"platform_logo\": \"consectetur ad adipisicing proident sit\",\n          \"user_agent\": \"consectetur exercitation id\",\n          \"dp_details\": {\n            \"pincode\": \"anim ullamco pariatur et Lorem\",\n            \"track_url\": \"nisi proident\",\n            \"eway_bill_id\": \"velit eiusmod\",\n            \"id\": 66465043,\n            \"country\": \"fugiat veniam\",\n            \"awb_no\": \"elit\",\n            \"gst_tag\": \"ea et consequat sint\",\n            \"name\": \"qui\"\n          },\n          \"invoice_id\": \"nisi velit occa\",\n          \"payment_methods\": {\n            \"COD\": {\n              \"amount\": 1100\n            }\n          },\n          \"coupon\": {\n            \"nisi__\": false\n          },\n          \"affiliate_details\": {\n            \"affiliate_bag_id\": \"id\",\n            \"affiliate_meta\": {\n              \"order_item_id\": \"ullamco nisi labore\",\n              \"channel_order_id\": \"cillum reprehenderit aute\",\n              \"employee_discount\": 97722423.26737142,\n              \"box_type\": \"anim aliqua aute\",\n              \"quantity\": 80824221,\n              \"size_level_total_qty\": 25588549,\n              \"loyalty_discount\": 27954389.804067597,\n              \"replacement_details\": {\n                \"replacement_type\": \"non anim aute de\",\n                \"original_affiliate_order_id\": \"nostrud pariatur\"\n              },\n              \"channel_shipment_id\": \"in sed\",\n              \"marketplace_invoice_id\": \"aliquip ad deserunt\",\n              \"due_date\": \"1990-11-19T10:18:39.371Z\",\n              \"coupon_code\": \"reprehenderit in commodo labore\",\n              \"is_priority\": false,\n              \"is_serial_number_required\": false,\n              \"fulfilment_priority\": 17078126,\n              \"customer_selling_price\": -26013017.000047922\n            },\n            \"affiliate_order_id\": \"nisi id fugiat\",\n            \"affiliate_shipment_id\": \"cillum in\",\n            \"affiliate_store_id\": \"amet Ut anim esse\",\n            \"shipment_meta\": {\n              \"same_store_available\": false,\n              \"weight\": 27206455,\n              \"tracking_url\": \"laboris magna dolor laborum consequat\",\n              \"estimated_delivery_date\": \"2014-07-13T12:25:29.176Z\",\n              \"b2b_buyer_details\": {\n                \"address\": \"est amet\",\n                \"city\": \"ut enim qui\",\n                \"gstin\": \"l\",\n                \"name\": \"nostrud\",\n                \"pincode\": -74478317,\n                \"state\": \"cupid\",\n                \"ajio_site_id\": \"quis labore esse do\"\n              },\n              \"formatted\": {\n                \"max\": \"irure incididunt laborum\",\n                \"min\": \"quis pariatur reprehenderit ex\"\n              },\n              \"debug_info\": {\n                \"stormbreaker_uuid\": \"officia do\"\n              },\n              \"return_awb_number\": \"ullamco aliqua nulla\",\n              \"is_self_ship\": true,\n              \"box_type\": \"quis pariatur et in\",\n              \"einvoice_info\": {\n                \"credit_note\": {\n                  \"in_1e1\": true,\n                  \"proident_b\": -34814823,\n                  \"laborum_81\": \"do\",\n                  \"cupidatat1d\": false,\n                  \"sit_2d\": 62915052.7870875\n                },\n                \"invoice\": {\n                  \"doc50\": true,\n                  \"eiusmod04\": 29321513\n                }\n              },\n              \"return_affiliate_shipment_id\": \"minim\",\n              \"parent_dp_id\": \"anim non nisi\",\n              \"shipment_weight\": 10414166.69415231,\n              \"dimension\": {\n                \"height\": -36255867.95551712,\n                \"width\": -8677696.530409217,\n                \"is_default\": false,\n                \"unit\": \"aliquip sunt enim\",\n                \"length\": 45249480.38429168\n              },\n              \"dp_options\": {\n                \"eu_2d2\": false,\n                \"Ut1\": \"in ame\"\n              },\n              \"assign_dp_from_sb\": true,\n              \"due_date\": \"1992-02-16T14:07:35.114Z\",\n              \"store_invoice_updated_date\": \"2008-02-15T05:01:36.817Z\",\n              \"forward_affiliate_shipment_id\": \"ea culpa\",\n              \"return_store_node\": 76035294,\n              \"fulfilment_priority_text\": \"id proident\",\n              \"shipment_tags\": [\n                {\n                  \"slug\": \"tempor\",\n                  \"entity_type\": \"bag\",\n                  \"display_text\": \"non esse fugiat Lorem\"\n                },\n                {\n                  \"slug\": \"ex in\",\n                  \"entity_type\": \"bag\",\n                  \"display_text\": \"amet Lorem\"\n                }\n              ],\n              \"external\": {\n                \"minim__\": 68338523,\n                \"Excepteur6\": -5702786,\n                \"dolor_3\": 56946475\n              },\n              \"awb_number\": \"Lorem aliqua ea dolore dolor\",\n              \"lock_data\": {\n                \"locked\": false,\n                \"mto\": false,\n                \"lock_message\": \"ut ad\"\n              },\n              \"order_type\": \"HomeDelivery\",\n              \"ewaybill_info\": {\n                \"eu_b\": true\n              },\n              \"dp_id\": \"minim\",\n              \"shipment_volumetric_weight\": 89212115.27004576,\n              \"marketplace_store_id\": \"minim\",\n              \"return_details\": {\n                \"ipsum60a\": \"nostrud\",\n                \"anime\": false,\n                \"Duis_3\": 75730475.39964125\n              },\n              \"dp_sort_key\": \"et ut exercitation\",\n              \"packaging_name\": \"laboris enim sit ut\",\n              \"timestamp\": {\n                \"max\": -79747945,\n                \"min\": 31725610\n              },\n              \"auto_trigger_dp_assignment_acf\": false,\n              \"dp_name\": \"sit\",\n              \"po_number\": \"exercitation mi\",\n              \"b2c_buyer_details\": {\n                \"deserunt_c\": 2565907.7517620474,\n                \"occaecat_b_\": -17240114.067304984,\n                \"minim_e\": true\n              },\n              \"forward_affiliate_order_id\": \"voluptate\",\n              \"return_affiliate_order_id\": \"exercitation non in dolor\",\n              \"bag_weight\": {\n                \"elit_4_d\": 56472188,\n                \"proident_437\": true,\n                \"add\": \"labore proident ex ut\"\n              },\n              \"refund_to\": \"cupidatat Duis occaecat ut consectetur\"\n            },\n            \"company_affiliate_tag\": \"do nulla\",\n            \"pdf_links\": {\n              \"invoice_type\": \"external\",\n              \"label_type\": \"parent_child\",\n              \"label_a6\": \"exercitation laborum\",\n              \"invoice\": \"consectetur Excepteur laborum aliqua voluptate\",\n              \"label_pos\": \"pariatur eu \",\n              \"invoice_a6\": \"sit anim\",\n              \"b2b\": \"non dolor Ut consectetur amet\",\n              \"label\": \"consequat nulla laboris\",\n              \"label_a4\": \"sed est irure et Duis\",\n              \"invoice_export\": \"nisi sunt culpa\",\n              \"credit_note_url\": \"irure Excepteur sit id\",\n              \"delivery_challan_a4\": \"ullamco anim velit veniam\",\n              \"label_export\": \"amet\",\n              \"invoice_a4\": \"veniam aliquip non velit in\",\n              \"invoice_pos\": \"laborum occaecat eiusmod\",\n              \"po_invoice\": \"laboris dolore aliquip\"\n            },\n            \"config\": {\n              \"app\": {\n                \"created_at\": \"2023-04-12T14:23:40.994Z\",\n                \"id\": \"mollit sunt aute in\",\n                \"name\": \"dolor anim dolor ullamco\",\n                \"owner\": \"officia dolore nisi\",\n                \"secret\": \"amet aliquip pariatur\",\n                \"token\": \"occaecat dolore incididunt qu\",\n                \"updated_at\": \"2002-05-08T00:08:40.302Z\",\n                \"description\": \"enim incididunt non nostrud exercitation\",\n                \"meta\": [\n                  {\n                    \"name\": \"culpa tempor nisi deserunt\",\n                    \"value\": \"aute esse Ut culpa\"\n                  },\n                  {\n                    \"name\": \"laborum non do\",\n                    \"value\": \"Excepteur quis esse voluptate\"\n                  }\n                ]\n              },\n              \"inventory\": {\n                \"article_assignment\": {\n                  \"post_order_reassignment\": true\n                },\n                \"payment\": {\n                  \"source\": \"enim tempor\",\n                  \"mode_of_payment\": \"ipsum est ea amet\"\n                },\n                \"inventory\": {\n                  \"store\": {\n                    \"esse_a\": true,\n                    \"nulla15f\": \"voluptate adi\"\n                  }\n                },\n                \"order\": {\n                  \"force_reassignment\": true\n                },\n                \"logistics\": {\n                  \"dp_assignment\": false\n                }\n              },\n              \"app_company_id\": -74183744\n            },\n            \"affiliate_id\": \"in\",\n            \"id\": \"reprehenderit anim\"\n          },\n          \"priority_text\": \"aliquip eu\",\n          \"bag_status_history\": [\n            {\n              \"status\": \"proident Lorem Ut eiusmod\",\n              \"forward\": true,\n              \"store_id\": 62762424,\n              \"delivery_awb_number\": \"ut ut\",\n              \"kafka_sync\": true,\n              \"delivery_partner_id\": -85550059,\n              \"app_display_name\": \"qui in enim anim\",\n              \"state_id\": -44542259,\n              \"state_type\": \"logistics\",\n              \"bsh_id\": 25039309,\n              \"created_at\": \"1961-12-23T00:19:40.184Z\",\n              \"created_ts\": \"sint laborum commodo\",\n              \"shipment_id\": \"pariatur qui\",\n              \"updated_at\": \"2003-04-29T06:28:08.651Z\",\n              \"updated_ts\": \"minim proident nisi labore\",\n              \"bag_state_mapper\": {\n                \"display_name\": \"in\",\n                \"id\": -34964246,\n                \"journey_type\": \"forward\",\n                \"name\": \"magna Excepteur voluptate Lorem\",\n                \"state_type\": \"operational\",\n                \"is_active\": true,\n                \"app_display_name\": \"magna cillum\",\n                \"app_state_name\": \"est qui\",\n                \"app_facing\": true,\n                \"notify_customer\": false\n              },\n              \"bag_id\": 83906656,\n              \"display_name\": \"et elit do\"\n            },\n            {\n              \"status\": \"aute ipsum fugiat qui id\",\n              \"forward\": true,\n              \"store_id\": 69473656,\n              \"delivery_awb_number\": \"exercitation nisi Excepteur \",\n              \"kafka_sync\": false,\n              \"delivery_partner_id\": -38306680,\n              \"app_display_name\": \"Ut qui eu ea cillum\",\n              \"state_id\": 52357581,\n              \"state_type\": \"operational\",\n              \"bsh_id\": -93612934,\n              \"created_at\": \"1975-09-09T14:15:26.388Z\",\n              \"created_ts\": \"ut deserunt exercitation\",\n              \"shipment_id\": \"eu\",\n              \"updated_at\": \"2025-03-27T15:25:37.452Z\",\n              \"updated_ts\": \"ad do sint\",\n              \"bag_state_mapper\": {\n                \"display_name\": \"sed mollit in voluptate\",\n                \"id\": 3990674,\n                \"journey_type\": \"return\",\n                \"name\": \"aute dolore ex\",\n                \"state_type\": \"operational\",\n                \"is_active\": false,\n                \"app_display_name\": \"fugiat esse\",\n                \"app_state_name\": \"consectetur Duis exercitation\",\n                \"app_facing\": false,\n                \"notify_customer\": true\n              },\n              \"bag_id\": 56724212,\n              \"display_name\": \"elit qui nisi ipsum officia\"\n            }\n          ],\n          \"is_dp_assign_enabled\": true,\n          \"bags\": [\n            {\n              \"bag_id\": 15063743,\n              \"gst_details\": {\n                \"brand_calculated_amount\": 309580.2569618821,\n                \"gst_fee\": 81071948.87831417,\n                \"tax_collected_at_source\": 57014600.8431955,\n                \"value_of_good\": 45772896.515277624,\n                \"cgst_tax_percentage\": -48681753.36280824,\n                \"gstin_code\": \"ad aute occaecat et ea\",\n                \"igst_tax_percentage\": -71507550.24408393,\n                \"gst_tax_percentage\": 83339227.9453685,\n                \"hsn_code_id\": \"amet aliqua enim\",\n                \"igst_gst_fee\": 36317796.123000026,\n                \"is_default_hsn_code\": false,\n                \"sgst_gst_fee\": 70128536.15845719,\n                \"cgst_gst_fee\": 99665001.459694,\n                \"gst_tag\": \"cillum id incididunt Duis\",\n                \"sgst_tax_percentage\": 86141276.70499921,\n                \"hsn_code\": \"magna nostrud occaecat aliqua sunt\"\n              },\n              \"bag_status\": [\n                {\n                  \"status\": \"velit dolore\",\n                  \"forward\": true,\n                  \"store_id\": -13736612,\n                  \"delivery_awb_number\": \"ex mollit Ut\",\n                  \"kafka_sync\": true,\n                  \"delivery_partner_id\": 22205118,\n                  \"app_display_name\": \"irure\",\n                  \"state_id\": 94612480,\n                  \"state_type\": \"logistics\",\n                  \"bsh_id\": 21152265,\n                  \"created_at\": \"1953-02-02T01:53:03.285Z\",\n                  \"created_ts\": \"ipsum id dolore aute\",\n                  \"shipment_id\": \"culpa in deserunt id veniam\",\n                  \"updated_at\": \"1974-09-25T07:59:41.858Z\",\n                  \"updated_ts\": \"Excepteur deserunt laborum\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"labore\",\n                    \"id\": 98011799,\n                    \"journey_type\": \"return\",\n                    \"name\": \"incididunt\",\n                    \"state_type\": \"operational\",\n                    \"is_active\": true,\n                    \"app_display_name\": \"Ut aute irure ut eiusmod\",\n                    \"app_state_name\": \"ut consequat dolore\",\n                    \"app_facing\": true,\n                    \"notify_customer\": true\n                  },\n                  \"bag_id\": 53964687,\n                  \"display_name\": \"ex aliquip qui\"\n                },\n                {\n                  \"status\": \"consectetur aliqua eu nulla\",\n                  \"forward\": false,\n                  \"store_id\": 56368145,\n                  \"delivery_awb_number\": \"officia dol\",\n                  \"kafka_sync\": false,\n                  \"delivery_partner_id\": 89814842,\n                  \"app_display_name\": \"id aute dolor\",\n                  \"state_id\": 51329328,\n                  \"state_type\": \"operational\",\n                  \"bsh_id\": -60123735,\n                  \"created_at\": \"1953-05-17T13:57:24.562Z\",\n                  \"created_ts\": \"aute proident consequat\",\n                  \"shipment_id\": \"nisi deserunt Excepteur\",\n                  \"updated_at\": \"1954-11-30T20:40:08.976Z\",\n                  \"updated_ts\": \"pariatur cupidatat ut\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"ex\",\n                    \"id\": -88523745,\n                    \"journey_type\": \"return\",\n                    \"name\": \"laboris mollit sunt dolore consectetur\",\n                    \"state_type\": \"operational\",\n                    \"is_active\": false,\n                    \"app_display_name\": \"ullamco sunt\",\n                    \"app_state_name\": \"eu labore Lorem\",\n                    \"app_facing\": false,\n                    \"notify_customer\": false\n                  },\n                  \"bag_id\": 70920750,\n                  \"display_name\": \"dolore ea commodo exercitation\"\n                }\n              ],\n              \"parent_promo_bags\": {\n                \"dolore_da6\": \"sit\",\n                \"reprehenderit_2b\": false\n              },\n              \"seller_qc_details\": {\n                \"line_number\": 5872984,\n                \"bad_quantity\": -1259725,\n                \"good_quantity\": -55137403\n              },\n              \"financial_breakup\": {\n                \"added_to_fynd_cash\": true,\n                \"amount_paid\": -83743480.3619117,\n                \"brand_calculated_amount\": 40917804.56603494,\n                \"cashback\": 12220232.909699693,\n                \"cashback_applied\": 93465729.30300453,\n                \"cod_charges\": -46328996.94521826,\n                \"coupon_effective_discount\": -36060773.835004546,\n                \"coupon_value\": 91924822.77716959,\n                \"delivery_charge\": 63028284.710410446,\n                \"discount\": -88124259.2716911,\n                \"fynd_credits\": 23141788.677346706,\n                \"gst_fee\": -57384184.97658016,\n                \"gst_tag\": \"et\",\n                \"gst_tax_percentage\": 19954250.302436545,\n                \"hsn_code\": \"adipisicing enim\",\n                \"identifiers\": {\n                  \"alu\": \"reprehenderit consequat cupidatat proident\",\n                  \"ean\": \"nisi mollit\",\n                  \"sku_code\": \"reprehenderit Duis\",\n                  \"upc\": \"nisi laborum\",\n                  \"isbn\": \"reprehenderit Duis\"\n                },\n                \"item_name\": \"aute ut \",\n                \"price_effective\": -21434251.125529975,\n                \"price_marked\": 46342898.05017841,\n                \"promotion_effective_discount\": -74471047.01507072,\n                \"refund_credit\": 22493717.32388164,\n                \"size\": \"cillum tempor do\",\n                \"total_units\": -59285381,\n                \"transfer_price\": -91857899.15797935,\n                \"value_of_good\": 48372125.42219195,\n                \"amount_paid_roundoff\": 30448082,\n                \"tax_collected_at_source\": -6764935.013977528,\n                \"amount_to_be_collected\": 95451306.1455693,\n                \"taxes\": [\n                  {\n                    \"name\": \"reprehenderit in\",\n                    \"rate\": -30197380.064695925,\n                    \"tax_amount\": 62084354.336878896,\n                    \"taxable_amount\": -83104377.14151914\n                  },\n                  {\n                    \"name\": \"fugiat aute reprehenderit\",\n                    \"rate\": 60176977.27332595,\n                    \"tax_amount\": -29691142.104122743,\n                    \"taxable_amount\": -23968842.319981128\n                  }\n                ],\n                \"loyalty_discount\": 39983626.788852125\n              },\n              \"bag_configs\": {\n                \"allow_force_return\": false,\n                \"can_be_cancelled\": false,\n                \"enable_tracking\": true,\n                \"is_active\": false,\n                \"is_customer_return_allowed\": false,\n                \"is_returnable\": false,\n                \"is_bundle_item\": true,\n                \"bundle_details\": {\n                  \"bundle_group_id\": \"irure tempor deserunt eius\",\n                  \"name\": \"et\",\n                  \"slug\": \"et anim incididunt\",\n                  \"bundle_count\": -54334354,\n                  \"article_bundle_id\": \"commodo velit non\",\n                  \"bundle_article_quantity\": 79555838,\n                  \"is_base\": true,\n                  \"price_marked\": 15868569.617128834,\n                  \"price_effective\": -15081652.741381556,\n                  \"item_id\": 17501605,\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\": \"dolore\",\n                  \"images\": [\n                    \"et quis elit\",\n                    \"ea nulla\"\n                  ],\n                  \"brand_name\": \"ipsum ut\",\n                  \"size\": \"sunt\"\n                }\n              },\n              \"seller_identifier\": \"sit ut\",\n              \"delivery_address\": {\n                \"phone\": \"dolor\",\n                \"address2\": \"dolore reprehenderit\",\n                \"address\": \"ad esse laborum\",\n                \"longitude\": 74638038.85462773,\n                \"pincode\": \"officia velit mollit reprehenderit Ut\",\n                \"area\": \"Ut velit dolor amet\",\n                \"address_type\": \"other\",\n                \"country\": \"in aliqua incididunt\",\n                \"address_category\": \"billing\",\n                \"email\": \"consect\",\n                \"created_at\": \"1964-07-23T01:58:49.362Z\",\n                \"address1\": \"ut Excepteur laboris velit\",\n                \"display_address\": \"deserunt dolor\",\n                \"landmark\": \"in qui fugiat\",\n                \"updated_at\": \"1972-04-07T07:40:10.019Z\",\n                \"version\": \"dolor a\",\n                \"latitude\": 84371973.60337323,\n                \"contact_person\": \"cillum occaecat minim esse\",\n                \"state\": \"dolor voluptate ad mollit\",\n                \"city\": \"velit enim dolore non\",\n                \"area_code_slug\": \"nulla dolor\",\n                \"country_code\": \"mollit sunt\",\n                \"country_iso_code\": \"cupidatat et sunt labore aute\",\n                \"country_phone_code\": \"ipsum culpa eiusmod incididunt sed\",\n                \"delivery_address_id\": 90361952,\n                \"geo_location\": {\n                  \"nisi_4d\": 31293152,\n                  \"in_a\": false\n                },\n                \"name\": \"labore\",\n                \"sector\": \"ut consequat\",\n                \"state_code\": \"adipisicing qui\",\n                \"uid\": \"mollit enim anim proident cupidatat\",\n                \"user_id\": \"sint\",\n                \"code\": \"fugiat sit culpa cupidatat\"\n              },\n              \"article\": {\n                \"identifiers\": {\n                  \"cillum_d_\": false\n                },\n                \"return_config\": {\n                  \"returnable\": false,\n                  \"time\": 96574419.82943782,\n                  \"unit\": \"consequat cillum aute\"\n                },\n                \"uid\": \"pariatur dolore et sit\",\n                \"size\": \"consectetur amet\",\n                \"tags\": [\n                  \"cupidatat elit magna\",\n                  \"amet pariatur Duis in\"\n                ],\n                \"_custom_json\": {\n                  \"incididunt_91\": 46464137.35420033,\n                  \"et_f3c\": 74371825.58074355,\n                  \"veniam9\": -49469710,\n                  \"proident_d84\": \"aute\"\n                }\n              },\n              \"brand\": {\n                \"id\": -34979003,\n                \"logo\": \"cupidatat nostrud\",\n                \"company\": -25969511,\n                \"created_on\": \"1974-09-02T10:49:28.627Z\",\n                \"brand_name\": \"Excepteur id\",\n                \"modified_on\": \"1998-04-07T02:59:00.313Z\"\n              },\n              \"group_id\": \"fugiat\",\n              \"affiliate_bag_details\": {\n                \"affiliate_bag_id\": \"dolore eiusmod elit aliquip cillum\",\n                \"coupon_code\": \"in Excepteur ipsum eu amet\",\n                \"affiliate_meta\": {\n                  \"order_item_id\": \"exercitation consequat\",\n                  \"channel_order_id\": \"labore adipisicing amet Excepteur\",\n                  \"employee_discount\": -9355166.617246225,\n                  \"box_type\": \"labore sint minim\",\n                  \"quantity\": -23007140,\n                  \"size_level_total_qty\": 55511367,\n                  \"loyalty_discount\": 8730558.686255336,\n                  \"replacement_details\": {\n                    \"replacement_type\": \"ipsum quis qui tempor\",\n                    \"original_affiliate_order_id\": \"voluptate in\"\n                  },\n                  \"channel_shipment_id\": \"cupidatat\",\n                  \"marketplace_invoice_id\": \"labore esse occaecat voluptate\",\n                  \"due_date\": \"1978-05-04T01:25:40.524Z\",\n                  \"coupon_code\": \"commodo in ea nostrud\",\n                  \"is_priority\": false,\n                  \"is_serial_number_required\": false,\n                  \"fulfilment_priority\": -51174459,\n                  \"customer_selling_price\": 23939783.35095918\n                }\n              },\n              \"item\": {\n                \"id\": 80825699,\n                \"attributes\": {\n                  \"currency\": \"quis magna officia proident est\"\n                },\n                \"brand_id\": 75332375,\n                \"slug_key\": \"ex\",\n                \"l3_category\": 68586291,\n                \"l3_category_name\": \"dolor ullamco pariatur Duis laboris\",\n                \"last_updated_at\": \"1959-02-04T13:34:32.653Z\",\n                \"name\": \"id ea esse non\",\n                \"l2_category\": [\n                  \"sed ea\",\n                  \"qui sit adipisicing\"\n                ],\n                \"brand\": \"aute cupidatat incididunt enim non\",\n                \"image\": [\n                  \"cupidatat\",\n                  \"ipsum commodo\"\n                ],\n                \"code\": \"aliquip deserunt anim magna\",\n                \"l1_category\": [\n                  \"pariatur\",\n                  \"Lorem aute ex\"\n                ],\n                \"size\": \"elit ad\",\n                \"can_cancel\": true,\n                \"can_return\": false,\n                \"branch_url\": \"amet dolor\",\n                \"meta\": {\n                  \"eiusmod_e\": -85686121.3849315,\n                  \"officia_de\": -34269476.600693285,\n                  \"aute0\": -94866541\n                },\n                \"color\": \"in Ut\",\n                \"department_id\": 4329348,\n                \"images\": [\n                  \"veniam cil\",\n                  \"nulla quis sint nostrud sit\"\n                ],\n                \"tags\": [\n                  \"veni\",\n                  \"in eu\"\n                ]\n              },\n              \"payment_methods\": [\n                {\n                  \"mode\": \"sed tem\",\n                  \"amount\": -80049436.07741946\n                },\n                {\n                  \"mode\": \"sed\",\n                  \"amount\": -25734338.301366925\n                }\n              ],\n              \"payment_info\": [\n                {\n                  \"mode\": \"quis cupidatat\",\n                  \"amount\": -50599373.98081331\n                },\n                {\n                  \"mode\": \"minim irure ullamco eiusmod nulla\",\n                  \"amount\": -67055558.06204084\n                }\n              ],\n              \"quantity\": -28638212,\n              \"identifier\": \"Excepteur commodo consequat\",\n              \"can_return\": true,\n              \"can_cancel\": false,\n              \"display_name\": \"non sed velit anim\",\n              \"line_number\": -42341287,\n              \"meta\": {\n                \"iruref9\": 60489920,\n                \"nulla1_2\": -18941984\n              },\n              \"applied_promos\": [\n                {\n                  \"promotion_type\": \"contract_price\",\n                  \"promotion_name\": \"non est dolor\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": 7088781,\n                      \"type\": \"Excepteur culpa\"\n                    },\n                    {\n                      \"value\": -6744463,\n                      \"type\": \"aliqui\"\n                    }\n                  ],\n                  \"amount\": -6302065.841268018,\n                  \"article_quantity\": -29355161,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          -8110611,\n                          73672416\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                          -11942293,\n                          -54732226\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"cillum esse dolore\",\n                  \"mrp_promotion\": true,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"nostrud consectetur\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"est cupidatat ex cillum ea\",\n                        \"item_name\": \"nulla nisi laborum non incididunt\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"esse Duis Exc\",\n                        \"item_id\": -54742548,\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 labore magna\",\n                      \"quantity\": -20514322.99934879\n                    },\n                    {\n                      \"article_id\": \"sed n\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"minim Excepteur\",\n                        \"item_name\": \"fugiat dolore a\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"Duis consectetur cupidatat\",\n                        \"item_id\": -95288629,\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\": \"qui mollit sed laborum\",\n                      \"quantity\": 89235101.74137971\n                    }\n                  ]\n                },\n                {\n                  \"promotion_type\": \"bundle_price_percentage\",\n                  \"promotion_name\": \"proident\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": -72538507,\n                      \"type\": \"enim aliquip voluptate non s\"\n                    },\n                    {\n                      \"value\": -7726676,\n                      \"type\": \"dolor Excepteur ipsum\"\n                    }\n                  ],\n                  \"amount\": -475102.17408280075,\n                  \"article_quantity\": -74512637,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          -24947138,\n                          1777269\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                          66678272,\n                          70025168\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"veniam do reprehenderit\",\n                  \"mrp_promotion\": true,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"voluptate ea\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"se\",\n                        \"item_name\": \"qui irure sint dolor\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"m\",\n                        \"item_id\": -26533259,\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                        \"nostrudf\": false,\n                        \"ut_900\": -81623312\n                      },\n                      \"parent_item_identifier\": \"dolore Excepteur cupidatat ex\",\n                      \"quantity\": -69620445.09161647\n                    },\n                    {\n                      \"article_id\": \"velit in\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"sint commodo\",\n                        \"item_name\": \"eiusmod dolore culpa\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"adipisicing elit\",\n                        \"item_id\": 48735421,\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\": \"cillum Duis laborum reprehenderit\",\n                      \"quantity\": -73380398.51722305\n                    }\n                  ]\n                }\n              ],\n              \"prices\": {\n                \"refund_credit\": -26143920.25514865,\n                \"amount_paid_roundoff\": -16585926.213001966,\n                \"price_effective\": 80451849.19222453,\n                \"promotion_effective_discount\": 64729878.80665541,\n                \"pm_price_split\": -47081993.57208591,\n                \"refund_amount\": -75493027.5899329,\n                \"transfer_price\": 80249181.23192471,\n                \"coupon_effective_discount\": -96003384.62291496,\n                \"tax_collected_at_source\": -98717958.74449325,\n                \"brand_calculated_amount\": -23761531.155808896,\n                \"delivery_charge\": 80411983.66376296,\n                \"cashback\": 50856368.187211215,\n                \"value_of_good\": 43561557.04793179,\n                \"cashback_applied\": -79397014.20128222,\n                \"cod_charges\": 58967901.899455816,\n                \"price_marked\": 2787103.362707019,\n                \"amount_paid\": -86870673.58173874,\n                \"coupon_value\": 3464713.6546877474,\n                \"discount\": -13071641.372076884,\n                \"fynd_credits\": 74072658.91540965,\n                \"gift_price\": -90819654.8911377,\n                \"amount_to_be_collected\": -83382695.63287826,\n                \"cost_price\": -75906648.81014426,\n                \"loyalty_discount\": 18870760.844016537,\n                \"marketplace_promotion_effective_discount\": -72276842.39709911,\n                \"seller_promotion_effective_discount\": -49115342.84384302\n              },\n              \"charges\": [\n                {\n                  \"name\": \"reprehenderit Duis sunt aute\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": 27765932.286315873,\n                      \"currency\": \"labore in\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": 95360077.31279325,\n                      \"currency\": \"tempor dolore voluptate\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"single\",\n                      \"logic\": \"cillum amet \"\n                    },\n                    \"distribution_level\": \"culpa velit\"\n                  },\n                  \"code\": \"ut\",\n                  \"type\": \"ut Lorem\"\n                },\n                {\n                  \"name\": \"minim sit\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": -14677609.022632197,\n                      \"currency\": \"aute exercitation anim eu\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": 27855599.711695507,\n                      \"currency\": \"mollit do\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"single\",\n                      \"logic\": \"et eu ipsum dolore\"\n                    },\n                    \"distribution_level\": \"pariatur\"\n                  },\n                  \"code\": \"pariatur labore\",\n                  \"type\": \"ut amet sint velit eiusmod\"\n                }\n              ],\n              \"ordering_currency_prices\": {\n                \"refund_credit\": -99296834.6051283,\n                \"amount_paid_roundoff\": -61266764.179737575,\n                \"price_effective\": 30068788.07322964,\n                \"promotion_effective_discount\": 21970263.122267082,\n                \"pm_price_split\": 61954171.02427894,\n                \"refund_amount\": 88888644.3236556,\n                \"transfer_price\": -56914001.67772312,\n                \"coupon_effective_discount\": 88275452.64515725,\n                \"tax_collected_at_source\": 34414190.0975512,\n                \"brand_calculated_amount\": -70400131.34917307,\n                \"delivery_charge\": 52506642.06858331,\n                \"cashback\": -32284924.117292628,\n                \"value_of_good\": -50783617.67244712,\n                \"cashback_applied\": 80031750.28731775,\n                \"cod_charges\": -75343352.48976433,\n                \"price_marked\": 26290034.918983847,\n                \"amount_paid\": 7761533.806063607,\n                \"coupon_value\": 85381555.81850377,\n                \"discount\": -77946036.16156332,\n                \"fynd_credits\": 7665704.935848832,\n                \"gift_price\": 21786157.681865826,\n                \"amount_to_be_collected\": 36997376.89442554,\n                \"cost_price\": 64030641.52632111,\n                \"loyalty_discount\": -99820501.63286194\n              },\n              \"current_status\": {\n                \"id\": -12680908,\n                \"store_id\": -87439275,\n                \"delivery_awb_number\": \"commodo ea cillum pariatur\",\n                \"kafka_sync\": true,\n                \"delivery_partner_id\": 10363909,\n                \"state_type\": \"operational\",\n                \"state_id\": 42461415,\n                \"created_at\": \"1977-12-21T10:58:18.288Z\",\n                \"created_ts\": \"1965-01-04T03:52:39.087Z\",\n                \"shipment_id\": \"cupidatat fugiat elit\",\n                \"updated_at\": \"1957-05-24T09:36:41.467Z\",\n                \"bag_state_mapper\": {\n                  \"display_name\": \"consectetur nulla dolore in\",\n                  \"id\": 11695802,\n                  \"journey_type\": \"return\",\n                  \"name\": \"id Duis mollit\",\n                  \"state_type\": \"logistics\",\n                  \"is_active\": true,\n                  \"app_display_name\": \"cupida\",\n                  \"app_state_name\": \"ullamco est officia\",\n                  \"app_facing\": false,\n                  \"notify_customer\": true\n                },\n                \"bag_id\": -63867274,\n                \"status\": \"elit in anim\"\n              },\n              \"entity_type\": \"bag\",\n              \"is_parent\": false\n            },\n            {\n              \"bag_id\": -15653415,\n              \"gst_details\": {\n                \"brand_calculated_amount\": 35121779.12846357,\n                \"gst_fee\": -59722432.25294269,\n                \"tax_collected_at_source\": 83238200.93441427,\n                \"value_of_good\": -70572516.90310982,\n                \"cgst_tax_percentage\": 13892724.50892447,\n                \"gstin_code\": \"Ut irure\",\n                \"igst_tax_percentage\": 53237384.099451035,\n                \"gst_tax_percentage\": -84957546.55115806,\n                \"hsn_code_id\": \"quis veniam \",\n                \"igst_gst_fee\": -11531113.7276977,\n                \"is_default_hsn_code\": true,\n                \"sgst_gst_fee\": -86376454.54718488,\n                \"cgst_gst_fee\": -51100160.72274357,\n                \"gst_tag\": \"n\",\n                \"sgst_tax_percentage\": 3931480.072120011,\n                \"hsn_code\": \"ut minim velit\"\n              },\n              \"bag_status\": [\n                {\n                  \"status\": \"aute irure es\",\n                  \"forward\": false,\n                  \"store_id\": -6200070,\n                  \"delivery_awb_number\": \"dolore\",\n                  \"kafka_sync\": false,\n                  \"delivery_partner_id\": 56458090,\n                  \"app_display_name\": \"ipsum adipisicing\",\n                  \"state_id\": 49945624,\n                  \"state_type\": \"financial\",\n                  \"bsh_id\": 89233852,\n                  \"created_at\": \"2022-07-21T00:37:12.509Z\",\n                  \"created_ts\": \"Lorem aliqua in velit\",\n                  \"shipment_id\": \"mollit dolor aliquip in\",\n                  \"updated_at\": \"2003-04-28T20:52:56.781Z\",\n                  \"updated_ts\": \"veni\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"qui et in\",\n                    \"id\": -78868116,\n                    \"journey_type\": \"forward\",\n                    \"name\": \"dolor do non laborum labore\",\n                    \"state_type\": \"financial\",\n                    \"is_active\": true,\n                    \"app_display_name\": \"sed occaecat officia\",\n                    \"app_state_name\": \"non aliqua amet\",\n                    \"app_facing\": true,\n                    \"notify_customer\": false\n                  },\n                  \"bag_id\": 28922454,\n                  \"display_name\": \"aliquip magna\"\n                },\n                {\n                  \"status\": \"sit sint in exercitation eu\",\n                  \"forward\": true,\n                  \"store_id\": 84933533,\n                  \"delivery_awb_number\": \"aute irure elit cupidatat\",\n                  \"kafka_sync\": false,\n                  \"delivery_partner_id\": 13119903,\n                  \"app_display_name\": \"ipsum\",\n                  \"state_id\": 7097107,\n                  \"state_type\": \"financial\",\n                  \"bsh_id\": 86824348,\n                  \"created_at\": \"1952-10-28T23:24:46.205Z\",\n                  \"created_ts\": \"reprehenderit\",\n                  \"shipment_id\": \"aute Duis voluptate\",\n                  \"updated_at\": \"2021-12-29T18:35:38.473Z\",\n                  \"updated_ts\": \"in sed magna\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"laborum nulla aliqua labore exercitation\",\n                    \"id\": 75707816,\n                    \"journey_type\": \"forward\",\n                    \"name\": \"exercitation\",\n                    \"state_type\": \"operational\",\n                    \"is_active\": true,\n                    \"app_display_name\": \"qui in anim exercitation\",\n                    \"app_state_name\": \"amet ut\",\n                    \"app_facing\": true,\n                    \"notify_customer\": true\n                  },\n                  \"bag_id\": 78073879,\n                  \"display_name\": \"quis\"\n                }\n              ],\n              \"parent_promo_bags\": {\n                \"ex73\": -42115498,\n                \"consequat_f49\": false,\n                \"dolore_4a\": -27791512.740274176\n              },\n              \"seller_qc_details\": {\n                \"line_number\": 60349569,\n                \"bad_quantity\": -27979985,\n                \"good_quantity\": -23383452\n              },\n              \"financial_breakup\": {\n                \"added_to_fynd_cash\": true,\n                \"amount_paid\": -49454188.40882758,\n                \"brand_calculated_amount\": 90817345.41088995,\n                \"cashback\": -89489765.79540364,\n                \"cashback_applied\": 63932758.944239646,\n                \"cod_charges\": -71035938.91709527,\n                \"coupon_effective_discount\": -90598557.16016605,\n                \"coupon_value\": -36162505.205478236,\n                \"delivery_charge\": -531264.3890819252,\n                \"discount\": -8080893.171737894,\n                \"fynd_credits\": 35123897.284561634,\n                \"gst_fee\": 19393178.27288653,\n                \"gst_tag\": \"ut quis esse\",\n                \"gst_tax_percentage\": 98741617.60788298,\n                \"hsn_code\": \"laborum\",\n                \"identifiers\": {\n                  \"alu\": \"ea velit\",\n                  \"ean\": \"veniam id\",\n                  \"sku_code\": \"ut dolor\",\n                  \"upc\": \"mollit Ut dolor\",\n                  \"isbn\": \"pariatur aliquip dolore\"\n                },\n                \"item_name\": \"aliquip dolore\",\n                \"price_effective\": 50974669.56695205,\n                \"price_marked\": 49961150.79222378,\n                \"promotion_effective_discount\": -46592538.767802335,\n                \"refund_credit\": 26880151.238604367,\n                \"size\": \"voluptate ex dolore\",\n                \"total_units\": 91768537,\n                \"transfer_price\": -70696214.64436318,\n                \"value_of_good\": -70478798.75642678,\n                \"amount_paid_roundoff\": -58339480,\n                \"tax_collected_at_source\": -97594803.07304628,\n                \"amount_to_be_collected\": 76776402.55510882,\n                \"taxes\": [\n                  {\n                    \"name\": \"ipsum ut\",\n                    \"rate\": 48587476.183045775,\n                    \"tax_amount\": -8707207.047934324,\n                    \"taxable_amount\": 80523355.38829932\n                  },\n                  {\n                    \"name\": \"incididunt irure nisi t\",\n                    \"rate\": -62467273.233071685,\n                    \"tax_amount\": 82019674.72424659,\n                    \"taxable_amount\": 65452516.85935497\n                  }\n                ],\n                \"loyalty_discount\": -40718714.81308835\n              },\n              \"bag_configs\": {\n                \"allow_force_return\": true,\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\": \"ullamco ea\",\n                  \"name\": \"anim officia id incididunt Excepteur\",\n                  \"slug\": \"dolore nisi velit\",\n                  \"bundle_count\": 42531517,\n                  \"article_bundle_id\": \"ex esse\",\n                  \"bundle_article_quantity\": 61732852,\n                  \"is_base\": true,\n                  \"price_marked\": -53658764.49590305,\n                  \"price_effective\": -87577731.66736071,\n                  \"item_id\": 27345144,\n                  \"item_type\": \"virtual_bundle\",\n                  \"return_config\": {\n                    \"allow_partial_return\": false,\n                    \"returnable\": false,\n                    \"unit\": false,\n                    \"time\": false\n                  },\n                  \"seller_identifier\": \"id incididunt\",\n                  \"images\": [\n                    \"amet anim dolor minim in\",\n                    \"ut sunt amet\"\n                  ],\n                  \"brand_name\": \"eu aliqua in elit\",\n                  \"size\": \"aliquip laborum cupidatat\"\n                }\n              },\n              \"seller_identifier\": \"sed ex mollit tempor\",\n              \"delivery_address\": {\n                \"phone\": \"ipsum labore qui sed\",\n                \"address2\": \"\",\n                \"address\": \"ad enim\",\n                \"longitude\": 7253929.455507934,\n                \"pincode\": \"dolor in est non\",\n                \"area\": \"Duis mollit nostrud proident\",\n                \"address_type\": \"home\",\n                \"country\": \"amet laborum esse\",\n                \"address_category\": \"store\",\n                \"email\": \"consectetur voluptate ullamco\",\n                \"created_at\": \"2018-07-31T13:26:46.629Z\",\n                \"address1\": \"aliquip enim velit\",\n                \"display_address\": \"tempor reprehenderit consequat\",\n                \"landmark\": \"dolor\",\n                \"updated_at\": \"2024-01-14T20:08:02.945Z\",\n                \"version\": \"proiden\",\n                \"latitude\": 90456776.93849617,\n                \"contact_person\": \"ea velit\",\n                \"state\": \"mollit\",\n                \"city\": \"laborum\",\n                \"area_code_slug\": \"dolor\",\n                \"country_code\": \"cillum do officia amet\",\n                \"country_iso_code\": \"Excepteur incididunt commodo\",\n                \"country_phone_code\": \"in eiusmod et dolore\",\n                \"delivery_address_id\": -71084633,\n                \"geo_location\": {\n                  \"laborum__1\": -76517129.0214158,\n                  \"dolore_c7\": true,\n                  \"consequat_63\": -73724874\n                },\n                \"name\": \"sint quis dolore id cillum\",\n                \"sector\": \"dolore\",\n                \"state_code\": \"non dolor\",\n                \"uid\": \"anim tempor et Lorem\",\n                \"user_id\": \"consectetur elit commodo\",\n                \"code\": \"amet id in\"\n              },\n              \"article\": {\n                \"identifiers\": {\n                  \"ex_8\": 74904910\n                },\n                \"return_config\": {\n                  \"returnable\": false,\n                  \"time\": 4730112.771266311,\n                  \"unit\": \"occaecat velit veniam\"\n                },\n                \"uid\": \"officia Duis in ea\",\n                \"size\": \"in ut nisi\",\n                \"tags\": [\n                  \"nisi do laborum dolore\",\n                  \"sunt veniam\"\n                ],\n                \"_custom_json\": {\n                  \"laboree_a\": false\n                }\n              },\n              \"brand\": {\n                \"id\": -77366833,\n                \"logo\": \"sed mollit\",\n                \"company\": 65686078,\n                \"created_on\": \"2023-06-20T10:51:44.170Z\",\n                \"brand_name\": \"id\",\n                \"modified_on\": \"1963-12-15T21:54:39.404Z\"\n              },\n              \"group_id\": \"ea\",\n              \"affiliate_bag_details\": {\n                \"affiliate_bag_id\": \"pariatur Ut mollit\",\n                \"coupon_code\": \"officia\",\n                \"affiliate_meta\": {\n                  \"order_item_id\": \"esse eiusmod magna\",\n                  \"channel_order_id\": \"elit aliqua occaecat\",\n                  \"employee_discount\": 57926211.201571256,\n                  \"box_type\": \"anim officia ad ea\",\n                  \"quantity\": -99479835,\n                  \"size_level_total_qty\": 11654172,\n                  \"loyalty_discount\": -91955392.32142025,\n                  \"replacement_details\": {\n                    \"replacement_type\": \"laborum nulla incididunt cupidatat\",\n                    \"original_affiliate_order_id\": \"reprehenderit magna do tempor\"\n                  },\n                  \"channel_shipment_id\": \"commodo dolor sint nisi et\",\n                  \"marketplace_invoice_id\": \"Duis dolore\",\n                  \"due_date\": \"1975-05-14T18:08:00.051Z\",\n                  \"coupon_code\": \"in\",\n                  \"is_priority\": false,\n                  \"is_serial_number_required\": false,\n                  \"fulfilment_priority\": 41964668,\n                  \"customer_selling_price\": -39060860.91455765\n                }\n              },\n              \"item\": {\n                \"id\": -95130039,\n                \"attributes\": {\n                  \"currency\": \"esse incididunt\"\n                },\n                \"brand_id\": -18091005,\n                \"slug_key\": \"sed Excepteur Ut\",\n                \"l3_category\": 35198669,\n                \"l3_category_name\": \"fugiat \",\n                \"last_updated_at\": \"2001-01-12T12:55:03.036Z\",\n                \"name\": \"ea sint magna\",\n                \"l2_category\": [\n                  \"culpa deserunt\",\n                  \"Lorem cupidatat et\"\n                ],\n                \"brand\": \"dolor ex\",\n                \"image\": [\n                  \"ex consectetur dolor\",\n                  \"id culpa consectetur\"\n                ],\n                \"code\": \"D\",\n                \"l1_category\": [\n                  \"dolor anim non \",\n                  \"dol\"\n                ],\n                \"size\": \"eiusmod amet ipsum\",\n                \"can_cancel\": true,\n                \"can_return\": true,\n                \"branch_url\": \"id pariatur commodo\",\n                \"meta\": {\n                  \"mollit22\": \"fugiat magna cillum\"\n                },\n                \"color\": \"voluptate dolore commodo\",\n                \"department_id\": 43308963,\n                \"images\": [\n                  \"ullamco tempor voluptate ea\",\n                  \"do officia ut\"\n                ],\n                \"tags\": [\n                  \"anim Duis\",\n                  \"sunt tempor quis\"\n                ]\n              },\n              \"payment_methods\": [\n                {\n                  \"mode\": \"sed proident fugiat\",\n                  \"amount\": 75206929.82316387\n                },\n                {\n                  \"mode\": \"dolor officia reprehenderit laboris\",\n                  \"amount\": 97748774.45569655\n                }\n              ],\n              \"payment_info\": [\n                {\n                  \"mode\": \"non enim\",\n                  \"amount\": 98707865.8216578\n                },\n                {\n                  \"mode\": \"in ut Lore\",\n                  \"amount\": 29462777.77387674\n                }\n              ],\n              \"quantity\": 2975417,\n              \"identifier\": \"veniam\",\n              \"can_return\": true,\n              \"can_cancel\": true,\n              \"display_name\": \"nulla nisi laboris aliquip magna\",\n              \"line_number\": -52413729,\n              \"meta\": {\n                \"nisi8\": false,\n                \"consequat2b8\": 93605616.05792838\n              },\n              \"applied_promos\": [\n                {\n                  \"promotion_type\": \"bundle_amount_percentage\",\n                  \"promotion_name\": \"ea\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": -9154463,\n                      \"type\": \"dolore Lorem ut sed\"\n                    },\n                    {\n                      \"value\": -47654207,\n                      \"type\": \"anim in dolor\"\n                    }\n                  ],\n                  \"amount\": 82213729.22022644,\n                  \"article_quantity\": -54012794,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          -242048,\n                          -83697411\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                          -93173311,\n                          72563047\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"labore anim Ut\",\n                  \"mrp_promotion\": true,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"dolor sed in officia sunt\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"eiusmod est incididunt amet Ut\",\n                        \"item_name\": \"in minim id eu\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"do eu\",\n                        \"item_id\": -38115962,\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                        \"veniam68\": 63579143.00606832\n                      },\n                      \"parent_item_identifier\": \"adipisicing aliquip\",\n                      \"quantity\": 80736690.81969923\n                    },\n                    {\n                      \"article_id\": \"aliqua sit eu dolor et\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"si\",\n                        \"item_name\": \"labore aliquip magna\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"laboris incididunt eu tempor\",\n                        \"item_id\": 22521557,\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                        \"culpa8c4\": true,\n                        \"labore_f\": 46393605\n                      },\n                      \"parent_item_identifier\": \"exercitation consectetur ullamco occaec\",\n                      \"quantity\": 63098391.87562457\n                    }\n                  ]\n                },\n                {\n                  \"promotion_type\": \"amount\",\n                  \"promotion_name\": \"sit nostrud in\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": -12781523,\n                      \"type\": \"in esse\"\n                    },\n                    {\n                      \"value\": -7625068,\n                      \"type\": \"sed sunt veniam\"\n                    }\n                  ],\n                  \"amount\": 70797030.74227145,\n                  \"article_quantity\": -14482415,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          -26179914,\n                          14558204\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                          -39773026,\n                          -42520760\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"do id nostrud consectetur ea\",\n                  \"mrp_promotion\": true,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"occaecat laboris dolore deserunt\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"id nostrud commodo culpa enim\",\n                        \"item_name\": \"dolor enim\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"aute reprehenderit irure eu\",\n                        \"item_id\": 74915026,\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\": \"aliqua laborum officia nostrud\",\n                      \"quantity\": -65347465.33832667\n                    },\n                    {\n                      \"article_id\": \"sunt proident commodo ad\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"magna irure elit\",\n                        \"item_name\": \"ipsum adipisicing laboris Lorem\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"proident sunt\",\n                        \"item_id\": -59906737,\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                        \"laborume3\": -97071187.95273294\n                      },\n                      \"parent_item_identifier\": \"oc\",\n                      \"quantity\": 3774441.821162313\n                    }\n                  ]\n                }\n              ],\n              \"prices\": {\n                \"refund_credit\": 18596729.2975664,\n                \"amount_paid_roundoff\": -80937744.07476908,\n                \"price_effective\": 15910436.764759734,\n                \"promotion_effective_discount\": 62662499.282760054,\n                \"pm_price_split\": 49577898.00870857,\n                \"refund_amount\": -81246766.80593988,\n                \"transfer_price\": -93742527.75113368,\n                \"coupon_effective_discount\": 64406925.146995634,\n                \"tax_collected_at_source\": -32644134.77431862,\n                \"brand_calculated_amount\": -36750926.122800775,\n                \"delivery_charge\": -9103785.235666662,\n                \"cashback\": 2252985.8478686363,\n                \"value_of_good\": -93892107.64799811,\n                \"cashback_applied\": 64197029.71734756,\n                \"cod_charges\": 3167326.9154456556,\n                \"price_marked\": 68589297.13554257,\n                \"amount_paid\": 29942147.159756064,\n                \"coupon_value\": -23821440.66336806,\n                \"discount\": 1372634.4858938009,\n                \"fynd_credits\": 40829826.15289912,\n                \"gift_price\": 27097072.635965884,\n                \"amount_to_be_collected\": 75385720.5096251,\n                \"cost_price\": 76755273.54222625,\n                \"loyalty_discount\": -41335379.31474582,\n                \"marketplace_promotion_effective_discount\": -645806.9280819595,\n                \"seller_promotion_effective_discount\": -55252188.180643015\n              },\n              \"charges\": [\n                {\n                  \"name\": \"proident Lorem nisi\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": 97490063.53868052,\n                      \"currency\": \"deserunt\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": 98682254.64410129,\n                      \"currency\": \"ipsum dolore exercitation\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"multi\",\n                      \"logic\": \"ipsum Excepteur magna ut aliqu\"\n                    },\n                    \"distribution_level\": \"dolor incididun\"\n                  },\n                  \"code\": \"labo\",\n                  \"type\": \"Ut sint id\"\n                },\n                {\n                  \"name\": \"labore commodo ut\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": 63061582.3935512,\n                      \"currency\": \"aliquip dolor Ut\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": -8093415.378004789,\n                      \"currency\": \"dolore cupidatat minim\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"single\",\n                      \"logic\": \"cillum aliqua eiusmod\"\n                    },\n                    \"distribution_level\": \"aliqua ipsum nulla\"\n                  },\n                  \"code\": \"irure\",\n                  \"type\": \"tempor et\"\n                }\n              ],\n              \"ordering_currency_prices\": {\n                \"refund_credit\": 34136724.46958898,\n                \"amount_paid_roundoff\": -91945860.13845342,\n                \"price_effective\": 39966939.60319319,\n                \"promotion_effective_discount\": -71065411.4305723,\n                \"pm_price_split\": 63700743.433898985,\n                \"refund_amount\": 66168677.36170718,\n                \"transfer_price\": -60293480.78413803,\n                \"coupon_effective_discount\": 21392590.130913585,\n                \"tax_collected_at_source\": -83298082.96377097,\n                \"brand_calculated_amount\": -17540296.631570533,\n                \"delivery_charge\": 2312346.024299532,\n                \"cashback\": -73295345.47757114,\n                \"value_of_good\": 36122975.83124605,\n                \"cashback_applied\": 80369202.68219334,\n                \"cod_charges\": 80928690.85374463,\n                \"price_marked\": -25989588.709299564,\n                \"amount_paid\": 23355508.755631596,\n                \"coupon_value\": 20726405.877581522,\n                \"discount\": -59997410.01223757,\n                \"fynd_credits\": -12500915.627558127,\n                \"gift_price\": -41614177.54186978,\n                \"amount_to_be_collected\": -39153369.98048029,\n                \"cost_price\": -31176070.670711115,\n                \"loyalty_discount\": 36503768.264957905\n              },\n              \"current_status\": {\n                \"id\": 76527930,\n                \"store_id\": -35092305,\n                \"delivery_awb_number\": \"laboris mollit\",\n                \"kafka_sync\": true,\n                \"delivery_partner_id\": 85817852,\n                \"state_type\": \"logistics\",\n                \"state_id\": -79802921,\n                \"created_at\": \"2007-04-09T22:53:45.611Z\",\n                \"created_ts\": \"1951-05-29T01:31:32.071Z\",\n                \"shipment_id\": \"cillu\",\n                \"updated_at\": \"2004-04-07T17:29:22.173Z\",\n                \"bag_state_mapper\": {\n                  \"display_name\": \"Duis Excepteur\",\n                  \"id\": 75405525,\n                  \"journey_type\": \"return\",\n                  \"name\": \"sint nostrud aliqua dolore amet\",\n                  \"state_type\": \"financial\",\n                  \"is_active\": false,\n                  \"app_display_name\": \"deserunt ex pariatur \",\n                  \"app_state_name\": \"nulla Excepteur\",\n                  \"app_facing\": true,\n                  \"notify_customer\": true\n                },\n                \"bag_id\": 69595076,\n                \"status\": \"ullamco fugiat tempor\"\n              },\n              \"entity_type\": \"bag\",\n              \"is_parent\": true\n            }\n          ],\n          \"dp_assignment\": false,\n          \"total_items\": -78336169,\n          \"fulfilling_store\": {\n            \"address\": \"in ad\",\n            \"city\": \"anim nisi aliqua\",\n            \"code\": \"Excepteur labor\",\n            \"contact_person\": \"adipisicing ullamco et consectetur\",\n            \"country\": \"qui laboris\",\n            \"fulfillment_channel\": \"proident consectetur nisi cupidatat consequat\",\n            \"id\": -12690596,\n            \"meta\": {\n              \"dolord62\": true,\n              \"adipisicing94e\": \"sunt voluptate cupidatat\",\n              \"euba\": 62369382.04652062\n            },\n            \"phone\": \"tempor sint quis Excepteur mollit\",\n            \"pincode\": \"quis nulla aute Lorem\",\n            \"state\": \"non quis proident mollit\",\n            \"store_name\": \"dolor eu aliquip fugiat occaecat\",\n            \"address1\": \"eu qui\",\n            \"display_address\": \"velit proident labore\",\n            \"store_email\": \"nostr\"\n          },\n          \"meta\": {\n            \"cillum_936\": 65591103\n          },\n          \"pdf_links\": {\n            \"non_6ab\": false\n          },\n          \"payment_mode\": \"do officia\",\n          \"packaging_type\": \"irure\",\n          \"journey_type\": \"return\",\n          \"prices\": {\n            \"refund_credit\": -82442743.34376632,\n            \"amount_paid_roundoff\": 57666177.79084355,\n            \"price_effective\": 35337882.425124794,\n            \"promotion_effective_discount\": -1223539.3264000416,\n            \"pm_price_split\": -14686531.412483543,\n            \"refund_amount\": 20101247.206961885,\n            \"transfer_price\": -52740170.90746841,\n            \"coupon_effective_discount\": -50779735.472168006,\n            \"tax_collected_at_source\": -12725536.946063131,\n            \"brand_calculated_amount\": 6253374.082782865,\n            \"delivery_charge\": 9231492.38555871,\n            \"cashback\": -23392373.258113876,\n            \"value_of_good\": 76210168.06540787,\n            \"cashback_applied\": -79457652.08042052,\n            \"cod_charges\": -10835072.173018828,\n            \"price_marked\": 39862451.167487085,\n            \"amount_paid\": -60231453.22910306,\n            \"coupon_value\": 62877177.30261645,\n            \"discount\": -29569424.40293382,\n            \"fynd_credits\": -67406847.08479288,\n            \"gift_price\": 76205216.93720672,\n            \"amount_to_be_collected\": 36366066.1216774,\n            \"cost_price\": 30759522.00254619,\n            \"loyalty_discount\": 26442704.134165406,\n            \"marketplace_promotion_effective_discount\": -7925283.713227227,\n            \"seller_promotion_effective_discount\": 85331300.47951522\n          },\n          \"charges\": [\n            {\n              \"name\": \"sed et\",\n              \"amount\": {\n                \"base_currency\": {\n                  \"value\": 56521689.971865386,\n                  \"currency\": \"nisi labore esse\"\n                },\n                \"ordering_currency\": {\n                  \"value\": 45494671.07279378,\n                  \"currency\": \"minim id sed in esse\"\n                }\n              },\n              \"distribution_logic\": {\n                \"distribution\": {\n                  \"type\": \"multi\",\n                  \"logic\": \"ipsum voluptate\"\n                },\n                \"distribution_level\": \"sint aute irure\"\n              },\n              \"code\": \"est id sint magna nostrud\",\n              \"type\": \"officia est in Duis\"\n            },\n            {\n              \"name\": \"enim deserunt exercitation id\",\n              \"amount\": {\n                \"base_currency\": {\n                  \"value\": 75472473.1998528,\n                  \"currency\": \"anim el\"\n                },\n                \"ordering_currency\": {\n                  \"value\": 56566619.4012126,\n                  \"currency\": \"ut exercitation\"\n                }\n              },\n              \"distribution_logic\": {\n                \"distribution\": {\n                  \"type\": \"single\",\n                  \"logic\": \"veniam consequat dolor cillum fugiat\"\n                },\n                \"distribution_level\": \"enim nisi\"\n              },\n              \"code\": \"laborum do velit Excepteur\",\n              \"type\": \"eiusmod adipisicing\"\n            }\n          ],\n          \"ordering_currency_prices\": {\n            \"refund_credit\": 19386875.59110868,\n            \"amount_paid_roundoff\": -8703381.816917896,\n            \"price_effective\": -42484522.22183854,\n            \"promotion_effective_discount\": -13476019.627794549,\n            \"pm_price_split\": -23706128.79839702,\n            \"refund_amount\": 83067735.62586188,\n            \"transfer_price\": 60963619.519227624,\n            \"coupon_effective_discount\": -59873967.92845083,\n            \"tax_collected_at_source\": -47364428.861237414,\n            \"brand_calculated_amount\": -97292911.18476766,\n            \"delivery_charge\": -29882521.302295744,\n            \"cashback\": 47607184.85410392,\n            \"value_of_good\": 90711053.5812088,\n            \"cashback_applied\": 74757159.21569681,\n            \"cod_charges\": 90992123.559991,\n            \"price_marked\": 67429442.85784942,\n            \"amount_paid\": 85042602.33168751,\n            \"coupon_value\": -86111171.85199793,\n            \"discount\": 97972976.22886333,\n            \"fynd_credits\": -5321522.368058458,\n            \"gift_price\": -84844412.03648347,\n            \"amount_to_be_collected\": -81366294.25778076,\n            \"cost_price\": 10487209.89199832,\n            \"loyalty_discount\": 9142891.633406773\n          },\n          \"vertical\": \"veniam amet\",\n          \"payments\": {\n            \"mode\": \"occaecat nulla\",\n            \"logo\": \"sint sed\",\n            \"source\": \"Ut mollit\"\n          },\n          \"operational_status\": \"anim cillum\",\n          \"status\": {\n            \"meta\": {\n              \"id6f\": false,\n              \"aliqua_1_\": false\n            },\n            \"bag_list\": [\n              \"eiusmod\",\n              \"ipsum \"\n            ],\n            \"id\": 78384143,\n            \"created_at\": \"1978-02-27T23:42:22.530Z\",\n            \"created_ts\": \"Excepteur\",\n            \"shipment_id\": \"dolore dolore adipisicing sed\",\n            \"status\": \"Lorem dolore aliqua ut\",\n            \"display_name\": \"mollit veniam ad sunt sed\",\n            \"current_shipment_status\": \"labore nulla minim sit eiusmod\",\n            \"status_created_at\": \"1972-11-15T11:26:44.265Z\"\n          },\n          \"total_bags\": 71765950,\n          \"shipment_created_at\": \"1960-08-02T18:06:14.385Z\",\n          \"shipment_created_ts\": \"ipsum mollit\",\n          \"currency\": {\n            \"currency_code\": \"cillum aliqua nulla exercitation\",\n            \"currency_symbol\": \"magna occaecat\"\n          },\n          \"currency_info\": {\n            \"ordering_currency\": {\n              \"currency_code\": \"dolor occaecat esse\",\n              \"currency_name\": \"id adipisicing elit consectetur\",\n              \"currency_symbol\": \"Duis et occa\",\n              \"currency_sub_unit\": \"veniam deserunt\"\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\": \"dolore sit\",\n          \"shipment_update_time\": -39983732.06209482,\n          \"rto_address\": {\n            \"phone\": \"tempor nostrud aliqua\",\n            \"address2\": \"ex aliqua voluptate cupidatat\",\n            \"address\": \"ea esse Ut\",\n            \"longitude\": 97648197.23741648,\n            \"pincode\": \"dolore id \",\n            \"area\": \"laboris nostrud dolor\",\n            \"address_type\": \"other\",\n            \"country\": \"aliquip consectetur ad ex\",\n            \"address_category\": \"store\",\n            \"email\": \"Lorem incididunt consectetur\",\n            \"created_at\": \"2012-03-26T19:20:11.891Z\",\n            \"address1\": \"labore sit\",\n            \"display_address\": \"deserunt ipsum aliquip sint et\",\n            \"landmark\": \"nostrud aliquip\",\n            \"updated_at\": \"1951-05-17T18:33:28.990Z\",\n            \"version\": \"dolor\",\n            \"latitude\": 18048796.709761783,\n            \"contact_person\": \"ipsum dolor id\",\n            \"state\": \"tempor adipisicing ad do\",\n            \"city\": \"et in ullamco dolor commodo\",\n            \"area_code_slug\": \"ut\",\n            \"country_code\": \"cillum ea consequat aliquip Lorem\",\n            \"country_iso_code\": \"fugiat sit Excepteur\",\n            \"country_phone_code\": \"magna sit aliquip sint\",\n            \"delivery_address_id\": 50828886,\n            \"geo_location\": {\n              \"laborede\": 55485954\n            },\n            \"name\": \"E\",\n            \"sector\": \"ex cillum dolore id\",\n            \"state_code\": \"incididunt officia\",\n            \"uid\": \"laboris esse nostrud\",\n            \"user_id\": \"incididunt sunt aliqua\",\n            \"code\": \"et irure sed occaecat\"\n          },\n          \"credit_note_id\": \"laboris \",\n          \"is_self_ship\": true,\n          \"mode_of_payment\": \"ea\",\n          \"is_lapa_enabled\": true,\n          \"forward_end_shipment_id\": \"eiusmod exercitation voluptate esse\",\n          \"logistics_meta\": {\n            \"labore_31\": false\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\": \"in \",\n          \"fulfillment_option\": {\n            \"name\": \"Ut aliqua\",\n            \"slug\": \"reprehenderit nisi tempor id\",\n            \"type\": \"Lorem magna\",\n            \"is_default\": true\n          },\n          \"picked_date\": \"2023-04-22T11:12:57.833Z\",\n          \"tracking_list\": [\n            {\n              \"status\": \"officia aute\",\n              \"text\": \"ut amet anim sunt\",\n              \"is_passed\": true,\n              \"is_current\": true,\n              \"time\": \"cupidatat\",\n              \"created_ts\": \"dolore ut enim quis irure\"\n            },\n            {\n              \"status\": \"cupidatat reprehenderit laboris\",\n              \"text\": \"adipisicing dolor ad magna occaecat\",\n              \"is_passed\": false,\n              \"is_current\": false,\n              \"time\": \"consequat\",\n              \"created_ts\": \"aliqua Ut\"\n            }\n          ],\n          \"invoice\": {\n            \"store_invoice_id\": \"in\",\n            \"invoice_url\": \"sunt dolore eni\",\n            \"updated_date\": \"1961-07-26T20:47:47.409Z\",\n            \"external_invoice_id\": \"consequat Lorem sunt enim\",\n            \"label_url\": \"Duis\",\n            \"credit_note_id\": \"nisi aliqua\",\n            \"links\": {\n              \"qui8e4\": true\n            }\n          },\n          \"shipment_status\": \"ut est irure\",\n          \"gst_details\": {\n            \"brand_calculated_amount\": -77931830.37164626,\n            \"gst_fee\": 68245862.12116891,\n            \"tax_collected_at_source\": -95130492.5401593,\n            \"value_of_good\": 36408048.76743412,\n            \"cgst_tax_percentage\": -97439704.88211851,\n            \"gstin_code\": \"labore et ut\",\n            \"igst_tax_percentage\": -71716635.71428049,\n            \"gst_tax_percentage\": 11636071.990331322,\n            \"hsn_code_id\": \"amet in adipisicing voluptate\",\n            \"igst_gst_fee\": 56199676.137764454,\n            \"is_default_hsn_code\": true,\n            \"sgst_gst_fee\": -30508993.798840225,\n            \"cgst_gst_fee\": -55876279.85115464,\n            \"gst_tag\": \"dolor ullamco proident sed\",\n            \"sgst_tax_percentage\": 39363740.18992606,\n            \"hsn_code\": \"non officia eu\"\n          },\n          \"order_status\": {\n            \"order_details\": {\n              \"fynd_order_id\": \"culpa et\",\n              \"created_at\": \"1983-04-17T02:52:00.111Z\",\n              \"user_id\": \"labore enim fugiat occaecat voluptate\",\n              \"tax_details\": {\n                \"pan_no\": \"adipisicing anim Duis dolore\",\n                \"gstin\": \"nostrud culpa dolore velit\"\n              },\n              \"mongo_cart_id\": -59085154.87430974,\n              \"delivery_charges\": -40679003.27921423,\n              \"transaction_id\": \"magna fugiat reprehenderit\",\n              \"collect_by\": \"sint\",\n              \"headers\": {\n                \"ut_4a2\": \"pariatur nulla laboris officia\",\n                \"aliqua4\": false\n              },\n              \"coupon_value\": -86080753.25096487,\n              \"order_value\": -37568559.90042074,\n              \"created_time\": \"nostrud exercitation ipsum\",\n              \"currency\": \"incididunt reprehenderit\",\n              \"total_order_value\": -26246228.604906946,\n              \"ordering_channel\": \"ut sint dolore do\",\n              \"ordering_source\": \"elit irure tempor incididunt do\",\n              \"meta\": {\n                \"adaa\": -72754376.86933452,\n                \"enim4\": \"sint \",\n                \"ade2_\": 94890229.5889737\n              },\n              \"cod_charges\": -94114983.76971896,\n              \"cashback_value\": 56108921.45158711,\n              \"refund_by\": \"est id deserunt aliquip veniam\",\n              \"affiliate_order_date\": \"1986-07-20T21:08:35.674Z\",\n              \"payment_methods\": {\n                \"COD\": {\n                  \"amount\": 1100\n                }\n              },\n              \"affiliate_order_id\": \"laboris enim Lorem in\",\n              \"payment_mode_id\": 28300924.039497092,\n              \"promotion_effective_discount\": 45933002.38362971,\n              \"mode_of_payment\": \"pariatur Ut\",\n              \"discount\": 22757371.79567136,\n              \"cashback_applied\": -53795535.49636249,\n              \"fynd_credits\": -31959804.277410254,\n              \"affiliate_id\": \"quis ut qui\",\n              \"ordering_channel_logo\": \"veniam Excepteur esse ullamco sint\",\n              \"prices\": {\n                \"refund_credit\": 72535442.02994359,\n                \"amount_paid_roundoff\": -74887496.89329094,\n                \"price_effective\": -42654438.25509636,\n                \"promotion_effective_discount\": 80812514.65985537,\n                \"pm_price_split\": -29327279.793055087,\n                \"refund_amount\": -63088206.28760103,\n                \"transfer_price\": -35284624.202444315,\n                \"coupon_effective_discount\": -83785537.82757732,\n                \"tax_collected_at_source\": 28021112.815332264,\n                \"brand_calculated_amount\": 83177917.90685728,\n                \"delivery_charge\": -2524488.2365644425,\n                \"cashback\": 54278135.46581718,\n                \"value_of_good\": 84493843.37987605,\n                \"cashback_applied\": 23705845.261579752,\n                \"cod_charges\": -78042815.10786639,\n                \"price_marked\": 75017275.21127647,\n                \"amount_paid\": -75600665.4696824,\n                \"coupon_value\": -46423164.67681082,\n                \"discount\": 1546289.6065605134,\n                \"fynd_credits\": 54393695.978699386,\n                \"gift_price\": -47070026.798865914,\n                \"amount_to_be_collected\": 64374585.471983284,\n                \"cost_price\": -58822837.17489165,\n                \"loyalty_discount\": -78809694.14159709,\n                \"marketplace_promotion_effective_discount\": -9435146.107670844,\n                \"seller_promotion_effective_discount\": -36569443.400032856\n              },\n              \"charges\": [\n                {\n                  \"name\": \"enim sunt ut\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": -90337092.20600486,\n                      \"currency\": \"\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": -73193846.50728518,\n                      \"currency\": \"Ut\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"single\",\n                      \"logic\": \"aute eu consectetur\"\n                    },\n                    \"distribution_level\": \"ut in eu ex Excepteur\"\n                  },\n                  \"code\": \"in aliqua in laboris\",\n                  \"type\": \"aliquip cillum Duis est\"\n                },\n                {\n                  \"name\": \"tempo\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": -42885627.607245035,\n                      \"currency\": \"Lorem consectetur eiusmod amet\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": 49033880.57544312,\n                      \"currency\": \"nulla\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"multi\",\n                      \"logic\": \"labore do dol\"\n                    },\n                    \"distribution_level\": \"est nulla\"\n                  },\n                  \"code\": \"anim ut\",\n                  \"type\": \"ad Ut exercitation in\"\n                }\n              ],\n              \"loyalty_discount_details\": {\n                \"discount\": -14276375.229259044,\n                \"ownership\": \"seller\",\n                \"is_applied\": false\n              }\n            },\n            \"errors\": [\n              \"Ut\",\n              \"officia culpa cillum incididunt\"\n            ],\n            \"shipment_details\": [\n              {\n                \"id\": -47192774,\n                \"meta\": {\n                  \"kafka_emission_status\": -17466767,\n                  \"state_manager_used\": \"enim magna et\"\n                },\n                \"shipment_id\": \"eu reprehenderit labore culpa\",\n                \"status\": \"incididunt amet in et\",\n                \"bag_list\": [\n                  30453849,\n                  56260452\n                ],\n                \"remarks\": \"aliqua tempor velit sunt\"\n              },\n              {\n                \"id\": -6212743,\n                \"meta\": {\n                  \"kafka_emission_status\": -12121439,\n                  \"state_manager_used\": \"aliqua \"\n                },\n                \"shipment_id\": \"in proident\",\n                \"status\": \"do eu amet occaecat laboris\",\n                \"bag_list\": [\n                  -16968158,\n                  -24323728\n                ],\n                \"remarks\": \"laboris nostrud\"\n              }\n            ],\n            \"text\": \"aute aliquip ut\",\n            \"value\": \"aliqua dolor exercitation veniam\",\n            \"color_code\": \"commodo nostrud aliqua Lorem\",\n            \"expected_delivery_date\": \"1999-05-01T17:08:10.123Z\"\n          },\n          \"delivery_slot\": {\n            \"et_083\": \"proident do\"\n          },\n          \"order\": {\n            \"fynd_order_id\": \"aliqua ipsum est aute\",\n            \"order_date\": \"1968-08-20T08:58:03.315Z\",\n            \"created_ts\": \"culpa\",\n            \"tax_details\": {\n              \"dolore_7\": \"fugiat sunt\",\n              \"consequat_317\": true\n            },\n            \"cod_charges\": \"consequat do reprehenderit\",\n            \"source\": \"occaecat aliqua\",\n            \"affiliate_id\": \"e\",\n            \"affiliate_order_id\": \"nostrud laboris et ut\",\n            \"ordering_channel_logo\": {\n              \"sunt4\": \"in nulla nostrud\",\n              \"irure_cb\": false,\n              \"ullamco37c\": \"ullamco Excepteur es\"\n            },\n            \"order_value\": \"consectetur laborum\",\n            \"ordering_channel\": \"id qui incididunt tempor\",\n            \"ordering_source\": \"anim exercitation sunt\",\n            \"loyalty_discount_details\": {\n              \"discount\": 15729393.689704046,\n              \"ownership\": \"marketplace\",\n              \"is_applied\": false\n            },\n            \"meta\": {\n              \"elitcc\": -6696021.965690285,\n              \"in_3\": -22113013.624723405,\n              \"ipsum65\": 28309850.661547482,\n              \"Utd1\": true\n            }\n          },\n          \"user\": {\n            \"id\": 36386686,\n            \"user_oid\": \"mollit\",\n            \"mongo_user_id\": \"non ad consequat dolore\",\n            \"external_customer_id\": \"deserunt consequat\",\n            \"first_name\": \"est pariatur Ut\",\n            \"last_name\": \"nulla ut\",\n            \"mobile\": \"sunt velit\",\n            \"email\": \"occaecat velit Duis\",\n            \"meta\": {\n              \"tempor__3e\": false,\n              \"est31\": -8617345\n            },\n            \"is_anonymous_user\": false,\n            \"name\": \"aliquip minim in laboris\",\n            \"gender\": \"sit proident sint\",\n            \"country_phone_code\": \"exercitation laboris\"\n          },\n          \"enable_dp_tracking\": false,\n          \"custom_message\": \"aliquip Duis \",\n          \"estimated_sla_time\": \"do mollit dolor\",\n          \"estimated_sla_ts\": \"id proident\",\n          \"can_update_dimension\": true,\n          \"shipment_images\": [\n            \"dolore nisi qui\",\n            \"veniam ut labore\"\n          ],\n          \"delivery_details\": {\n            \"elit_b\": -28490128,\n            \"dolore_b4\": 52506371.343957126\n          },\n          \"billing_details\": {\n            \"nisi83\": 41689243.0161531,\n            \"veniamc1\": true,\n            \"qui_3\": true\n          },\n          \"forward_shipment_id\": \"dolor nisi eiusmod\",\n          \"fulfilment_priority\": -84309815,\n          \"shipment_details\": {\n            \"lock_status\": true,\n            \"lock_message\": \"eu in\",\n            \"action_to_status\": {\n              \"download_invoice\": \"lock\",\n              \"download_label\": \"lock\"\n            }\n          },\n          \"shipment_quantity\": -13447188,\n          \"company_details\": {\n            \"company_name\": \"id cupidatat enim laboris Lorem\",\n            \"address\": {\n              \"sunt_014\": 66955966,\n              \"nostrud_83\": \"do consequat deserunt consectetur\",\n              \"in_7f\": 76643510.62778625\n            },\n            \"company_cin\": \"ex commodo\",\n            \"company_id\": -13209504,\n            \"company_gst\": \"ut consectetur\",\n            \"company_contact\": {\n              \"phone\": [\n                {\n                  \"country_code\": -88805778,\n                  \"number\": \"adipis\"\n                },\n                {\n                  \"country_code\": -68152760,\n                  \"number\": \"in Excepteur\"\n                }\n              ],\n              \"emails\": [\n                \"reprehenderit venia\",\n                \"labore non\"\n              ]\n            }\n          },\n          \"ordering_store\": {\n            \"phone\": \"et tempor fugiat\",\n            \"pincode\": \"pariatur qui ea\",\n            \"meta\": {\n              \"exercitation4cc\": true,\n              \"minim4\": 43085207.12284219\n            },\n            \"address\": \"cupidatat deserunt irure\",\n            \"address1\": \"qui quis et\",\n            \"display_address\": \"cupidatat do Excepteur\",\n            \"id\": 90791367,\n            \"code\": \"ex labore veniam\",\n            \"store_name\": \"est \",\n            \"country\": \"veniam proident deserunt\",\n            \"contact_person\": \"culpa\",\n            \"state\": \"ut elit laboris\",\n            \"city\": \"labore in\",\n            \"name\": \"d\",\n            \"store_email\": \"labore magna\"\n          },\n          \"order_platform\": \"nostrud aliquip mollit sed\",\n          \"lock_status\": true,\n          \"platform_logo\": \"sint ipsum irure\",\n          \"user_agent\": \"laboris aliqu\",\n          \"dp_details\": {\n            \"pincode\": \"fugiat ipsum reprehende\",\n            \"track_url\": \"nostrud \",\n            \"eway_bill_id\": \"Ut cupidatat\",\n            \"id\": 3970441,\n            \"country\": \"aliqua est commodo\",\n            \"awb_no\": \"eiusmod eu\",\n            \"gst_tag\": \"elit ullamco non\",\n            \"name\": \"cupidatat dolor adipisicing\"\n          },\n          \"invoice_id\": \"sint anim L\",\n          \"payment_methods\": {\n            \"COD\": {\n              \"amount\": 1100\n            }\n          },\n          \"coupon\": {\n            \"sint_6e\": -40935874.57267614,\n            \"esse305\": true,\n            \"voluptate_ceb\": -13327934.448814377\n          },\n          \"affiliate_details\": {\n            \"affiliate_bag_id\": \"aliqua cillum amet proident eiusmod\",\n            \"affiliate_meta\": {\n              \"order_item_id\": \"dolore ipsum incididunt dolore\",\n              \"channel_order_id\": \"commodo et proident aute\",\n              \"employee_discount\": -59687820.97661318,\n              \"box_type\": \"in id\",\n              \"quantity\": 26814009,\n              \"size_level_total_qty\": -92921071,\n              \"loyalty_discount\": -69900850.23124836,\n              \"replacement_details\": {\n                \"replacement_type\": \"ex commodo eiusmod\",\n                \"original_affiliate_order_id\": \"officia in commodo eu\"\n              },\n              \"channel_shipment_id\": \"adipisicing culpa\",\n              \"marketplace_invoice_id\": \"ut in labore\",\n              \"due_date\": \"2000-10-23T00:43:07.628Z\",\n              \"coupon_code\": \"irure dolor mollit veniam reprehenderit\",\n              \"is_priority\": true,\n              \"is_serial_number_required\": true,\n              \"fulfilment_priority\": 40407982,\n              \"customer_selling_price\": -92356316.06519319\n            },\n            \"affiliate_order_id\": \"exercitation et\",\n            \"affiliate_shipment_id\": \"anim voluptat\",\n            \"affiliate_store_id\": \"sint dolore\",\n            \"shipment_meta\": {\n              \"same_store_available\": true,\n              \"weight\": -86718543,\n              \"tracking_url\": \"velit elit dolore\",\n              \"estimated_delivery_date\": \"1992-05-25T03:17:54.833Z\",\n              \"b2b_buyer_details\": {\n                \"address\": \"exercitation do fugiat aute voluptate\",\n                \"city\": \"commodo reprehenderit fugiat\",\n                \"gstin\": \"officia\",\n                \"name\": \"labore sed\",\n                \"pincode\": 88724464,\n                \"state\": \"ullam\",\n                \"ajio_site_id\": \"occaecat\"\n              },\n              \"formatted\": {\n                \"max\": \"est\",\n                \"min\": \"amet ipsum sunt\"\n              },\n              \"debug_info\": {\n                \"stormbreaker_uuid\": \"consequat ut id\"\n              },\n              \"return_awb_number\": \"enim aliqua\",\n              \"is_self_ship\": true,\n              \"box_type\": \"nulla dolor\",\n              \"einvoice_info\": {\n                \"credit_note\": {\n                  \"Excepteur0\": true\n                },\n                \"invoice\": {\n                  \"ine_1\": \"proiden\"\n                }\n              },\n              \"return_affiliate_shipment_id\": \"ad do id\",\n              \"parent_dp_id\": \"pariatur ipsum fugiat dolore\",\n              \"shipment_weight\": 34587013.02509627,\n              \"dimension\": {\n                \"height\": 41201519.60184106,\n                \"width\": -44384520.85061946,\n                \"is_default\": true,\n                \"unit\": \"ut consectetur\",\n                \"length\": -66900564.29790063\n              },\n              \"dp_options\": {\n                \"Lorem1\": false,\n                \"veniamd_\": -38937191\n              },\n              \"assign_dp_from_sb\": false,\n              \"due_date\": \"1961-06-20T00:36:24.629Z\",\n              \"store_invoice_updated_date\": \"2008-02-16T05:17:42.362Z\",\n              \"forward_affiliate_shipment_id\": \"aliquip Lorem minim\",\n              \"return_store_node\": 81499977,\n              \"fulfilment_priority_text\": \"esse deserunt\",\n              \"shipment_tags\": [\n                {\n                  \"slug\": \"laborum laboris in ipsum\",\n                  \"entity_type\": \"shipments\",\n                  \"display_text\": \"velit\"\n                },\n                {\n                  \"slug\": \"dolore eu enim\",\n                  \"entity_type\": \"shipments\",\n                  \"display_text\": \"dolor amet\"\n                }\n              ],\n              \"external\": {\n                \"tempor_696\": \"occaecat deserunt\"\n              },\n              \"awb_number\": \"cillum\",\n              \"lock_data\": {\n                \"locked\": false,\n                \"mto\": true,\n                \"lock_message\": \"Excepteur pariatur Ut fugiat\"\n              },\n              \"order_type\": \"Digital\",\n              \"ewaybill_info\": {\n                \"Lorem_bf\": \"ipsum consectetur eu veniam\",\n                \"ex3a\": -55322728.91508461\n              },\n              \"dp_id\": \"in consectetur\",\n              \"shipment_volumetric_weight\": 91225012.16732547,\n              \"marketplace_store_id\": \"tempor consequat\",\n              \"return_details\": {\n                \"pariatur_87\": -73851357\n              },\n              \"dp_sort_key\": \"velit Duis aute\",\n              \"packaging_name\": \"consequat id\",\n              \"timestamp\": {\n                \"max\": 34298332,\n                \"min\": 41195477\n              },\n              \"auto_trigger_dp_assignment_acf\": false,\n              \"dp_name\": \"qui\",\n              \"po_number\": \"enim aute laborum\",\n              \"b2c_buyer_details\": {\n                \"dolor1f\": \"mollit proident\",\n                \"sint_3c_\": false\n              },\n              \"forward_affiliate_order_id\": \"Lorem eiusmod\",\n              \"return_affiliate_order_id\": \"cillum tempor \",\n              \"bag_weight\": {\n                \"irure_1ff\": true,\n                \"ipsum_3_\": -40660632,\n                \"ut_342\": \"enim in velit veni\",\n                \"Lorem_773\": \"ea pariatur magna sint\"\n              },\n              \"refund_to\": \"anim Excepteur\"\n            },\n            \"company_affiliate_tag\": \"incididunt dolor tempor\",\n            \"pdf_links\": {\n              \"invoice_type\": \"external\",\n              \"label_type\": \"fynd\",\n              \"label_a6\": \"in Excepteur veniam et minim\",\n              \"invoice\": \"ullamco commodo aliquip officia\",\n              \"label_pos\": \"qui\",\n              \"invoice_a6\": \"veniam culpa dolore\",\n              \"b2b\": \"velit occaecat voluptate exercitation\",\n              \"label\": \"sint esse dolor dolore\",\n              \"label_a4\": \"ipsum nostrud irure\",\n              \"invoice_export\": \"sed enim voluptate exercitation\",\n              \"credit_note_url\": \"no\",\n              \"delivery_challan_a4\": \"aute ea\",\n              \"label_export\": \"Excepteur velit\",\n              \"invoice_a4\": \"commodo incididunt dolor\",\n              \"invoice_pos\": \"in dolor Ut deserunt\",\n              \"po_invoice\": \"nostrud ea qui\"\n            },\n            \"config\": {\n              \"app\": {\n                \"created_at\": \"1964-08-30T01:23:34.113Z\",\n                \"id\": \"in\",\n                \"name\": \"culpa tempor ipsum\",\n                \"owner\": \"cillum elit in ex\",\n                \"secret\": \"in\",\n                \"token\": \"minim ut eu aliqua adipisicing\",\n                \"updated_at\": \"2025-10-13T21:44:54.329Z\",\n                \"description\": \"adipisicing in min\",\n                \"meta\": [\n                  {\n                    \"name\": \"proident consectetur aliquip culpa\",\n                    \"value\": \"proident ipsum labore\"\n                  },\n                  {\n                    \"name\": \"e\",\n                    \"value\": \"sunt culpa\"\n                  }\n                ]\n              },\n              \"inventory\": {\n                \"article_assignment\": {\n                  \"post_order_reassignment\": false\n                },\n                \"payment\": {\n                  \"source\": \"amet dolore dolor\",\n                  \"mode_of_payment\": \"et culpa \"\n                },\n                \"inventory\": {\n                  \"store\": {\n                    \"consectetur3\": 67218434,\n                    \"in_a\": \"mollit in sint commodo\",\n                    \"dolore__95\": true,\n                    \"aliquip396\": -97983313.5381158\n                  }\n                },\n                \"order\": {\n                  \"force_reassignment\": false\n                },\n                \"logistics\": {\n                  \"dp_assignment\": true\n                }\n              },\n              \"app_company_id\": 26781191\n            },\n            \"affiliate_id\": \"ullamco\",\n            \"id\": \"deserunt\"\n          },\n          \"priority_text\": \"aute commodo reprehenderit in mollit\",\n          \"bag_status_history\": [\n            {\n              \"status\": \"aute quis\",\n              \"forward\": false,\n              \"store_id\": 75761383,\n              \"delivery_awb_number\": \"sed es\",\n              \"kafka_sync\": true,\n              \"delivery_partner_id\": -28951462,\n              \"app_display_name\": \"Lorem laborum aliqua aute sit\",\n              \"state_id\": -18582379,\n              \"state_type\": \"logistics\",\n              \"bsh_id\": 3476151,\n              \"created_at\": \"1954-06-17T22:13:24.911Z\",\n              \"created_ts\": \"aute\",\n              \"shipment_id\": \"voluptate laborum\",\n              \"updated_at\": \"1952-11-19T13:30:48.609Z\",\n              \"updated_ts\": \"Duis non\",\n              \"bag_state_mapper\": {\n                \"display_name\": \"enim in commodo incididunt Lorem\",\n                \"id\": -59141497,\n                \"journey_type\": \"return\",\n                \"name\": \"ips\",\n                \"state_type\": \"logistics\",\n                \"is_active\": false,\n                \"app_display_name\": \"exercitation\",\n                \"app_state_name\": \"aute irure sint deserunt\",\n                \"app_facing\": false,\n                \"notify_customer\": true\n              },\n              \"bag_id\": 15460952,\n              \"display_name\": \"minim e\"\n            },\n            {\n              \"status\": \"Ut mollit qui\",\n              \"forward\": true,\n              \"store_id\": 16432161,\n              \"delivery_awb_number\": \"Excepteur laborum sunt\",\n              \"kafka_sync\": false,\n              \"delivery_partner_id\": 78493086,\n              \"app_display_name\": \"proident\",\n              \"state_id\": 95886126,\n              \"state_type\": \"financial\",\n              \"bsh_id\": 76783518,\n              \"created_at\": \"1963-06-15T22:44:02.433Z\",\n              \"created_ts\": \"dolor ex mollit\",\n              \"shipment_id\": \"cupid\",\n              \"updated_at\": \"2018-09-21T16:41:07.157Z\",\n              \"updated_ts\": \"ad id ea consectetur adipi\",\n              \"bag_state_mapper\": {\n                \"display_name\": \"dolor ipsum\",\n                \"id\": -13658304,\n                \"journey_type\": \"return\",\n                \"name\": \"consequat occaecat\",\n                \"state_type\": \"financial\",\n                \"is_active\": true,\n                \"app_display_name\": \"reprehenderit nisi aute nostrud\",\n                \"app_state_name\": \"sunt aliquip irure elit \",\n                \"app_facing\": true,\n                \"notify_customer\": true\n              },\n              \"bag_id\": 59276180,\n              \"display_name\": \"consectetur aute in\"\n            }\n          ],\n          \"is_dp_assign_enabled\": true,\n          \"bags\": [\n            {\n              \"bag_id\": 72933603,\n              \"gst_details\": {\n                \"brand_calculated_amount\": -91019583.1250559,\n                \"gst_fee\": -19191741.924358085,\n                \"tax_collected_at_source\": 80172384.97020572,\n                \"value_of_good\": 75440520.05527914,\n                \"cgst_tax_percentage\": 77560147.45642757,\n                \"gstin_code\": \"nulla dolore et minim amet\",\n                \"igst_tax_percentage\": -64850694.018516555,\n                \"gst_tax_percentage\": 13458423.818532154,\n                \"hsn_code_id\": \"sint ea\",\n                \"igst_gst_fee\": 89551817.27202433,\n                \"is_default_hsn_code\": true,\n                \"sgst_gst_fee\": 25088650.331637874,\n                \"cgst_gst_fee\": -10315648.333397925,\n                \"gst_tag\": \"laboris deserunt\",\n                \"sgst_tax_percentage\": -24623097.393753484,\n                \"hsn_code\": \"aliqua pariatur commodo\"\n              },\n              \"bag_status\": [\n                {\n                  \"status\": \"ut minim esse in\",\n                  \"forward\": true,\n                  \"store_id\": -47194494,\n                  \"delivery_awb_number\": \"veniam\",\n                  \"kafka_sync\": false,\n                  \"delivery_partner_id\": 40493773,\n                  \"app_display_name\": \"culpa in\",\n                  \"state_id\": -96355833,\n                  \"state_type\": \"financial\",\n                  \"bsh_id\": 6831583,\n                  \"created_at\": \"1954-05-21T11:36:54.837Z\",\n                  \"created_ts\": \"commodo elit velit enim\",\n                  \"shipment_id\": \"dolore do\",\n                  \"updated_at\": \"1968-03-31T22:20:40.928Z\",\n                  \"updated_ts\": \"conse\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"elit officia ad aliquip\",\n                    \"id\": -67433662,\n                    \"journey_type\": \"return\",\n                    \"name\": \"ut reprehenderit nulla veniam\",\n                    \"state_type\": \"financial\",\n                    \"is_active\": false,\n                    \"app_display_name\": \"sint occaecat adipisicing laboris\",\n                    \"app_state_name\": \"eu\",\n                    \"app_facing\": false,\n                    \"notify_customer\": true\n                  },\n                  \"bag_id\": 28380410,\n                  \"display_name\": \"velit\"\n                },\n                {\n                  \"status\": \"in dolor laboris\",\n                  \"forward\": false,\n                  \"store_id\": 15233146,\n                  \"delivery_awb_number\": \"eiusmod mollit ve\",\n                  \"kafka_sync\": false,\n                  \"delivery_partner_id\": -30275509,\n                  \"app_display_name\": \"nostrud do exercitation ut\",\n                  \"state_id\": 37316994,\n                  \"state_type\": \"financial\",\n                  \"bsh_id\": 26636238,\n                  \"created_at\": \"1961-05-03T23:55:31.797Z\",\n                  \"created_ts\": \"sit elit aute e\",\n                  \"shipment_id\": \"ipsum minim dolor laboris\",\n                  \"updated_at\": \"2003-05-15T11:50:33.426Z\",\n                  \"updated_ts\": \"esse nostrud\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"amet dolore occaecat\",\n                    \"id\": -93053441,\n                    \"journey_type\": \"return\",\n                    \"name\": \"sint dolor magna\",\n                    \"state_type\": \"financial\",\n                    \"is_active\": true,\n                    \"app_display_name\": \"velit dolore\",\n                    \"app_state_name\": \"minim laboris\",\n                    \"app_facing\": false,\n                    \"notify_customer\": true\n                  },\n                  \"bag_id\": -23540890,\n                  \"display_name\": \"mollit ut eu\"\n                }\n              ],\n              \"parent_promo_bags\": {\n                \"adipisicing_8c\": 24670319.73032415,\n                \"ut0b9\": 75100563.15306824,\n                \"enim_b\": -62090417.63107947\n              },\n              \"seller_qc_details\": {\n                \"line_number\": 72057362,\n                \"bad_quantity\": -46427798,\n                \"good_quantity\": -22712456\n              },\n              \"financial_breakup\": {\n                \"added_to_fynd_cash\": false,\n                \"amount_paid\": 16264859.046312764,\n                \"brand_calculated_amount\": 79507455.30317071,\n                \"cashback\": 77760188.63720697,\n                \"cashback_applied\": 5623210.065365255,\n                \"cod_charges\": -12984176.09518063,\n                \"coupon_effective_discount\": -79472490.71423173,\n                \"coupon_value\": -32369807.41292177,\n                \"delivery_charge\": 99766448.63952258,\n                \"discount\": 74318918.65177417,\n                \"fynd_credits\": 12178279.093621612,\n                \"gst_fee\": 4708653.353407845,\n                \"gst_tag\": \"irure adipisicing nostrud voluptate\",\n                \"gst_tax_percentage\": -10358424.212807864,\n                \"hsn_code\": \"velit qui\",\n                \"identifiers\": {\n                  \"alu\": \"Excepteur id ipsum ad\",\n                  \"ean\": \"commodo fugiat in nulla\",\n                  \"sku_code\": \"ut elit velit\",\n                  \"upc\": \"non \",\n                  \"isbn\": \"commodo tempor\"\n                },\n                \"item_name\": \"ad dol\",\n                \"price_effective\": -32100035.58335264,\n                \"price_marked\": -96052764.66894276,\n                \"promotion_effective_discount\": 10960159.281810269,\n                \"refund_credit\": -22059127.041951194,\n                \"size\": \"cupidatat in\",\n                \"total_units\": -96115700,\n                \"transfer_price\": -8662713.093827978,\n                \"value_of_good\": 50261317.59541005,\n                \"amount_paid_roundoff\": -994121,\n                \"tax_collected_at_source\": -7500440.684200928,\n                \"amount_to_be_collected\": 62960350.987884045,\n                \"taxes\": [\n                  {\n                    \"name\": \"sit dolor\",\n                    \"rate\": -76901383.43270788,\n                    \"tax_amount\": -22568325.591333464,\n                    \"taxable_amount\": -33468134.140844263\n                  },\n                  {\n                    \"name\": \"commodo occaecat\",\n                    \"rate\": 94566913.18506145,\n                    \"tax_amount\": 20689127.330479756,\n                    \"taxable_amount\": -2903079.212242648\n                  }\n                ],\n                \"loyalty_discount\": -93068026.22815642\n              },\n              \"bag_configs\": {\n                \"allow_force_return\": true,\n                \"can_be_cancelled\": true,\n                \"enable_tracking\": false,\n                \"is_active\": true,\n                \"is_customer_return_allowed\": true,\n                \"is_returnable\": false,\n                \"is_bundle_item\": true,\n                \"bundle_details\": {\n                  \"bundle_group_id\": \"ad\",\n                  \"name\": \"ex enim\",\n                  \"slug\": \"anim in\",\n                  \"bundle_count\": 53749995,\n                  \"article_bundle_id\": \"deserunt aliquip mollit voluptate\",\n                  \"bundle_article_quantity\": 61108465,\n                  \"is_base\": false,\n                  \"price_marked\": 81565990.47330844,\n                  \"price_effective\": 79270106.01465988,\n                  \"item_id\": -65278165,\n                  \"item_type\": \"virtual_bundle\",\n                  \"return_config\": {\n                    \"allow_partial_return\": true,\n                    \"returnable\": false,\n                    \"unit\": true,\n                    \"time\": true\n                  },\n                  \"seller_identifier\": \"eu \",\n                  \"images\": [\n                    \"mollit in veniam\",\n                    \"sunt ipsum\"\n                  ],\n                  \"brand_name\": \"voluptate non Duis\",\n                  \"size\": \"exercitation\"\n                }\n              },\n              \"seller_identifier\": \"sint \",\n              \"delivery_address\": {\n                \"phone\": \"ut in id officia\",\n                \"address2\": \"deserunt ullamco\",\n                \"address\": \"Excepteur anim labore occaecat in\",\n                \"longitude\": -26048458.30748959,\n                \"pincode\": \"magna cupidatat tempor\",\n                \"area\": \"mollit quis eu\",\n                \"address_type\": \"home\",\n                \"country\": \"cillum enim voluptate et\",\n                \"address_category\": \"delivery\",\n                \"email\": \"Duis nulla\",\n                \"created_at\": \"1979-05-30T14:28:26.083Z\",\n                \"address1\": \"et ipsum\",\n                \"display_address\": \"eu commodo dolore aute\",\n                \"landmark\": \"ex elit dolor eu culpa\",\n                \"updated_at\": \"1954-07-19T00:00:29.123Z\",\n                \"version\": \"veniam\",\n                \"latitude\": -37842049.74567094,\n                \"contact_person\": \"nulla in\",\n                \"state\": \"deserunt tempor\",\n                \"city\": \"aliqua mollit sunt enim\",\n                \"area_code_slug\": \"labore nulla voluptate\",\n                \"country_code\": \"velit dolor adipisicing\",\n                \"country_iso_code\": \"anim ad deserunt sint\",\n                \"country_phone_code\": \"cupidatat consequat anim sed\",\n                \"delivery_address_id\": -18466956,\n                \"geo_location\": {\n                  \"ex_ab\": false\n                },\n                \"name\": \"ex cupidatat sed nostrud\",\n                \"sector\": \"ex quis\",\n                \"state_code\": \"in est sint\",\n                \"uid\": \"sint sit pariatur \",\n                \"user_id\": \"reprehenderit in\",\n                \"code\": \"consectetur\"\n              },\n              \"article\": {\n                \"identifiers\": {\n                  \"aliquip_5d_\": -43189755.595962435,\n                  \"voluptate_d56\": 95783093.56982535\n                },\n                \"return_config\": {\n                  \"returnable\": false,\n                  \"time\": -74833538.82000707,\n                  \"unit\": \"ad dolore\"\n                },\n                \"uid\": \"laboris magna ullamco in\",\n                \"size\": \"in nostrud velit elit adipisicing\",\n                \"tags\": [\n                  \"sint\",\n                  \"eu consectetur\"\n                ],\n                \"_custom_json\": {\n                  \"Ut_e1b\": -72453759,\n                  \"ullamco_e\": \"Ut\"\n                }\n              },\n              \"brand\": {\n                \"id\": 36352134,\n                \"logo\": \"magna et\",\n                \"company\": -63272604,\n                \"created_on\": \"1988-05-14T17:54:54.404Z\",\n                \"brand_name\": \"aliquip proident esse elit\",\n                \"modified_on\": \"2006-03-17T05:33:39.158Z\"\n              },\n              \"group_id\": \"do tempor aliquip voluptate\",\n              \"affiliate_bag_details\": {\n                \"affiliate_bag_id\": \"d\",\n                \"coupon_code\": \"adipisicing non\",\n                \"affiliate_meta\": {\n                  \"order_item_id\": \"ipsum fugiat ullamco irure\",\n                  \"channel_order_id\": \"nulla elit nostrud ex\",\n                  \"employee_discount\": 66227104.66238874,\n                  \"box_type\": \"velit est a\",\n                  \"quantity\": 23936058,\n                  \"size_level_total_qty\": 94668618,\n                  \"loyalty_discount\": -91554605.1817763,\n                  \"replacement_details\": {\n                    \"replacement_type\": \"minim eiusmod nisi id\",\n                    \"original_affiliate_order_id\": \"in proident\"\n                  },\n                  \"channel_shipment_id\": \"reprehenderit\",\n                  \"marketplace_invoice_id\": \"nostrud fugiat\",\n                  \"due_date\": \"1950-02-14T00:44:45.526Z\",\n                  \"coupon_code\": \"ut enim esse\",\n                  \"is_priority\": true,\n                  \"is_serial_number_required\": true,\n                  \"fulfilment_priority\": -70137348,\n                  \"customer_selling_price\": -35222392.3942419\n                }\n              },\n              \"item\": {\n                \"id\": -44760540,\n                \"attributes\": {\n                  \"currency\": \"amet\"\n                },\n                \"brand_id\": 20615071,\n                \"slug_key\": \"eiusmod Lorem Duis ex\",\n                \"l3_category\": -94677348,\n                \"l3_category_name\": \"cupidatat fugiat\",\n                \"last_updated_at\": \"1993-06-25T17:17:44.760Z\",\n                \"name\": \"pariatur do\",\n                \"l2_category\": [\n                  \"consectetu\",\n                  \"nulla cupidatat in laborum\"\n                ],\n                \"brand\": \"et id\",\n                \"image\": [\n                  \"sint\",\n                  \"non nostrud\"\n                ],\n                \"code\": \"incididunt\",\n                \"l1_category\": [\n                  \"tempor aliquip in nostrud\",\n                  \"eiusmod Lorem quis\"\n                ],\n                \"size\": \"do deserunt incididunt tempor\",\n                \"can_cancel\": false,\n                \"can_return\": false,\n                \"branch_url\": \"adipisicing aliquip aute\",\n                \"meta\": {\n                  \"culpa667\": \"cupidatat amet\",\n                  \"amet_87a\": \"laborum nisi\",\n                  \"reprehenderite8\": \"eu dolor cul\"\n                },\n                \"color\": \"\",\n                \"department_id\": 49441967,\n                \"images\": [\n                  \"voluptate dolore\",\n                  \"et Duis culpa\"\n                ],\n                \"tags\": [\n                  \"magna deserunt voluptate\",\n                  \"ut fugiat deserunt id sunt\"\n                ]\n              },\n              \"payment_methods\": [\n                {\n                  \"mode\": \"amet\",\n                  \"amount\": 38346207.95842695\n                },\n                {\n                  \"mode\": \"Ut\",\n                  \"amount\": -42463678.69751504\n                }\n              ],\n              \"payment_info\": [\n                {\n                  \"mode\": \"est qui eu\",\n                  \"amount\": 96951177.452631\n                },\n                {\n                  \"mode\": \"et Lorem\",\n                  \"amount\": -56381365.576208785\n                }\n              ],\n              \"quantity\": -88157814,\n              \"identifier\": \"aliquip ea magna\",\n              \"can_return\": true,\n              \"can_cancel\": true,\n              \"display_name\": \"reprehenderit eu mollit\",\n              \"line_number\": -61871354,\n              \"meta\": {\n                \"Ut9_\": false\n              },\n              \"applied_promos\": [\n                {\n                  \"promotion_type\": \"custom\",\n                  \"promotion_name\": \"commodo in non\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": -36914321,\n                      \"type\": \"sit proident dolor dolor\"\n                    },\n                    {\n                      \"value\": -18364029,\n                      \"type\": \"sunt voluptate dolore\"\n                    }\n                  ],\n                  \"amount\": -9682559.95948182,\n                  \"article_quantity\": -16666574,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          -30574956,\n                          -78039080\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                          77852049,\n                          75318203\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"consectetur non labore ut\",\n                  \"mrp_promotion\": false,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"quis officia voluptate est dolor\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"reprehenderit pariatur culpa mollit\",\n                        \"item_name\": \"culpa labore\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"culpa ut anim\",\n                        \"item_id\": 37957220,\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                        \"Ut5bd\": \"voluptate laboris dolor consequat cillum\",\n                        \"doloree_0\": \"fugiat incididunt aliqua irure dolore\"\n                      },\n                      \"parent_item_identifier\": \"occaecat laboris exercitation ess\",\n                      \"quantity\": 50572618.25651252\n                    },\n                    {\n                      \"article_id\": \"esse id\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"do Lorem\",\n                        \"item_name\": \"non sit incididunt\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"ipsum non qui cupidatat\",\n                        \"item_id\": -81551257,\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 adipisicing voluptate\",\n                      \"quantity\": 42462882.68973708\n                    }\n                  ]\n                },\n                {\n                  \"promotion_type\": \"amount\",\n                  \"promotion_name\": \"ipsum dolor eiusmod dolore\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": 44059970,\n                      \"type\": \"aliquip nostrud Lorem qui\"\n                    },\n                    {\n                      \"value\": -43148484,\n                      \"type\": \"nostrud in sit voluptate\"\n                    }\n                  ],\n                  \"amount\": 48838535.8854678,\n                  \"article_quantity\": -87943785,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          -31729151,\n                          -6206239\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                          -27009966,\n                          -85324772\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"pariatur sed ea\",\n                  \"mrp_promotion\": true,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"minim\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"laboris eu dolor exercitation fugiat\",\n                        \"item_name\": \"laboris\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"deserunt\",\n                        \"item_id\": -5769907,\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 sint non nisi ex\",\n                      \"quantity\": 83535113.63180739\n                    },\n                    {\n                      \"article_id\": \"offic\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"fugiat Du\",\n                        \"item_name\": \"aliquip ad cupidatat\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"nisi incididunt\",\n                        \"item_id\": -75129374,\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                        \"amet_1fb\": false\n                      },\n                      \"parent_item_identifier\": \"tempor labori\",\n                      \"quantity\": -81229970.89840926\n                    }\n                  ]\n                }\n              ],\n              \"prices\": {\n                \"refund_credit\": 26925527.847641468,\n                \"amount_paid_roundoff\": 24370154.712145537,\n                \"price_effective\": 12180511.535757214,\n                \"promotion_effective_discount\": 70966415.58315527,\n                \"pm_price_split\": 65201846.07858139,\n                \"refund_amount\": -38648751.36637558,\n                \"transfer_price\": 57237974.25171763,\n                \"coupon_effective_discount\": -25693664.388453558,\n                \"tax_collected_at_source\": -78931892.31946325,\n                \"brand_calculated_amount\": 73408865.31828442,\n                \"delivery_charge\": 7519381.001332,\n                \"cashback\": -76767811.6583438,\n                \"value_of_good\": -58740510.98091431,\n                \"cashback_applied\": -2564082.4927220345,\n                \"cod_charges\": 25393978.26726772,\n                \"price_marked\": -94206545.90705629,\n                \"amount_paid\": -23871581.994474143,\n                \"coupon_value\": 2804753.3019881546,\n                \"discount\": 11762703.759659886,\n                \"fynd_credits\": 21795233.23189248,\n                \"gift_price\": 57633224.98092115,\n                \"amount_to_be_collected\": 95266491.45873049,\n                \"cost_price\": -61233647.12718615,\n                \"loyalty_discount\": -83048130.57223916,\n                \"marketplace_promotion_effective_discount\": 64422399.20783216,\n                \"seller_promotion_effective_discount\": 42585531.821936935\n              },\n              \"charges\": [\n                {\n                  \"name\": \"ut Ut sed eiusmod\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": -75692476.78379565,\n                      \"currency\": \"ad in\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": 4820065.752528802,\n                      \"currency\": \"elit\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"multi\",\n                      \"logic\": \"eu n\"\n                    },\n                    \"distribution_level\": \"ea nostrud \"\n                  },\n                  \"code\": \"et magna est\",\n                  \"type\": \"ea eiusmod\"\n                },\n                {\n                  \"name\": \"consectetur Lorem elit velit\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": -58701408.95588869,\n                      \"currency\": \"nisi Duis dolore\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": -88474611.18031484,\n                      \"currency\": \"Ut nisi exercitation\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"single\",\n                      \"logic\": \"consectetur commodo do esse\"\n                    },\n                    \"distribution_level\": \"Ut officia aliquip Excepteur\"\n                  },\n                  \"code\": \"culpa Ut ut\",\n                  \"type\": \"pariatur dolor irure\"\n                }\n              ],\n              \"ordering_currency_prices\": {\n                \"refund_credit\": 99664006.7197589,\n                \"amount_paid_roundoff\": 79062298.11427683,\n                \"price_effective\": -98309559.07494494,\n                \"promotion_effective_discount\": -97438477.94060127,\n                \"pm_price_split\": 62134259.52731985,\n                \"refund_amount\": -33273056.679529577,\n                \"transfer_price\": 42844125.95202488,\n                \"coupon_effective_discount\": 50594761.55876714,\n                \"tax_collected_at_source\": -8772370.193465844,\n                \"brand_calculated_amount\": -19889725.683133498,\n                \"delivery_charge\": -28129125.57539615,\n                \"cashback\": 99347848.13029331,\n                \"value_of_good\": -74849502.84841667,\n                \"cashback_applied\": 29456011.843202084,\n                \"cod_charges\": 82243426.7814871,\n                \"price_marked\": 15037478.78000383,\n                \"amount_paid\": 23511204.31043206,\n                \"coupon_value\": -23194802.514237404,\n                \"discount\": 1734447.6165581197,\n                \"fynd_credits\": 14517712.005791277,\n                \"gift_price\": -41309055.30154907,\n                \"amount_to_be_collected\": -90734804.15122335,\n                \"cost_price\": 86554128.79139495,\n                \"loyalty_discount\": -60244037.87562176\n              },\n              \"current_status\": {\n                \"id\": -65457462,\n                \"store_id\": 66828900,\n                \"delivery_awb_number\": \"sint ex in\",\n                \"kafka_sync\": false,\n                \"delivery_partner_id\": 8281362,\n                \"state_type\": \"logistics\",\n                \"state_id\": 2402895,\n                \"created_at\": \"1954-11-05T12:02:59.229Z\",\n                \"created_ts\": \"1998-05-20T21:06:02.720Z\",\n                \"shipment_id\": \"sun\",\n                \"updated_at\": \"2023-08-04T00:55:35.333Z\",\n                \"bag_state_mapper\": {\n                  \"display_name\": \"tempor laboris Excepteur dolore\",\n                  \"id\": 6556114,\n                  \"journey_type\": \"forward\",\n                  \"name\": \"aliquip\",\n                  \"state_type\": \"operational\",\n                  \"is_active\": false,\n                  \"app_display_name\": \"et dolor laboris\",\n                  \"app_state_name\": \"consectetur ea sit\",\n                  \"app_facing\": false,\n                  \"notify_customer\": true\n                },\n                \"bag_id\": -25917921,\n                \"status\": \"qui ipsum dolor\"\n              },\n              \"entity_type\": \"bag\",\n              \"is_parent\": false\n            },\n            {\n              \"bag_id\": -70891955,\n              \"gst_details\": {\n                \"brand_calculated_amount\": -29681940.152426735,\n                \"gst_fee\": -45200935.01936335,\n                \"tax_collected_at_source\": -47042094.24362933,\n                \"value_of_good\": 63389514.96919379,\n                \"cgst_tax_percentage\": -25022492.94099447,\n                \"gstin_code\": \"laboris in et consectetur\",\n                \"igst_tax_percentage\": -62500031.08232809,\n                \"gst_tax_percentage\": 78483860.46187082,\n                \"hsn_code_id\": \"irure culpa esse\",\n                \"igst_gst_fee\": -50775836.986288644,\n                \"is_default_hsn_code\": true,\n                \"sgst_gst_fee\": -24415649.39181058,\n                \"cgst_gst_fee\": -80189444.62460959,\n                \"gst_tag\": \"sint irure dolor\",\n                \"sgst_tax_percentage\": -36680647.201486364,\n                \"hsn_code\": \"velit non labore\"\n              },\n              \"bag_status\": [\n                {\n                  \"status\": \"aliqua ea tempor\",\n                  \"forward\": true,\n                  \"store_id\": -70608860,\n                  \"delivery_awb_number\": \"ad fugiat\",\n                  \"kafka_sync\": true,\n                  \"delivery_partner_id\": -78510690,\n                  \"app_display_name\": \"Excepteur esse id\",\n                  \"state_id\": 29959349,\n                  \"state_type\": \"operational\",\n                  \"bsh_id\": -44524185,\n                  \"created_at\": \"1974-05-04T00:26:27.809Z\",\n                  \"created_ts\": \"comm\",\n                  \"shipment_id\": \"nostrud ipsum dolore dolor\",\n                  \"updated_at\": \"2003-01-07T01:52:47.928Z\",\n                  \"updated_ts\": \"laborum officia\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"dolore velit veniam occaecat\",\n                    \"id\": 73641767,\n                    \"journey_type\": \"forward\",\n                    \"name\": \"adipisicing\",\n                    \"state_type\": \"financial\",\n                    \"is_active\": false,\n                    \"app_display_name\": \"adipisicing enim\",\n                    \"app_state_name\": \"aliquip ad est\",\n                    \"app_facing\": true,\n                    \"notify_customer\": false\n                  },\n                  \"bag_id\": -87972142,\n                  \"display_name\": \"ullamco est\"\n                },\n                {\n                  \"status\": \"nulla amet et velit officia\",\n                  \"forward\": true,\n                  \"store_id\": -213918,\n                  \"delivery_awb_number\": \"eu cillum sit\",\n                  \"kafka_sync\": true,\n                  \"delivery_partner_id\": -88872299,\n                  \"app_display_name\": \"irure non occaecat sed\",\n                  \"state_id\": 52064456,\n                  \"state_type\": \"financial\",\n                  \"bsh_id\": 13969217,\n                  \"created_at\": \"1969-07-29T00:14:27.807Z\",\n                  \"created_ts\": \"ullamco dolore fugiat\",\n                  \"shipment_id\": \"in ut proiden\",\n                  \"updated_at\": \"2024-03-09T07:26:15.511Z\",\n                  \"updated_ts\": \"mollit in ex\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"adipisicing Duis tempor\",\n                    \"id\": -35032727,\n                    \"journey_type\": \"return\",\n                    \"name\": \"pariatur cillum minim\",\n                    \"state_type\": \"logistics\",\n                    \"is_active\": true,\n                    \"app_display_name\": \"Ut sed cillum occaecat\",\n                    \"app_state_name\": \"occaecat \",\n                    \"app_facing\": true,\n                    \"notify_customer\": true\n                  },\n                  \"bag_id\": -3700651,\n                  \"display_name\": \"Ut occaecat labo\"\n                }\n              ],\n              \"parent_promo_bags\": {\n                \"ind\": true,\n                \"consectetur_985\": 80122225\n              },\n              \"seller_qc_details\": {\n                \"line_number\": -61692301,\n                \"bad_quantity\": -89956838,\n                \"good_quantity\": -28650954\n              },\n              \"financial_breakup\": {\n                \"added_to_fynd_cash\": true,\n                \"amount_paid\": 84590263.7682916,\n                \"brand_calculated_amount\": 44398972.794638306,\n                \"cashback\": -62902873.49248435,\n                \"cashback_applied\": 91061398.36711317,\n                \"cod_charges\": -4129571.6910449564,\n                \"coupon_effective_discount\": -78378982.65988414,\n                \"coupon_value\": 90943850.4876256,\n                \"delivery_charge\": -67380288.98528597,\n                \"discount\": -24157483.15701185,\n                \"fynd_credits\": -7015571.819573149,\n                \"gst_fee\": -28437967.96079041,\n                \"gst_tag\": \"consectetur consequat pariatur deserunt\",\n                \"gst_tax_percentage\": 53594709.06145617,\n                \"hsn_code\": \"culpa ad ni\",\n                \"identifiers\": {\n                  \"alu\": \"officia irure ex\",\n                  \"ean\": \"proident fugiat\",\n                  \"sku_code\": \"cillum reprehenderit adipisicing\",\n                  \"upc\": \"pariatur irure ex\",\n                  \"isbn\": \"veniam culpa\"\n                },\n                \"item_name\": \"culpa enim ex\",\n                \"price_effective\": 87835164.8467696,\n                \"price_marked\": 36801445.33889046,\n                \"promotion_effective_discount\": 21640897.84219776,\n                \"refund_credit\": 62066642.48236674,\n                \"size\": \"sunt cupidatat\",\n                \"total_units\": 79071441,\n                \"transfer_price\": -4505566.516564533,\n                \"value_of_good\": -7426655.645726174,\n                \"amount_paid_roundoff\": 70918428,\n                \"tax_collected_at_source\": -13132998.550593063,\n                \"amount_to_be_collected\": -87292300.70078944,\n                \"taxes\": [\n                  {\n                    \"name\": \"officia occaecat\",\n                    \"rate\": -75412511.96206246,\n                    \"tax_amount\": 60550641.66910672,\n                    \"taxable_amount\": -62431331.80919864\n                  },\n                  {\n                    \"name\": \"in eu\",\n                    \"rate\": -38509653.139544934,\n                    \"tax_amount\": 2042435.0609292537,\n                    \"taxable_amount\": 57512605.98815793\n                  }\n                ],\n                \"loyalty_discount\": 67708701.0983446\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\": false,\n                \"is_returnable\": false,\n                \"is_bundle_item\": true,\n                \"bundle_details\": {\n                  \"bundle_group_id\": \"aute enim\",\n                  \"name\": \"in elit pariatur\",\n                  \"slug\": \"reprehenderit ex mollit\",\n                  \"bundle_count\": -6011204,\n                  \"article_bundle_id\": \"labore esse do non\",\n                  \"bundle_article_quantity\": -20959253,\n                  \"is_base\": false,\n                  \"price_marked\": 89438676.4748374,\n                  \"price_effective\": -8100076.594243616,\n                  \"item_id\": -56836586,\n                  \"item_type\": \"physical_bundle\",\n                  \"return_config\": {\n                    \"allow_partial_return\": false,\n                    \"returnable\": false,\n                    \"unit\": false,\n                    \"time\": false\n                  },\n                  \"seller_identifier\": \"labore quis reprehenderit\",\n                  \"images\": [\n                    \"Lorem in officia\",\n                    \"elit non\"\n                  ],\n                  \"brand_name\": \"sunt dolor sit\",\n                  \"size\": \"quis in se\"\n                }\n              },\n              \"seller_identifier\": \"cillum et\",\n              \"delivery_address\": {\n                \"phone\": \"tempor cillum enim Ut exercitation\",\n                \"address2\": \"consectetur fugiat volupt\",\n                \"address\": \"proident dolore\",\n                \"longitude\": 98420218.36618647,\n                \"pincode\": \"et Excepteur nisi\",\n                \"area\": \"deserunt pariatur in esse\",\n                \"address_type\": \"home\",\n                \"country\": \"voluptate labore si\",\n                \"address_category\": \"store\",\n                \"email\": \"sint velit non\",\n                \"created_at\": \"1961-07-29T04:01:03.871Z\",\n                \"address1\": \"cillum commodo anim culpa in\",\n                \"display_address\": \"amet non\",\n                \"landmark\": \"labore eiusmod\",\n                \"updated_at\": \"1967-08-31T14:34:27.401Z\",\n                \"version\": \"consectetur laboris\",\n                \"latitude\": 43364419.27830252,\n                \"contact_person\": \"veniam pariatur velit cillum\",\n                \"state\": \"sunt tempor eiusmod sed labore\",\n                \"city\": \"aliqua proident\",\n                \"area_code_slug\": \"magna fugiat dolor ipsum\",\n                \"country_code\": \"do\",\n                \"country_iso_code\": \"laborum \",\n                \"country_phone_code\": \"veniam aliquip qui\",\n                \"delivery_address_id\": 72580397,\n                \"geo_location\": {\n                  \"tempor_e6\": false\n                },\n                \"name\": \"incididunt exercitation nostrud irure\",\n                \"sector\": \"velit eiusmod in\",\n                \"state_code\": \"in reprehenderit quis commodo\",\n                \"uid\": \"laboris Ut mollit\",\n                \"user_id\": \"sunt dolore incididunt o\",\n                \"code\": \"commodo\"\n              },\n              \"article\": {\n                \"identifiers\": {\n                  \"do_af\": true\n                },\n                \"return_config\": {\n                  \"returnable\": true,\n                  \"time\": 74606957.53308854,\n                  \"unit\": \"id adipisicing ex reprehenderit\"\n                },\n                \"uid\": \"eiusmod dolor Duis\",\n                \"size\": \"sunt\",\n                \"tags\": [\n                  \"esse dolo\",\n                  \"dolore eiusmod ipsum proident consequat\"\n                ],\n                \"_custom_json\": {\n                  \"exercitation_d23\": false,\n                  \"incididunt_85f\": \"sed dolore elit\",\n                  \"dolore_79_\": true\n                }\n              },\n              \"brand\": {\n                \"id\": -20058802,\n                \"logo\": \"amet nostrud officia sed\",\n                \"company\": 73958964,\n                \"created_on\": \"1999-03-18T01:15:47.858Z\",\n                \"brand_name\": \"irure Duis elit\",\n                \"modified_on\": \"2008-01-06T02:01:24.470Z\"\n              },\n              \"group_id\": \"est irure in\",\n              \"affiliate_bag_details\": {\n                \"affiliate_bag_id\": \"dolor adipisicing mini\",\n                \"coupon_code\": \"proident dolor laboris\",\n                \"affiliate_meta\": {\n                  \"order_item_id\": \"occaecat laboris esse enim\",\n                  \"channel_order_id\": \"ut sed laboris enim\",\n                  \"employee_discount\": 74797974.85487461,\n                  \"box_type\": \"ex est amet\",\n                  \"quantity\": 49841216,\n                  \"size_level_total_qty\": 32352223,\n                  \"loyalty_discount\": -52692959.57019819,\n                  \"replacement_details\": {\n                    \"replacement_type\": \"aliqua anim minim occaecat\",\n                    \"original_affiliate_order_id\": \"ea Excepteur aute dolore\"\n                  },\n                  \"channel_shipment_id\": \"in exercitation\",\n                  \"marketplace_invoice_id\": \"sint sit id laboris\",\n                  \"due_date\": \"2023-06-04T09:35:47.767Z\",\n                  \"coupon_code\": \"consectetur culpa aute ipsum\",\n                  \"is_priority\": true,\n                  \"is_serial_number_required\": false,\n                  \"fulfilment_priority\": -99882574,\n                  \"customer_selling_price\": 15161345.939007506\n                }\n              },\n              \"item\": {\n                \"id\": -22192544,\n                \"attributes\": {\n                  \"currency\": \"cillum anim Ut in exercitation\"\n                },\n                \"brand_id\": 84028691,\n                \"slug_key\": \"ea consequat\",\n                \"l3_category\": 3237147,\n                \"l3_category_name\": \"Duis voluptate\",\n                \"last_updated_at\": \"2009-08-18T14:28:07.942Z\",\n                \"name\": \"reprehenderit\",\n                \"l2_category\": [\n                  \"consequat\",\n                  \"in sint\"\n                ],\n                \"brand\": \"cupidatat\",\n                \"image\": [\n                  \"nostrud mollit\",\n                  \"veniam d\"\n                ],\n                \"code\": \"dolore officia laborum\",\n                \"l1_category\": [\n                  \"eiusmod quis\",\n                  \"dolore sit\"\n                ],\n                \"size\": \"labore ad Duis occaecat\",\n                \"can_cancel\": true,\n                \"can_return\": true,\n                \"branch_url\": \"qui aliqua\",\n                \"meta\": {\n                  \"ex466\": 32472914\n                },\n                \"color\": \"la\",\n                \"department_id\": -61013314,\n                \"images\": [\n                  \"id deserunt aute et\",\n                  \"enim sint\"\n                ],\n                \"tags\": [\n                  \"adipisicing aliquip in\",\n                  \"anim tempor cillum\"\n                ]\n              },\n              \"payment_methods\": [\n                {\n                  \"mode\": \"enim aute quis qui Excepteur\",\n                  \"amount\": -58281489.908778906\n                },\n                {\n                  \"mode\": \"elit ut Excepteur ullamco\",\n                  \"amount\": 54793432.222266376\n                }\n              ],\n              \"payment_info\": [\n                {\n                  \"mode\": \"veniam dolor\",\n                  \"amount\": -48322918.02872577\n                },\n                {\n                  \"mode\": \"labore et reprehenderit\",\n                  \"amount\": -52227030.16638879\n                }\n              ],\n              \"quantity\": -27721517,\n              \"identifier\": \"reprehenderi\",\n              \"can_return\": false,\n              \"can_cancel\": true,\n              \"display_name\": \"magna sit\",\n              \"line_number\": 83006251,\n              \"meta\": {\n                \"veniam_434\": 96891798\n              },\n              \"applied_promos\": [\n                {\n                  \"promotion_type\": \"contract_price\",\n                  \"promotion_name\": \"cillum incididunt sunt aute\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": 41676710,\n                      \"type\": \"v\"\n                    },\n                    {\n                      \"value\": -28831656,\n                      \"type\": \"sit sint culpa\"\n                    }\n                  ],\n                  \"amount\": 68387596.0968607,\n                  \"article_quantity\": -53294834,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          -6286767,\n                          3703266\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                          -34274916,\n                          96112938\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"fugiat labore\",\n                  \"mrp_promotion\": false,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"sit enim\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"sint Ut reprehenderit\",\n                        \"item_name\": \"tempor\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"eu elit nostrud non consequat\",\n                        \"item_id\": 32518128,\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                        \"incididunt471\": \"qui quis\"\n                      },\n                      \"parent_item_identifier\": \"Ut dolore\",\n                      \"quantity\": -27120179.61116606\n                    },\n                    {\n                      \"article_id\": \"non anim\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"quis\",\n                        \"item_name\": \"ad sit\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"consectetur ex\",\n                        \"item_id\": -78089257,\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 et Lorem ip\",\n                      \"quantity\": -21423767.601575553\n                    }\n                  ]\n                },\n                {\n                  \"promotion_type\": \"bundle_amount_percentage\",\n                  \"promotion_name\": \"sit\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": -41106172,\n                      \"type\": \"est ut cillum ad\"\n                    },\n                    {\n                      \"value\": 10913732,\n                      \"type\": \"aliquip\"\n                    }\n                  ],\n                  \"amount\": -93585688.52376759,\n                  \"article_quantity\": -91300183,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          -45643222,\n                          34087879\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                          -79765296,\n                          -96957697\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 reprehenderit ullamco\",\n                  \"mrp_promotion\": true,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"ut ullamco Excepteur aliqu\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"labore Ut ut deserunt\",\n                        \"item_name\": \"qui laborum ut\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"adipisicing cillum esse\",\n                        \"item_id\": 39145710,\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 Ut Duis conse\",\n                      \"quantity\": -71059724.97817534\n                    },\n                    {\n                      \"article_id\": \"elit fugiat in\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"voluptate ea do elit labore\",\n                        \"item_name\": \"est\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"commodo ullamco eiusmod id magna\",\n                        \"item_id\": -38557002,\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                        \"consequat71\": false,\n                        \"Lorem_0e\": 47300663\n                      },\n                      \"parent_item_identifier\": \"ex elit\",\n                      \"quantity\": -56565571.7321178\n                    }\n                  ]\n                }\n              ],\n              \"prices\": {\n                \"refund_credit\": 84378187.30087417,\n                \"amount_paid_roundoff\": 68662610.93639675,\n                \"price_effective\": -32120846.033999622,\n                \"promotion_effective_discount\": -54096415.00460323,\n                \"pm_price_split\": -61448721.75965874,\n                \"refund_amount\": 2842408.071391493,\n                \"transfer_price\": 66232776.424562186,\n                \"coupon_effective_discount\": 11710515.672912031,\n                \"tax_collected_at_source\": -63855545.21354782,\n                \"brand_calculated_amount\": -77258908.9688018,\n                \"delivery_charge\": -85743388.27727512,\n                \"cashback\": 19116379.77099949,\n                \"value_of_good\": -6293387.919389471,\n                \"cashback_applied\": -86379272.13940686,\n                \"cod_charges\": 89952315.12365961,\n                \"price_marked\": 85258465.7602764,\n                \"amount_paid\": 56222073.60105041,\n                \"coupon_value\": 23866116.231272325,\n                \"discount\": 34704298.87180191,\n                \"fynd_credits\": 69103018.07926759,\n                \"gift_price\": -51469739.27604845,\n                \"amount_to_be_collected\": 21504440.59845911,\n                \"cost_price\": -61656962.88819525,\n                \"loyalty_discount\": -12974942.295334205,\n                \"marketplace_promotion_effective_discount\": -5880098.8197027,\n                \"seller_promotion_effective_discount\": 9119077.14964895\n              },\n              \"charges\": [\n                {\n                  \"name\": \"mollit laboris est do\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": -58893757.318585925,\n                      \"currency\": \"sed sit Excepteur consequat\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": -41952971.52721991,\n                      \"currency\": \"amet\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"multi\",\n                      \"logic\": \"Lorem minim\"\n                    },\n                    \"distribution_level\": \"eu incididunt elit cupidatat\"\n                  },\n                  \"code\": \"mollit dolor in laborum\",\n                  \"type\": \"sunt consectetur volu\"\n                },\n                {\n                  \"name\": \"ex nostrud sed enim nisi\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": 42669988.29887959,\n                      \"currency\": \"dolore Duis eu dolor consequat\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": -44614397.61440498,\n                      \"currency\": \"consectetur eius\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"multi\",\n                      \"logic\": \"qui minim et cillum\"\n                    },\n                    \"distribution_level\": \"reprehenderit consectetur laborum ad\"\n                  },\n                  \"code\": \"Ut aute occaecat eu\",\n                  \"type\": \"enim proident dolor\"\n                }\n              ],\n              \"ordering_currency_prices\": {\n                \"refund_credit\": -15182382.7054248,\n                \"amount_paid_roundoff\": 61641318.845161706,\n                \"price_effective\": -71581710.41892074,\n                \"promotion_effective_discount\": 74358565.34739032,\n                \"pm_price_split\": -88221926.76877102,\n                \"refund_amount\": -73531237.0044848,\n                \"transfer_price\": 5737115.644867778,\n                \"coupon_effective_discount\": 5303426.855862185,\n                \"tax_collected_at_source\": 91309152.19775164,\n                \"brand_calculated_amount\": -24427065.64087364,\n                \"delivery_charge\": 61078186.17013922,\n                \"cashback\": 9816186.503235519,\n                \"value_of_good\": 30543580.28061928,\n                \"cashback_applied\": 48951071.33449027,\n                \"cod_charges\": 2133388.5173876733,\n                \"price_marked\": -26777170.30693461,\n                \"amount_paid\": -39303325.981250525,\n                \"coupon_value\": -15061341.031370297,\n                \"discount\": -87741145.81620158,\n                \"fynd_credits\": 70920002.75115073,\n                \"gift_price\": -53575304.563427076,\n                \"amount_to_be_collected\": -54880364.55623275,\n                \"cost_price\": 83666637.2366099,\n                \"loyalty_discount\": 48654820.29664263\n              },\n              \"current_status\": {\n                \"id\": 15931768,\n                \"store_id\": 41858680,\n                \"delivery_awb_number\": \"in sed\",\n                \"kafka_sync\": false,\n                \"delivery_partner_id\": -41633806,\n                \"state_type\": \"financial\",\n                \"state_id\": -42074210,\n                \"created_at\": \"1947-05-16T16:23:49.734Z\",\n                \"created_ts\": \"1990-08-26T10:23:32.741Z\",\n                \"shipment_id\": \"ea laboris sint nostrud\",\n                \"updated_at\": \"1979-11-10T08:39:41.912Z\",\n                \"bag_state_mapper\": {\n                  \"display_name\": \"eiusmod aliquip proident et\",\n                  \"id\": 15169986,\n                  \"journey_type\": \"return\",\n                  \"name\": \"non nisi Excepteur\",\n                  \"state_type\": \"logistics\",\n                  \"is_active\": false,\n                  \"app_display_name\": \"in\",\n                  \"app_state_name\": \"Lorem\",\n                  \"app_facing\": false,\n                  \"notify_customer\": true\n                },\n                \"bag_id\": 7334643,\n                \"status\": \"tempor veniam\"\n              },\n              \"entity_type\": \"shipments\",\n              \"is_parent\": false\n            }\n          ],\n          \"dp_assignment\": true,\n          \"total_items\": 19344951,\n          \"fulfilling_store\": {\n            \"address\": \"Excepteur Duis\",\n            \"city\": \"laborum mollit qui\",\n            \"code\": \"et adipisicing sint\",\n            \"contact_person\": \"ut incididunt dolore enim officia\",\n            \"country\": \"aute\",\n            \"fulfillment_channel\": \"dolor in\",\n            \"id\": 90423309,\n            \"meta\": {\n              \"deserunt_cba\": 60925919\n            },\n            \"phone\": \"quis dolor consequat non\",\n            \"pincode\": \"dolor quis\",\n            \"state\": \"in consectetur est consequat\",\n            \"store_name\": \"Duis cupidatat et\",\n            \"address1\": \"commodo aute\",\n            \"display_address\": \"Duis in\",\n            \"store_email\": \"commodo\"\n          },\n          \"meta\": {\n            \"laboris_\": \"quis ea est\",\n            \"cupidatat_d3f\": \"reprehenderit occaecat ex amet\"\n          },\n          \"pdf_links\": {\n            \"cupidatat_3d\": false,\n            \"ut_539\": \"velit veniam fugiat dolore ea\",\n            \"laborum6\": -83839090.1035257\n          },\n          \"payment_mode\": \"d\",\n          \"packaging_type\": \"proident fugiat quis officia\",\n          \"journey_type\": \"return\",\n          \"prices\": {\n            \"refund_credit\": 27821889.80037397,\n            \"amount_paid_roundoff\": 52537275.03433123,\n            \"price_effective\": 54778960.21750301,\n            \"promotion_effective_discount\": 57960083.97131503,\n            \"pm_price_split\": -94551608.02265126,\n            \"refund_amount\": 12438720.001698256,\n            \"transfer_price\": 7598696.404955432,\n            \"coupon_effective_discount\": -39781476.979127236,\n            \"tax_collected_at_source\": 94149609.71102801,\n            \"brand_calculated_amount\": -53341447.36767165,\n            \"delivery_charge\": 57241890.43905246,\n            \"cashback\": -70583391.95894998,\n            \"value_of_good\": -78452523.72417182,\n            \"cashback_applied\": -29390158.411633343,\n            \"cod_charges\": 24668363.490903646,\n            \"price_marked\": 1995263.6161294729,\n            \"amount_paid\": 79701207.1712473,\n            \"coupon_value\": 34022364.2356043,\n            \"discount\": -45400724.809857264,\n            \"fynd_credits\": 20981806.80696094,\n            \"gift_price\": -33812413.69517714,\n            \"amount_to_be_collected\": 72461649.15569717,\n            \"cost_price\": -14774418.238355696,\n            \"loyalty_discount\": 67632055.13450235,\n            \"marketplace_promotion_effective_discount\": -94039805.21509,\n            \"seller_promotion_effective_discount\": 42614673.7328569\n          },\n          \"charges\": [\n            {\n              \"name\": \"pariatur \",\n              \"amount\": {\n                \"base_currency\": {\n                  \"value\": 61858195.512105554,\n                  \"currency\": \"Ut ut sint ullamco irure\"\n                },\n                \"ordering_currency\": {\n                  \"value\": 98528199.16402465,\n                  \"currency\": \"voluptate dolore ut\"\n                }\n              },\n              \"distribution_logic\": {\n                \"distribution\": {\n                  \"type\": \"multi\",\n                  \"logic\": \"laborum in eu dolore\"\n                },\n                \"distribution_level\": \"ullam\"\n              },\n              \"code\": \"do cillum tempor\",\n              \"type\": \"esse nostrud ea pariatur qui\"\n            },\n            {\n              \"name\": \"velit officia eu labore ut\",\n              \"amount\": {\n                \"base_currency\": {\n                  \"value\": -61150396.064343534,\n                  \"currency\": \"eu cupidatat tempor cillum\"\n                },\n                \"ordering_currency\": {\n                  \"value\": 5492448.890557006,\n                  \"currency\": \"do fugiat ut id\"\n                }\n              },\n              \"distribution_logic\": {\n                \"distribution\": {\n                  \"type\": \"single\",\n                  \"logic\": \"sed anim eiusmod \"\n                },\n                \"distribution_level\": \"elit amet consequat\"\n              },\n              \"code\": \"Excepteur\",\n              \"type\": \"elit sint incididunt qui minim\"\n            }\n          ],\n          \"ordering_currency_prices\": {\n            \"refund_credit\": 4563875.009538919,\n            \"amount_paid_roundoff\": -3452474.3803420365,\n            \"price_effective\": 66951201.25690198,\n            \"promotion_effective_discount\": -94463987.40325934,\n            \"pm_price_split\": 45784038.910162956,\n            \"refund_amount\": 41475829.05507821,\n            \"transfer_price\": -90062231.79860523,\n            \"coupon_effective_discount\": -93672007.34738117,\n            \"tax_collected_at_source\": -19576761.430892065,\n            \"brand_calculated_amount\": 1736651.721726939,\n            \"delivery_charge\": -80623156.97308344,\n            \"cashback\": 99889477.48900577,\n            \"value_of_good\": -78426396.0219132,\n            \"cashback_applied\": -44546780.53008783,\n            \"cod_charges\": 37433688.01930308,\n            \"price_marked\": 76527385.42422664,\n            \"amount_paid\": 16289165.827758595,\n            \"coupon_value\": -7610443.142702162,\n            \"discount\": -60744748.55194159,\n            \"fynd_credits\": -75189346.56235929,\n            \"gift_price\": 7520599.108168155,\n            \"amount_to_be_collected\": 49345426.84624842,\n            \"cost_price\": -2691546.786924809,\n            \"loyalty_discount\": 48237153.13275418\n          },\n          \"vertical\": \"non Ut laboris do ipsum\",\n          \"payments\": {\n            \"mode\": \"dolore veniam ad sed\",\n            \"logo\": \"consectetur ut\",\n            \"source\": \"minim aliquip cillum\"\n          },\n          \"operational_status\": \"voluptate labore\",\n          \"status\": {\n            \"meta\": {\n              \"est_464\": \"adipisicing co\"\n            },\n            \"bag_list\": [\n              \"veniam eiusmod commodo\",\n              \"quis sit\"\n            ],\n            \"id\": 54666450,\n            \"created_at\": \"2016-07-19T01:32:48.492Z\",\n            \"created_ts\": \"amet ea\",\n            \"shipment_id\": \"ut labore officia nostrud\",\n            \"status\": \"deserunt consequat et in eu\",\n            \"display_name\": \"consequat elit Ut\",\n            \"current_shipment_status\": \"Lorem\",\n            \"status_created_at\": \"1990-04-15T07:27:22.818Z\"\n          },\n          \"total_bags\": 59801893,\n          \"shipment_created_at\": \"2007-01-27T05:20:21.190Z\",\n          \"shipment_created_ts\": \"id\",\n          \"currency\": {\n            \"currency_code\": \"dolor laboris ad adipisicing\",\n            \"currency_symbol\": \"commodo eu laborum\"\n          },\n          \"currency_info\": {\n            \"ordering_currency\": {\n              \"currency_code\": \"veniam in\",\n              \"currency_name\": \"fugiat culpa aliqua\",\n              \"currency_symbol\": \"dolore ve\",\n              \"currency_sub_unit\": \"id est in\"\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\": \"sed Excepteur sunt non\",\n          \"shipment_update_time\": 42972754.69804549,\n          \"rto_address\": {\n            \"phone\": \"eu\",\n            \"address2\": \"culpa sed tempor sit dolor\",\n            \"address\": \"ullamco ut magna\",\n            \"longitude\": 16692611.812834367,\n            \"pincode\": \"do\",\n            \"area\": \"nisi\",\n            \"address_type\": \"other\",\n            \"country\": \"ex aliquip\",\n            \"address_category\": \"billing\",\n            \"email\": \"nisi laborum incididunt veniam velit\",\n            \"created_at\": \"2021-09-24T05:52:16.413Z\",\n            \"address1\": \"eiusmod dolore est\",\n            \"display_address\": \"sunt minim a\",\n            \"landmark\": \"sunt cillum et\",\n            \"updated_at\": \"1994-07-29T21:54:26.503Z\",\n            \"version\": \"consequat sunt Duis eu\",\n            \"latitude\": -71356596.11550707,\n            \"contact_person\": \"laboris dolor elit id\",\n            \"state\": \"cillum pariatur quis\",\n            \"city\": \"voluptate\",\n            \"area_code_slug\": \"amet reprehenderit\",\n            \"country_code\": \"nisi cupidatat\",\n            \"country_iso_code\": \"ir\",\n            \"country_phone_code\": \"incididunt nostrud dolor occaecat\",\n            \"delivery_address_id\": 70367845,\n            \"geo_location\": {\n              \"Duis_e09\": 15559353.60980612,\n              \"cillum9\": -67637568.29930668,\n              \"laboris_94\": \"cupidatat tempor occaecat\"\n            },\n            \"name\": \"reprehenderit\",\n            \"sector\": \"deserunt sint dolore est\",\n            \"state_code\": \"in tempor\",\n            \"uid\": \"deserunt\",\n            \"user_id\": \"laboris aliqua reprehenderit elit\",\n            \"code\": \"qui sit\"\n          },\n          \"credit_note_id\": \"offi\",\n          \"is_self_ship\": true,\n          \"mode_of_payment\": \"officia tempor ad enim\",\n          \"is_lapa_enabled\": false,\n          \"forward_end_shipment_id\": \"enim ex ad\",\n          \"logistics_meta\": {\n            \"nostrudb\": \"sed culpa et ad anim\",\n            \"quif_\": false\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\": \"laborum elit u\",\n      \"channel\": {\n        \"logo\": \"ullamco veniam Duis nisi eiusmod\",\n        \"name\": \"Excepteur laboris minim\"\n      },\n      \"user_info\": {\n        \"id\": -61277740,\n        \"user_oid\": \"ex cupidatat\",\n        \"mongo_user_id\": \"consectetur labore anim esse\",\n        \"external_customer_id\": \"ea exerc\",\n        \"first_name\": \"ea voluptate est\",\n        \"last_name\": \"officia laborum Ut esse\",\n        \"mobile\": \"dolore proident\",\n        \"email\": \"in volupta\",\n        \"meta\": {\n          \"animb7\": -85630422.62339659,\n          \"Lorem_182\": 11469037.541083932,\n          \"estf\": 68541833.7664946\n        },\n        \"is_anonymous_user\": true,\n        \"name\": \"dolor sed\",\n        \"gender\": \"aute pariatur dolore\",\n        \"country_phone_code\": \"ea in\"\n      },\n      \"order_value\": -29237298.430038854,\n      \"currency\": {\n        \"currency_code\": \"eu Duis\",\n        \"currency_symbol\": \"dolor adipisicing reprehenderit dolor\"\n      },\n      \"currency_info\": {\n        \"ordering_currency\": {\n          \"currency_code\": \"sed esse deserunt\",\n          \"currency_name\": \"iru\",\n          \"currency_symbol\": \"quis officia ut ea\",\n          \"currency_sub_unit\": \"sunt in nisi\"\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\": -57909008.465928525,\n        \"amount_paid_roundoff\": -78829861.20251533,\n        \"price_effective\": -79233126.07471976,\n        \"promotion_effective_discount\": -52861005.03825786,\n        \"pm_price_split\": 34779423.49996024,\n        \"refund_amount\": 93246947.64645374,\n        \"transfer_price\": -98697597.11690977,\n        \"coupon_effective_discount\": 52891984.662818104,\n        \"tax_collected_at_source\": -14359434.71886918,\n        \"brand_calculated_amount\": 18822237.837246552,\n        \"delivery_charge\": -28524663.00900379,\n        \"cashback\": -48680913.93768368,\n        \"value_of_good\": -96999237.58873114,\n        \"cashback_applied\": 64737477.187089264,\n        \"cod_charges\": -60302878.21219904,\n        \"price_marked\": 87744520.2841532,\n        \"amount_paid\": 89629750.17901441,\n        \"coupon_value\": -72061638.38333821,\n        \"discount\": -68202161.05423307,\n        \"fynd_credits\": 18473467.80159253,\n        \"gift_price\": 31602336.15202555,\n        \"amount_to_be_collected\": 70579415.19271216,\n        \"cost_price\": -80636011.71688099,\n        \"loyalty_discount\": 84128302.84844017,\n        \"marketplace_promotion_effective_discount\": -42639026.70709041,\n        \"seller_promotion_effective_discount\": -17984851.354516312\n      },\n      \"ordering_currency_prices\": {\n        \"refund_credit\": -58349044.48510376,\n        \"amount_paid_roundoff\": -490624.48326031864,\n        \"price_effective\": 51267518.524152756,\n        \"promotion_effective_discount\": 69877278.5459041,\n        \"pm_price_split\": 57266833.13253075,\n        \"refund_amount\": -14970877.799974367,\n        \"transfer_price\": 64624743.48711872,\n        \"coupon_effective_discount\": 96303438.77844477,\n        \"tax_collected_at_source\": 32052460.446546197,\n        \"brand_calculated_amount\": -6377219.165357187,\n        \"delivery_charge\": 69212254.21811536,\n        \"cashback\": 65582588.55216122,\n        \"value_of_good\": 79963098.00584152,\n        \"cashback_applied\": -36728960.427115574,\n        \"cod_charges\": -35799766.830533475,\n        \"price_marked\": -48570522.240569815,\n        \"amount_paid\": 45899390.565879405,\n        \"coupon_value\": -43499144.522887036,\n        \"discount\": -405869.0820180774,\n        \"fynd_credits\": 41831856.4601388,\n        \"gift_price\": 86629101.84661454,\n        \"amount_to_be_collected\": 77488071.83821264,\n        \"cost_price\": -317939.62400725484,\n        \"loyalty_discount\": -38585573.31382935\n      },\n      \"loyalty_discount_details\": {\n        \"discount\": -44688614.48833072,\n        \"ownership\": \"seller\",\n        \"is_applied\": true\n      }\n    },\n    {\n      \"breakup_values\": [\n        {\n          \"value\": \"\",\n          \"name\": \"laboris exercitation\",\n          \"display\": \"in aliqua ipsum\"\n        },\n        {\n          \"value\": \"consequat in\",\n          \"name\": \"dolore occaecat labore laboris\",\n          \"display\": \"in labore reprehenderit eiusmod\"\n        }\n      ],\n      \"total_order_value\": 64273057.96172732,\n      \"meta\": {\n        \"ea_5\": false,\n        \"officia_e27\": -55366653.23355381\n      },\n      \"order_created_time\": \"anim Duis incididunt\",\n      \"order_created_ts\": \"deserunt\",\n      \"ordering_source\": \"do sit laborum ex\",\n      \"ordering_source_details\": {\n        \"type\": \"KONNECT\",\n        \"slug\": \"exercitation elit ipsum\",\n        \"display_name\": \"reprehenderit ad\",\n        \"is_active\": true,\n        \"logo\": \"https://qEYtEWrOqXAAqoEEmkQsBcw.esdymK,8RKZsYQJYd5ZnWSUJOIS3VFkgnPYGSY4mC,W9XfMBjHmWUbEbneGO\"\n      },\n      \"payment_mode\": \"incididunt\",\n      \"shipments\": [\n        {\n          \"shipment_id\": \"quis amet aliquip\",\n          \"fulfillment_option\": {\n            \"name\": \"ea incididunt do nisi\",\n            \"slug\": \"enim Excepteur\",\n            \"type\": \"ut ex\",\n            \"is_default\": false\n          },\n          \"picked_date\": \"1976-10-20T07:07:45.843Z\",\n          \"tracking_list\": [\n            {\n              \"status\": \"magna eu non\",\n              \"text\": \"ad dolor\",\n              \"is_passed\": false,\n              \"is_current\": true,\n              \"time\": \"repr\",\n              \"created_ts\": \"nostrud sunt sit eu\"\n            },\n            {\n              \"status\": \"in aute minim est\",\n              \"text\": \"nulla non\",\n              \"is_passed\": true,\n              \"is_current\": true,\n              \"time\": \"veniam in incididunt\",\n              \"created_ts\": \"dolore quis\"\n            }\n          ],\n          \"invoice\": {\n            \"store_invoice_id\": \"et eu cillum\",\n            \"invoice_url\": \"tempor cillum aute et laboris\",\n            \"updated_date\": \"1991-01-20T18:00:26.076Z\",\n            \"external_invoice_id\": \"nisi id laboris\",\n            \"label_url\": \"in\",\n            \"credit_note_id\": \"non officia quis est\",\n            \"links\": {\n              \"dolore03\": 46975465.333141\n            }\n          },\n          \"shipment_status\": \"est\",\n          \"gst_details\": {\n            \"brand_calculated_amount\": -81921874.18221617,\n            \"gst_fee\": 88846025.51617086,\n            \"tax_collected_at_source\": 18096970.10559024,\n            \"value_of_good\": 89194390.25293693,\n            \"cgst_tax_percentage\": -59576835.02976012,\n            \"gstin_code\": \"occaecat esse laboris\",\n            \"igst_tax_percentage\": -67663646.03677432,\n            \"gst_tax_percentage\": 25290943.18223852,\n            \"hsn_code_id\": \"deserunt eu Excepteur\",\n            \"igst_gst_fee\": -8138817.72345902,\n            \"is_default_hsn_code\": false,\n            \"sgst_gst_fee\": -41437800.180146486,\n            \"cgst_gst_fee\": -45005770.02326986,\n            \"gst_tag\": \"nostrud Ut eu ut\",\n            \"sgst_tax_percentage\": -44773190.37865977,\n            \"hsn_code\": \"mollit est\"\n          },\n          \"order_status\": {\n            \"order_details\": {\n              \"fynd_order_id\": \"qui\",\n              \"created_at\": \"1977-02-27T00:11:02.881Z\",\n              \"user_id\": \"anim aliqua\",\n              \"tax_details\": {\n                \"pan_no\": \"qui nulla officia\",\n                \"gstin\": \"sint est enim Ut do\"\n              },\n              \"mongo_cart_id\": -94887269.38668002,\n              \"delivery_charges\": -8862616.609546632,\n              \"transaction_id\": \"occaecat aliqua magna\",\n              \"collect_by\": \"veniam magna\",\n              \"headers\": {\n                \"laborum9\": -50428238\n              },\n              \"coupon_value\": -3753525.8478054553,\n              \"order_value\": -96392684.56967635,\n              \"created_time\": \"incididunt reprehenderit\",\n              \"currency\": \"nulla aute reprehenderit fugiat\",\n              \"total_order_value\": 53011359.87362099,\n              \"ordering_channel\": \"ut officia\",\n              \"ordering_source\": \"id culpa quis in\",\n              \"meta\": {\n                \"in_52\": 45251048.57341865\n              },\n              \"cod_charges\": 17278940.73410301,\n              \"cashback_value\": 30841242.178457543,\n              \"refund_by\": \"ad ut\",\n              \"affiliate_order_date\": \"2019-12-23T13:26:05.701Z\",\n              \"payment_methods\": {\n                \"COD\": {\n                  \"amount\": 1100\n                }\n              },\n              \"affiliate_order_id\": \"et aliquip veniam\",\n              \"payment_mode_id\": -43648559.75088377,\n              \"promotion_effective_discount\": 13037370.137571752,\n              \"mode_of_payment\": \"in eiusmod elit ullamco tempor\",\n              \"discount\": -80770453.6388433,\n              \"cashback_applied\": 5867144.0650592,\n              \"fynd_credits\": 4650432.897493809,\n              \"affiliate_id\": \"deserunt dolore adipisicing\",\n              \"ordering_channel_logo\": \"eu labore eiusmod dolor velit\",\n              \"prices\": {\n                \"refund_credit\": -60854008.84540859,\n                \"amount_paid_roundoff\": -68032045.23361401,\n                \"price_effective\": 62345724.70460287,\n                \"promotion_effective_discount\": 99589042.82499358,\n                \"pm_price_split\": -59925237.94542279,\n                \"refund_amount\": -49724978.049366266,\n                \"transfer_price\": -15723714.114083484,\n                \"coupon_effective_discount\": -55834219.84756747,\n                \"tax_collected_at_source\": -39883284.39888402,\n                \"brand_calculated_amount\": 63074748.577899605,\n                \"delivery_charge\": -84213208.5730837,\n                \"cashback\": -28548762.027946234,\n                \"value_of_good\": 88325432.03886211,\n                \"cashback_applied\": -56196100.99231358,\n                \"cod_charges\": -46209046.03351583,\n                \"price_marked\": 73271355.45644957,\n                \"amount_paid\": 81611502.76849547,\n                \"coupon_value\": -16945253.455357626,\n                \"discount\": 31097105.722023636,\n                \"fynd_credits\": 62207063.81123912,\n                \"gift_price\": -23794249.254180804,\n                \"amount_to_be_collected\": -11241992.341910481,\n                \"cost_price\": -84232692.60071433,\n                \"loyalty_discount\": 8381164.6328193545,\n                \"marketplace_promotion_effective_discount\": -75550434.73608905,\n                \"seller_promotion_effective_discount\": 19713537.589736775\n              },\n              \"charges\": [\n                {\n                  \"name\": \"sit dolore ea\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": 99544883.77652904,\n                      \"currency\": \"elit veniam ex\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": 82324076.63728246,\n                      \"currency\": \"voluptate est magna\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"multi\",\n                      \"logic\": \"dolore velit commodo enim adipisicing\"\n                    },\n                    \"distribution_level\": \"Duis ut do pariatur ex\"\n                  },\n                  \"code\": \"incididunt exercitation sunt in pariatur\",\n                  \"type\": \"sed ad consequat adipisicing\"\n                },\n                {\n                  \"name\": \"mollit\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": -29204314.295580506,\n                      \"currency\": \"elit ad adipisicing\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": -92013316.8254281,\n                      \"currency\": \"ut voluptate ali\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"single\",\n                      \"logic\": \"aliquip anim voluptate\"\n                    },\n                    \"distribution_level\": \"Excepteur\"\n                  },\n                  \"code\": \"cillum conse\",\n                  \"type\": \"incididunt elit qui\"\n                }\n              ],\n              \"loyalty_discount_details\": {\n                \"discount\": -35691241.194461346,\n                \"ownership\": \"seller\",\n                \"is_applied\": true\n              }\n            },\n            \"errors\": [\n              \"ex in pariatur deserunt\",\n              \"labore irure consequat incididunt minim\"\n            ],\n            \"shipment_details\": [\n              {\n                \"id\": -25429742,\n                \"meta\": {\n                  \"kafka_emission_status\": -71853135,\n                  \"state_manager_used\": \"sunt la\"\n                },\n                \"shipment_id\": \"incididunt Duis cillum aliqua culpa\",\n                \"status\": \"nulla\",\n                \"bag_list\": [\n                  31017512,\n                  21209435\n                ],\n                \"remarks\": \"tempor\"\n              },\n              {\n                \"id\": -49570260,\n                \"meta\": {\n                  \"kafka_emission_status\": 78117016,\n                  \"state_manager_used\": \"exercit\"\n                },\n                \"shipment_id\": \"proident sint\",\n                \"status\": \"ut culpa dolor ad\",\n                \"bag_list\": [\n                  15921603,\n                  11269300\n                ],\n                \"remarks\": \"mollit ad\"\n              }\n            ],\n            \"text\": \"nulla occaecat ex in\",\n            \"value\": \"exercitation mollit Lorem qui\",\n            \"color_code\": \"nisi mollit in non\",\n            \"expected_delivery_date\": \"1989-03-01T19:12:04.529Z\"\n          },\n          \"delivery_slot\": {\n            \"mollit_3a6\": \"qui culpa\",\n            \"cupidatat94\": false,\n            \"aute_b01\": 15616489.847678274\n          },\n          \"order\": {\n            \"fynd_order_id\": \"in sit voluptate\",\n            \"order_date\": \"1996-12-09T17:42:35.795Z\",\n            \"created_ts\": \"culpa amet ex sit\",\n            \"tax_details\": {\n              \"ullamco_b9\": true,\n              \"tempor_ea\": true\n            },\n            \"cod_charges\": \"et pariatur\",\n            \"source\": \"dolor ut consequ\",\n            \"affiliate_id\": \"magna mollit consequat\",\n            \"affiliate_order_id\": \"do\",\n            \"ordering_channel_logo\": {\n              \"laborum_8\": false\n            },\n            \"order_value\": \"non incididunt\",\n            \"ordering_channel\": \"nostrud nulla aute fugiat sit\",\n            \"ordering_source\": \"Lorem sit eiusmod in\",\n            \"loyalty_discount_details\": {\n              \"discount\": -52659665.49610743,\n              \"ownership\": \"seller\",\n              \"is_applied\": false\n            },\n            \"meta\": {\n              \"minim7\": true,\n              \"dolorf\": 11496899.377131432,\n              \"utf\": false\n            }\n          },\n          \"user\": {\n            \"id\": -81554607,\n            \"user_oid\": \"qui\",\n            \"mongo_user_id\": \"esse Lorem\",\n            \"external_customer_id\": \"esse\",\n            \"first_name\": \"veniam\",\n            \"last_name\": \"Duis magna deserunt\",\n            \"mobile\": \"minim elit\",\n            \"email\": \"ea non proident in adipisicing\",\n            \"meta\": {\n              \"id_22\": false\n            },\n            \"is_anonymous_user\": false,\n            \"name\": \"ea est laboris\",\n            \"gender\": \"officia Ut\",\n            \"country_phone_code\": \"elit magna ea mollit\"\n          },\n          \"enable_dp_tracking\": true,\n          \"custom_message\": \"eu\",\n          \"estimated_sla_time\": \"consequat mollit consectetur\",\n          \"estimated_sla_ts\": \"dolor in consectetur quis\",\n          \"can_update_dimension\": true,\n          \"shipment_images\": [\n            \"do sit eu pariatur reprehenderit\",\n            \"consequat sed nulla sint do\"\n          ],\n          \"delivery_details\": {\n            \"minim4\": true\n          },\n          \"billing_details\": {\n            \"consectetur_2b\": false,\n            \"ameta\": false\n          },\n          \"forward_shipment_id\": \"comm\",\n          \"fulfilment_priority\": 53682157,\n          \"shipment_details\": {\n            \"lock_status\": false,\n            \"lock_message\": \"irure fugiat proident\",\n            \"action_to_status\": {\n              \"download_invoice\": \"lock\",\n              \"download_label\": \"lock\"\n            }\n          },\n          \"shipment_quantity\": 20995107,\n          \"company_details\": {\n            \"company_name\": \"sed sunt consectetur laborum\",\n            \"address\": {\n              \"sit_e\": 78923056.32564896,\n              \"veniam605\": true,\n              \"dolore9\": 65024883\n            },\n            \"company_cin\": \"Duis est aliquip in\",\n            \"company_id\": 99480029,\n            \"company_gst\": \"ullamco Duis ut velit\",\n            \"company_contact\": {\n              \"phone\": [\n                {\n                  \"country_code\": 50317917,\n                  \"number\": \"pariatur fugiat elit do nostrud\"\n                },\n                {\n                  \"country_code\": -68103783,\n                  \"number\": \"aliqua ad sunt enim\"\n                }\n              ],\n              \"emails\": [\n                \"sunt eiusmod do dolore consectetur\",\n                \"occaeca\"\n              ]\n            }\n          },\n          \"ordering_store\": {\n            \"phone\": \"e\",\n            \"pincode\": \"Ut Excepteur id\",\n            \"meta\": {\n              \"ea6cf\": true,\n              \"minim4\": 64258778.72161171\n            },\n            \"address\": \"tempor\",\n            \"address1\": \"proident labore in\",\n            \"display_address\": \"velit mollit\",\n            \"id\": 73110528,\n            \"code\": \"reprehenderit sit n\",\n            \"store_name\": \"ut magna Duis laborum\",\n            \"country\": \"consequat qui exercitation aliqu\",\n            \"contact_person\": \"irure qui sint\",\n            \"state\": \"officia dolore ut\",\n            \"city\": \"non officia sint\",\n            \"name\": \"non\",\n            \"store_email\": \"enim commodo fugiat\"\n          },\n          \"order_platform\": \"in eiusmod aliquip culpa veniam\",\n          \"lock_status\": false,\n          \"platform_logo\": \"ex aliquip\",\n          \"user_agent\": \"ullamco in eu magna\",\n          \"dp_details\": {\n            \"pincode\": \"cillum\",\n            \"track_url\": \"esse commodo aute nisi mollit\",\n            \"eway_bill_id\": \"culpa mollit\",\n            \"id\": -7602835,\n            \"country\": \"dolor fugiat nostrud\",\n            \"awb_no\": \"ipsum enim\",\n            \"gst_tag\": \"dolor nisi in\",\n            \"name\": \"in Lorem\"\n          },\n          \"invoice_id\": \"et incididunt Lorem ullamco\",\n          \"payment_methods\": {\n            \"COD\": {\n              \"amount\": 1100\n            }\n          },\n          \"coupon\": {\n            \"fugiat_997\": 93373563.37159887,\n            \"sunt_bb1\": -56194570,\n            \"laborumf2\": -57108006\n          },\n          \"affiliate_details\": {\n            \"affiliate_bag_id\": \"commodo reprehenderit nisi\",\n            \"affiliate_meta\": {\n              \"order_item_id\": \"non Lorem est enim sint\",\n              \"channel_order_id\": \"irure in\",\n              \"employee_discount\": -44353755.03124446,\n              \"box_type\": \"id consectetur\",\n              \"quantity\": -43509826,\n              \"size_level_total_qty\": -94131529,\n              \"loyalty_discount\": -98105407.31759465,\n              \"replacement_details\": {\n                \"replacement_type\": \"proident cupidatat labore deserunt tempor\",\n                \"original_affiliate_order_id\": \"in enim minim\"\n              },\n              \"channel_shipment_id\": \"quis cillum velit sit culpa\",\n              \"marketplace_invoice_id\": \"enim voluptate proident occaecat eiusmod\",\n              \"due_date\": \"1978-03-22T21:17:10.539Z\",\n              \"coupon_code\": \"ex voluptate\",\n              \"is_priority\": true,\n              \"is_serial_number_required\": false,\n              \"fulfilment_priority\": -42561780,\n              \"customer_selling_price\": -15509524.713154122\n            },\n            \"affiliate_order_id\": \"et\",\n            \"affiliate_shipment_id\": \"ea Duis voluptate\",\n            \"affiliate_store_id\": \"aute in eiusmo\",\n            \"shipment_meta\": {\n              \"same_store_available\": true,\n              \"weight\": 24035174,\n              \"tracking_url\": \"occaecat incididunt adipisicing id anim\",\n              \"estimated_delivery_date\": \"1952-02-03T05:45:09.784Z\",\n              \"b2b_buyer_details\": {\n                \"address\": \"consequat cillum culpa\",\n                \"city\": \"pariatur proident\",\n                \"gstin\": \"ut Duis do elit\",\n                \"name\": \"commodo\",\n                \"pincode\": 86321747,\n                \"state\": \"non\",\n                \"ajio_site_id\": \"ut tempor minim cupidatat\"\n              },\n              \"formatted\": {\n                \"max\": \"Ut\",\n                \"min\": \"aliqua sint ipsum\"\n              },\n              \"debug_info\": {\n                \"stormbreaker_uuid\": \"exercitation Ut\"\n              },\n              \"return_awb_number\": \"ad\",\n              \"is_self_ship\": false,\n              \"box_type\": \"ullamco aliquip proident ut\",\n              \"einvoice_info\": {\n                \"credit_note\": {\n                  \"reprehenderit65\": \"consequat laboris sint a\"\n                },\n                \"invoice\": {\n                  \"Lorem__0e\": 8545562,\n                  \"enim_e0\": \"dolor elit\"\n                }\n              },\n              \"return_affiliate_shipment_id\": \"esse\",\n              \"parent_dp_id\": \"officia ad cupidatat\",\n              \"shipment_weight\": -17907403.70397553,\n              \"dimension\": {\n                \"height\": 62401540.927847475,\n                \"width\": -721820.0823745131,\n                \"is_default\": false,\n                \"unit\": \"eiusmod ea laboris proident\",\n                \"length\": 58413247.6022917\n              },\n              \"dp_options\": {\n                \"incididunteb3\": 65274782.2760165\n              },\n              \"assign_dp_from_sb\": false,\n              \"due_date\": \"2010-10-14T07:52:39.978Z\",\n              \"store_invoice_updated_date\": \"1962-10-09T03:40:48.083Z\",\n              \"forward_affiliate_shipment_id\": \"nulla non ea\",\n              \"return_store_node\": -3772018,\n              \"fulfilment_priority_text\": \"sunt elit\",\n              \"shipment_tags\": [\n                {\n                  \"slug\": \"exercitation\",\n                  \"entity_type\": \"shipments\",\n                  \"display_text\": \"eu irure velit ipsum ad\"\n                },\n                {\n                  \"slug\": \"eiusmod pariatur\",\n                  \"entity_type\": \"shipments\",\n                  \"display_text\": \"culpa irure\"\n                }\n              ],\n              \"external\": {\n                \"commodod\": -80367576.59999663,\n                \"Duisb0\": \"cillum aute ea Ut\",\n                \"in46\": -45795743.3597453\n              },\n              \"awb_number\": \"elit deserunt Excepteur enim\",\n              \"lock_data\": {\n                \"locked\": true,\n                \"mto\": false,\n                \"lock_message\": \"exercitation ea ad in\"\n              },\n              \"order_type\": \"Digital\",\n              \"ewaybill_info\": {\n                \"ullamco45f\": \"consectetur est Lorem\",\n                \"laboris_eb\": false\n              },\n              \"dp_id\": \"nisi ut in\",\n              \"shipment_volumetric_weight\": 28156293.499957338,\n              \"marketplace_store_id\": \"deserunt in\",\n              \"return_details\": {\n                \"pariatur_21\": false\n              },\n              \"dp_sort_key\": \"aute ut exercitation cupidatat\",\n              \"packaging_name\": \"aute cupidatat sunt pariatur\",\n              \"timestamp\": {\n                \"max\": 14377070,\n                \"min\": -65445029\n              },\n              \"auto_trigger_dp_assignment_acf\": false,\n              \"dp_name\": \"ex irure occaecat\",\n              \"po_number\": \"nisi voluptate\",\n              \"b2c_buyer_details\": {\n                \"idd_\": 4028311.4702053666,\n                \"Lorem_7\": false\n              },\n              \"forward_affiliate_order_id\": \"laborum ad\",\n              \"return_affiliate_order_id\": \"nulla\",\n              \"bag_weight\": {\n                \"mollit_c8\": \"Ut sed ipsum Lorem fugiat\",\n                \"magna_2d\": \"culpa qui aute\",\n                \"proidente\": \"voluptate ullamco nisi anim\"\n              },\n              \"refund_to\": \"laboris eiusmod\"\n            },\n            \"company_affiliate_tag\": \"ut eu\",\n            \"pdf_links\": {\n              \"invoice_type\": \"fynd\",\n              \"label_type\": \"parent_child\",\n              \"label_a6\": \"tempor laboris qui voluptate\",\n              \"invoice\": \"Lorem consectetur sit culpa\",\n              \"label_pos\": \"cillum aute nulla\",\n              \"invoice_a6\": \"magna quis\",\n              \"b2b\": \"ullamco ut magna dolor\",\n              \"label\": \"ipsum in\",\n              \"label_a4\": \"Ut exercitation\",\n              \"invoice_export\": \"pariatur\",\n              \"credit_note_url\": \"fugiat eu\",\n              \"delivery_challan_a4\": \"veniam eiusmod officia dolore\",\n              \"label_export\": \"sed ut irure\",\n              \"invoice_a4\": \"non sint ea\",\n              \"invoice_pos\": \"aliqua sit exercitation\",\n              \"po_invoice\": \"elit adipisicing laborum magna\"\n            },\n            \"config\": {\n              \"app\": {\n                \"created_at\": \"1966-04-03T09:39:28.216Z\",\n                \"id\": \"Lorem enim\",\n                \"name\": \"est Lorem\",\n                \"owner\": \"esse nisi\",\n                \"secret\": \"in nulla\",\n                \"token\": \"culpa in Duis dolore proident\",\n                \"updated_at\": \"1979-02-25T15:37:09.631Z\",\n                \"description\": \"do\",\n                \"meta\": [\n                  {\n                    \"name\": \"laboris\",\n                    \"value\": \"sint enim ad culpa Excepteur\"\n                  },\n                  {\n                    \"name\": \"est\",\n                    \"value\": \"ut esse ea incididunt ut\"\n                  }\n                ]\n              },\n              \"inventory\": {\n                \"article_assignment\": {\n                  \"post_order_reassignment\": true\n                },\n                \"payment\": {\n                  \"source\": \"pariatur ipsum mollit et incididunt\",\n                  \"mode_of_payment\": \"in et\"\n                },\n                \"inventory\": {\n                  \"store\": {\n                    \"nostrud_59\": \"in voluptate amet ipsum\",\n                    \"proident_b3\": \"cupidatat ea sit ad\"\n                  }\n                },\n                \"order\": {\n                  \"force_reassignment\": false\n                },\n                \"logistics\": {\n                  \"dp_assignment\": false\n                }\n              },\n              \"app_company_id\": -25109567\n            },\n            \"affiliate_id\": \"ad n\",\n            \"id\": \"ad officia exercitation\"\n          },\n          \"priority_text\": \"eiusmod incididunt in labore ullamco\",\n          \"bag_status_history\": [\n            {\n              \"status\": \"officia aliqua do ea cupidatat\",\n              \"forward\": true,\n              \"store_id\": 67052026,\n              \"delivery_awb_number\": \"in labore\",\n              \"kafka_sync\": false,\n              \"delivery_partner_id\": -51695862,\n              \"app_display_name\": \"ullamco do\",\n              \"state_id\": -9098625,\n              \"state_type\": \"logistics\",\n              \"bsh_id\": 15473426,\n              \"created_at\": \"2013-04-16T01:59:45.262Z\",\n              \"created_ts\": \"ut cupidatat amet\",\n              \"shipment_id\": \"esse consectetur ex amet occaecat\",\n              \"updated_at\": \"1992-07-21T18:56:48.311Z\",\n              \"updated_ts\": \"exercitation aute\",\n              \"bag_state_mapper\": {\n                \"display_name\": \"elit reprehenderit consectetur\",\n                \"id\": -30656212,\n                \"journey_type\": \"forward\",\n                \"name\": \"officia labore Lorem esse\",\n                \"state_type\": \"operational\",\n                \"is_active\": false,\n                \"app_display_name\": \"non nostrud qui\",\n                \"app_state_name\": \"esse\",\n                \"app_facing\": false,\n                \"notify_customer\": false\n              },\n              \"bag_id\": 44756582,\n              \"display_name\": \"cillum pariatur magna\"\n            },\n            {\n              \"status\": \"amet dolore irure ea\",\n              \"forward\": false,\n              \"store_id\": -29846766,\n              \"delivery_awb_number\": \"est aliqua Ut eiusmod\",\n              \"kafka_sync\": false,\n              \"delivery_partner_id\": 97899219,\n              \"app_display_name\": \"in non ad quis adipisicing\",\n              \"state_id\": 88698090,\n              \"state_type\": \"operational\",\n              \"bsh_id\": 92982250,\n              \"created_at\": \"1960-12-27T06:24:52.697Z\",\n              \"created_ts\": \"in deserunt sit velit in\",\n              \"shipment_id\": \"pariatur est\",\n              \"updated_at\": \"1985-11-03T06:21:42.749Z\",\n              \"updated_ts\": \"anim cillum mollit\",\n              \"bag_state_mapper\": {\n                \"display_name\": \"enim tem\",\n                \"id\": -89051965,\n                \"journey_type\": \"forward\",\n                \"name\": \"eu nulla id dolore\",\n                \"state_type\": \"operational\",\n                \"is_active\": false,\n                \"app_display_name\": \"in\",\n                \"app_state_name\": \"Ut\",\n                \"app_facing\": false,\n                \"notify_customer\": false\n              },\n              \"bag_id\": 86885396,\n              \"display_name\": \"in ad\"\n            }\n          ],\n          \"is_dp_assign_enabled\": false,\n          \"bags\": [\n            {\n              \"bag_id\": 51684351,\n              \"gst_details\": {\n                \"brand_calculated_amount\": 17370477.491380095,\n                \"gst_fee\": -92812388.70105758,\n                \"tax_collected_at_source\": 54750440.72587672,\n                \"value_of_good\": -56866977.954611994,\n                \"cgst_tax_percentage\": -66486667.72210507,\n                \"gstin_code\": \"deserunt fugiat voluptate reprehenderit\",\n                \"igst_tax_percentage\": -26457019.025996417,\n                \"gst_tax_percentage\": 78622388.83408293,\n                \"hsn_code_id\": \"dolore irure\",\n                \"igst_gst_fee\": -15984660.094510078,\n                \"is_default_hsn_code\": false,\n                \"sgst_gst_fee\": 34934969.43755767,\n                \"cgst_gst_fee\": 59777090.57260537,\n                \"gst_tag\": \"do Ut pariatur Duis nulla\",\n                \"sgst_tax_percentage\": -57232261.058116585,\n                \"hsn_code\": \"sed dolore anim\"\n              },\n              \"bag_status\": [\n                {\n                  \"status\": \"m\",\n                  \"forward\": true,\n                  \"store_id\": -68441504,\n                  \"delivery_awb_number\": \"tempor enim\",\n                  \"kafka_sync\": false,\n                  \"delivery_partner_id\": -86597625,\n                  \"app_display_name\": \"Lorem non co\",\n                  \"state_id\": -33852127,\n                  \"state_type\": \"operational\",\n                  \"bsh_id\": -39027688,\n                  \"created_at\": \"1975-03-19T01:47:42.944Z\",\n                  \"created_ts\": \"culpa non ex Duis pariatur\",\n                  \"shipment_id\": \"commodo cupidatat Duis\",\n                  \"updated_at\": \"1966-05-25T09:52:24.533Z\",\n                  \"updated_ts\": \"anim veniam do\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"fugiat ut incididunt\",\n                    \"id\": -41736044,\n                    \"journey_type\": \"forward\",\n                    \"name\": \"inc\",\n                    \"state_type\": \"financial\",\n                    \"is_active\": false,\n                    \"app_display_name\": \"aliqua veniam velit\",\n                    \"app_state_name\": \"anim est esse\",\n                    \"app_facing\": true,\n                    \"notify_customer\": true\n                  },\n                  \"bag_id\": -55125424,\n                  \"display_name\": \"non eu ad cillum\"\n                },\n                {\n                  \"status\": \"non in nostrud\",\n                  \"forward\": false,\n                  \"store_id\": -44466981,\n                  \"delivery_awb_number\": \"magna quis Lorem do reprehenderit\",\n                  \"kafka_sync\": true,\n                  \"delivery_partner_id\": 12765424,\n                  \"app_display_name\": \"velit sunt irure minim\",\n                  \"state_id\": 70498474,\n                  \"state_type\": \"financial\",\n                  \"bsh_id\": 29816639,\n                  \"created_at\": \"1962-02-03T10:31:51.361Z\",\n                  \"created_ts\": \"aliquip\",\n                  \"shipment_id\": \"mollit veniam ullamco in\",\n                  \"updated_at\": \"2022-02-17T14:56:44.189Z\",\n                  \"updated_ts\": \"Ut dolore nulla qui dolore\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"consectetur sunt\",\n                    \"id\": 77560536,\n                    \"journey_type\": \"forward\",\n                    \"name\": \"qui Excepteur\",\n                    \"state_type\": \"operational\",\n                    \"is_active\": false,\n                    \"app_display_name\": \"officia reprehenderit sit non\",\n                    \"app_state_name\": \"ullamco minim ut cupidatat\",\n                    \"app_facing\": false,\n                    \"notify_customer\": false\n                  },\n                  \"bag_id\": -41973823,\n                  \"display_name\": \"ea exercitation amet incididunt\"\n                }\n              ],\n              \"parent_promo_bags\": {\n                \"Duisd\": -8638788\n              },\n              \"seller_qc_details\": {\n                \"line_number\": -63094459,\n                \"bad_quantity\": -6376761,\n                \"good_quantity\": -31966375\n              },\n              \"financial_breakup\": {\n                \"added_to_fynd_cash\": true,\n                \"amount_paid\": -41502409.618970804,\n                \"brand_calculated_amount\": 34688570.74507025,\n                \"cashback\": 29157650.867640197,\n                \"cashback_applied\": 50610329.09770024,\n                \"cod_charges\": -84462721.56975368,\n                \"coupon_effective_discount\": 72530502.42411181,\n                \"coupon_value\": -92540188.04693231,\n                \"delivery_charge\": 42309837.44769198,\n                \"discount\": 1921276.755819127,\n                \"fynd_credits\": 86781249.33897346,\n                \"gst_fee\": -13628816.709461674,\n                \"gst_tag\": \"ea dolore velit voluptate\",\n                \"gst_tax_percentage\": -10467963.51610592,\n                \"hsn_code\": \"aliqua in ea qui\",\n                \"identifiers\": {\n                  \"alu\": \"esse quis dolor veniam\",\n                  \"ean\": \"consequat\",\n                  \"sku_code\": \"in aute incididunt est elit\",\n                  \"upc\": \"dolore ea cillum laborum\",\n                  \"isbn\": \"esse adipisicing sed\"\n                },\n                \"item_name\": \"pariatur aute\",\n                \"price_effective\": 16687076.06378086,\n                \"price_marked\": -9058452.727605686,\n                \"promotion_effective_discount\": -68129388.82844271,\n                \"refund_credit\": 29910643.86122644,\n                \"size\": \"sed non\",\n                \"total_units\": -73401987,\n                \"transfer_price\": -57340061.107398465,\n                \"value_of_good\": 75882821.95830378,\n                \"amount_paid_roundoff\": -41574494,\n                \"tax_collected_at_source\": -11880246.758883044,\n                \"amount_to_be_collected\": 93650445.81421208,\n                \"taxes\": [\n                  {\n                    \"name\": \"Lorem deserunt\",\n                    \"rate\": -37466161.169326596,\n                    \"tax_amount\": -91807364.08303733,\n                    \"taxable_amount\": 20536698.435342565\n                  },\n                  {\n                    \"name\": \"ut deserunt laborum\",\n                    \"rate\": -31541674.813999787,\n                    \"tax_amount\": -39249587.63995589,\n                    \"taxable_amount\": -63028805.38816784\n                  }\n                ],\n                \"loyalty_discount\": -24040458.18001865\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\": true,\n                \"is_bundle_item\": true,\n                \"bundle_details\": {\n                  \"bundle_group_id\": \"sint aute\",\n                  \"name\": \"laboris irure\",\n                  \"slug\": \"in aliquip\",\n                  \"bundle_count\": 14257317,\n                  \"article_bundle_id\": \"aliqua deserunt fugiat dolor\",\n                  \"bundle_article_quantity\": -43749278,\n                  \"is_base\": true,\n                  \"price_marked\": -83084445.59407535,\n                  \"price_effective\": -79465714.210248,\n                  \"item_id\": -75675963,\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\": \"fugiat ut in pariatur\",\n                  \"images\": [\n                    \"Duis ad ullamco\",\n                    \"nisi et magna\"\n                  ],\n                  \"brand_name\": \"irure fugiat\",\n                  \"size\": \"labore velit culpa Ut\"\n                }\n              },\n              \"seller_identifier\": \"velit enim minim\",\n              \"delivery_address\": {\n                \"phone\": \"sed occaecat laboris deserunt\",\n                \"address2\": \"adipisicing commodo sunt culpa et\",\n                \"address\": \"in Duis veniam Excepteur\",\n                \"longitude\": 16663073.726370394,\n                \"pincode\": \"do cillum fugiat ipsum consectetur\",\n                \"area\": \"mollit quis\",\n                \"address_type\": \"office\",\n                \"country\": \"labore sunt offic\",\n                \"address_category\": \"billing\",\n                \"email\": \"elit aute ex\",\n                \"created_at\": \"1989-08-20T21:43:56.018Z\",\n                \"address1\": \"m\",\n                \"display_address\": \"elit irure\",\n                \"landmark\": \"aute esse exercitation do\",\n                \"updated_at\": \"2002-02-17T22:58:31.886Z\",\n                \"version\": \"l\",\n                \"latitude\": 91971136.26166588,\n                \"contact_person\": \"\",\n                \"state\": \"laborum\",\n                \"city\": \"qui ullamco in sit ut\",\n                \"area_code_slug\": \"velit minim id\",\n                \"country_code\": \"ad veniam\",\n                \"country_iso_code\": \"cillum ea in\",\n                \"country_phone_code\": \"labore voluptate Lorem\",\n                \"delivery_address_id\": -40226656,\n                \"geo_location\": {\n                  \"sintcec\": -37760296.33253719\n                },\n                \"name\": \"sed eu tempor occaecat\",\n                \"sector\": \"laborum velit\",\n                \"state_code\": \"nulla eiusmod veniam\",\n                \"uid\": \"ullamco veniam reprehenderit sunt fugiat\",\n                \"user_id\": \"culpa\",\n                \"code\": \"sed officia\"\n              },\n              \"article\": {\n                \"identifiers\": {\n                  \"incididunt65\": false\n                },\n                \"return_config\": {\n                  \"returnable\": false,\n                  \"time\": -40714196.95173506,\n                  \"unit\": \"in occaecat velit consectetur\"\n                },\n                \"uid\": \"ipsum est\",\n                \"size\": \"reprehenderit in quis do\",\n                \"tags\": [\n                  \"proident labore mollit\",\n                  \"incididunt\"\n                ],\n                \"_custom_json\": {\n                  \"magna_5b0\": false,\n                  \"ullamco_a7f\": -21121341.453062564\n                }\n              },\n              \"brand\": {\n                \"id\": -3025993,\n                \"logo\": \"sunt \",\n                \"company\": 78555756,\n                \"created_on\": \"1950-01-30T18:10:35.759Z\",\n                \"brand_name\": \"velit est id\",\n                \"modified_on\": \"2020-05-24T15:52:15.069Z\"\n              },\n              \"group_id\": \"consectetur ut\",\n              \"affiliate_bag_details\": {\n                \"affiliate_bag_id\": \"ipsum enim\",\n                \"coupon_code\": \"deserunt\",\n                \"affiliate_meta\": {\n                  \"order_item_id\": \"amet\",\n                  \"channel_order_id\": \"officia ullamco eu cillum\",\n                  \"employee_discount\": -85058947.83547187,\n                  \"box_type\": \"veniam elit\",\n                  \"quantity\": -15318890,\n                  \"size_level_total_qty\": -16124272,\n                  \"loyalty_discount\": -37371969.30216684,\n                  \"replacement_details\": {\n                    \"replacement_type\": \"irure do\",\n                    \"original_affiliate_order_id\": \"officia sed\"\n                  },\n                  \"channel_shipment_id\": \"sit\",\n                  \"marketplace_invoice_id\": \"mollit incididunt\",\n                  \"due_date\": \"1973-07-03T08:36:07.622Z\",\n                  \"coupon_code\": \"quis velit esse in\",\n                  \"is_priority\": false,\n                  \"is_serial_number_required\": true,\n                  \"fulfilment_priority\": -55859712,\n                  \"customer_selling_price\": -52096457.432727575\n                }\n              },\n              \"item\": {\n                \"id\": 9288200,\n                \"attributes\": {\n                  \"currency\": \"aute ea\"\n                },\n                \"brand_id\": -45053829,\n                \"slug_key\": \"Duis proident dolore\",\n                \"l3_category\": -61196311,\n                \"l3_category_name\": \"non anim\",\n                \"last_updated_at\": \"2006-07-11T02:20:00.773Z\",\n                \"name\": \"deserunt voluptate\",\n                \"l2_category\": [\n                  \"et tempor\",\n                  \"dolor p\"\n                ],\n                \"brand\": \"consectetur qui\",\n                \"image\": [\n                  \"fugiat id laborum\",\n                  \"ipsum \"\n                ],\n                \"code\": \"mollit tempo\",\n                \"l1_category\": [\n                  \"incididunt ea\",\n                  \"veniam eiusmod id in\"\n                ],\n                \"size\": \"deserunt dolor a\",\n                \"can_cancel\": false,\n                \"can_return\": true,\n                \"branch_url\": \"qui elit est\",\n                \"meta\": {\n                  \"id93d\": -34048906.12911657,\n                  \"sit8\": -71168300,\n                  \"ipsum_1\": -5814838.46649529,\n                  \"fugiat_5_\": \"ullamco\"\n                },\n                \"color\": \"deserunt qui elit quis dolor\",\n                \"department_id\": -11787532,\n                \"images\": [\n                  \"dolor fugiat ut\",\n                  \"est dolore dolor proident laborum\"\n                ],\n                \"tags\": [\n                  \"deserunt proident\",\n                  \"Ut officia aliquip non\"\n                ]\n              },\n              \"payment_methods\": [\n                {\n                  \"mode\": \"reprehenderit non ad\",\n                  \"amount\": -59344403.22411003\n                },\n                {\n                  \"mode\": \"aute dolor adipisicing fugiat\",\n                  \"amount\": 30745640.3037854\n                }\n              ],\n              \"payment_info\": [\n                {\n                  \"mode\": \"dolor velit ullamco\",\n                  \"amount\": -44553637.407668486\n                },\n                {\n                  \"mode\": \"do Lorem\",\n                  \"amount\": 75889211.79812282\n                }\n              ],\n              \"quantity\": -2487680,\n              \"identifier\": \"d\",\n              \"can_return\": false,\n              \"can_cancel\": true,\n              \"display_name\": \"deserunt eu esse\",\n              \"line_number\": 17266971,\n              \"meta\": {\n                \"nisi_c\": -36296528,\n                \"qui_5\": -66533495.08630213,\n                \"ad788\": -75945180.83686209\n              },\n              \"applied_promos\": [\n                {\n                  \"promotion_type\": \"free_non_sellable_items\",\n                  \"promotion_name\": \"voluptate ex ut\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": -14659074,\n                      \"type\": \"tempor occaecat\"\n                    },\n                    {\n                      \"value\": -43357471,\n                      \"type\": \"amet a\"\n                    }\n                  ],\n                  \"amount\": 45475788.62089753,\n                  \"article_quantity\": 45770179,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          46165632,\n                          91108188\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                          77445514,\n                          -46034478\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 tempor culpa sit aliquip\",\n                  \"mrp_promotion\": false,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"nisi nulla in tempor\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"offici\",\n                        \"item_name\": \"laborum Lorem enim\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"cillum dolor fugiat reprehenderit ut\",\n                        \"item_id\": -52419979,\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\": \"elit\",\n                      \"quantity\": 75819367.4469175\n                    },\n                    {\n                      \"article_id\": \"amet velit anim\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"ipsum fugiat Lorem\",\n                        \"item_name\": \"nostrud laborum adipisicing\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"consectetur amet veniam\",\n                        \"item_id\": 73316460,\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\": \"pariatur\",\n                      \"quantity\": 30171058.588428408\n                    }\n                  ]\n                },\n                {\n                  \"promotion_type\": \"bundle_price_percentage\",\n                  \"promotion_name\": \"est dolor\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": 6322035,\n                      \"type\": \"culpa ipsum\"\n                    },\n                    {\n                      \"value\": -97286000,\n                      \"type\": \"ipsum incididunt velit\"\n                    }\n                  ],\n                  \"amount\": -81615085.60237016,\n                  \"article_quantity\": -7139665,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          44775311,\n                          -56753746\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                          4406432,\n                          -23185230\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"adipisicing est velit\",\n                  \"mrp_promotion\": true,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"deserunt consectetur dolor\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"anim dolor sint Lorem quis\",\n                        \"item_name\": \"consequa\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"magna enim\",\n                        \"item_id\": 12513574,\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\": \"officia\",\n                      \"quantity\": -84898793.2321851\n                    },\n                    {\n                      \"article_id\": \"sit elit aliqua consequat\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"et ex\",\n                        \"item_name\": \"aliqua id ad laborum\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"dolore\",\n                        \"item_id\": 62397197,\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\": \"qui in deserunt est laborum\",\n                      \"quantity\": -65639580.845708914\n                    }\n                  ]\n                }\n              ],\n              \"prices\": {\n                \"refund_credit\": -5254170.4086728245,\n                \"amount_paid_roundoff\": -20199052.594650224,\n                \"price_effective\": -39186418.745535344,\n                \"promotion_effective_discount\": -70460717.88343267,\n                \"pm_price_split\": 29938506.45795533,\n                \"refund_amount\": 24174657.021212816,\n                \"transfer_price\": 24410695.523691967,\n                \"coupon_effective_discount\": 25947776.208814144,\n                \"tax_collected_at_source\": 40388754.30701032,\n                \"brand_calculated_amount\": -53895743.721931,\n                \"delivery_charge\": 73047525.96824157,\n                \"cashback\": 34581395.19205919,\n                \"value_of_good\": -66056479.27908302,\n                \"cashback_applied\": 55283783.910410345,\n                \"cod_charges\": 45254955.33153671,\n                \"price_marked\": 27566057.225233108,\n                \"amount_paid\": 41034528.62634808,\n                \"coupon_value\": 24617193.898526326,\n                \"discount\": 29987773.409537017,\n                \"fynd_credits\": 67941657.06294483,\n                \"gift_price\": -96730511.13332121,\n                \"amount_to_be_collected\": 35040905.0876863,\n                \"cost_price\": -80166072.14284667,\n                \"loyalty_discount\": -11505838.902367353,\n                \"marketplace_promotion_effective_discount\": -42322856.99667795,\n                \"seller_promotion_effective_discount\": -94021756.05506878\n              },\n              \"charges\": [\n                {\n                  \"name\": \"nulla U\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": -55032549.74821701,\n                      \"currency\": \"magna aliqua enim qui consectetur\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": 71953058.36217666,\n                      \"currency\": \"aute fugiat\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"single\",\n                      \"logic\": \"cons\"\n                    },\n                    \"distribution_level\": \"tempor ad ut dolore\"\n                  },\n                  \"code\": \"dolor\",\n                  \"type\": \"id sit fugiat\"\n                },\n                {\n                  \"name\": \"incididunt Excepteur exerci\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": -36821456.155373335,\n                      \"currency\": \"exercitation non id sed\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": -52518667.0812718,\n                      \"currency\": \"amet officia\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"multi\",\n                      \"logic\": \"mollit aliqua eu\"\n                    },\n                    \"distribution_level\": \"labore Excepteur id pariatur\"\n                  },\n                  \"code\": \"officia ipsum ex\",\n                  \"type\": \"esse in\"\n                }\n              ],\n              \"ordering_currency_prices\": {\n                \"refund_credit\": -15345303.684594214,\n                \"amount_paid_roundoff\": -26142539.13419126,\n                \"price_effective\": -17192746.629970476,\n                \"promotion_effective_discount\": 48333769.05009663,\n                \"pm_price_split\": -6557114.261562049,\n                \"refund_amount\": 60275741.866834044,\n                \"transfer_price\": 53780199.130342335,\n                \"coupon_effective_discount\": -62705843.48406425,\n                \"tax_collected_at_source\": 7385549.202622682,\n                \"brand_calculated_amount\": -83311474.03324586,\n                \"delivery_charge\": 97790077.41362885,\n                \"cashback\": 28706977.986462906,\n                \"value_of_good\": -33008555.193108477,\n                \"cashback_applied\": -93197332.00964011,\n                \"cod_charges\": 13718466.025745839,\n                \"price_marked\": -8175519.1499854475,\n                \"amount_paid\": 30323860.603950113,\n                \"coupon_value\": 11509143.232160255,\n                \"discount\": 11516532.422713026,\n                \"fynd_credits\": 62954188.87370664,\n                \"gift_price\": 33429043.248801634,\n                \"amount_to_be_collected\": -70948243.71271096,\n                \"cost_price\": 37321258.21027923,\n                \"loyalty_discount\": -91017163.76925673\n              },\n              \"current_status\": {\n                \"id\": -33202213,\n                \"store_id\": -72856134,\n                \"delivery_awb_number\": \"ut exercitation magna\",\n                \"kafka_sync\": false,\n                \"delivery_partner_id\": 94113691,\n                \"state_type\": \"financial\",\n                \"state_id\": 78506068,\n                \"created_at\": \"2007-11-24T17:23:10.402Z\",\n                \"created_ts\": \"2023-05-26T18:57:53.397Z\",\n                \"shipment_id\": \"anim\",\n                \"updated_at\": \"1980-10-26T14:45:26.626Z\",\n                \"bag_state_mapper\": {\n                  \"display_name\": \"labore laboris\",\n                  \"id\": -61590522,\n                  \"journey_type\": \"return\",\n                  \"name\": \"irure proident eiusmod magna\",\n                  \"state_type\": \"operational\",\n                  \"is_active\": true,\n                  \"app_display_name\": \"velit eu in esse\",\n                  \"app_state_name\": \"ex id minim cillum\",\n                  \"app_facing\": false,\n                  \"notify_customer\": true\n                },\n                \"bag_id\": -55194528,\n                \"status\": \"anim nulla\"\n              },\n              \"entity_type\": \"shipments\",\n              \"is_parent\": false\n            },\n            {\n              \"bag_id\": -50785824,\n              \"gst_details\": {\n                \"brand_calculated_amount\": 8155387.749137551,\n                \"gst_fee\": 42028710.85609573,\n                \"tax_collected_at_source\": -91263580.64087637,\n                \"value_of_good\": 76833490.85787466,\n                \"cgst_tax_percentage\": -57100783.530722186,\n                \"gstin_code\": \"exercitation esse\",\n                \"igst_tax_percentage\": 71516732.66835612,\n                \"gst_tax_percentage\": -86356313.24401696,\n                \"hsn_code_id\": \"ea dolor qui ullamco laborum\",\n                \"igst_gst_fee\": 36128779.541301936,\n                \"is_default_hsn_code\": true,\n                \"sgst_gst_fee\": -32353446.898165703,\n                \"cgst_gst_fee\": 35177121.78234357,\n                \"gst_tag\": \"occaecat ut tempor consectetur\",\n                \"sgst_tax_percentage\": 22186899.95096028,\n                \"hsn_code\": \"ad ea dolor deserunt\"\n              },\n              \"bag_status\": [\n                {\n                  \"status\": \"id est\",\n                  \"forward\": false,\n                  \"store_id\": 23232732,\n                  \"delivery_awb_number\": \"non Excepteur\",\n                  \"kafka_sync\": false,\n                  \"delivery_partner_id\": -43991747,\n                  \"app_display_name\": \"sint non\",\n                  \"state_id\": -17899059,\n                  \"state_type\": \"logistics\",\n                  \"bsh_id\": -50840757,\n                  \"created_at\": \"2010-08-31T16:47:33.585Z\",\n                  \"created_ts\": \"veniam pariatur consectetur\",\n                  \"shipment_id\": \"magna ea deserunt inc\",\n                  \"updated_at\": \"1958-04-19T19:44:45.981Z\",\n                  \"updated_ts\": \"ex in\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"velit ad Ut\",\n                    \"id\": -88276978,\n                    \"journey_type\": \"forward\",\n                    \"name\": \"ex anim est\",\n                    \"state_type\": \"logistics\",\n                    \"is_active\": false,\n                    \"app_display_name\": \"in enim mollit\",\n                    \"app_state_name\": \"proident qui culpa\",\n                    \"app_facing\": true,\n                    \"notify_customer\": false\n                  },\n                  \"bag_id\": 87681043,\n                  \"display_name\": \"dolore dolor exercitation\"\n                },\n                {\n                  \"status\": \"aliqua non officia ullamco eu\",\n                  \"forward\": true,\n                  \"store_id\": 53624702,\n                  \"delivery_awb_number\": \"in sed consequat aliqua\",\n                  \"kafka_sync\": true,\n                  \"delivery_partner_id\": -87858964,\n                  \"app_display_name\": \"consectetur nost\",\n                  \"state_id\": 57423043,\n                  \"state_type\": \"operational\",\n                  \"bsh_id\": 75452497,\n                  \"created_at\": \"2024-02-20T11:48:11.504Z\",\n                  \"created_ts\": \"s\",\n                  \"shipment_id\": \"sint nostrud in veniam magna\",\n                  \"updated_at\": \"2025-03-16T11:39:01.502Z\",\n                  \"updated_ts\": \"Lorem ullamco velit\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"anim Lorem consectetur\",\n                    \"id\": -14669625,\n                    \"journey_type\": \"forward\",\n                    \"name\": \"consectetur non aute ipsum\",\n                    \"state_type\": \"financial\",\n                    \"is_active\": false,\n                    \"app_display_name\": \"eiusmod nisi sed Excepteur\",\n                    \"app_state_name\": \"in ea quis\",\n                    \"app_facing\": true,\n                    \"notify_customer\": true\n                  },\n                  \"bag_id\": -6903121,\n                  \"display_name\": \"labore deserunt Duis\"\n                }\n              ],\n              \"parent_promo_bags\": {\n                \"sedd3\": -87669256.50852744,\n                \"velit047\": \"qui ex id\"\n              },\n              \"seller_qc_details\": {\n                \"line_number\": -34190260,\n                \"bad_quantity\": -28503523,\n                \"good_quantity\": -61722643\n              },\n              \"financial_breakup\": {\n                \"added_to_fynd_cash\": false,\n                \"amount_paid\": 72051426.79382819,\n                \"brand_calculated_amount\": 99496373.22171706,\n                \"cashback\": 34508721.599904954,\n                \"cashback_applied\": -57522364.47898302,\n                \"cod_charges\": 33361872.531222537,\n                \"coupon_effective_discount\": -30597711.78340566,\n                \"coupon_value\": 78960248.0495139,\n                \"delivery_charge\": -20796865.073162913,\n                \"discount\": 30366882.436413303,\n                \"fynd_credits\": 32743779.546052292,\n                \"gst_fee\": 9554037.469921276,\n                \"gst_tag\": \"Ut dolor mollit sunt\",\n                \"gst_tax_percentage\": -20770300.86325778,\n                \"hsn_code\": \"ut dolore voluptate sit\",\n                \"identifiers\": {\n                  \"alu\": \"tempor cillum anim enim\",\n                  \"ean\": \"aute pariatur commodo\",\n                  \"sku_code\": \"mollit ut eiusmod et est\",\n                  \"upc\": \"irure adipisicing\",\n                  \"isbn\": \"ullamco eiusmod\"\n                },\n                \"item_name\": \"ipsum velit aute\",\n                \"price_effective\": -84577790.39693242,\n                \"price_marked\": 48173001.43427676,\n                \"promotion_effective_discount\": 16359388.058850393,\n                \"refund_credit\": 8876975.777519867,\n                \"size\": \"Lorem sint Ut ut\",\n                \"total_units\": 58699433,\n                \"transfer_price\": 28122289.22193402,\n                \"value_of_good\": -35140983.930411406,\n                \"amount_paid_roundoff\": 99236877,\n                \"tax_collected_at_source\": -45821631.62562955,\n                \"amount_to_be_collected\": -47021001.66306651,\n                \"taxes\": [\n                  {\n                    \"name\": \"labore irure\",\n                    \"rate\": 40894572.21664214,\n                    \"tax_amount\": -4945959.529186398,\n                    \"taxable_amount\": 29172949.299147442\n                  },\n                  {\n                    \"name\": \"deserunt laborum id occaecat\",\n                    \"rate\": 98687149.90874147,\n                    \"tax_amount\": -25184858.54203272,\n                    \"taxable_amount\": 6316438.265957817\n                  }\n                ],\n                \"loyalty_discount\": 85860703.7647317\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\": false,\n                \"is_returnable\": true,\n                \"is_bundle_item\": true,\n                \"bundle_details\": {\n                  \"bundle_group_id\": \"non nisi\",\n                  \"name\": \"in nostrud consectetur\",\n                  \"slug\": \"exercitation laboris ut magna ut\",\n                  \"bundle_count\": 7989722,\n                  \"article_bundle_id\": \"laborum cupidatat\",\n                  \"bundle_article_quantity\": -52956233,\n                  \"is_base\": true,\n                  \"price_marked\": -37333562.33926415,\n                  \"price_effective\": -70392583.17687769,\n                  \"item_id\": 65702201,\n                  \"item_type\": \"physical_bundle\",\n                  \"return_config\": {\n                    \"allow_partial_return\": false,\n                    \"returnable\": false,\n                    \"unit\": false,\n                    \"time\": true\n                  },\n                  \"seller_identifier\": \"pariatur ullamco laboris non cupidatat\",\n                  \"images\": [\n                    \"occaecat eu\",\n                    \"Excepteur an\"\n                  ],\n                  \"brand_name\": \"laborum dolor culpa\",\n                  \"size\": \"mollit aliquip\"\n                }\n              },\n              \"seller_identifier\": \"qui reprehenderit aliqua dolore id\",\n              \"delivery_address\": {\n                \"phone\": \"eu est\",\n                \"address2\": \"sit irure\",\n                \"address\": \"do\",\n                \"longitude\": 52512724.580679476,\n                \"pincode\": \"velit\",\n                \"area\": \"voluptate esse et\",\n                \"address_type\": \"other\",\n                \"country\": \"labore incididunt sunt\",\n                \"address_category\": \"delivery\",\n                \"email\": \"in\",\n                \"created_at\": \"1977-08-29T10:55:31.702Z\",\n                \"address1\": \"sint reprehenderit\",\n                \"display_address\": \"Excepteur occaecat tempor fugiat\",\n                \"landmark\": \"Ut est\",\n                \"updated_at\": \"2009-05-17T15:58:12.966Z\",\n                \"version\": \"sed par\",\n                \"latitude\": 64533321.380131096,\n                \"contact_person\": \"cupidatat quis ullamco\",\n                \"state\": \"nostrud sunt magna\",\n                \"city\": \"Excepteur fugiat culpa dolor\",\n                \"area_code_slug\": \"deserunt non nostrud Lorem\",\n                \"country_code\": \"dolor anim\",\n                \"country_iso_code\": \"velit tempor proident consequat\",\n                \"country_phone_code\": \"labore ea\",\n                \"delivery_address_id\": -33014488,\n                \"geo_location\": {\n                  \"sunt_eae\": true\n                },\n                \"name\": \"fugiat nostrud in laboris\",\n                \"sector\": \"adipisicing nulla\",\n                \"state_code\": \"cillum dolore dolor\",\n                \"uid\": \"labore ipsum\",\n                \"user_id\": \"sint ipsum elit occaecat\",\n                \"code\": \"incididunt aliquip\"\n              },\n              \"article\": {\n                \"identifiers\": {\n                  \"culpa76\": \"in\",\n                  \"irure3f\": -49171457\n                },\n                \"return_config\": {\n                  \"returnable\": false,\n                  \"time\": -36247929.194419995,\n                  \"unit\": \"nisi proident\"\n                },\n                \"uid\": \"ipsum in ea\",\n                \"size\": \"et deserunt quis consectet\",\n                \"tags\": [\n                  \"veniam consequat dolore\",\n                  \"in in culpa proident\"\n                ],\n                \"_custom_json\": {\n                  \"anim__8\": \"proident elit minim\",\n                  \"ea_4\": -92684493\n                }\n              },\n              \"brand\": {\n                \"id\": 43546766,\n                \"logo\": \"tempor\",\n                \"company\": 25762164,\n                \"created_on\": \"2025-02-13T12:18:22.411Z\",\n                \"brand_name\": \"cillum\",\n                \"modified_on\": \"2010-09-26T18:03:22.056Z\"\n              },\n              \"group_id\": \"reprehenderit in mollit nisi\",\n              \"affiliate_bag_details\": {\n                \"affiliate_bag_id\": \"sed fugiat\",\n                \"coupon_code\": \"Duis Excepteur culpa quis\",\n                \"affiliate_meta\": {\n                  \"order_item_id\": \"commodo laborum aute adipisicing\",\n                  \"channel_order_id\": \"dolore aliquip exercitation\",\n                  \"employee_discount\": -41153209.16869907,\n                  \"box_type\": \"qui laborum Ut amet\",\n                  \"quantity\": -91580644,\n                  \"size_level_total_qty\": -32851274,\n                  \"loyalty_discount\": -47698373.94879981,\n                  \"replacement_details\": {\n                    \"replacement_type\": \"ut voluptate\",\n                    \"original_affiliate_order_id\": \"ipsum Duis qui do in\"\n                  },\n                  \"channel_shipment_id\": \"nisi magna\",\n                  \"marketplace_invoice_id\": \"ex labore mollit exercitation\",\n                  \"due_date\": \"2004-11-22T22:59:42.922Z\",\n                  \"coupon_code\": \"irure\",\n                  \"is_priority\": false,\n                  \"is_serial_number_required\": false,\n                  \"fulfilment_priority\": -660823,\n                  \"customer_selling_price\": -96924018.49406096\n                }\n              },\n              \"item\": {\n                \"id\": 69985432,\n                \"attributes\": {\n                  \"currency\": \"in cillum ex eiusmod velit\"\n                },\n                \"brand_id\": 84866436,\n                \"slug_key\": \"do anim veniam\",\n                \"l3_category\": -24783399,\n                \"l3_category_name\": \"sint pariatur ad\",\n                \"last_updated_at\": \"2012-12-20T15:25:21.119Z\",\n                \"name\": \"nostrud Excepteur tempor ea\",\n                \"l2_category\": [\n                  \"in dolor culpa mollit\",\n                  \"do\"\n                ],\n                \"brand\": \"fugiat\",\n                \"image\": [\n                  \"aute\",\n                  \"repre\"\n                ],\n                \"code\": \"no\",\n                \"l1_category\": [\n                  \"dolor commodo adipisicing ullamco\",\n                  \"consequat\"\n                ],\n                \"size\": \"ea do\",\n                \"can_cancel\": true,\n                \"can_return\": false,\n                \"branch_url\": \"magna eu\",\n                \"meta\": {\n                  \"Excepteur_13\": -42820935.15797838,\n                  \"sedd09\": -2955154.626582518\n                },\n                \"color\": \"exercitation ut\",\n                \"department_id\": -20598575,\n                \"images\": [\n                  \"vel\",\n                  \"eiusmod ipsum\"\n                ],\n                \"tags\": [\n                  \"magna sunt ullamco mollit\",\n                  \"elit voluptate\"\n                ]\n              },\n              \"payment_methods\": [\n                {\n                  \"mode\": \"voluptate\",\n                  \"amount\": 29834150.585267544\n                },\n                {\n                  \"mode\": \"dolore\",\n                  \"amount\": -59844668.674724534\n                }\n              ],\n              \"payment_info\": [\n                {\n                  \"mode\": \"labore\",\n                  \"amount\": -32006091.090139538\n                },\n                {\n                  \"mode\": \"occaecat adipisicing eiusmod\",\n                  \"amount\": -48968058.991943985\n                }\n              ],\n              \"quantity\": 55373843,\n              \"identifier\": \"sint Ut\",\n              \"can_return\": true,\n              \"can_cancel\": false,\n              \"display_name\": \"consectetur ullamco anim consequat adipisicing\",\n              \"line_number\": -15818337,\n              \"meta\": {\n                \"reprehenderitdd\": \"pariatur commodo\",\n                \"elitad\": 46769224,\n                \"fugiat7f\": 93029846.58240804\n              },\n              \"applied_promos\": [\n                {\n                  \"promotion_type\": \"free_gift_items\",\n                  \"promotion_name\": \"quis ad\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": 35756099,\n                      \"type\": \"anim ipsum\"\n                    },\n                    {\n                      \"value\": -99293808,\n                      \"type\": \"cupidatat elit\"\n                    }\n                  ],\n                  \"amount\": -76239284.99251255,\n                  \"article_quantity\": 66037741,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          -84513456,\n                          3284045\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                          -64902970,\n                          -38624294\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"Lorem\",\n                  \"mrp_promotion\": false,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"et amet sunt exercitation\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"Ut\",\n                        \"item_name\": \"sit\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"aliqua \",\n                        \"item_id\": 40579837,\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\": \"reprehenderit \",\n                      \"quantity\": -59751039.12878925\n                    },\n                    {\n                      \"article_id\": \"dolor minim in\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"ea sed\",\n                        \"item_name\": \"magna ipsum nostrud laborum\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"elit\",\n                        \"item_id\": 68277978,\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\": \"nisi Ut\",\n                      \"quantity\": -78047018.60588738\n                    }\n                  ]\n                },\n                {\n                  \"promotion_type\": \"bundle_price_percentage\",\n                  \"promotion_name\": \"mollit aliquip pariatur Excepteur veniam\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": 24301228,\n                      \"type\": \"mollit exercitation aliqua\"\n                    },\n                    {\n                      \"value\": -73515453,\n                      \"type\": \"laborum ex magna culpa\"\n                    }\n                  ],\n                  \"amount\": -46399235.0561028,\n                  \"article_quantity\": -20312895,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          -14436540,\n                          32599366\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                          75975235,\n                          89619536\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 est sed\",\n                  \"mrp_promotion\": true,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"anim sint\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"labor\",\n                        \"item_name\": \"ea ex sunt non\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"anim mollit sint\",\n                        \"item_id\": -91844198,\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                        \"quis_b\": 13526238\n                      },\n                      \"parent_item_identifier\": \"dolor ea d\",\n                      \"quantity\": -81103126.77521825\n                    },\n                    {\n                      \"article_id\": \"quis veniam sed elit\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"eiusmod Excepteur magna ut sunt\",\n                        \"item_name\": \"est\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"reprehenderit\",\n                        \"item_id\": -645562,\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                        \"nostrud_0\": \"minim veniam cupidatat Excepteur\",\n                        \"sed_4f_\": -33806107.753104575\n                      },\n                      \"parent_item_identifier\": \"proident repre\",\n                      \"quantity\": -41794088.74413282\n                    }\n                  ]\n                }\n              ],\n              \"prices\": {\n                \"refund_credit\": -1519069.5498164892,\n                \"amount_paid_roundoff\": -36304824.03526467,\n                \"price_effective\": 12459787.684010372,\n                \"promotion_effective_discount\": -68296909.42348039,\n                \"pm_price_split\": 27815922.552512795,\n                \"refund_amount\": 31217396.887224197,\n                \"transfer_price\": 71545946.31370234,\n                \"coupon_effective_discount\": 97055107.83157015,\n                \"tax_collected_at_source\": 98569159.9752225,\n                \"brand_calculated_amount\": -33518554.08798659,\n                \"delivery_charge\": 16083326.482600585,\n                \"cashback\": -71354714.75070925,\n                \"value_of_good\": -20318286.61366996,\n                \"cashback_applied\": -70883257.45065865,\n                \"cod_charges\": -11058209.929320961,\n                \"price_marked\": -77608925.75913867,\n                \"amount_paid\": 58427759.035212815,\n                \"coupon_value\": 56313252.05517882,\n                \"discount\": -93928074.0151621,\n                \"fynd_credits\": 69671057.08715326,\n                \"gift_price\": -8542428.079349488,\n                \"amount_to_be_collected\": -92674667.6665839,\n                \"cost_price\": 40212221.894152045,\n                \"loyalty_discount\": -9864183.058689192,\n                \"marketplace_promotion_effective_discount\": 42380002.169383466,\n                \"seller_promotion_effective_discount\": 12823931.861492038\n              },\n              \"charges\": [\n                {\n                  \"name\": \"qui ex Lorem nisi\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": 47219031.039034665,\n                      \"currency\": \"amet ut fugiat\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": 28715338.507724345,\n                      \"currency\": \"dolor l\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"single\",\n                      \"logic\": \"quis magna commodo do\"\n                    },\n                    \"distribution_level\": \"reprehenderit in ut Ut\"\n                  },\n                  \"code\": \"in\",\n                  \"type\": \"proident ea\"\n                },\n                {\n                  \"name\": \"mollit aliqua ut\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": -60844856.92085089,\n                      \"currency\": \"ullamco sit\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": 1604405.3186859787,\n                      \"currency\": \"eiusmod consectetur ad occaecat\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"single\",\n                      \"logic\": \"ipsum deserunt anim in consequat\"\n                    },\n                    \"distribution_level\": \"i\"\n                  },\n                  \"code\": \"veniam\",\n                  \"type\": \"laborum dolor minim\"\n                }\n              ],\n              \"ordering_currency_prices\": {\n                \"refund_credit\": -74948582.16545084,\n                \"amount_paid_roundoff\": 72853069.30053765,\n                \"price_effective\": -2290223.5642128736,\n                \"promotion_effective_discount\": -28289669.226741627,\n                \"pm_price_split\": 71637786.94658479,\n                \"refund_amount\": 9498059.781955793,\n                \"transfer_price\": 77240131.10807905,\n                \"coupon_effective_discount\": 98098406.3779673,\n                \"tax_collected_at_source\": 95665341.36158445,\n                \"brand_calculated_amount\": -71873835.44251645,\n                \"delivery_charge\": 50113602.50972095,\n                \"cashback\": 49520977.303929836,\n                \"value_of_good\": 75420912.9107629,\n                \"cashback_applied\": 21453173.55288045,\n                \"cod_charges\": -83621514.81834936,\n                \"price_marked\": -26158255.373887315,\n                \"amount_paid\": -96213968.59405196,\n                \"coupon_value\": -16332654.042144373,\n                \"discount\": 84422340.37390745,\n                \"fynd_credits\": 96839688.69368708,\n                \"gift_price\": -5055775.840673953,\n                \"amount_to_be_collected\": 25960619.779301643,\n                \"cost_price\": -30949538.119092196,\n                \"loyalty_discount\": -32280961.51767464\n              },\n              \"current_status\": {\n                \"id\": -40640556,\n                \"store_id\": 27687810,\n                \"delivery_awb_number\": \"ut dolore\",\n                \"kafka_sync\": true,\n                \"delivery_partner_id\": 62242952,\n                \"state_type\": \"logistics\",\n                \"state_id\": -30745585,\n                \"created_at\": \"2006-11-17T19:19:52.520Z\",\n                \"created_ts\": \"1971-07-01T08:24:33.397Z\",\n                \"shipment_id\": \"ut id Duis culpa\",\n                \"updated_at\": \"1987-03-25T15:49:20.365Z\",\n                \"bag_state_mapper\": {\n                  \"display_name\": \"reprehenderit esse sunt Lorem\",\n                  \"id\": 62943010,\n                  \"journey_type\": \"return\",\n                  \"name\": \"proident et incididunt\",\n                  \"state_type\": \"financial\",\n                  \"is_active\": true,\n                  \"app_display_name\": \"sint Lorem\",\n                  \"app_state_name\": \"c\",\n                  \"app_facing\": true,\n                  \"notify_customer\": false\n                },\n                \"bag_id\": 34703788,\n                \"status\": \"laborum et consequat ipsum\"\n              },\n              \"entity_type\": \"bag\",\n              \"is_parent\": true\n            }\n          ],\n          \"dp_assignment\": true,\n          \"total_items\": -31930314,\n          \"fulfilling_store\": {\n            \"address\": \"nisi in velit\",\n            \"city\": \"anim Excepteur sed lab\",\n            \"code\": \"cillum aliqua eu\",\n            \"contact_person\": \"eiusmod dolor est\",\n            \"country\": \"aute aliquip\",\n            \"fulfillment_channel\": \"eu dolore aliqua non dolore\",\n            \"id\": 18100341,\n            \"meta\": {\n              \"labore_d\": \"fugiat\",\n              \"occaecat_13\": false,\n              \"deserunt_90\": -80777794,\n              \"elita\": true\n            },\n            \"phone\": \"cillum aliqua in\",\n            \"pincode\": \"in labore ex ut\",\n            \"state\": \"consectetur\",\n            \"store_name\": \"reprehenderit minim ullamco anim nostrud\",\n            \"address1\": \"magna irure\",\n            \"display_address\": \"veniam et\",\n            \"store_email\": \"Excepteur\"\n          },\n          \"meta\": {\n            \"aliquip8ac\": 51511242\n          },\n          \"pdf_links\": {\n            \"ullamco3\": false,\n            \"Duis_9fb\": \"in magna anim\"\n          },\n          \"payment_mode\": \"in ullamco\",\n          \"packaging_type\": \"est\",\n          \"journey_type\": \"forward\",\n          \"prices\": {\n            \"refund_credit\": 30292865.18873158,\n            \"amount_paid_roundoff\": 76188746.95872653,\n            \"price_effective\": 71146650.608076,\n            \"promotion_effective_discount\": 82943419.67170686,\n            \"pm_price_split\": 7699192.4091156125,\n            \"refund_amount\": 22548783.368565276,\n            \"transfer_price\": -37101140.14154668,\n            \"coupon_effective_discount\": -82078971.05236657,\n            \"tax_collected_at_source\": -67966186.04492535,\n            \"brand_calculated_amount\": 90690328.89932266,\n            \"delivery_charge\": -5477590.466067284,\n            \"cashback\": 11450426.050983965,\n            \"value_of_good\": -74595202.09986019,\n            \"cashback_applied\": 49105465.80287206,\n            \"cod_charges\": -41516467.205847986,\n            \"price_marked\": -55559764.41669408,\n            \"amount_paid\": -84509825.42776111,\n            \"coupon_value\": -72973394.74752755,\n            \"discount\": 19696309.82267429,\n            \"fynd_credits\": 68567764.59970611,\n            \"gift_price\": -87463554.31423055,\n            \"amount_to_be_collected\": -957406.4705486894,\n            \"cost_price\": 88969704.53032479,\n            \"loyalty_discount\": 50255964.85561484,\n            \"marketplace_promotion_effective_discount\": -2525966.3321133256,\n            \"seller_promotion_effective_discount\": 20706897.30474174\n          },\n          \"charges\": [\n            {\n              \"name\": \"Duis\",\n              \"amount\": {\n                \"base_currency\": {\n                  \"value\": -70280475.3324683,\n                  \"currency\": \"occaecat dolor nostrud ex labore\"\n                },\n                \"ordering_currency\": {\n                  \"value\": 26749265.122402743,\n                  \"currency\": \"nulla sunt\"\n                }\n              },\n              \"distribution_logic\": {\n                \"distribution\": {\n                  \"type\": \"multi\",\n                  \"logic\": \"veniam\"\n                },\n                \"distribution_level\": \"pariatur ex exercitation\"\n              },\n              \"code\": \"minim tempor aliqua nostrud\",\n              \"type\": \"ipsum\"\n            },\n            {\n              \"name\": \"laboris culpa magna\",\n              \"amount\": {\n                \"base_currency\": {\n                  \"value\": 75608760.3732338,\n                  \"currency\": \"sit ipsum reprehenderit\"\n                },\n                \"ordering_currency\": {\n                  \"value\": -43942957.68608742,\n                  \"currency\": \"enim laboris commodo aliquip\"\n                }\n              },\n              \"distribution_logic\": {\n                \"distribution\": {\n                  \"type\": \"multi\",\n                  \"logic\": \"tempor exercitation minim con\"\n                },\n                \"distribution_level\": \"dolore E\"\n              },\n              \"code\": \"reprehenderit Lorem eu\",\n              \"type\": \"sint ipsum Excepteur amet a\"\n            }\n          ],\n          \"ordering_currency_prices\": {\n            \"refund_credit\": 3839772.515026897,\n            \"amount_paid_roundoff\": -97207454.97836223,\n            \"price_effective\": 77185296.43145087,\n            \"promotion_effective_discount\": -18506329.276845828,\n            \"pm_price_split\": -3360183.2530201226,\n            \"refund_amount\": 43222455.31221092,\n            \"transfer_price\": 49969127.66465077,\n            \"coupon_effective_discount\": 95929463.884862,\n            \"tax_collected_at_source\": 91610846.2725589,\n            \"brand_calculated_amount\": -99671606.56005976,\n            \"delivery_charge\": 43910048.4269627,\n            \"cashback\": -80084851.66377057,\n            \"value_of_good\": -60503568.983445086,\n            \"cashback_applied\": 83542553.9601995,\n            \"cod_charges\": -34075512.99481284,\n            \"price_marked\": 9117265.91217117,\n            \"amount_paid\": -14289507.071807295,\n            \"coupon_value\": 10541358.337131351,\n            \"discount\": -1064035.0947237462,\n            \"fynd_credits\": 38667053.321668655,\n            \"gift_price\": 37188309.56061301,\n            \"amount_to_be_collected\": 45028489.466522664,\n            \"cost_price\": 7137532.043465361,\n            \"loyalty_discount\": 68656714.32904944\n          },\n          \"vertical\": \"Excepteur voluptate\",\n          \"payments\": {\n            \"mode\": \"aute sunt exercitation\",\n            \"logo\": \"eu occaecat\",\n            \"source\": \"in Lorem velit non\"\n          },\n          \"operational_status\": \"Excepteur Lorem\",\n          \"status\": {\n            \"meta\": {\n              \"pariatur_4f\": 93075764.9885411,\n              \"culpa_99\": \"ea sunt\",\n              \"veniam_\": true\n            },\n            \"bag_list\": [\n              \"ut voluptate pariatur tempor\",\n              \"al\"\n            ],\n            \"id\": -21611730,\n            \"created_at\": \"1991-05-01T09:01:04.089Z\",\n            \"created_ts\": \"sit Lorem culpa labore\",\n            \"shipment_id\": \"magna mollit cillum labore in\",\n            \"status\": \"dolore aute in officia\",\n            \"display_name\": \"sint in do\",\n            \"current_shipment_status\": \"labore cupidatat\",\n            \"status_created_at\": \"1989-05-25T01:04:12.193Z\"\n          },\n          \"total_bags\": -77666848,\n          \"shipment_created_at\": \"1983-12-29T14:45:04.062Z\",\n          \"shipment_created_ts\": \"eu consequat nulla\",\n          \"currency\": {\n            \"currency_code\": \"mollit reprehenderit consequat Ut\",\n            \"currency_symbol\": \"irure eiusmod adipisicing sunt\"\n          },\n          \"currency_info\": {\n            \"ordering_currency\": {\n              \"currency_code\": \"in\",\n              \"currency_name\": \"non ullamco ut culpa\",\n              \"currency_symbol\": \"do pariatur est\",\n              \"currency_sub_unit\": \"fugiat veniam eu\"\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\": \"ex velit in sint\",\n          \"shipment_update_time\": -9356850.444305792,\n          \"rto_address\": {\n            \"phone\": \"dolo\",\n            \"address2\": \"est exercitation aliquip esse do\",\n            \"address\": \"pariatur ad proident deserunt\",\n            \"longitude\": 16872446.29759115,\n            \"pincode\": \"in reprehenderit veniam\",\n            \"area\": \"in exercitation proident\",\n            \"address_type\": \"home\",\n            \"country\": \"do Lorem velit fu\",\n            \"address_category\": \"delivery\",\n            \"email\": \"et nostrud\",\n            \"created_at\": \"2021-04-11T14:21:03.819Z\",\n            \"address1\": \"aliqua sunt dolor\",\n            \"display_address\": \"veniam magna et id in\",\n            \"landmark\": \"labore et\",\n            \"updated_at\": \"2012-10-26T05:54:01.042Z\",\n            \"version\": \"fugiat sed ullamco\",\n            \"latitude\": -10326221.640598327,\n            \"contact_person\": \"sunt cillum in\",\n            \"state\": \"id dolo\",\n            \"city\": \"aute mollit\",\n            \"area_code_slug\": \"qui reprehenderit nostrud commodo\",\n            \"country_code\": \"dolore Ut nostrud mollit\",\n            \"country_iso_code\": \"nisi dolore\",\n            \"country_phone_code\": \"labore quis commo\",\n            \"delivery_address_id\": 43690281,\n            \"geo_location\": {\n              \"dolor_3\": -27430421.47751455,\n              \"laborum_e2\": false\n            },\n            \"name\": \"adipisicing ut enim\",\n            \"sector\": \"aliqua fugiat labore\",\n            \"state_code\": \"anim ex velit laboris\",\n            \"uid\": \"Excepteur\",\n            \"user_id\": \"elit esse consequat s\",\n            \"code\": \"sit enim fugiat\"\n          },\n          \"credit_note_id\": \"consectetur tempor\",\n          \"is_self_ship\": true,\n          \"mode_of_payment\": \"irure nisi proident\",\n          \"is_lapa_enabled\": true,\n          \"forward_end_shipment_id\": \"tempor proident\",\n          \"logistics_meta\": {\n            \"eiusmod_a2b\": \"est\",\n            \"dolorebda\": \"id laborum consequat labore\",\n            \"euab\": false\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\": \"deserunt adipisicing Excepteur\",\n          \"fulfillment_option\": {\n            \"name\": \"et fugiat Ut occaecat\",\n            \"slug\": \"veniam occaecat incididunt\",\n            \"type\": \"off\",\n            \"is_default\": false\n          },\n          \"picked_date\": \"2002-09-21T06:58:23.642Z\",\n          \"tracking_list\": [\n            {\n              \"status\": \"nostrud\",\n              \"text\": \"eu sed enim\",\n              \"is_passed\": true,\n              \"is_current\": true,\n              \"time\": \"pariatur cillum\",\n              \"created_ts\": \"laboris aliqua ut qui ea\"\n            },\n            {\n              \"status\": \"ipsum ut Excepteur adipisicing\",\n              \"text\": \"minim eiusmod\",\n              \"is_passed\": false,\n              \"is_current\": true,\n              \"time\": \"laborum qui eu in\",\n              \"created_ts\": \"do Lorem nulla ex\"\n            }\n          ],\n          \"invoice\": {\n            \"store_invoice_id\": \"tempor nisi sunt\",\n            \"invoice_url\": \"tempor enim\",\n            \"updated_date\": \"1992-12-04T02:19:09.251Z\",\n            \"external_invoice_id\": \"ullamco dolor laboris ex\",\n            \"label_url\": \"elit culpa laboris\",\n            \"credit_note_id\": \"magna tempor irure\",\n            \"links\": {\n              \"eu_25\": 46012259.06974232,\n              \"esse_413\": \"irure\",\n              \"Lorem_36f\": true,\n              \"ex_8\": \"est Lorem\"\n            }\n          },\n          \"shipment_status\": \"ea nostrud\",\n          \"gst_details\": {\n            \"brand_calculated_amount\": 90918027.79091823,\n            \"gst_fee\": -53162797.01958688,\n            \"tax_collected_at_source\": -6012032.377180308,\n            \"value_of_good\": -29704325.897247314,\n            \"cgst_tax_percentage\": -36033904.92256149,\n            \"gstin_code\": \"deserunt\",\n            \"igst_tax_percentage\": -97337097.061523,\n            \"gst_tax_percentage\": 58616681.280567795,\n            \"hsn_code_id\": \"Lorem esse qui minim ad\",\n            \"igst_gst_fee\": 47902856.40637931,\n            \"is_default_hsn_code\": true,\n            \"sgst_gst_fee\": 88713054.16709796,\n            \"cgst_gst_fee\": 77906947.4000265,\n            \"gst_tag\": \"cillum Ut\",\n            \"sgst_tax_percentage\": 94946629.62663263,\n            \"hsn_code\": \"adipisicing amet elit magna\"\n          },\n          \"order_status\": {\n            \"order_details\": {\n              \"fynd_order_id\": \"dolor id anim\",\n              \"created_at\": \"1978-10-05T23:11:37.300Z\",\n              \"user_id\": \"Excepteur laboris\",\n              \"tax_details\": {\n                \"pan_no\": \"ipsum\",\n                \"gstin\": \"consequat aliqua\"\n              },\n              \"mongo_cart_id\": 48389256.57652527,\n              \"delivery_charges\": 21519555.249630168,\n              \"transaction_id\": \"enim reprehenderit est\",\n              \"collect_by\": \"consequat labore\",\n              \"headers\": {\n                \"voluptate_142\": 30296402.712731972\n              },\n              \"coupon_value\": -79469475.78528611,\n              \"order_value\": 14551903.783222467,\n              \"created_time\": \"mollit Ut eu\",\n              \"currency\": \"volupt\",\n              \"total_order_value\": -27159461.01009892,\n              \"ordering_channel\": \"ut\",\n              \"ordering_source\": \"aliqua\",\n              \"meta\": {\n                \"sede\": \"in cupidatat dolor non\",\n                \"aliqua9\": false\n              },\n              \"cod_charges\": 79990300.46489164,\n              \"cashback_value\": 70287668.76476043,\n              \"refund_by\": \"dolor dolore enim sunt in\",\n              \"affiliate_order_date\": \"1980-03-08T01:03:16.034Z\",\n              \"payment_methods\": {\n                \"COD\": {\n                  \"amount\": 1100\n                }\n              },\n              \"affiliate_order_id\": \"ipsum nostrud elit ad cupidatat\",\n              \"payment_mode_id\": -12052443.36334385,\n              \"promotion_effective_discount\": 57216755.02907804,\n              \"mode_of_payment\": \"dolor dolor tem\",\n              \"discount\": -3086489.3288265765,\n              \"cashback_applied\": 90197326.36826894,\n              \"fynd_credits\": 9675722.99034369,\n              \"affiliate_id\": \"voluptate tempor la\",\n              \"ordering_channel_logo\": \"Excepteur sunt\",\n              \"prices\": {\n                \"refund_credit\": -31348200.608551875,\n                \"amount_paid_roundoff\": -17374234.285880566,\n                \"price_effective\": 55126328.26125792,\n                \"promotion_effective_discount\": 68795392.31882879,\n                \"pm_price_split\": 26801105.81622626,\n                \"refund_amount\": 39417141.92067391,\n                \"transfer_price\": 2070193.8200630844,\n                \"coupon_effective_discount\": 48910587.75243798,\n                \"tax_collected_at_source\": 96181421.64645964,\n                \"brand_calculated_amount\": 46713719.617387414,\n                \"delivery_charge\": -58611208.86990112,\n                \"cashback\": -98400765.95145275,\n                \"value_of_good\": -2638183.2212460935,\n                \"cashback_applied\": 78854114.10737357,\n                \"cod_charges\": 43487402.955937386,\n                \"price_marked\": -60362809.48075548,\n                \"amount_paid\": 14752703.786852583,\n                \"coupon_value\": -25185615.785589993,\n                \"discount\": -92435554.66426043,\n                \"fynd_credits\": 51628747.58766553,\n                \"gift_price\": -95507301.32041134,\n                \"amount_to_be_collected\": -4774949.137699649,\n                \"cost_price\": -80737461.0591852,\n                \"loyalty_discount\": -30118350.963123813,\n                \"marketplace_promotion_effective_discount\": -19336534.037661985,\n                \"seller_promotion_effective_discount\": -22926462.07841073\n              },\n              \"charges\": [\n                {\n                  \"name\": \"consequat id\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": 88343304.33132035,\n                      \"currency\": \"ex consectetur\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": 85247391.08078995,\n                      \"currency\": \"cillum dolor\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"multi\",\n                      \"logic\": \"ut consequat\"\n                    },\n                    \"distribution_level\": \"magna\"\n                  },\n                  \"code\": \"irure aliqua sit\",\n                  \"type\": \"in tempor cillum\"\n                },\n                {\n                  \"name\": \"sit dolor sint in\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": -52365905.57437317,\n                      \"currency\": \"aliqua in adipisicing\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": 8821536.094505385,\n                      \"currency\": \"Excepteur pariatur proident\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"multi\",\n                      \"logic\": \"Exce\"\n                    },\n                    \"distribution_level\": \"sit magna\"\n                  },\n                  \"code\": \"ullamco in\",\n                  \"type\": \"ut sed\"\n                }\n              ],\n              \"loyalty_discount_details\": {\n                \"discount\": -48709902.88929438,\n                \"ownership\": \"marketplace\",\n                \"is_applied\": false\n              }\n            },\n            \"errors\": [\n              \"ut in\",\n              \"consectetur labore sunt Ut\"\n            ],\n            \"shipment_details\": [\n              {\n                \"id\": 31820956,\n                \"meta\": {\n                  \"kafka_emission_status\": 41726391,\n                  \"state_manager_used\": \"tempor magna dolore sed\"\n                },\n                \"shipment_id\": \"labore minim deserunt occaecat\",\n                \"status\": \"est labore aliquip\",\n                \"bag_list\": [\n                  16341407,\n                  50280453\n                ],\n                \"remarks\": \"mollit\"\n              },\n              {\n                \"id\": -17290118,\n                \"meta\": {\n                  \"kafka_emission_status\": 21778024,\n                  \"state_manager_used\": \"dolor veniam\"\n                },\n                \"shipment_id\": \"velit culpa\",\n                \"status\": \"quis culpa\",\n                \"bag_list\": [\n                  86542100,\n                  -28760401\n                ],\n                \"remarks\": \"proident occaecat pariatur ea\"\n              }\n            ],\n            \"text\": \"id quis\",\n            \"value\": \"dolore Ut nostrud cupidatat\",\n            \"color_code\": \"\",\n            \"expected_delivery_date\": \"1980-12-28T12:50:16.252Z\"\n          },\n          \"delivery_slot\": {\n            \"Lorem_81\": true,\n            \"nostrud_d\": true,\n            \"id_1e6\": -69855732\n          },\n          \"order\": {\n            \"fynd_order_id\": \"labo\",\n            \"order_date\": \"1963-07-23T20:26:48.902Z\",\n            \"created_ts\": \"culpa \",\n            \"tax_details\": {\n              \"dolor9f\": \"id quis\"\n            },\n            \"cod_charges\": \"enim consequat incididunt non \",\n            \"source\": \"dolore fugiat\",\n            \"affiliate_id\": \"commodo dolor in pariatur deserunt\",\n            \"affiliate_order_id\": \"laboris sunt\",\n            \"ordering_channel_logo\": {\n              \"incididunt7b4\": 32306186.161588535\n            },\n            \"order_value\": \"incididunt id enim\",\n            \"ordering_channel\": \"cillum in Excepteur Duis\",\n            \"ordering_source\": \"sed qui mollit\",\n            \"loyalty_discount_details\": {\n              \"discount\": 38392488.16324824,\n              \"ownership\": \"marketplace\",\n              \"is_applied\": true\n            },\n            \"meta\": {\n              \"exercitation_2f\": \"aute esse\",\n              \"ut_b6\": -20489609\n            }\n          },\n          \"user\": {\n            \"id\": -64141174,\n            \"user_oid\": \"amet aute\",\n            \"mongo_user_id\": \"ex esse ad voluptate\",\n            \"external_customer_id\": \"dolore et exercitation\",\n            \"first_name\": \"ali\",\n            \"last_name\": \"incididunt minim in laboris\",\n            \"mobile\": \"occaecat dolor sint aliquip\",\n            \"email\": \"consectetur et\",\n            \"meta\": {\n              \"ad_6fc\": -55260012.345491916,\n              \"culpa81\": 66751485\n            },\n            \"is_anonymous_user\": true,\n            \"name\": \"consequat consectetur\",\n            \"gender\": \"irure ipsum laborum\",\n            \"country_phone_code\": \"voluptate\"\n          },\n          \"enable_dp_tracking\": false,\n          \"custom_message\": \"anim ut\",\n          \"estimated_sla_time\": \"deserunt\",\n          \"estimated_sla_ts\": \"reprehenderit dolor dolore\",\n          \"can_update_dimension\": true,\n          \"shipment_images\": [\n            \"commodo tempor magna\",\n            \"laborum aute anim\"\n          ],\n          \"delivery_details\": {\n            \"aliqua3c\": false\n          },\n          \"billing_details\": {\n            \"sit_dc1\": 32559498.15869537,\n            \"commodo_2d\": \"sed exercitation\",\n            \"velit6\": 76802234.15523982\n          },\n          \"forward_shipment_id\": \"ut irure\",\n          \"fulfilment_priority\": -22423523,\n          \"shipment_details\": {\n            \"lock_status\": false,\n            \"lock_message\": \"elit consequat irure tempor deserunt\",\n            \"action_to_status\": {\n              \"download_invoice\": \"lock\",\n              \"download_label\": \"lock\"\n            }\n          },\n          \"shipment_quantity\": 9557028,\n          \"company_details\": {\n            \"company_name\": \"in pariatur\",\n            \"address\": {\n              \"irure_9f2\": 96551360,\n              \"utd\": \"occaecat dolor Lorem\"\n            },\n            \"company_cin\": \"culpa laborum nis\",\n            \"company_id\": -58006212,\n            \"company_gst\": \"do aute cupidatat\",\n            \"company_contact\": {\n              \"phone\": [\n                {\n                  \"country_code\": 60629547,\n                  \"number\": \"occaecat magna\"\n                },\n                {\n                  \"country_code\": -17219869,\n                  \"number\": \"enim\"\n                }\n              ],\n              \"emails\": [\n                \"exercitation aliqua\",\n                \"\"\n              ]\n            }\n          },\n          \"ordering_store\": {\n            \"phone\": \"Ut esse\",\n            \"pincode\": \"consectetur fugiat u\",\n            \"meta\": {\n              \"proident__\": -19842950,\n              \"reprehenderitbc\": 90145737.0408369,\n              \"sunt_99\": false\n            },\n            \"address\": \"non\",\n            \"address1\": \"enim in labore nisi\",\n            \"display_address\": \"elit consequat amet laborum qui\",\n            \"id\": -18034985,\n            \"code\": \"sint non\",\n            \"store_name\": \"cupidatat adipisicing\",\n            \"country\": \"et ad\",\n            \"contact_person\": \"quis sit deserunt officia\",\n            \"state\": \"id pariatur\",\n            \"city\": \"consequat\",\n            \"name\": \"pariatur id commodo ad est\",\n            \"store_email\": \"Duis in\"\n          },\n          \"order_platform\": \"do reprehenderit\",\n          \"lock_status\": false,\n          \"platform_logo\": \"labore\",\n          \"user_agent\": \"aliquip amet\",\n          \"dp_details\": {\n            \"pincode\": \"in\",\n            \"track_url\": \"aliqua officia dolore elit Ut\",\n            \"eway_bill_id\": \"mollit\",\n            \"id\": 52042479,\n            \"country\": \"laborum dolor\",\n            \"awb_no\": \"incididunt officia laborum Duis\",\n            \"gst_tag\": \"et pariatur ea cupidatat eu\",\n            \"name\": \"consectetur quis in\"\n          },\n          \"invoice_id\": \"ex ad esse minim\",\n          \"payment_methods\": {\n            \"COD\": {\n              \"amount\": 1100\n            }\n          },\n          \"coupon\": {\n            \"id_ddd\": \"sed sunt dolore\",\n            \"ad86_\": false,\n            \"dolor_a7\": true\n          },\n          \"affiliate_details\": {\n            \"affiliate_bag_id\": \"veniam laborum ut ut\",\n            \"affiliate_meta\": {\n              \"order_item_id\": \"ad velit labore nisi\",\n              \"channel_order_id\": \"in eiusmod mollit ea\",\n              \"employee_discount\": 2918822.7751374245,\n              \"box_type\": \"aliqu\",\n              \"quantity\": -18608044,\n              \"size_level_total_qty\": 16012272,\n              \"loyalty_discount\": -14682086.729661897,\n              \"replacement_details\": {\n                \"replacement_type\": \"Excepteur ut eni\",\n                \"original_affiliate_order_id\": \"dolore eiusmod quis sit aliqu\"\n              },\n              \"channel_shipment_id\": \"dol\",\n              \"marketplace_invoice_id\": \"dolore minim\",\n              \"due_date\": \"2019-11-20T17:10:02.456Z\",\n              \"coupon_code\": \"minim irure\",\n              \"is_priority\": true,\n              \"is_serial_number_required\": false,\n              \"fulfilment_priority\": -617049,\n              \"customer_selling_price\": 98961367.1249038\n            },\n            \"affiliate_order_id\": \"nulla mollit\",\n            \"affiliate_shipment_id\": \"in quis nulla anim\",\n            \"affiliate_store_id\": \"dolor sint\",\n            \"shipment_meta\": {\n              \"same_store_available\": false,\n              \"weight\": 61197804,\n              \"tracking_url\": \"dolore cillum reprehenderit\",\n              \"estimated_delivery_date\": \"1955-08-30T04:12:12.246Z\",\n              \"b2b_buyer_details\": {\n                \"address\": \"in est\",\n                \"city\": \"ut dolor\",\n                \"gstin\": \"culpa\",\n                \"name\": \"Lorem nisi\",\n                \"pincode\": -21645554,\n                \"state\": \"do amet aliqua\",\n                \"ajio_site_id\": \"nulla velit a\"\n              },\n              \"formatted\": {\n                \"max\": \"velit anim cillum\",\n                \"min\": \"nisi sint in incididunt sed\"\n              },\n              \"debug_info\": {\n                \"stormbreaker_uuid\": \"aliquip sint\"\n              },\n              \"return_awb_number\": \"sit consequat\",\n              \"is_self_ship\": true,\n              \"box_type\": \"reprehenderit dolore\",\n              \"einvoice_info\": {\n                \"credit_note\": {\n                  \"velit_26\": \"sint exercitation\",\n                  \"ex4\": -2773380,\n                  \"est_637\": 86163203,\n                  \"anim_3\": -89364360\n                },\n                \"invoice\": {\n                  \"ea_b7\": true\n                }\n              },\n              \"return_affiliate_shipment_id\": \"voluptate\",\n              \"parent_dp_id\": \"magna et non laboris\",\n              \"shipment_weight\": -19194621.052337617,\n              \"dimension\": {\n                \"height\": -42348168.52359846,\n                \"width\": -50775402.37784381,\n                \"is_default\": true,\n                \"unit\": \"in Excepteur ipsum eu ad\",\n                \"length\": 85769880.50300121\n              },\n              \"dp_options\": {\n                \"proident5\": \"ullamco ip\",\n                \"aliquipf2\": 68250245.00819707,\n                \"deseruntc79\": false\n              },\n              \"assign_dp_from_sb\": false,\n              \"due_date\": \"1952-07-26T00:42:30.671Z\",\n              \"store_invoice_updated_date\": \"1969-09-20T10:39:33.223Z\",\n              \"forward_affiliate_shipment_id\": \"velit ullamco qui cillum\",\n              \"return_store_node\": -99807941,\n              \"fulfilment_priority_text\": \"enim nulla est ex\",\n              \"shipment_tags\": [\n                {\n                  \"slug\": \"reprehenderit culpa laborum\",\n                  \"entity_type\": \"bag\",\n                  \"display_text\": \"voluptate eiusmod in proident\"\n                },\n                {\n                  \"slug\": \"fugiat in et laborum\",\n                  \"entity_type\": \"bag\",\n                  \"display_text\": \"anim in\"\n                }\n              ],\n              \"external\": {\n                \"officia_b_2\": false,\n                \"cupidatat_7e\": \"aliquip consequat do deserun\",\n                \"sit79\": 80757826.60162285\n              },\n              \"awb_number\": \"qui dolor est ut\",\n              \"lock_data\": {\n                \"locked\": true,\n                \"mto\": false,\n                \"lock_message\": \"aute veniam\"\n              },\n              \"order_type\": \"PickAtStore\",\n              \"ewaybill_info\": {\n                \"cupidatat_ad\": 2722035.978290409,\n                \"ipsum_9\": -65088779.60840458\n              },\n              \"dp_id\": \"cillum consequat velit\",\n              \"shipment_volumetric_weight\": 64133386.7437357,\n              \"marketplace_store_id\": \"no\",\n              \"return_details\": {\n                \"laboris_6\": \"minim anim tempor\",\n                \"laboris2\": -93624020,\n                \"ad814\": false\n              },\n              \"dp_sort_key\": \"ex tempor Excepteur sunt mollit\",\n              \"packaging_name\": \"labore ad\",\n              \"timestamp\": {\n                \"max\": 58515769,\n                \"min\": -19787731\n              },\n              \"auto_trigger_dp_assignment_acf\": true,\n              \"dp_name\": \"incididunt eiusmod ullamco labore\",\n              \"po_number\": \"enim nulla sint\",\n              \"b2c_buyer_details\": {\n                \"ullamco_b\": \"Ut sunt aute in occaecat\",\n                \"adipisicing_2\": 87866778.90066999\n              },\n              \"forward_affiliate_order_id\": \"sunt exercitation lab\",\n              \"return_affiliate_order_id\": \"labore nostrud veniam voluptate\",\n              \"bag_weight\": {\n                \"tempor2\": true,\n                \"voluptate93\": \"enim repr\",\n                \"dolorc\": \"in enim adipisicing\",\n                \"deserunt50d\": \"tempor cupidatat\"\n              },\n              \"refund_to\": \"qui laboris veniam\"\n            },\n            \"company_affiliate_tag\": \"aliq\",\n            \"pdf_links\": {\n              \"invoice_type\": \"external\",\n              \"label_type\": \"parent_child\",\n              \"label_a6\": \"mollit magna id Duis\",\n              \"invoice\": \"Lorem cillum in veniam\",\n              \"label_pos\": \"ut veniam amet\",\n              \"invoice_a6\": \"mollit deserunt aute\",\n              \"b2b\": \"dolor proident eu\",\n              \"label\": \"ad sed labore\",\n              \"label_a4\": \"nostrud aliquip laboris\",\n              \"invoice_export\": \"proident deserunt anim in laboris\",\n              \"credit_note_url\": \"reprehenderit Ex\",\n              \"delivery_challan_a4\": \"occaecat nulla Lorem incididunt\",\n              \"label_export\": \"dolore sit aliqua minim\",\n              \"invoice_a4\": \"commodo minim eu dolore\",\n              \"invoice_pos\": \"magna id\",\n              \"po_invoice\": \"culpa\"\n            },\n            \"config\": {\n              \"app\": {\n                \"created_at\": \"2009-02-24T03:11:16.540Z\",\n                \"id\": \"amet enim irure\",\n                \"name\": \"pariatur anim labore in\",\n                \"owner\": \"ad est\",\n                \"secret\": \"magna ex Ex\",\n                \"token\": \"Duis deserunt\",\n                \"updated_at\": \"1978-08-03T13:42:51.257Z\",\n                \"description\": \"dolore do dolore\",\n                \"meta\": [\n                  {\n                    \"name\": \"pariatur quis in\",\n                    \"value\": \"eiusmod consequat\"\n                  },\n                  {\n                    \"name\": \"proident in ullamco\",\n                    \"value\": \"fugiat Ut\"\n                  }\n                ]\n              },\n              \"inventory\": {\n                \"article_assignment\": {\n                  \"post_order_reassignment\": true\n                },\n                \"payment\": {\n                  \"source\": \"minim\",\n                  \"mode_of_payment\": \"enim Exce\"\n                },\n                \"inventory\": {\n                  \"store\": {\n                    \"sint_1f\": 22681783.197726935,\n                    \"nona0\": \"enim\",\n                    \"euc\": true,\n                    \"id_1d_\": -40599979,\n                    \"nisie13\": 58313350\n                  }\n                },\n                \"order\": {\n                  \"force_reassignment\": false\n                },\n                \"logistics\": {\n                  \"dp_assignment\": true\n                }\n              },\n              \"app_company_id\": -5166020\n            },\n            \"affiliate_id\": \"dolor adipisicing exercitation\",\n            \"id\": \"est occaecat do\"\n          },\n          \"priority_text\": \"ull\",\n          \"bag_status_history\": [\n            {\n              \"status\": \"Ut\",\n              \"forward\": false,\n              \"store_id\": 41905995,\n              \"delivery_awb_number\": \"velit reprehenderit ut irure\",\n              \"kafka_sync\": true,\n              \"delivery_partner_id\": -58131948,\n              \"app_display_name\": \"labore eiusmod\",\n              \"state_id\": -5746366,\n              \"state_type\": \"financial\",\n              \"bsh_id\": 51776058,\n              \"created_at\": \"1981-11-16T19:42:19.503Z\",\n              \"created_ts\": \"occaecat velit\",\n              \"shipment_id\": \"eu dolore non\",\n              \"updated_at\": \"1948-05-14T14:07:36.152Z\",\n              \"updated_ts\": \"elit velit deserunt \",\n              \"bag_state_mapper\": {\n                \"display_name\": \"veniam voluptate\",\n                \"id\": 21700298,\n                \"journey_type\": \"forward\",\n                \"name\": \"cupidatat laborum\",\n                \"state_type\": \"logistics\",\n                \"is_active\": false,\n                \"app_display_name\": \"Lorem quis ad reprehenderit\",\n                \"app_state_name\": \"quis aliqua\",\n                \"app_facing\": true,\n                \"notify_customer\": true\n              },\n              \"bag_id\": 67487902,\n              \"display_name\": \"est\"\n            },\n            {\n              \"status\": \"velit magna in do\",\n              \"forward\": true,\n              \"store_id\": 84864084,\n              \"delivery_awb_number\": \"elit anim\",\n              \"kafka_sync\": false,\n              \"delivery_partner_id\": -40950220,\n              \"app_display_name\": \"pariatur nisi cillum sit\",\n              \"state_id\": 37341659,\n              \"state_type\": \"operational\",\n              \"bsh_id\": 65903794,\n              \"created_at\": \"1953-12-17T05:30:29.413Z\",\n              \"created_ts\": \"pariatur Lorem\",\n              \"shipment_id\": \"et reprehenderit\",\n              \"updated_at\": \"1970-06-04T07:20:39.847Z\",\n              \"updated_ts\": \"consectetur Excep\",\n              \"bag_state_mapper\": {\n                \"display_name\": \"ipsum occaecat culpa\",\n                \"id\": 24326089,\n                \"journey_type\": \"return\",\n                \"name\": \"anim\",\n                \"state_type\": \"logistics\",\n                \"is_active\": true,\n                \"app_display_name\": \"esse dolo\",\n                \"app_state_name\": \"consequat do irure\",\n                \"app_facing\": false,\n                \"notify_customer\": true\n              },\n              \"bag_id\": -99724574,\n              \"display_name\": \"nisi dolor\"\n            }\n          ],\n          \"is_dp_assign_enabled\": false,\n          \"bags\": [\n            {\n              \"bag_id\": -37984667,\n              \"gst_details\": {\n                \"brand_calculated_amount\": 80625005.35613683,\n                \"gst_fee\": 34396608.350375324,\n                \"tax_collected_at_source\": -82693936.5013156,\n                \"value_of_good\": 37238623.16990107,\n                \"cgst_tax_percentage\": 93818198.04202384,\n                \"gstin_code\": \"eu velit\",\n                \"igst_tax_percentage\": -66152967.22449617,\n                \"gst_tax_percentage\": 45946705.0570499,\n                \"hsn_code_id\": \"non cillum\",\n                \"igst_gst_fee\": 96628895.52010813,\n                \"is_default_hsn_code\": true,\n                \"sgst_gst_fee\": 31851525.599864766,\n                \"cgst_gst_fee\": -17810865.681055292,\n                \"gst_tag\": \"ullamco aliquip\",\n                \"sgst_tax_percentage\": -86460638.10713449,\n                \"hsn_code\": \"dese\"\n              },\n              \"bag_status\": [\n                {\n                  \"status\": \"dolor fu\",\n                  \"forward\": false,\n                  \"store_id\": -45237806,\n                  \"delivery_awb_number\": \"do est eu fugiat\",\n                  \"kafka_sync\": true,\n                  \"delivery_partner_id\": -2322407,\n                  \"app_display_name\": \"reprehenderit ut\",\n                  \"state_id\": 25402626,\n                  \"state_type\": \"operational\",\n                  \"bsh_id\": 14185569,\n                  \"created_at\": \"1970-04-19T22:00:01.547Z\",\n                  \"created_ts\": \"ni\",\n                  \"shipment_id\": \"exercitation\",\n                  \"updated_at\": \"2016-06-03T03:28:13.709Z\",\n                  \"updated_ts\": \"non ex amet sed Excepteur\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"esse\",\n                    \"id\": -33177909,\n                    \"journey_type\": \"forward\",\n                    \"name\": \"ut eu reprehenderit\",\n                    \"state_type\": \"logistics\",\n                    \"is_active\": false,\n                    \"app_display_name\": \"cillum deserunt enim dolor reprehenderit\",\n                    \"app_state_name\": \"nisi est ut consequat\",\n                    \"app_facing\": true,\n                    \"notify_customer\": false\n                  },\n                  \"bag_id\": 74608122,\n                  \"display_name\": \"nisi enim deserunt m\"\n                },\n                {\n                  \"status\": \"fugiat ullamco\",\n                  \"forward\": true,\n                  \"store_id\": -72574518,\n                  \"delivery_awb_number\": \"commodo \",\n                  \"kafka_sync\": false,\n                  \"delivery_partner_id\": 67278126,\n                  \"app_display_name\": \"do\",\n                  \"state_id\": 74044853,\n                  \"state_type\": \"financial\",\n                  \"bsh_id\": -25373244,\n                  \"created_at\": \"2003-08-12T02:17:10.017Z\",\n                  \"created_ts\": \"ut mollit quis sed\",\n                  \"shipment_id\": \"deserunt non quis\",\n                  \"updated_at\": \"1958-07-17T22:06:26.982Z\",\n                  \"updated_ts\": \"veniam esse sed\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"adipisicing\",\n                    \"id\": -1986656,\n                    \"journey_type\": \"forward\",\n                    \"name\": \"esse irure nostrud sunt\",\n                    \"state_type\": \"logistics\",\n                    \"is_active\": false,\n                    \"app_display_name\": \"ut id\",\n                    \"app_state_name\": \"consectetur sunt aliqua cupidatat ex\",\n                    \"app_facing\": false,\n                    \"notify_customer\": false\n                  },\n                  \"bag_id\": 58275099,\n                  \"display_name\": \"cupidatat pariatur nostrud culpa\"\n                }\n              ],\n              \"parent_promo_bags\": {\n                \"culpa5c6\": 96436600.72483912,\n                \"est_b6\": true\n              },\n              \"seller_qc_details\": {\n                \"line_number\": 20749766,\n                \"bad_quantity\": -54737469,\n                \"good_quantity\": 30768227\n              },\n              \"financial_breakup\": {\n                \"added_to_fynd_cash\": false,\n                \"amount_paid\": 56508073.822166175,\n                \"brand_calculated_amount\": 36148963.83114457,\n                \"cashback\": -82744132.42040986,\n                \"cashback_applied\": -78015498.9191344,\n                \"cod_charges\": 30121538.305845335,\n                \"coupon_effective_discount\": -18875456.75970234,\n                \"coupon_value\": -40875267.79051447,\n                \"delivery_charge\": -37399056.37722227,\n                \"discount\": -94104428.12153779,\n                \"fynd_credits\": 53558880.178967476,\n                \"gst_fee\": -55350330.268088795,\n                \"gst_tag\": \"dolore proident enim\",\n                \"gst_tax_percentage\": 96306983.990632,\n                \"hsn_code\": \"aliquip laborum consequat\",\n                \"identifiers\": {\n                  \"alu\": \"tempor minim pariatur sunt\",\n                  \"ean\": \"rep\",\n                  \"sku_code\": \"exercitatio\",\n                  \"upc\": \"irure ullamco\",\n                  \"isbn\": \"fugiat ad deserunt\"\n                },\n                \"item_name\": \"Duis sint exercitation ex ut\",\n                \"price_effective\": 88149608.76268226,\n                \"price_marked\": 90351548.15196323,\n                \"promotion_effective_discount\": 78941137.41219968,\n                \"refund_credit\": 93891875.85931301,\n                \"size\": \"laboris veniam\",\n                \"total_units\": 18670725,\n                \"transfer_price\": -29033110.05511035,\n                \"value_of_good\": -33945562.216263525,\n                \"amount_paid_roundoff\": 67410838,\n                \"tax_collected_at_source\": 98077870.09302643,\n                \"amount_to_be_collected\": 15328182.771890119,\n                \"taxes\": [\n                  {\n                    \"name\": \"amet enim culpa consectetur\",\n                    \"rate\": -7490671.40880917,\n                    \"tax_amount\": 34345766.25812799,\n                    \"taxable_amount\": -4602182.973729715\n                  },\n                  {\n                    \"name\": \"anim reprehenderit Lorem ut sit\",\n                    \"rate\": 48756906.96474585,\n                    \"tax_amount\": 8399060.050299361,\n                    \"taxable_amount\": 48094391.431283146\n                  }\n                ],\n                \"loyalty_discount\": 19909614.70281127\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\": false,\n                \"is_bundle_item\": false,\n                \"bundle_details\": {\n                  \"bundle_group_id\": \"consectetur magna\",\n                  \"name\": \"proident velit amet\",\n                  \"slug\": \"sit Duis sint laborum\",\n                  \"bundle_count\": -9012928,\n                  \"article_bundle_id\": \"ex quis\",\n                  \"bundle_article_quantity\": 13766163,\n                  \"is_base\": true,\n                  \"price_marked\": 55438254.93134117,\n                  \"price_effective\": -16290065.79091224,\n                  \"item_id\": -58142815,\n                  \"item_type\": \"physical_bundle\",\n                  \"return_config\": {\n                    \"allow_partial_return\": true,\n                    \"returnable\": false,\n                    \"unit\": true,\n                    \"time\": false\n                  },\n                  \"seller_identifier\": \"in ex\",\n                  \"images\": [\n                    \"aute labore sed in amet\",\n                    \"incididunt ad anim nulla\"\n                  ],\n                  \"brand_name\": \"eu adipisicing\",\n                  \"size\": \"eiusmod sed deserunt veniam\"\n                }\n              },\n              \"seller_identifier\": \"est\",\n              \"delivery_address\": {\n                \"phone\": \"Duis quis veniam elit\",\n                \"address2\": \"laborum\",\n                \"address\": \"officia do enim aliquip\",\n                \"longitude\": -91681355.19059542,\n                \"pincode\": \"in in do culpa qui\",\n                \"area\": \"sunt adipisicing labore\",\n                \"address_type\": \"office\",\n                \"country\": \"proident nisi\",\n                \"address_category\": \"billing\",\n                \"email\": \"adipisicing ipsum\",\n                \"created_at\": \"2020-06-15T08:15:41.766Z\",\n                \"address1\": \"eu adipisicing sed ullamco\",\n                \"display_address\": \"ad qui adipisicing\",\n                \"landmark\": \"quis nisi\",\n                \"updated_at\": \"2015-03-07T19:57:59.286Z\",\n                \"version\": \"dolore fugiat velit\",\n                \"latitude\": 49086812.07462019,\n                \"contact_person\": \"magna aute sit minim\",\n                \"state\": \"am\",\n                \"city\": \"nostrud al\",\n                \"area_code_slug\": \"adipisicing id mollit\",\n                \"country_code\": \"ipsum reprehenderit\",\n                \"country_iso_code\": \"aliquip commodo cul\",\n                \"country_phone_code\": \"aliquip id \",\n                \"delivery_address_id\": 34770193,\n                \"geo_location\": {\n                  \"eiusmodb\": -42303353.63426896\n                },\n                \"name\": \"des\",\n                \"sector\": \"nulla veniam cupidatat in\",\n                \"state_code\": \"aliquip veniam deserunt\",\n                \"uid\": \"et\",\n                \"user_id\": \"est elit aliquip sed tempor\",\n                \"code\": \"veniam tempor fugiat\"\n              },\n              \"article\": {\n                \"identifiers\": {\n                  \"Loremf_\": -51191177.17833222,\n                  \"cillum_867\": \"Ut laborum sed dolor nisi\"\n                },\n                \"return_config\": {\n                  \"returnable\": false,\n                  \"time\": 6308803.2521597445,\n                  \"unit\": \"ad nulla ut do\"\n                },\n                \"uid\": \"ullamco\",\n                \"size\": \"in tempor commodo\",\n                \"tags\": [\n                  \"officia adipisicing\",\n                  \"sit est adipisicing\"\n                ],\n                \"_custom_json\": {\n                  \"sed_665\": 53854927\n                }\n              },\n              \"brand\": {\n                \"id\": -20675738,\n                \"logo\": \"id amet ipsum\",\n                \"company\": -45345586,\n                \"created_on\": \"1957-01-11T01:04:17.638Z\",\n                \"brand_name\": \"id in nisi elit\",\n                \"modified_on\": \"1990-01-27T16:35:25.008Z\"\n              },\n              \"group_id\": \"commodo voluptate\",\n              \"affiliate_bag_details\": {\n                \"affiliate_bag_id\": \"enim\",\n                \"coupon_code\": \"esse eiusmod id dolore laboris\",\n                \"affiliate_meta\": {\n                  \"order_item_id\": \"exercitation enim veniam deserunt\",\n                  \"channel_order_id\": \"culpa aliquip aute nisi\",\n                  \"employee_discount\": -40905000.934968516,\n                  \"box_type\": \"commodo pariatur\",\n                  \"quantity\": -47218154,\n                  \"size_level_total_qty\": -23674702,\n                  \"loyalty_discount\": -89091129.0631574,\n                  \"replacement_details\": {\n                    \"replacement_type\": \"anim ex occaecat ut\",\n                    \"original_affiliate_order_id\": \"reprehenderit ad velit deserunt\"\n                  },\n                  \"channel_shipment_id\": \"in irure labore Ut\",\n                  \"marketplace_invoice_id\": \"culpa\",\n                  \"due_date\": \"1953-11-02T14:48:36.726Z\",\n                  \"coupon_code\": \"ipsum commodo consectetur\",\n                  \"is_priority\": true,\n                  \"is_serial_number_required\": false,\n                  \"fulfilment_priority\": -79000853,\n                  \"customer_selling_price\": 46950885.1765711\n                }\n              },\n              \"item\": {\n                \"id\": -87665784,\n                \"attributes\": {\n                  \"currency\": \"incididunt\"\n                },\n                \"brand_id\": 52499694,\n                \"slug_key\": \"magna nisi\",\n                \"l3_category\": 54961075,\n                \"l3_category_name\": \"consequat elit dolor\",\n                \"last_updated_at\": \"1968-09-12T04:43:22.163Z\",\n                \"name\": \"do voluptate\",\n                \"l2_category\": [\n                  \"sed dolor\",\n                  \"dolore ad est\"\n                ],\n                \"brand\": \"qui culpa\",\n                \"image\": [\n                  \"nostrud sint occaecat\",\n                  \"consequat n\"\n                ],\n                \"code\": \"dolor id amet\",\n                \"l1_category\": [\n                  \"ex\",\n                  \"in incididunt ut\"\n                ],\n                \"size\": \"m\",\n                \"can_cancel\": true,\n                \"can_return\": true,\n                \"branch_url\": \"eu exercitation est ea\",\n                \"meta\": {\n                  \"ullamcoc\": \"occaecat commo\",\n                  \"aute_41\": 37612402.7420004\n                },\n                \"color\": \"incididunt ipsum consectetur deserunt\",\n                \"department_id\": -79646014,\n                \"images\": [\n                  \"ex occaecat culpa aliq\",\n                  \"commodo velit\"\n                ],\n                \"tags\": [\n                  \"ea in in cillum\",\n                  \"cillum do\"\n                ]\n              },\n              \"payment_methods\": [\n                {\n                  \"mode\": \"elit do cu\",\n                  \"amount\": -32741115.46236545\n                },\n                {\n                  \"mode\": \"non magna\",\n                  \"amount\": 62148715.678877234\n                }\n              ],\n              \"payment_info\": [\n                {\n                  \"mode\": \"est ipsum\",\n                  \"amount\": 60920369.843814105\n                },\n                {\n                  \"mode\": \"sunt laboris tempor voluptate\",\n                  \"amount\": 66813207.8822937\n                }\n              ],\n              \"quantity\": 13247373,\n              \"identifier\": \"sunt aliquip dolore\",\n              \"can_return\": false,\n              \"can_cancel\": true,\n              \"display_name\": \"eu amet Duis\",\n              \"line_number\": 89109711,\n              \"meta\": {\n                \"pariaturd6\": false,\n                \"proident9fc\": \"mollit aliquip officia deserunt\"\n              },\n              \"applied_promos\": [\n                {\n                  \"promotion_type\": \"bundle_amount_percentage\",\n                  \"promotion_name\": \"incididunt deserunt dolore\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": 55203083,\n                      \"type\": \"pariatur aliqua ad\"\n                    },\n                    {\n                      \"value\": 74327667,\n                      \"type\": \"culpa ipsum ex minim\"\n                    }\n                  ],\n                  \"amount\": 84755985.20053166,\n                  \"article_quantity\": 34244353,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          61672850,\n                          30515982\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                          23779058,\n                          12894905\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"aute incididunt nostrud\",\n                  \"mrp_promotion\": true,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"consequat dolore\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"nisi velit magna\",\n                        \"item_name\": \"pariatur consequat esse enim\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"proident ullamco sit in\",\n                        \"item_id\": -77649544,\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 esse tempor\",\n                      \"quantity\": -32842036.38891618\n                    },\n                    {\n                      \"article_id\": \"adipisicing aliquip consectetur\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"dolor anim\",\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\": \"reprehenderit ut incididunt est ipsum\",\n                        \"item_id\": 29744202,\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 qui adipisicing\",\n                      \"quantity\": 56588231.88608113\n                    }\n                  ]\n                },\n                {\n                  \"promotion_type\": \"free_gift_items\",\n                  \"promotion_name\": \"culpa Excepteur cillum\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": -34276991,\n                      \"type\": \"si\"\n                    },\n                    {\n                      \"value\": -92145396,\n                      \"type\": \"ut voluptate Duis\"\n                    }\n                  ],\n                  \"amount\": 19805496.968167186,\n                  \"article_quantity\": 628420,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          65102336,\n                          76141687\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                          47228525,\n                          -84700804\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"do est minim\",\n                  \"mrp_promotion\": true,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"esse eu\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"reprehenderit ullamco et\",\n                        \"item_name\": \"consequat\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"aliquip\",\n                        \"item_id\": -78893261,\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                        \"minim_bf_\": 28873518,\n                        \"ea_b\": true\n                      },\n                      \"parent_item_identifier\": \"qui id\",\n                      \"quantity\": 94448722.35974932\n                    },\n                    {\n                      \"article_id\": \"deserunt pariatur\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"consectetur mollit\",\n                        \"item_name\": \"aliquip amet aliqua\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"elit aliquip laboris\",\n                        \"item_id\": -18859469,\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                        \"sit_bf\": \"cupidatat esse\",\n                        \"cillum_662\": -86283526.39883366,\n                        \"officia_60\": false\n                      },\n                      \"parent_item_identifier\": \"qui sint\",\n                      \"quantity\": 83992214.73879135\n                    }\n                  ]\n                }\n              ],\n              \"prices\": {\n                \"refund_credit\": -26413554.29097137,\n                \"amount_paid_roundoff\": 80875584.40730548,\n                \"price_effective\": -43876443.89498804,\n                \"promotion_effective_discount\": 54678632.65438929,\n                \"pm_price_split\": -63501341.16353487,\n                \"refund_amount\": -31210462.472668514,\n                \"transfer_price\": 94651413.65809032,\n                \"coupon_effective_discount\": 80783427.55531955,\n                \"tax_collected_at_source\": -73169817.03013217,\n                \"brand_calculated_amount\": 75450570.95636061,\n                \"delivery_charge\": 14191930.885481521,\n                \"cashback\": 69440543.24239445,\n                \"value_of_good\": -52143168.50359073,\n                \"cashback_applied\": 69296468.0867846,\n                \"cod_charges\": -72541633.26827294,\n                \"price_marked\": -79700786.25368032,\n                \"amount_paid\": 5466871.8497778475,\n                \"coupon_value\": 28734890.811194316,\n                \"discount\": 70553590.56145933,\n                \"fynd_credits\": 92749400.14262554,\n                \"gift_price\": 99949928.5483531,\n                \"amount_to_be_collected\": 65346350.419663996,\n                \"cost_price\": -39983263.86555928,\n                \"loyalty_discount\": 31736531.32160026,\n                \"marketplace_promotion_effective_discount\": -84581374.54473019,\n                \"seller_promotion_effective_discount\": 78589833.12468582\n              },\n              \"charges\": [\n                {\n                  \"name\": \"cupidatat dolor anim\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": 13088930.483809993,\n                      \"currency\": \"nisi aliquip\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": 30777973.493799,\n                      \"currency\": \"in amet dolore\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"single\",\n                      \"logic\": \"in fugiat ea ullamco amet\"\n                    },\n                    \"distribution_level\": \"adipisicing enim\"\n                  },\n                  \"code\": \"aliquip amet\",\n                  \"type\": \"labore eu culpa\"\n                },\n                {\n                  \"name\": \"esse est veniam\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": -77799815.11941218,\n                      \"currency\": \"anim velit\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": -52542742.59836236,\n                      \"currency\": \"est\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"single\",\n                      \"logic\": \"id proident\"\n                    },\n                    \"distribution_level\": \"culpa consequat consectetur\"\n                  },\n                  \"code\": \"dolore\",\n                  \"type\": \"elit in in\"\n                }\n              ],\n              \"ordering_currency_prices\": {\n                \"refund_credit\": -33287275.03472799,\n                \"amount_paid_roundoff\": 99582284.47183192,\n                \"price_effective\": 61541473.48479211,\n                \"promotion_effective_discount\": 61912912.69438085,\n                \"pm_price_split\": 40492861.41163418,\n                \"refund_amount\": 61375823.717657715,\n                \"transfer_price\": -9730154.2765221,\n                \"coupon_effective_discount\": 41029248.22922963,\n                \"tax_collected_at_source\": -94909312.3938352,\n                \"brand_calculated_amount\": 14290444.487228319,\n                \"delivery_charge\": -88205159.01982047,\n                \"cashback\": -94675298.98914409,\n                \"value_of_good\": 30763015.453179672,\n                \"cashback_applied\": 41002470.85990989,\n                \"cod_charges\": 22580701.53015876,\n                \"price_marked\": 27004015.03598684,\n                \"amount_paid\": 7965694.331547543,\n                \"coupon_value\": -12209962.580419958,\n                \"discount\": 41754407.201464385,\n                \"fynd_credits\": 65353257.03823513,\n                \"gift_price\": -40627881.884177655,\n                \"amount_to_be_collected\": -15643411.090735435,\n                \"cost_price\": -39730321.43162443,\n                \"loyalty_discount\": 33049841.16809848\n              },\n              \"current_status\": {\n                \"id\": -87790769,\n                \"store_id\": 97463782,\n                \"delivery_awb_number\": \"sit dolore irure\",\n                \"kafka_sync\": true,\n                \"delivery_partner_id\": -11226364,\n                \"state_type\": \"logistics\",\n                \"state_id\": -24526113,\n                \"created_at\": \"1959-11-25T05:10:57.445Z\",\n                \"created_ts\": \"1979-05-24T00:22:45.651Z\",\n                \"shipment_id\": \"Lorem sunt\",\n                \"updated_at\": \"1948-02-19T09:40:51.283Z\",\n                \"bag_state_mapper\": {\n                  \"display_name\": \"non Ut officia enim\",\n                  \"id\": 38338628,\n                  \"journey_type\": \"forward\",\n                  \"name\": \"magna culpa laboris\",\n                  \"state_type\": \"logistics\",\n                  \"is_active\": true,\n                  \"app_display_name\": \"aliqua dolore cupidatat incididunt\",\n                  \"app_state_name\": \"enim sed nisi\",\n                  \"app_facing\": true,\n                  \"notify_customer\": false\n                },\n                \"bag_id\": 60932200,\n                \"status\": \"id\"\n              },\n              \"entity_type\": \"shipments\",\n              \"is_parent\": false\n            },\n            {\n              \"bag_id\": 16650052,\n              \"gst_details\": {\n                \"brand_calculated_amount\": 4409620.043881327,\n                \"gst_fee\": 68735537.03000969,\n                \"tax_collected_at_source\": 11118577.290443093,\n                \"value_of_good\": -45428413.840712346,\n                \"cgst_tax_percentage\": -46169728.122693375,\n                \"gstin_code\": \"laboris nostrud proident consequat eiusmod\",\n                \"igst_tax_percentage\": -19444569.23578693,\n                \"gst_tax_percentage\": 55771024.38758126,\n                \"hsn_code_id\": \"commodo ex magna\",\n                \"igst_gst_fee\": -8458922.620928407,\n                \"is_default_hsn_code\": true,\n                \"sgst_gst_fee\": -15663846.30074671,\n                \"cgst_gst_fee\": 88420342.48850995,\n                \"gst_tag\": \"aliqua ut dolore do irure\",\n                \"sgst_tax_percentage\": -82571905.85002321,\n                \"hsn_code\": \"cupidatat amet aute et\"\n              },\n              \"bag_status\": [\n                {\n                  \"status\": \"eu et nisi Ut\",\n                  \"forward\": true,\n                  \"store_id\": -79972282,\n                  \"delivery_awb_number\": \"nostrud enim adipisicing\",\n                  \"kafka_sync\": false,\n                  \"delivery_partner_id\": -10250944,\n                  \"app_display_name\": \"sed officia deserunt\",\n                  \"state_id\": 94271566,\n                  \"state_type\": \"operational\",\n                  \"bsh_id\": -97297324,\n                  \"created_at\": \"1947-07-04T22:53:33.114Z\",\n                  \"created_ts\": \"irure cupidatat do\",\n                  \"shipment_id\": \"amet anim\",\n                  \"updated_at\": \"1958-03-24T22:51:38.919Z\",\n                  \"updated_ts\": \"dolore adipisicing\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"mollit occaecat adipisicing non\",\n                    \"id\": -99149880,\n                    \"journey_type\": \"forward\",\n                    \"name\": \"mollit in veniam in\",\n                    \"state_type\": \"logistics\",\n                    \"is_active\": false,\n                    \"app_display_name\": \"laborum in aute elit\",\n                    \"app_state_name\": \"ad fugiat\",\n                    \"app_facing\": true,\n                    \"notify_customer\": false\n                  },\n                  \"bag_id\": -62317773,\n                  \"display_name\": \"laborum quis\"\n                },\n                {\n                  \"status\": \"sed deserunt ut dolor\",\n                  \"forward\": true,\n                  \"store_id\": 63999774,\n                  \"delivery_awb_number\": \"veniam sunt\",\n                  \"kafka_sync\": false,\n                  \"delivery_partner_id\": -18507987,\n                  \"app_display_name\": \"officia et\",\n                  \"state_id\": -84990,\n                  \"state_type\": \"logistics\",\n                  \"bsh_id\": 27450603,\n                  \"created_at\": \"2022-04-17T15:15:02.044Z\",\n                  \"created_ts\": \"mollit Duis\",\n                  \"shipment_id\": \"ex Excepteur\",\n                  \"updated_at\": \"1966-07-16T16:46:23.942Z\",\n                  \"updated_ts\": \"aliquip Ut\",\n                  \"bag_state_mapper\": {\n                    \"display_name\": \"commodo eiusmod in\",\n                    \"id\": 16263248,\n                    \"journey_type\": \"return\",\n                    \"name\": \"eu \",\n                    \"state_type\": \"operational\",\n                    \"is_active\": false,\n                    \"app_display_name\": \"in aute eiusmod ea\",\n                    \"app_state_name\": \"incididunt et cupidatat occaecat velit\",\n                    \"app_facing\": false,\n                    \"notify_customer\": true\n                  },\n                  \"bag_id\": 36316660,\n                  \"display_name\": \"eiusmod do Excepteur consequat\"\n                }\n              ],\n              \"parent_promo_bags\": {\n                \"voluptated\": \"deserunt exercitation eiusmod\"\n              },\n              \"seller_qc_details\": {\n                \"line_number\": -25589376,\n                \"bad_quantity\": -9685606,\n                \"good_quantity\": -57942706\n              },\n              \"financial_breakup\": {\n                \"added_to_fynd_cash\": true,\n                \"amount_paid\": -24761415.510634825,\n                \"brand_calculated_amount\": -78125254.2952013,\n                \"cashback\": -28975752.256170705,\n                \"cashback_applied\": -36105595.00943658,\n                \"cod_charges\": -62022909.14945361,\n                \"coupon_effective_discount\": 85791163.22392455,\n                \"coupon_value\": 51248434.010110974,\n                \"delivery_charge\": -87286742.38546953,\n                \"discount\": 7560692.561428443,\n                \"fynd_credits\": 28045866.162677765,\n                \"gst_fee\": 43946357.2027016,\n                \"gst_tag\": \"consectetur voluptate\",\n                \"gst_tax_percentage\": -75597993.15335494,\n                \"hsn_code\": \"aute ex in\",\n                \"identifiers\": {\n                  \"alu\": \"ipsum Ut eu laborum ullamco\",\n                  \"ean\": \"velit tempor ea dolore\",\n                  \"sku_code\": \"\",\n                  \"upc\": \"dolore commodo nisi\",\n                  \"isbn\": \"consectetur pariatur Ut\"\n                },\n                \"item_name\": \"deserunt\",\n                \"price_effective\": 84845644.32602161,\n                \"price_marked\": -8336218.904470012,\n                \"promotion_effective_discount\": -42016477.48891926,\n                \"refund_credit\": -39477042.16984142,\n                \"size\": \"nisi officia\",\n                \"total_units\": -41632312,\n                \"transfer_price\": 86398712.55486214,\n                \"value_of_good\": 69306104.30607763,\n                \"amount_paid_roundoff\": 64939310,\n                \"tax_collected_at_source\": 85530155.38193506,\n                \"amount_to_be_collected\": 39503421.792631924,\n                \"taxes\": [\n                  {\n                    \"name\": \"consequat aliqua\",\n                    \"rate\": -68572143.33954956,\n                    \"tax_amount\": -22526174.02606006,\n                    \"taxable_amount\": -2593857.9613821357\n                  },\n                  {\n                    \"name\": \"ullamco in\",\n                    \"rate\": 78436426.63991871,\n                    \"tax_amount\": -75009061.64980425,\n                    \"taxable_amount\": 8970153.149772912\n                  }\n                ],\n                \"loyalty_discount\": -1866001.7781939209\n              },\n              \"bag_configs\": {\n                \"allow_force_return\": true,\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\": false,\n                \"bundle_details\": {\n                  \"bundle_group_id\": \"aute in\",\n                  \"name\": \"anim\",\n                  \"slug\": \"ullamco quis nulla anim\",\n                  \"bundle_count\": -10724138,\n                  \"article_bundle_id\": \"fugiat Ut consectetur\",\n                  \"bundle_article_quantity\": 17446024,\n                  \"is_base\": false,\n                  \"price_marked\": 10372717.449300423,\n                  \"price_effective\": -30703641.06255354,\n                  \"item_id\": -22559054,\n                  \"item_type\": \"physical_bundle\",\n                  \"return_config\": {\n                    \"allow_partial_return\": true,\n                    \"returnable\": true,\n                    \"unit\": true,\n                    \"time\": false\n                  },\n                  \"seller_identifier\": \"exercitation commodo\",\n                  \"images\": [\n                    \"anim\",\n                    \"occaecat ut aliqua ullamco\"\n                  ],\n                  \"brand_name\": \"aliqua est labore\",\n                  \"size\": \"minim do ullamco\"\n                }\n              },\n              \"seller_identifier\": \"ut \",\n              \"delivery_address\": {\n                \"phone\": \"fugiat \",\n                \"address2\": \"dolore labore dolor dolore ea\",\n                \"address\": \"sit\",\n                \"longitude\": -26575149.54460311,\n                \"pincode\": \"cillum deserunt eiusmod ex in\",\n                \"area\": \"id dolore incididunt fugiat est\",\n                \"address_type\": \"office\",\n                \"country\": \"nulla dolore veniam ipsum\",\n                \"address_category\": \"delivery\",\n                \"email\": \"magna quis ea in\",\n                \"created_at\": \"1954-02-02T03:48:30.149Z\",\n                \"address1\": \"Duis ex nisi quis\",\n                \"display_address\": \"voluptate cillum veniam\",\n                \"landmark\": \"dolor Ut non consectetur\",\n                \"updated_at\": \"2012-10-30T06:17:57.894Z\",\n                \"version\": \"consectetur veniam officia reprehenderit\",\n                \"latitude\": 47797364.74012187,\n                \"contact_person\": \"ut consectetur sunt\",\n                \"state\": \"et sunt occaecat ut\",\n                \"city\": \"Duis in\",\n                \"area_code_slug\": \"proident\",\n                \"country_code\": \"do ipsum cupidatat\",\n                \"country_iso_code\": \"occaecat sit aliquip fugiat\",\n                \"country_phone_code\": \"anim in\",\n                \"delivery_address_id\": -59493549,\n                \"geo_location\": {\n                  \"qui_5ad\": \"ipsum fugiat non in\"\n                },\n                \"name\": \"proident i\",\n                \"sector\": \"veniam officia id\",\n                \"state_code\": \"ad dolore\",\n                \"uid\": \"adipisicing exercitat\",\n                \"user_id\": \"laborum in voluptate\",\n                \"code\": \"tempor id qui\"\n              },\n              \"article\": {\n                \"identifiers\": {\n                  \"in_d\": false\n                },\n                \"return_config\": {\n                  \"returnable\": true,\n                  \"time\": -56048090.535123855,\n                  \"unit\": \"commodo magna\"\n                },\n                \"uid\": \"laborum\",\n                \"size\": \"dolore ex\",\n                \"tags\": [\n                  \"occaecat\",\n                  \"in nisi occaecat tempor\"\n                ],\n                \"_custom_json\": {\n                  \"ut704\": 66535291.77439803\n                }\n              },\n              \"brand\": {\n                \"id\": 28542448,\n                \"logo\": \"Excepteur nisi cupidatat cillum\",\n                \"company\": 74122520,\n                \"created_on\": \"2019-07-20T00:53:22.368Z\",\n                \"brand_name\": \"quis ipsum reprehenderit ex ut\",\n                \"modified_on\": \"1981-12-03T09:02:34.528Z\"\n              },\n              \"group_id\": \"U\",\n              \"affiliate_bag_details\": {\n                \"affiliate_bag_id\": \"sunt dolore et Duis nisi\",\n                \"coupon_code\": \"Excepteur\",\n                \"affiliate_meta\": {\n                  \"order_item_id\": \"anim id consectetur commodo\",\n                  \"channel_order_id\": \"nostrud tempor ipsum\",\n                  \"employee_discount\": 47305799.69806895,\n                  \"box_type\": \"eiusmod dolore\",\n                  \"quantity\": 8378605,\n                  \"size_level_total_qty\": -58375601,\n                  \"loyalty_discount\": -537490.8378112465,\n                  \"replacement_details\": {\n                    \"replacement_type\": \"dolore commodo\",\n                    \"original_affiliate_order_id\": \"voluptate in consectetur\"\n                  },\n                  \"channel_shipment_id\": \"consequat dolor sint elit\",\n                  \"marketplace_invoice_id\": \"adipisicing aliqua\",\n                  \"due_date\": \"1985-04-27T11:38:14.281Z\",\n                  \"coupon_code\": \"minim labore commodo\",\n                  \"is_priority\": true,\n                  \"is_serial_number_required\": false,\n                  \"fulfilment_priority\": -62398240,\n                  \"customer_selling_price\": 56706665.39801976\n                }\n              },\n              \"item\": {\n                \"id\": 6845030,\n                \"attributes\": {\n                  \"currency\": \"dolore deserunt dolor\"\n                },\n                \"brand_id\": 48876476,\n                \"slug_key\": \"ad sed\",\n                \"l3_category\": 54728407,\n                \"l3_category_name\": \"quis pariatur\",\n                \"last_updated_at\": \"1997-02-17T14:10:37.948Z\",\n                \"name\": \"deserunt amet ea fugiat\",\n                \"l2_category\": [\n                  \"do in tem\",\n                  \"s\"\n                ],\n                \"brand\": \"Lorem Excepteur nisi dol\",\n                \"image\": [\n                  \"officia deserunt\",\n                  \"elit\"\n                ],\n                \"code\": \"velit elit\",\n                \"l1_category\": [\n                  \"nisi eu qui\",\n                  \"reprehenderit fugiat\"\n                ],\n                \"size\": \"sed ex\",\n                \"can_cancel\": false,\n                \"can_return\": true,\n                \"branch_url\": \"proident Ut\",\n                \"meta\": {\n                  \"in5fe\": true,\n                  \"sint_f89\": \"dolore\",\n                  \"dolore7\": true\n                },\n                \"color\": \"ea dolore elit dolor laborum\",\n                \"department_id\": 14873777,\n                \"images\": [\n                  \"et\",\n                  \"nulla non in\"\n                ],\n                \"tags\": [\n                  \"in\",\n                  \"ut nisi reprehenderit aliquip consectetur\"\n                ]\n              },\n              \"payment_methods\": [\n                {\n                  \"mode\": \"ut minim laborum\",\n                  \"amount\": 57807140.29043698\n                },\n                {\n                  \"mode\": \"aliqua Lorem magna anim pariatur\",\n                  \"amount\": -56042129.77336891\n                }\n              ],\n              \"payment_info\": [\n                {\n                  \"mode\": \"ex\",\n                  \"amount\": -49689011.336942725\n                },\n                {\n                  \"mode\": \"non consequat ex amet\",\n                  \"amount\": 93522186.2456455\n                }\n              ],\n              \"quantity\": 79908310,\n              \"identifier\": \"sint adipisicing ut\",\n              \"can_return\": false,\n              \"can_cancel\": true,\n              \"display_name\": \"esse et incididunt sunt\",\n              \"line_number\": -72134669,\n              \"meta\": {\n                \"dolor3d\": \"deserunt eu qui do\",\n                \"id_e5d\": \"amet occaec\",\n                \"anim3\": false\n              },\n              \"applied_promos\": [\n                {\n                  \"promotion_type\": \"contract_price\",\n                  \"promotion_name\": \"irure sed\",\n                  \"discount_rules\": [\n                    {\n                      \"value\": 51376940,\n                      \"type\": \"adipisicing veniam\"\n                    },\n                    {\n                      \"value\": 97209453,\n                      \"type\": \"irure non eiusmod sit minim\"\n                    }\n                  ],\n                  \"amount\": -24768029.020036325,\n                  \"article_quantity\": -51357795,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          -58711028,\n                          82070558\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                          5131237,\n                          -38629485\n                        ]\n                      },\n                      \"cart_conditions\": {\n                        \"cart_conditions\": {\n                          \"cart_quantity\": {\n                            \"greater_than_equals\": 1\n                          }\n                        }\n                      }\n                    }\n                  ],\n                  \"promo_id\": \"nulla cillum\",\n                  \"mrp_promotion\": true,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"do velit\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"sed pariatur proid\",\n                        \"item_name\": \"in elit\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"Ut Duis commodo labore magna\",\n                        \"item_id\": -84785817,\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\",\n                      \"quantity\": -92895611.95528506\n                    },\n                    {\n                      \"article_id\": \"Except\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"cupidatat eiusmod dolore fugiat\",\n                        \"item_name\": \"sunt labore veniam eiusmod minim\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"mi\",\n                        \"item_id\": 92629586,\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 ex in ut\",\n                      \"quantity\": -83013098.53761193\n                    }\n                  ]\n                },\n                {\n                  \"promotion_type\": \"custom\",\n                  \"promotion_name\": \"ex ea \",\n                  \"discount_rules\": [\n                    {\n                      \"value\": -11107743,\n                      \"type\": \"est aliqua\"\n                    },\n                    {\n                      \"value\": -61847387,\n                      \"type\": \"officia enim\"\n                    }\n                  ],\n                  \"amount\": -82805185.49469425,\n                  \"article_quantity\": -64197605,\n                  \"buy_rules\": [\n                    {\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          36792038,\n                          9295201\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                          23827490,\n                          74241074\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 tempor\",\n                  \"mrp_promotion\": true,\n                  \"applied_free_articles\": [\n                    {\n                      \"article_id\": \"repre\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"dolor dolore elit\",\n                        \"item_name\": \"in\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"nos\",\n                        \"item_id\": -6827151,\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                        \"velitc\": 57389013.38020584\n                      },\n                      \"parent_item_identifier\": \"ipsum aute\",\n                      \"quantity\": 15121102.52053076\n                    },\n                    {\n                      \"article_id\": \"minim in\",\n                      \"free_gift_item_details\": {\n                        \"item_slug\": \"in incididunt ut commodo\",\n                        \"item_name\": \"enim Ut id in\",\n                        \"item_price_details\": {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        },\n                        \"item_brand_name\": \"magna occaecat\",\n                        \"item_id\": 77719172,\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\": \"\",\n                      \"quantity\": -10334766.189819783\n                    }\n                  ]\n                }\n              ],\n              \"prices\": {\n                \"refund_credit\": -44267475.61503612,\n                \"amount_paid_roundoff\": 93624410.30545342,\n                \"price_effective\": -10461799.347935766,\n                \"promotion_effective_discount\": 34214616.08012195,\n                \"pm_price_split\": -74093438.68999869,\n                \"refund_amount\": 80298294.65686679,\n                \"transfer_price\": 5753046.173362404,\n                \"coupon_effective_discount\": 10904448.613262787,\n                \"tax_collected_at_source\": 51025726.02465257,\n                \"brand_calculated_amount\": 75992657.84142056,\n                \"delivery_charge\": -77179597.18642873,\n                \"cashback\": 97626429.14492229,\n                \"value_of_good\": -79212502.4705582,\n                \"cashback_applied\": 9690508.200138569,\n                \"cod_charges\": -38397514.64811041,\n                \"price_marked\": 95746534.3117274,\n                \"amount_paid\": 74877188.75305682,\n                \"coupon_value\": -81531368.00959171,\n                \"discount\": -24783628.5135905,\n                \"fynd_credits\": 98069141.87053558,\n                \"gift_price\": 32966270.64360194,\n                \"amount_to_be_collected\": 30870995.585561454,\n                \"cost_price\": -41101838.82077627,\n                \"loyalty_discount\": 65803832.77765992,\n                \"marketplace_promotion_effective_discount\": -29258525.31341988,\n                \"seller_promotion_effective_discount\": 61134980.05142924\n              },\n              \"charges\": [\n                {\n                  \"name\": \"amet pariatur\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": 84998932.80787623,\n                      \"currency\": \"cupidatat sint\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": -67900554.77378348,\n                      \"currency\": \"Ut adipisicing dolor consectetur\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"multi\",\n                      \"logic\": \"incididunt commodo aliqua\"\n                    },\n                    \"distribution_level\": \"esse exercitation\"\n                  },\n                  \"code\": \"qui sit Excepteur\",\n                  \"type\": \"Ex\"\n                },\n                {\n                  \"name\": \"quis magna Lorem dolor anim\",\n                  \"amount\": {\n                    \"base_currency\": {\n                      \"value\": -72312416.85131674,\n                      \"currency\": \"quis ut\"\n                    },\n                    \"ordering_currency\": {\n                      \"value\": 88315776.97030619,\n                      \"currency\": \"sit Excepteur proident do\"\n                    }\n                  },\n                  \"distribution_logic\": {\n                    \"distribution\": {\n                      \"type\": \"multi\",\n                      \"logic\": \"reprehenderit minim\"\n                    },\n                    \"distribution_level\": \"non est ut in do\"\n                  },\n                  \"code\": \"voluptate\",\n                  \"type\": \"ad consectetur sed dolor\"\n                }\n              ],\n              \"ordering_currency_prices\": {\n                \"refund_credit\": 89843034.4412784,\n                \"amount_paid_roundoff\": 93408388.6602048,\n                \"price_effective\": 76493570.99931708,\n                \"promotion_effective_discount\": -17734597.144887358,\n                \"pm_price_split\": -32671790.629084945,\n                \"refund_amount\": 50095503.761213064,\n                \"transfer_price\": -51136257.545178674,\n                \"coupon_effective_discount\": 6823239.168387607,\n                \"tax_collected_at_source\": 99048722.43436205,\n                \"brand_calculated_amount\": 24593147.383397356,\n                \"delivery_charge\": 90217410.95663226,\n                \"cashback\": -75023097.72460744,\n                \"value_of_good\": 61054897.46501815,\n                \"cashback_applied\": -95250787.91878809,\n                \"cod_charges\": -54113550.28111351,\n                \"price_marked\": -83095828.3899224,\n                \"amount_paid\": 65018866.8198711,\n                \"coupon_value\": 46192375.32746738,\n                \"discount\": 2941924.634572059,\n                \"fynd_credits\": -10191255.990277216,\n                \"gift_price\": 73753862.27653599,\n                \"amount_to_be_collected\": -40074501.0146303,\n                \"cost_price\": -72638834.96576592,\n                \"loyalty_discount\": 68613859.95648438\n              },\n              \"current_status\": {\n                \"id\": -52035475,\n                \"store_id\": 2387468,\n                \"delivery_awb_number\": \"dolor irure\",\n                \"kafka_sync\": true,\n                \"delivery_partner_id\": 49087110,\n                \"state_type\": \"logistics\",\n                \"state_id\": 77566122,\n                \"created_at\": \"2026-04-17T14:32:30.359Z\",\n                \"created_ts\": \"1988-11-25T19:33:51.444Z\",\n                \"shipment_id\": \"cillum in\",\n                \"updated_at\": \"1962-10-05T19:08:49.981Z\",\n                \"bag_state_mapper\": {\n                  \"display_name\": \"sed irure ea\",\n                  \"id\": 76154482,\n                  \"journey_type\": \"forward\",\n                  \"name\": \"eu id\",\n                  \"state_type\": \"logistics\",\n                  \"is_active\": false,\n                  \"app_display_name\": \"in irure laboris in voluptate\",\n                  \"app_state_name\": \"nisi labore sunt\",\n                  \"app_facing\": true,\n                  \"notify_customer\": true\n                },\n                \"bag_id\": -31872594,\n                \"status\": \"deserunt dolor laboris\"\n              },\n              \"entity_type\": \"bag\",\n              \"is_parent\": true\n            }\n          ],\n          \"dp_assignment\": false,\n          \"total_items\": -83200852,\n          \"fulfilling_store\": {\n            \"address\": \"minim aliqua ullamco\",\n            \"city\": \"velit ad id dolor s\",\n            \"code\": \"pariatur consequat cupidatat Lorem\",\n            \"contact_person\": \"exercitation labore pariatur\",\n            \"country\": \"ex adipisicing exercitation ut\",\n            \"fulfillment_channel\": \"exercitation incididunt\",\n            \"id\": 53355879,\n            \"meta\": {\n              \"velit_ea6\": 2076744\n            },\n            \"phone\": \"Excepteur l\",\n            \"pincode\": \"ut \",\n            \"state\": \"l\",\n            \"store_name\": \"aliquip proident deserunt\",\n            \"address1\": \"Excepteur deserunt\",\n            \"display_address\": \"occaecat enim quis est\",\n            \"store_email\": \"elit non\"\n          },\n          \"meta\": {\n            \"laborum946\": \"et proident eiusmod\",\n            \"eiusmod_e0\": false\n          },\n          \"pdf_links\": {\n            \"in5\": false,\n            \"id_0\": false\n          },\n          \"payment_mode\": \"Duis in offic\",\n          \"packaging_type\": \"aute consectetur\",\n          \"journey_type\": \"forward\",\n          \"prices\": {\n            \"refund_credit\": 1173061.7227340788,\n            \"amount_paid_roundoff\": 34803872.25336963,\n            \"price_effective\": -28979975.38761054,\n            \"promotion_effective_discount\": -66910516.24149002,\n            \"pm_price_split\": -57756625.58712491,\n            \"refund_amount\": 69828273.56582692,\n            \"transfer_price\": -11853094.32119213,\n            \"coupon_effective_discount\": -15463483.379951581,\n            \"tax_collected_at_source\": 70872022.97605711,\n            \"brand_calculated_amount\": -5781180.728093326,\n            \"delivery_charge\": -83037566.07016614,\n            \"cashback\": -80245549.64419557,\n            \"value_of_good\": 45614395.56751603,\n            \"cashback_applied\": -98744547.6157645,\n            \"cod_charges\": -77692335.80619761,\n            \"price_marked\": -20496519.924889386,\n            \"amount_paid\": 30744243.86791508,\n            \"coupon_value\": -58065380.875494376,\n            \"discount\": -37403439.98442599,\n            \"fynd_credits\": 31077521.166476354,\n            \"gift_price\": -29947790.258383438,\n            \"amount_to_be_collected\": -9725838.115108013,\n            \"cost_price\": -55011867.39395068,\n            \"loyalty_discount\": 58183960.80442345,\n            \"marketplace_promotion_effective_discount\": 30721422.99349831,\n            \"seller_promotion_effective_discount\": 20958556.788554445\n          },\n          \"charges\": [\n            {\n              \"name\": \"aliquip deserunt pariatur dolor\",\n              \"amount\": {\n                \"base_currency\": {\n                  \"value\": -68971812.31122792,\n                  \"currency\": \"cupidatat culpa reprehenderit cillum labore\"\n                },\n                \"ordering_currency\": {\n                  \"value\": 92307217.47725984,\n                  \"currency\": \"consequat magna do et\"\n                }\n              },\n              \"distribution_logic\": {\n                \"distribution\": {\n                  \"type\": \"multi\",\n                  \"logic\": \"exercitation culpa veniam ullamco\"\n                },\n                \"distribution_level\": \"velit aute\"\n              },\n              \"code\": \"mollit et ipsum\",\n              \"type\": \"Excepteur\"\n            },\n            {\n              \"name\": \"velit Duis temp\",\n              \"amount\": {\n                \"base_currency\": {\n                  \"value\": 74649251.0535858,\n                  \"currency\": \"ea eiusmod mollit\"\n                },\n                \"ordering_currency\": {\n                  \"value\": 16032087.259850502,\n                  \"currency\": \"do consequat\"\n                }\n              },\n              \"distribution_logic\": {\n                \"distribution\": {\n                  \"type\": \"multi\",\n                  \"logic\": \"pariatur ea quis elit occaecat\"\n                },\n                \"distribution_level\": \"quis commodo sunt par\"\n              },\n              \"code\": \"pariatur velit\",\n              \"type\": \"laboris Duis in consectetur do\"\n            }\n          ],\n          \"ordering_currency_prices\": {\n            \"refund_credit\": -41971424.89344104,\n            \"amount_paid_roundoff\": 74543294.84493333,\n            \"price_effective\": -41760534.99851635,\n            \"promotion_effective_discount\": -10497142.079147011,\n            \"pm_price_split\": 51867617.917604834,\n            \"refund_amount\": 2784054.0167995095,\n            \"transfer_price\": 47368588.97680366,\n            \"coupon_effective_discount\": -75814441.56553374,\n            \"tax_collected_at_source\": -55122863.440831885,\n            \"brand_calculated_amount\": 53071149.55546507,\n            \"delivery_charge\": -3479442.6355995983,\n            \"cashback\": -1400246.4183437973,\n            \"value_of_good\": -46481165.27701101,\n            \"cashback_applied\": -69574129.53487219,\n            \"cod_charges\": -48244283.96364917,\n            \"price_marked\": -26299050.192679375,\n            \"amount_paid\": 52647188.44278574,\n            \"coupon_value\": 55100910.71969926,\n            \"discount\": -96219543.74524142,\n            \"fynd_credits\": -80264575.12646812,\n            \"gift_price\": 61064370.08708668,\n            \"amount_to_be_collected\": -13836767.783714026,\n            \"cost_price\": -25973967.129656613,\n            \"loyalty_discount\": 22552333.09914711\n          },\n          \"vertical\": \"non dolore cillum\",\n          \"payments\": {\n            \"mode\": \"officia occaecat volu\",\n            \"logo\": \"ut ut est sunt\",\n            \"source\": \"nostrud\"\n          },\n          \"operational_status\": \"dolor enim Duis\",\n          \"status\": {\n            \"meta\": {\n              \"minim_c\": 58560771,\n              \"incididunt5_3\": \"eu nulla\"\n            },\n            \"bag_list\": [\n              \"cillum nulla\",\n              \"non dolore\"\n            ],\n            \"id\": 38192202,\n            \"created_at\": \"2023-09-01T13:56:01.290Z\",\n            \"created_ts\": \"ipsum deserunt\",\n            \"shipment_id\": \"in commodo nulla\",\n            \"status\": \"\",\n            \"display_name\": \"ex ad\",\n            \"current_shipment_status\": \"occaecat et est minim elit\",\n            \"status_created_at\": \"1950-08-16T05:10:49.780Z\"\n          },\n          \"total_bags\": 46417750,\n          \"shipment_created_at\": \"1985-01-06T08:20:10.324Z\",\n          \"shipment_created_ts\": \"dolore deserunt\",\n          \"currency\": {\n            \"currency_code\": \"occaecat\",\n            \"currency_symbol\": \"dolore in eu\"\n          },\n          \"currency_info\": {\n            \"ordering_currency\": {\n              \"currency_code\": \"occaecat deserunt anim fugiat\",\n              \"currency_name\": \"n\",\n              \"currency_symbol\": \"cillum qui commodo\",\n              \"currency_sub_unit\": \"Lorem ullamco eu laboris\"\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\": \"exercitation minim dolore\",\n          \"shipment_update_time\": 29846898.23593931,\n          \"rto_address\": {\n            \"phone\": \"Ut Duis\",\n            \"address2\": \"voluptate conse\",\n            \"address\": \"cillum Ut\",\n            \"longitude\": 43638383.833912134,\n            \"pincode\": \"sint ullamco\",\n            \"area\": \"reprehenderit elit\",\n            \"address_type\": \"home\",\n            \"country\": \"sed eu\",\n            \"address_category\": \"delivery\",\n            \"email\": \"consequat anim pro\",\n            \"created_at\": \"1966-08-22T08:22:22.452Z\",\n            \"address1\": \"Excepteur minim amet consectetur adipisicing\",\n            \"display_address\": \"occaecat reprehenderit\",\n            \"landmark\": \"labore ipsum et id\",\n            \"updated_at\": \"1983-11-06T07:55:22.917Z\",\n            \"version\": \"incididunt\",\n            \"latitude\": -64274097.46796831,\n            \"contact_person\": \"dolor sit\",\n            \"state\": \"do Duis officia\",\n            \"city\": \"enim Duis cupidatat consequat commodo\",\n            \"area_code_slug\": \"Duis fugiat\",\n            \"country_code\": \"aliqua pr\",\n            \"country_iso_code\": \"laborum sunt\",\n            \"country_phone_code\": \"exercitation non\",\n            \"delivery_address_id\": 70685146,\n            \"geo_location\": {\n              \"ullamco_6\": \"commodo sint velit nulla\",\n              \"enim9\": false,\n              \"in_a4e\": -67813403,\n              \"velit__58\": -17324023\n            },\n            \"name\": \"deserunt mollit\",\n            \"sector\": \"veniam in q\",\n            \"state_code\": \"deserunt ad commodo\",\n            \"uid\": \"dolore commodo\",\n            \"user_id\": \"volu\",\n            \"code\": \"consectetur ut\"\n          },\n          \"credit_note_id\": \"aliquip in pariatur\",\n          \"is_self_ship\": true,\n          \"mode_of_payment\": \"enim reprehenderit ut consequat\",\n          \"is_lapa_enabled\": false,\n          \"forward_end_shipment_id\": \"dolore volupt\",\n          \"logistics_meta\": {\n            \"aliquip9_b\": true\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\": \"qui\",\n      \"channel\": {\n        \"logo\": \"reprehenderit ullamco labore\",\n        \"name\": \"dolor non in mollit\"\n      },\n      \"user_info\": {\n        \"id\": -40287302,\n        \"user_oid\": \"Lor\",\n        \"mongo_user_id\": \"minim ipsum laborum\",\n        \"external_customer_id\": \"enim sint qui\",\n        \"first_name\": \"Excepteur\",\n        \"last_name\": \"in cillum anim in dolore\",\n        \"mobile\": \"mollit minim nostru\",\n        \"email\": \"ut Duis\",\n        \"meta\": {\n          \"irurec\": -27161265,\n          \"non_e1\": \"aliquip occaecat dolore\"\n        },\n        \"is_anonymous_user\": true,\n        \"name\": \"mollit id eni\",\n        \"gender\": \"consequat reprehenderit\",\n        \"country_phone_code\": \"in veniam\"\n      },\n      \"order_value\": -6766423.301054969,\n      \"currency\": {\n        \"currency_code\": \"qui\",\n        \"currency_symbol\": \"Lorem ut adipisicing\"\n      },\n      \"currency_info\": {\n        \"ordering_currency\": {\n          \"currency_code\": \"voluptate est \",\n          \"currency_name\": \"est\",\n          \"currency_symbol\": \"in\",\n          \"currency_sub_unit\": \"sed fugiat proident\"\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\": 23794766.98022151,\n        \"amount_paid_roundoff\": -19259239.973336324,\n        \"price_effective\": -52393467.84918473,\n        \"promotion_effective_discount\": 26068773.801874474,\n        \"pm_price_split\": 35451257.14801052,\n        \"refund_amount\": 7265420.767818615,\n        \"transfer_price\": -62656585.416548125,\n        \"coupon_effective_discount\": 76874834.60075554,\n        \"tax_collected_at_source\": 10584767.861421838,\n        \"brand_calculated_amount\": 58163102.95076218,\n        \"delivery_charge\": -5628171.051411971,\n        \"cashback\": -23700351.115309596,\n        \"value_of_good\": -62230254.38314442,\n        \"cashback_applied\": 48814948.61207768,\n        \"cod_charges\": 25719202.58541161,\n        \"price_marked\": -59835640.61723805,\n        \"amount_paid\": 37911349.35022619,\n        \"coupon_value\": 28751738.553604513,\n        \"discount\": -29755733.493689135,\n        \"fynd_credits\": 84947039.4805902,\n        \"gift_price\": -27556793.749471888,\n        \"amount_to_be_collected\": 16741802.469197348,\n        \"cost_price\": 99228236.74369049,\n        \"loyalty_discount\": -27915506.591103464,\n        \"marketplace_promotion_effective_discount\": 12579588.116638437,\n        \"seller_promotion_effective_discount\": -41259962.802456714\n      },\n      \"ordering_currency_prices\": {\n        \"refund_credit\": 66667449.05794886,\n        \"amount_paid_roundoff\": 639971.958250165,\n        \"price_effective\": -58829080.884446986,\n        \"promotion_effective_discount\": -14642149.176084593,\n        \"pm_price_split\": 1399166.4039680064,\n        \"refund_amount\": -60607384.7349415,\n        \"transfer_price\": 55799006.1617319,\n        \"coupon_effective_discount\": -8021463.397705555,\n        \"tax_collected_at_source\": -26954609.81622775,\n        \"brand_calculated_amount\": 61807716.94043562,\n        \"delivery_charge\": -1161991.4775233865,\n        \"cashback\": -6143554.769757301,\n        \"value_of_good\": 51511879.7465674,\n        \"cashback_applied\": 13972297.691817299,\n        \"cod_charges\": -45379749.7334886,\n        \"price_marked\": 77687751.12273553,\n        \"amount_paid\": -97125726.68186405,\n        \"coupon_value\": -79945295.4463788,\n        \"discount\": -86279918.97828111,\n        \"fynd_credits\": 99995971.70302188,\n        \"gift_price\": 17345396.453259766,\n        \"amount_to_be_collected\": 63534991.70399532,\n        \"cost_price\": -45139218.190867856,\n        \"loyalty_discount\": 60704709.273204565\n      },\n      \"loyalty_discount_details\": {\n        \"discount\": 44949220.17380193,\n        \"ownership\": \"seller\",\n        \"is_applied\": false\n      }\n    }\n  ],\n  \"lane\": \"in laboris commodo\",\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": "dfe250fc-5868-4a34-a629-cb45723334d2",
            "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": "296b93e8-326f-44d8-a5ef-aa4bc58e052f",
                "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": "aa73a97a-069a-4f5c-9a63-004a8ff6f81e",
            "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": "c420d1ab-0b6b-44fc-939b-779ec7279038",
                "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": "e11d947f-cbd7-4fb7-9477-2c2d294e346b",
            "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": "cc61cd74-0a2f-4dad-9dce-464cfd442ee3",
                "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": "fc13a4e4-5845-4a2e-b2a8-fd2927965a2c",
            "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": "39c09687-0111-4523-bd33-7c92d4139fb3",
                "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": "798ec3ec-ae3b-4b13-8154-bd4503f656d3",
            "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": "9f5ac7e8-1d6a-401a-944a-4f28d564ca0f",
                "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\": 17120929.212231845,\n    \"id\": \"ipsum ut\",\n    \"bag_id\": -73664255,\n    \"affiliate_bag_details\": {\n      \"affiliate_bag_id\": \"commodo voluptate magna velit\",\n      \"affiliate_meta\": {\n        \"order_item_id\": \"enim est commodo consequat nisi\",\n        \"channel_order_id\": \"sunt labore\",\n        \"employee_discount\": -98418945.44682738,\n        \"box_type\": \"amet quis elit\",\n        \"quantity\": 9466681,\n        \"size_level_total_qty\": 80170758,\n        \"loyalty_discount\": 91134485.15065116,\n        \"replacement_details\": {\n          \"replacement_type\": \"dolore incididunt Lorem sunt\",\n          \"original_affiliate_order_id\": \"ex\"\n        },\n        \"channel_shipment_id\": \"in culpa fugiat\",\n        \"marketplace_invoice_id\": \"minim cillum\",\n        \"due_date\": \"1983-01-04T02:36:09.626Z\",\n        \"coupon_code\": \"ullamco velit\",\n        \"is_priority\": true,\n        \"is_serial_number_required\": false,\n        \"fulfilment_priority\": 26650634,\n        \"customer_selling_price\": 62864481.52454752\n      },\n      \"affiliate_order_id\": \"amet\",\n      \"employee_discount\": -46291588.47353105,\n      \"loyalty_discount\": 88648758.17837662\n    },\n    \"affiliate_details\": {\n      \"affiliate_bag_id\": \"officia dolor ipsum irure\",\n      \"affiliate_meta\": {\n        \"order_item_id\": \"laborum consectetur ullamco veniam commodo\",\n        \"channel_order_id\": \"la\",\n        \"employee_discount\": -57706717.03215724,\n        \"box_type\": \"in Duis laboris culpa\",\n        \"quantity\": -87209325,\n        \"size_level_total_qty\": -94488914,\n        \"loyalty_discount\": 39396970.85099679,\n        \"replacement_details\": {\n          \"replacement_type\": \"dolor aliquip\",\n          \"original_affiliate_order_id\": \"magna do qui nulla\"\n        },\n        \"channel_shipment_id\": \"dol\",\n        \"marketplace_invoice_id\": \"ullamco ad in\",\n        \"due_date\": \"2014-11-11T15:09:35.862Z\",\n        \"coupon_code\": \"dolor consectetur\",\n        \"is_priority\": true,\n        \"is_serial_number_required\": false,\n        \"fulfilment_priority\": -55829404,\n        \"customer_selling_price\": 75616127.3751291\n      },\n      \"affiliate_order_id\": \"aliqua officia tempor et nulla\",\n      \"affiliate_shipment_id\": \"eiusmod Excepteur consectetur dolor\",\n      \"affiliate_store_id\": \"sed\",\n      \"shipment_meta\": {\n        \"same_store_available\": false,\n        \"weight\": -12169064,\n        \"tracking_url\": \"dolore adipisicing aliqua\",\n        \"estimated_delivery_date\": \"1985-04-10T14:02:25.034Z\",\n        \"b2b_buyer_details\": {\n          \"address\": \"do mollit\",\n          \"city\": \"se\",\n          \"gstin\": \"anim\",\n          \"name\": \"mollit sit magna qui aliquip\",\n          \"pincode\": 11598295,\n          \"state\": \"est dolor\",\n          \"ajio_site_id\": \"dolore aute\"\n        },\n        \"formatted\": {\n          \"max\": \"ut ut ad sunt\",\n          \"min\": \"Duis Excepteur proident elit consectetur\"\n        },\n        \"debug_info\": {\n          \"stormbreaker_uuid\": \"anim ullamco\"\n        },\n        \"return_awb_number\": \"reprehenderit\",\n        \"is_self_ship\": false,\n        \"box_type\": \"aute ut aliquip\",\n        \"einvoice_info\": {\n          \"credit_note\": {\n            \"tempord_\": -54251861,\n            \"elit_6\": -16651040\n          },\n          \"invoice\": {\n            \"mollit_0\": -64501137.3971895,\n            \"essea29\": -1062177,\n            \"ullamco__a4\": true\n          }\n        },\n        \"return_affiliate_shipment_id\": \"qui sit occaecat\",\n        \"parent_dp_id\": \"ma\",\n        \"shipment_weight\": -78956903.27049452,\n        \"dimension\": {\n          \"height\": 95129693.68083444,\n          \"width\": 68711041.74867758,\n          \"is_default\": true,\n          \"unit\": \"dolore elit\",\n          \"length\": -93404377.86048192\n        },\n        \"dp_options\": {\n          \"qui9c\": \"consecte\"\n        },\n        \"assign_dp_from_sb\": false,\n        \"due_date\": \"2006-09-25T12:29:39.802Z\",\n        \"store_invoice_updated_date\": \"1994-03-13T21:10:06.732Z\",\n        \"forward_affiliate_shipment_id\": \"ut et Duis\",\n        \"return_store_node\": -66134445,\n        \"fulfilment_priority_text\": \"culpa labore sit \",\n        \"shipment_tags\": [\n          {\n            \"slug\": \"pariatur\",\n            \"entity_type\": \"shipments\",\n            \"display_text\": \"incididunt ut ipsum proident\"\n          },\n          {\n            \"slug\": \"incididunt dolor ea\",\n            \"entity_type\": \"shipments\",\n            \"display_text\": \"culpa m\"\n          }\n        ],\n        \"external\": {\n          \"aliquip__\": 11385605,\n          \"exercitation__f9\": \"commodo\"\n        },\n        \"awb_number\": \"ex Duis et id\",\n        \"lock_data\": {\n          \"locked\": false,\n          \"mto\": false,\n          \"lock_message\": \"officia elit tempor commod\"\n        },\n        \"order_type\": \"PickAtStore\",\n        \"ewaybill_info\": {\n          \"consectetur055\": false\n        },\n        \"dp_id\": \"irure\",\n        \"shipment_volumetric_weight\": 45169298.70023468,\n        \"marketplace_store_id\": \"amet pariatur\",\n        \"return_details\": {\n          \"eiusmodb8\": 44428582\n        },\n        \"dp_sort_key\": \"cupidatat\",\n        \"packaging_name\": \"culpa ex dolore mollit\",\n        \"timestamp\": {\n          \"max\": -83622606,\n          \"min\": -58009326\n        },\n        \"auto_trigger_dp_assignment_acf\": false,\n        \"dp_name\": \"consequat deserunt elit et ullamco\",\n        \"po_number\": \"nisi iru\",\n        \"b2c_buyer_details\": {\n          \"qui411\": true\n        },\n        \"forward_affiliate_order_id\": \"eiusmod incididunt\",\n        \"return_affiliate_order_id\": \"dolore commodo culpa\",\n        \"bag_weight\": {\n          \"laborum6\": true\n        },\n        \"refund_to\": \"sint in id\"\n      },\n      \"company_affiliate_tag\": \"deserunt anim aliquip\",\n      \"pdf_links\": {\n        \"invoice_type\": \"external\",\n        \"label_type\": \"external\",\n        \"label_a6\": \"labore Ut ipsum\",\n        \"invoice\": \"eiusmod\",\n        \"label_pos\": \"dolore\",\n        \"invoice_a6\": \"adipisicing fugiat Lorem\",\n        \"b2b\": \"esse mollit commodo pariatur non\",\n        \"label\": \"in anim aliqua Ut\",\n        \"label_a4\": \"ut\",\n        \"invoice_export\": \"sed mollit dolor pari\",\n        \"credit_note_url\": \"adipisicing enim elit in\",\n        \"delivery_challan_a4\": \"ex nulla Ut\",\n        \"label_export\": \"aliqua ullamco minim Lorem\",\n        \"invoice_a4\": \"nisi est\",\n        \"invoice_pos\": \"adipisicing aute aliquip incididunt ea\",\n        \"po_invoice\": \"ut dolor\"\n      },\n      \"config\": {\n        \"app\": {\n          \"created_at\": \"2025-10-02T10:27:00.522Z\",\n          \"id\": \"elit consequat laborum in\",\n          \"name\": \"consequat esse sit enim\",\n          \"owner\": \"cupidatat\",\n          \"secret\": \"do si\",\n          \"token\": \"nisi eiusmod\",\n          \"updated_at\": \"2026-05-27T01:00:55.269Z\",\n          \"description\": \"sint Lorem\",\n          \"meta\": [\n            {\n              \"name\": \"nisi tempor consectetur sed eu\",\n              \"value\": \"aute ea\"\n            },\n            {\n              \"name\": \"do\",\n              \"value\": \"nisi irure ex dolore ea\"\n            }\n          ]\n        },\n        \"inventory\": {\n          \"article_assignment\": {\n            \"post_order_reassignment\": false\n          },\n          \"payment\": {\n            \"source\": \"veniam tempor laboris mollit velit\",\n            \"mode_of_payment\": \"laboris eiusmod\"\n          },\n          \"inventory\": {\n            \"store\": {\n              \"aute_e6\": \"ea dolore ut\",\n              \"sit_2f\": true\n            }\n          },\n          \"order\": {\n            \"force_reassignment\": false\n          },\n          \"logistics\": {\n            \"dp_assignment\": true\n          }\n        },\n        \"app_company_id\": -31304343\n      },\n      \"affiliate_id\": \"ullamco do sed minim in\",\n      \"id\": \"Excepteur eiusmod incididunt non\"\n    },\n    \"article\": {\n      \"_id\": \"qui\",\n      \"identifiers\": {\n        \"enimec\": false,\n        \"Duis_3e\": 82266565.72940922,\n        \"ut_a2\": false\n      },\n      \"seller_identifier\": \"est incididunt do\",\n      \"size\": \"est fugiat mollit dolor\",\n      \"uid\": \"veniam\",\n      \"set\": {\n        \"reprehenderit_b7\": \"proident ut\"\n      },\n      \"dimensions\": {\n        \"height\": -84517464.91963755,\n        \"width\": -94558516.65291153,\n        \"is_default\": false,\n        \"unit\": \"adipisicing ea dolor consectetur\",\n        \"length\": 1066741.9478977919\n      },\n      \"currency\": {\n        \"ad_f2\": 53571166\n      },\n      \"esp_modified\": false,\n      \"return_config\": {\n        \"returnable\": true,\n        \"time\": -62140099.13139815,\n        \"unit\": \"irure magna\"\n      },\n      \"code\": \"Duis tempor irure incididunt\",\n      \"weight\": {\n        \"is_default\": false,\n        \"shipping\": 67050806,\n        \"unit\": \"dolor culpa exercitation magna esse\"\n      },\n      \"raw_meta\": \"sit nostrud Duis enim ea\",\n      \"is_set\": false,\n      \"tags\": [\n        \"enim ea\",\n        \"occaecat paria\"\n      ],\n      \"_custom_json\": {\n        \"aliqua_4\": -41653421.123283744\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\": \"Lorem eiusmod ea id\",\n        \"forward\": false,\n        \"store_id\": -77927319,\n        \"delivery_awb_number\": \"voluptate ipsum et Ut fugiat\",\n        \"kafka_sync\": true,\n        \"delivery_partner_id\": 83467064,\n        \"app_display_name\": \"ut cupidatat cillum occaecat\",\n        \"state_id\": 69766021,\n        \"state_type\": \"logistics\",\n        \"bsh_id\": 95176181,\n        \"created_at\": \"1947-04-02T06:29:46.153Z\",\n        \"created_ts\": \"tempor dolore\",\n        \"shipment_id\": \"enim dolore ut do\",\n        \"updated_at\": \"2008-07-15T07:20:47.715Z\",\n        \"updated_ts\": \"commodo in irure\",\n        \"bag_state_mapper\": {\n          \"display_name\": \"elit aliquip\",\n          \"id\": 30834946,\n          \"journey_type\": \"return\",\n          \"name\": \"laboru\",\n          \"state_type\": \"financial\",\n          \"is_active\": false,\n          \"app_display_name\": \"do sed deserunt\",\n          \"app_state_name\": \"quis sit laboris\",\n          \"app_facing\": true,\n          \"notify_customer\": true\n        },\n        \"bag_id\": 84531851,\n        \"display_name\": \"esse dolor non\"\n      },\n      {\n        \"status\": \"consequat consectetur\",\n        \"forward\": false,\n        \"store_id\": 59667930,\n        \"delivery_awb_number\": \"cupidatat ullamco\",\n        \"kafka_sync\": false,\n        \"delivery_partner_id\": -16880726,\n        \"app_display_name\": \"culpa esse exercitation\",\n        \"state_id\": -49937430,\n        \"state_type\": \"logistics\",\n        \"bsh_id\": 48733614,\n        \"created_at\": \"2004-09-16T15:42:22.254Z\",\n        \"created_ts\": \"dolore labore\",\n        \"shipment_id\": \"consectetur dolor consequat\",\n        \"updated_at\": \"1950-12-13T12:27:11.565Z\",\n        \"updated_ts\": \"ipsum magna\",\n        \"bag_state_mapper\": {\n          \"display_name\": \"velit id\",\n          \"id\": 88410184,\n          \"journey_type\": \"return\",\n          \"name\": \"occaecat culpa tempor labore sed\",\n          \"state_type\": \"logistics\",\n          \"is_active\": false,\n          \"app_display_name\": \"nostrud pariatur veniam nisi\",\n          \"app_state_name\": \"Excepteur i\",\n          \"app_facing\": false,\n          \"notify_customer\": true\n        },\n        \"bag_id\": -76859045,\n        \"display_name\": \"dolor veniam\"\n      }\n    ],\n    \"bag_status_history\": [\n      {\n        \"status\": \"ea nisi elit\",\n        \"forward\": true,\n        \"store_id\": -73504335,\n        \"delivery_awb_number\": \"commodo dolor\",\n        \"kafka_sync\": true,\n        \"delivery_partner_id\": 3580544,\n        \"app_display_name\": \"laboris\",\n        \"state_id\": -38818781,\n        \"state_type\": \"logistics\",\n        \"bsh_id\": -41851196,\n        \"created_at\": \"1978-10-04T02:29:20.725Z\",\n        \"created_ts\": \"eiusmod mollit elit aute dolore\",\n        \"shipment_id\": \"ea sit non\",\n        \"updated_at\": \"1958-06-26T12:27:41.702Z\",\n        \"updated_ts\": \"tempor eu officia\",\n        \"bag_state_mapper\": {\n          \"display_name\": \"ad Excep\",\n          \"id\": -26077386,\n          \"journey_type\": \"return\",\n          \"name\": \"culpa sunt\",\n          \"state_type\": \"operational\",\n          \"is_active\": false,\n          \"app_display_name\": \"id Excepteur\",\n          \"app_state_name\": \"aute\",\n          \"app_facing\": true,\n          \"notify_customer\": false\n        },\n        \"bag_id\": 2120363,\n        \"display_name\": \"dolore\"\n      },\n      {\n        \"status\": \"dolore nisi commodo deserunt enim\",\n        \"forward\": false,\n        \"store_id\": 95702871,\n        \"delivery_awb_number\": \"esse reprehenderit eu aliquip ea\",\n        \"kafka_sync\": true,\n        \"delivery_partner_id\": 3841967,\n        \"app_display_name\": \"ex ullamco commodo\",\n        \"state_id\": -90193919,\n        \"state_type\": \"logistics\",\n        \"bsh_id\": -46597716,\n        \"created_at\": \"1974-07-13T17:23:02.129Z\",\n        \"created_ts\": \"Ut nulla adipisicing Lorem\",\n        \"shipment_id\": \"nisi non Ut est nostrud\",\n        \"updated_at\": \"1977-08-19T09:25:28.747Z\",\n        \"updated_ts\": \"in sed ex exercitation velit\",\n        \"bag_state_mapper\": {\n          \"display_name\": \"irure culpa dolor\",\n          \"id\": 4120341,\n          \"journey_type\": \"forward\",\n          \"name\": \"commodo Ex\",\n          \"state_type\": \"operational\",\n          \"is_active\": true,\n          \"app_display_name\": \"enim\",\n          \"app_state_name\": \"ut occaecat velit quis\",\n          \"app_facing\": false,\n          \"notify_customer\": false\n        },\n        \"bag_id\": 87315215,\n        \"display_name\": \"fugiat sed eu Ut\"\n      }\n    ],\n    \"brand\": {\n      \"brand_name\": \"tempor proident in exercitation amet\",\n      \"credit_note_expiry_days\": 75994470,\n      \"logo\": \"culpa et quis\",\n      \"invoice_prefix\": \"laborum nulla dolor\",\n      \"credit_note_allowed\": true,\n      \"start_date\": \"2000-08-17T13:50:52.313Z\",\n      \"company\": \"deserunt elit mi\",\n      \"is_virtual_invoice\": true,\n      \"script_last_ran\": \"anim\",\n      \"pickup_location\": \"ut tempor non\",\n      \"created_on\": \"2014-12-28T05:59:03.021Z\",\n      \"brand_id\": 44776425,\n      \"modified_on\": \"1958-03-26T01:29:42.171Z\",\n      \"id\": -63303255\n    },\n    \"company\": {\n      \"pan_no\": \"dolor\",\n      \"created_on\": \"1964-04-19T18:15:07.999Z\",\n      \"id\": -33949481,\n      \"company_name\": \"in Duis adipisicing\",\n      \"gst_number\": \"velit qui\",\n      \"company_type\": \"franchise\",\n      \"modified_on\": \"1973-09-13T07:07:18.701Z\",\n      \"meta\": {\n        \"cillum_ada\": -8920527.65595603,\n        \"velitf4\": -78361440.6859718,\n        \"nona\": -89626394\n      },\n      \"business_type\": \"do anim deserunt\",\n      \"agreement_start_date\": \"2014-05-30T13:09:54.229Z\"\n    },\n    \"current_operational_status\": {\n      \"status\": \"laboris adipisicing sed\",\n      \"forward\": true,\n      \"store_id\": 53341592,\n      \"delivery_awb_number\": \"voluptate ut dolore est\",\n      \"kafka_sync\": true,\n      \"delivery_partner_id\": -50373260,\n      \"app_display_name\": \"minim anim elit aliqua\",\n      \"state_id\": 38296794,\n      \"state_type\": \"operational\",\n      \"bsh_id\": -56858172,\n      \"created_at\": \"2012-04-01T03:34:53.538Z\",\n      \"created_ts\": \"pariatur cillum\",\n      \"shipment_id\": \"Duis dolore culpa exercitation voluptate\",\n      \"updated_at\": \"2014-07-06T09:11:56.338Z\",\n      \"updated_ts\": \"reprehenderit\",\n      \"bag_state_mapper\": {\n        \"display_name\": \"non sunt\",\n        \"id\": 97413530,\n        \"journey_type\": \"return\",\n        \"name\": \"adipisicing pariatur fugiat magna\",\n        \"state_type\": \"logistics\",\n        \"is_active\": true,\n        \"app_display_name\": \"magna et consequat in\",\n        \"app_state_name\": \"ea sunt\",\n        \"app_facing\": true,\n        \"notify_customer\": false\n      },\n      \"bag_id\": 69721014,\n      \"display_name\": \"aute consectetur officia non\"\n    },\n    \"current_status\": {\n      \"status\": \"non voluptate nulla ut\",\n      \"forward\": true,\n      \"store_id\": 62319979,\n      \"delivery_awb_number\": \"reprehenderit non in velit\",\n      \"kafka_sync\": false,\n      \"delivery_partner_id\": 79788265,\n      \"app_display_name\": \"Duis cillum culpa Excepteur\",\n      \"state_id\": -55184648,\n      \"state_type\": \"operational\",\n      \"bsh_id\": 69561115,\n      \"created_at\": \"2019-01-16T02:37:11.831Z\",\n      \"created_ts\": \"cupidatat\",\n      \"shipment_id\": \"consequat Duis adipisici\",\n      \"updated_at\": \"1982-09-10T08:50:07.542Z\",\n      \"updated_ts\": \"consequat minim\",\n      \"bag_state_mapper\": {\n        \"display_name\": \"ipsum\",\n        \"id\": -23001288,\n        \"journey_type\": \"forward\",\n        \"name\": \"veniam nisi\",\n        \"state_type\": \"operational\",\n        \"is_active\": false,\n        \"app_display_name\": \"proident\",\n        \"app_state_name\": \"ut id sed irure sunt\",\n        \"app_facing\": false,\n        \"notify_customer\": true\n      },\n      \"bag_id\": -73483528,\n      \"display_name\": \"in Ut commodo\"\n    },\n    \"dates\": {\n      \"delivery_date\": \"1998-10-11T16:15:37.020Z\",\n      \"order_created\": \"labore minim proident\"\n    },\n    \"delivery_address\": {\n      \"phone\": \"labore sint\",\n      \"address2\": \"enim irure ut reprehenderit\",\n      \"address\": \"id enim occaecat \",\n      \"longitude\": 55483431.68349758,\n      \"pincode\": \"aliqua ut\",\n      \"area\": \"id deserunt ex in dolor\",\n      \"address_type\": \"home\",\n      \"country\": \"ut elit enim culpa magna\",\n      \"address_category\": \"store\",\n      \"email\": \"ipsum dolor\",\n      \"created_at\": \"1963-07-23T14:19:31.385Z\",\n      \"address1\": \"cons\",\n      \"display_address\": \"culpa sint Excepteur\",\n      \"landmark\": \"ipsum et\",\n      \"updated_at\": \"1958-09-01T20:23:18.662Z\",\n      \"version\": \"velit reprehenderit \",\n      \"latitude\": 18647702.185245812,\n      \"contact_person\": \"sit\",\n      \"state\": \"anim non\",\n      \"city\": \"ullamco pariatur elit aliqua\",\n      \"area_code_slug\": \"in id sint cupidatat amet\",\n      \"country_code\": \"consequat proident veniam paria\",\n      \"country_iso_code\": \"fugiat labore dolor esse\",\n      \"country_phone_code\": \"incididunt labore\",\n      \"delivery_address_id\": -7227563,\n      \"geo_location\": {\n        \"fugiat_32\": -19133532.05303912,\n        \"sit1\": -36367166.97122986,\n        \"adipisicing8f7\": \"sunt adipisicing irur\"\n      },\n      \"name\": \"veniam in exe\",\n      \"sector\": \"adipisicing\",\n      \"state_code\": \"incididunt quis nostrud commodo\",\n      \"uid\": \"nostrud velit in\",\n      \"user_id\": \"laborum minim velit anim\",\n      \"code\": \"tempor\"\n    },\n    \"delivery_slot\": {\n      \"slot\": \"fugiat dolor nisi aute\",\n      \"upper_bound\": \"pariatur\",\n      \"lower_bound\": \"anim nostrud sunt proident sit\",\n      \"date\": \"nulla ut\",\n      \"type\": \"adipisicing eiusmod fugiat quis\"\n    },\n    \"display_name\": \"consectetur sunt in est\",\n    \"dp_details\": {\n      \"Duis53\": \"consectetur commodo\",\n      \"ad_5\": true,\n      \"fugiata74\": \"dolor esse proident consequat\"\n    },\n    \"einvoice_info\": {\n      \"Lorem_d\": -91881857,\n      \"irure_1\": 75365901,\n      \"reprehenderit53\": true,\n      \"mollit71\": -16610499.20886138\n    },\n    \"entity_type\": \"bag\",\n    \"fallback_user\": {\n      \"proident__2e\": \"officia incididunt ullamco\"\n    },\n    \"financial_breakup\": [\n      {\n        \"added_to_fynd_cash\": false,\n        \"amount_paid\": 21661878.75914827,\n        \"brand_calculated_amount\": 60548377.586664796,\n        \"cashback\": -1629199.4856469482,\n        \"cashback_applied\": 28597260.563301668,\n        \"cod_charges\": 56849940.18588734,\n        \"coupon_effective_discount\": -70400364.67551488,\n        \"coupon_value\": -96400876.75922424,\n        \"delivery_charge\": 39696937.49853888,\n        \"discount\": 90183273.39035368,\n        \"fynd_credits\": 51694162.78670725,\n        \"gst_fee\": -85442186.10600875,\n        \"gst_tag\": \"velit ipsum ea aliqua\",\n        \"gst_tax_percentage\": 98319221.69206768,\n        \"hsn_code\": \"sunt non est exercitation\",\n        \"identifiers\": {\n          \"alu\": \"cupidatat elit sit veniam\",\n          \"ean\": \"veniam commodo ex\",\n          \"sku_code\": \"sed nostrud aute\",\n          \"upc\": \"eu pariatur nostrud\",\n          \"isbn\": \"Excepteur ea consequat\"\n        },\n        \"item_name\": \"irure\",\n        \"price_effective\": -52944739.377598,\n        \"price_marked\": 9827579.196336702,\n        \"promotion_effective_discount\": 23780633.667359605,\n        \"refund_credit\": 91380980.11018041,\n        \"size\": \"irure quis eu nisi\",\n        \"total_units\": -9372869,\n        \"transfer_price\": -1865050.5478674024,\n        \"value_of_good\": -18560479.14559649,\n        \"amount_paid_roundoff\": 97471398,\n        \"tax_collected_at_source\": -22987811.018865407,\n        \"amount_to_be_collected\": -38185264.37136294,\n        \"taxes\": [\n          {\n            \"name\": \"in sed\",\n            \"rate\": 52373700.078665614,\n            \"tax_amount\": -7651491.250314862,\n            \"taxable_amount\": 69563799.74903703\n          },\n          {\n            \"name\": \"Ut\",\n            \"rate\": 93975131.32893252,\n            \"tax_amount\": 53897129.8945857,\n            \"taxable_amount\": -99287960.73542467\n          }\n        ],\n        \"loyalty_discount\": -90516973.81222743\n      },\n      {\n        \"added_to_fynd_cash\": false,\n        \"amount_paid\": -57066152.24006142,\n        \"brand_calculated_amount\": -44278146.28396169,\n        \"cashback\": 4557366.150786191,\n        \"cashback_applied\": -66019627.6660733,\n        \"cod_charges\": -16197846.148145974,\n        \"coupon_effective_discount\": 21228270.34364225,\n        \"coupon_value\": 15799037.841757178,\n        \"delivery_charge\": 44788183.8077493,\n        \"discount\": 26523619.47727418,\n        \"fynd_credits\": 93417432.38556316,\n        \"gst_fee\": 25585676.60153827,\n        \"gst_tag\": \"qui\",\n        \"gst_tax_percentage\": 4697130.320826963,\n        \"hsn_code\": \"voluptate amet\",\n        \"identifiers\": {\n          \"alu\": \"tempor proident do\",\n          \"ean\": \"minim sed labore velit ea\",\n          \"sku_code\": \"ullamco in ipsum quis\",\n          \"upc\": \"eu sed aliquip velit\",\n          \"isbn\": \"adipisicing pariatur anim dolor\"\n        },\n        \"item_name\": \"ullamco consequat dolore\",\n        \"price_effective\": -65726666.41506122,\n        \"price_marked\": -59230497.24803713,\n        \"promotion_effective_discount\": -11429022.933432668,\n        \"refund_credit\": -66435646.55931891,\n        \"size\": \"culpa in anim\",\n        \"total_units\": -4937515,\n        \"transfer_price\": 98840921.02129722,\n        \"value_of_good\": -9112180.144679412,\n        \"amount_paid_roundoff\": 25492346,\n        \"tax_collected_at_source\": -79688147.14524704,\n        \"amount_to_be_collected\": 72929302.2746678,\n        \"taxes\": [\n          {\n            \"name\": \"dolore consectetur nisi\",\n            \"rate\": -40820626.26114968,\n            \"tax_amount\": -38719474.324588135,\n            \"taxable_amount\": 65710640.31567526\n          },\n          {\n            \"name\": \"labore irure Lorem\",\n            \"rate\": -26994158.086354688,\n            \"tax_amount\": -47582612.28507847,\n            \"taxable_amount\": -55291666.34109624\n          }\n        ],\n        \"loyalty_discount\": 80869657.95348951\n      }\n    ],\n    \"fulfilling_store\": {\n      \"address1\": \"consectetur esse culpa\",\n      \"city\": \"voluptate \",\n      \"company_id\": 72216593,\n      \"contact_person\": \"non ut laboris\",\n      \"country\": \"elit sed ipsum sit sunt\",\n      \"created_at\": \"2008-10-25T19:54:54.932Z\",\n      \"fulfillment_channel\": \"elit consequat a\",\n      \"location_type\": \"high_street\",\n      \"meta\": {\n        \"display_name\": \"veniam laboris amet ea\",\n        \"gst_credentials\": {\n          \"e_invoice\": {\n            \"enabled\": true,\n            \"username\": \"Ut do\",\n            \"user\": \"velit commodo irure\",\n            \"password\": \"ut qui\"\n          },\n          \"e_waybill\": {\n            \"enabled\": false\n          }\n        },\n        \"stage\": \"minim in incididunt\",\n        \"additional_contact_details\": {\n          \"non_e7\": \"est nulla do\"\n        },\n        \"notification_emails\": [\n          \"est\",\n          \"consequat velit cupidatat\"\n        ],\n        \"gst_number\": \"eu\",\n        \"ewaybill_portal_details\": {\n          \"pariatur3e8\": \"ullamco amet non\"\n        },\n        \"einvoice_portal_details\": {\n          \"username\": \"consectetur adipisicing do\",\n          \"user\": \"nostrud\",\n          \"password\": \"Lorem\"\n        },\n        \"product_return_config\": {\n          \"sunt001\": \"consectetur minim es\",\n          \"magna_45e\": \"aliqua ut nostrud incididunt\"\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\": \"consequat\",\n      \"phone\": \"adipisicing\",\n      \"pincode\": \"laborum aute voluptate\",\n      \"state\": \"eiusmod et dolore mollit qui\",\n      \"store_email\": \"quis tempor\",\n      \"is_active\": false,\n      \"alohomora_user_id\": 49773379,\n      \"is_enabled_for_recon\": true,\n      \"mall_area\": \"consectetur\",\n      \"vat_no\": \"cillum reprehenderit\",\n      \"display_address\": \"sint labore elit\",\n      \"store_active_from\": \"elit commodo adipisicing\",\n      \"longitude\": 26974470.82686408,\n      \"brand_store_tags\": [\n        \"commod\",\n        \"minim qui elit cupidatat\"\n      ],\n      \"order_integration_id\": \"voluptate\",\n      \"parent_store_id\": 70542798,\n      \"code\": \"in\",\n      \"updated_at\": \"1999-07-20T15:04:25.962Z\",\n      \"store_address_json\": {\n        \"address1\": \"magna laborum esse irure ullamco\",\n        \"address_category\": \"delivery\",\n        \"address_type\": \"reprehenderit cillum\",\n        \"city\": \"ad qui consectetur anim\",\n        \"contact_person\": \"fugiat in aliquip\",\n        \"country\": \"laborum est voluptate deserunt ut\",\n        \"country_code\": \"deserunt occaecat nostrud dolore\",\n        \"created_at\": \"1982-05-13T22:26:32.722Z\",\n        \"latitude\": 76843304.72686774,\n        \"longitude\": -14737221.986767188,\n        \"phone\": \"dolor nisi\",\n        \"pincode\": 46964267,\n        \"state\": \"proident laboris irure officia\",\n        \"updated_at\": \"1956-02-13T20:48:36.452Z\",\n        \"display_address\": \"ut elit irure consectetur\",\n        \"version\": \"quis occaecat velit voluptate\",\n        \"address2\": \"irure do\",\n        \"area\": \"velit magna\",\n        \"email\": \"aliquip occaecat enim Ut eu\",\n        \"landmark\": \"do sunt ad consequat\"\n      },\n      \"s_id\": \"sed id nulla\",\n      \"packaging_material_count\": 24786731,\n      \"is_archived\": true,\n      \"login_username\": \"sed nulla labore incididunt\",\n      \"mall_name\": \"tempor\",\n      \"latitude\": 21604512.714683548,\n      \"address2\": \"ad\"\n    },\n    \"fyndstore_emp\": {\n      \"in_a1\": \"in laborum\"\n    },\n    \"gst_details\": {\n      \"brand_calculated_amount\": 21100363.901879057,\n      \"gst_fee\": 43445144.80024308,\n      \"tax_collected_at_source\": -52219881.46639567,\n      \"value_of_good\": -56233488.04110346,\n      \"cgst_tax_percentage\": 77251292.73524565,\n      \"gstin_code\": \"labore ut\",\n      \"igst_tax_percentage\": -81081684.81952904,\n      \"gst_tax_percentage\": 83294628.69742829,\n      \"hsn_code_id\": \"velit enim\",\n      \"igst_gst_fee\": -75580796.44259045,\n      \"is_default_hsn_code\": false,\n      \"sgst_gst_fee\": -9252280.393557787,\n      \"cgst_gst_fee\": 32364364.732570603,\n      \"gst_tag\": \"e\",\n      \"sgst_tax_percentage\": 14691888.205747724,\n      \"hsn_code\": \"dolore cillum sit ea culpa\"\n    },\n    \"invoice\": {\n      \"updated_date\": \"1984-09-08T00:37:40.750Z\",\n      \"store_invoice_id\": \"aute est id voluptate\",\n      \"invoice_url\": \"dolore in sit\",\n      \"label_url\": \"ut labore\"\n    },\n    \"item\": {\n      \"attributes\": {\n        \"tempor_a_\": false,\n        \"incididunt3\": \"et dolor\"\n      },\n      \"brand\": \"occaecat\",\n      \"brand_id\": 24742759,\n      \"image\": [\n        \"ullamco Excepteur voluptate cillum\",\n        \"irure minim dolor\"\n      ],\n      \"item_id\": -60207160,\n      \"name\": \"amet elit magna nisi\",\n      \"size\": \"aliqua ex\",\n      \"slug_key\": \"sit\",\n      \"webstore_product_url\": \"dolor consectetur in\",\n      \"l3_category\": 68491157,\n      \"l3_category_name\": \"culpa dolor Ut\",\n      \"last_updated_at\": \"2016-12-11T18:14:26.128Z\",\n      \"l2_category\": [\n        \"amet commodo non\",\n        \"eu elit mollit\"\n      ],\n      \"code\": \"reprehenderit ipsum nulla amet\",\n      \"l1_category_id\": 19338356,\n      \"l1_category\": [\n        \"deserunt qui\",\n        \"consequat minim ad id\"\n      ],\n      \"gender\": \"laborum pariatur\",\n      \"can_cancel\": true,\n      \"can_return\": false,\n      \"branch_url\": \"ut reprehenderit laborum\",\n      \"meta\": {\n        \"occaecat_b\": \"anim sit do\",\n        \"ad_f7\": \"labore enim ut veniam\"\n      },\n      \"color\": \"ex laboris eiusmod\",\n      \"department_id\": -19524735,\n      \"l2_category_id\": -52356348\n    },\n    \"journey_type\": \"forward\",\n    \"line_number\": 39999552,\n    \"lock_status\": true,\n    \"manifest_id\": \"dolor\",\n    \"meta\": {\n      \"mollit13a\": -12703851,\n      \"Excepteur_cc\": \"quis\"\n    },\n    \"mode_of_payment\": \"veniam magna ullamco occaecat incididunt\",\n    \"no_of_bags_order\": -36725518,\n    \"operational_status\": \"volup\",\n    \"order\": {\n      \"fynd_order_id\": \"deserunt cupidatat mollit dolore\",\n      \"created_at\": \"2023-05-28T14:23:50.587Z\",\n      \"user_id\": \"non magna veniam au\",\n      \"tax_details\": {\n        \"pan_no\": \"do sunt voluptate labore\",\n        \"gstin\": \"cillum culpa minim consectetur\"\n      },\n      \"mongo_cart_id\": 34783080.733771086,\n      \"delivery_charges\": 18486182.91631064,\n      \"transaction_id\": \"u\",\n      \"collect_by\": \"minim deserunt do\",\n      \"headers\": {\n        \"consequat__07\": -21726737.14975129\n      },\n      \"coupon_value\": 3098208.4870533943,\n      \"order_value\": 31382282.67052017,\n      \"created_time\": \"laborum voluptate\",\n      \"currency\": \"amet\",\n      \"total_order_value\": 38570565.086031646,\n      \"ordering_channel\": \"consectetur ut\",\n      \"ordering_source\": \"sit velit reprehenderit ad\",\n      \"meta\": {\n        \"laboris_574\": \"sunt deserunt\"\n      },\n      \"cod_charges\": 86082195.67286935,\n      \"cashback_value\": -9193882.882708281,\n      \"refund_by\": \"ut cillum esse sed id\",\n      \"affiliate_order_date\": \"1970-02-19T01:35:59.124Z\",\n      \"payment_methods\": {\n        \"COD\": {\n          \"amount\": 1100\n        }\n      },\n      \"affiliate_order_id\": \"elit reprehenderit eiusmod\",\n      \"payment_mode_id\": 85577181.49989966,\n      \"promotion_effective_discount\": -3804873.1072790623,\n      \"mode_of_payment\": \"dolor ex Duis culpa est\",\n      \"discount\": 63885005.95524952,\n      \"cashback_applied\": -88304942.02134074,\n      \"fynd_credits\": 77447101.68090156,\n      \"affiliate_id\": \"sit pariatur\",\n      \"ordering_channel_logo\": \"reprehenderit aliqua Excepteur\",\n      \"prices\": {\n        \"refund_credit\": 95033372.8202188,\n        \"amount_paid_roundoff\": 23969464.89982596,\n        \"price_effective\": -60906610.669348374,\n        \"promotion_effective_discount\": -41670818.44567173,\n        \"pm_price_split\": -58688618.23885711,\n        \"refund_amount\": 95097532.94892055,\n        \"transfer_price\": 10938889.7002154,\n        \"coupon_effective_discount\": -36749098.692961454,\n        \"tax_collected_at_source\": 65739057.21760708,\n        \"brand_calculated_amount\": 91229509.38540232,\n        \"delivery_charge\": -73073111.0641976,\n        \"cashback\": -14752680.361675411,\n        \"value_of_good\": 53890126.17681676,\n        \"cashback_applied\": 19518793.71489151,\n        \"cod_charges\": 49499718.10147855,\n        \"price_marked\": -71501912.61063176,\n        \"amount_paid\": 36297007.55920559,\n        \"coupon_value\": 84799874.86958742,\n        \"discount\": -34202829.12946768,\n        \"fynd_credits\": -32936247.32511162,\n        \"gift_price\": -67870348.96174142,\n        \"amount_to_be_collected\": -81555520.39657593,\n        \"cost_price\": -15798243.07819821,\n        \"loyalty_discount\": -75468351.65837896,\n        \"marketplace_promotion_effective_discount\": -65324526.00216097,\n        \"seller_promotion_effective_discount\": 52990530.04758316\n      },\n      \"charges\": [\n        {\n          \"name\": \"elit et eiusmod sint\",\n          \"amount\": {\n            \"base_currency\": {\n              \"value\": 30540547.222327814,\n              \"currency\": \"ea\"\n            },\n            \"ordering_currency\": {\n              \"value\": 27557703.460557595,\n              \"currency\": \"aliquip nisi\"\n            }\n          },\n          \"distribution_logic\": {\n            \"distribution\": {\n              \"type\": \"single\",\n              \"logic\": \"quis in veniam reprehenderit dolore\"\n            },\n            \"distribution_level\": \"aliqua cons\"\n          },\n          \"code\": \"commodo ut quis\",\n          \"type\": \"Duis magna\"\n        },\n        {\n          \"name\": \"officia\",\n          \"amount\": {\n            \"base_currency\": {\n              \"value\": -37927616.77732197,\n              \"currency\": \"est pariatur nisi commodo\"\n            },\n            \"ordering_currency\": {\n              \"value\": 68778240.97677657,\n              \"currency\": \"magna labore dolo\"\n            }\n          },\n          \"distribution_logic\": {\n            \"distribution\": {\n              \"type\": \"multi\",\n              \"logic\": \"Duis aliquip consequat ea\"\n            },\n            \"distribution_level\": \"est minim eiusmod officia elit\"\n          },\n          \"code\": \"pariatur\",\n          \"type\": \"est in mollit\"\n        }\n      ],\n      \"loyalty_discount_details\": {\n        \"discount\": 82778639.23226371,\n        \"ownership\": \"marketplace\",\n        \"is_applied\": false\n      }\n    },\n    \"order_integration_id\": \"Ut velit ex aliqua\",\n    \"order_type\": \"PickAtStore\",\n    \"order_value\": 78181328.87367663,\n    \"ordering_store\": {\n      \"address1\": \"sint ex eiusmod\",\n      \"city\": \"ad sunt aute\",\n      \"company_id\": -93953292,\n      \"contact_person\": \"do sed\",\n      \"country\": \"in voluptate labore\",\n      \"created_at\": \"1995-10-21T17:41:54.127Z\",\n      \"fulfillment_channel\": \"nostrud officia\",\n      \"location_type\": \"mall\",\n      \"meta\": {\n        \"display_name\": \"reprehenderit\",\n        \"gst_credentials\": {\n          \"e_invoice\": {\n            \"enabled\": true,\n            \"username\": \"fugiat cillum\",\n            \"user\": \"labore aute sit enim\",\n            \"password\": \"consectetur Excepteur veniam\"\n          },\n          \"e_waybill\": {\n            \"enabled\": true\n          }\n        },\n        \"stage\": \"in laborum cupidatat enim exercitation\",\n        \"additional_contact_details\": {\n          \"nulla_5\": \"Lorem sed\"\n        },\n        \"notification_emails\": [\n          \"fugiat quis\",\n          \"esse Duis ex proident officia\"\n        ],\n        \"gst_number\": \"commodo nisi\",\n        \"ewaybill_portal_details\": {\n          \"irure5c4\": 89377874\n        },\n        \"einvoice_portal_details\": {\n          \"username\": \"culpa cillum aliquip exercitation ad\",\n          \"user\": \"magna qui dolor sed\",\n          \"password\": \"quis ea pariatur sit\"\n        },\n        \"product_return_config\": {\n          \"fugiate\": \"do\",\n          \"officia_d_2\": true\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\": \"officia dolore in culpa\",\n      \"phone\": \"ut proident\",\n      \"pincode\": \"p\",\n      \"state\": \"est dolore dolor proident elit\",\n      \"store_email\": \"consectet\",\n      \"is_active\": true,\n      \"alohomora_user_id\": -6379164,\n      \"is_enabled_for_recon\": true,\n      \"mall_area\": \"ea dolor \",\n      \"vat_no\": \"Excepteur ex\",\n      \"display_address\": \"sed nulla velit adipisicing\",\n      \"store_active_from\": \"deserunt non\",\n      \"longitude\": 40423429.59503612,\n      \"brand_store_tags\": [\n        \"occaecat sunt magna adipisicing\",\n        \"est sit veli\"\n      ],\n      \"order_integration_id\": \"labore minim\",\n      \"parent_store_id\": 88380142,\n      \"code\": \"non qui sit labore\",\n      \"updated_at\": \"2003-05-22T17:17:36.188Z\",\n      \"store_address_json\": {\n        \"address1\": \"ut exercitation\",\n        \"address_category\": \"billing\",\n        \"address_type\": \"et in consectetur id ad\",\n        \"city\": \"ut eu deserunt irure\",\n        \"contact_person\": \"reprehenderit magna in labore\",\n        \"country\": \"officia non laborum\",\n        \"country_code\": \"ut nulla\",\n        \"created_at\": \"1986-12-18T21:40:17.135Z\",\n        \"latitude\": -50963315.352397844,\n        \"longitude\": -80188231.23546284,\n        \"phone\": \"laboris sed proiden\",\n        \"pincode\": 73668252,\n        \"state\": \"ullamco\",\n        \"updated_at\": \"1950-05-05T11:44:42.901Z\",\n        \"display_address\": \"consequat\",\n        \"version\": \"qui\",\n        \"address2\": \"do consequat\",\n        \"area\": \"velit in\",\n        \"email\": \"non Duis dolor\",\n        \"landmark\": \"mollit reprehenderit\"\n      },\n      \"s_id\": \"dolore deserunt ullamco\",\n      \"packaging_material_count\": -27363066,\n      \"is_archived\": true,\n      \"login_username\": \"aute Ut ipsum\",\n      \"mall_name\": \"nulla\",\n      \"latitude\": -92596206.61626485,\n      \"address2\": \"voluptate veniam\"\n    },\n    \"parent_promo_bags\": {\n      \"aliqua627\": true,\n      \"Duisf1b\": \"laboris incididunt\",\n      \"et743\": -36505192.219638124\n    },\n    \"payment_methods\": {\n      \"COD\": {\n        \"amount\": 1100\n      }\n    },\n    \"payment_type\": \"self\",\n    \"payments\": {\n      \"utb01\": \"pariatur ut\",\n      \"id4e\": false\n    },\n    \"prices\": {\n      \"refund_credit\": 16987905.4959293,\n      \"amount_paid_roundoff\": 11228252.956346065,\n      \"price_effective\": 23558943.93771662,\n      \"promotion_effective_discount\": -12600085.506467223,\n      \"pm_price_split\": -92613131.03319582,\n      \"refund_amount\": -28421102.2938004,\n      \"transfer_price\": 4887065.028029576,\n      \"coupon_effective_discount\": 30635248.610343352,\n      \"tax_collected_at_source\": -64681683.66573721,\n      \"brand_calculated_amount\": -49682987.92067287,\n      \"delivery_charge\": -23968138.510834754,\n      \"cashback\": -68014283.8882578,\n      \"value_of_good\": 42023616.9238455,\n      \"cashback_applied\": -72168833.17485726,\n      \"cod_charges\": -47080193.40848178,\n      \"price_marked\": 15687721.723525211,\n      \"amount_paid\": 18858992.224544257,\n      \"coupon_value\": 24751062.125648364,\n      \"discount\": 364094.12325935066,\n      \"fynd_credits\": -40464851.23919212,\n      \"gift_price\": 47762257.315986514,\n      \"amount_to_be_collected\": -78770789.39430246,\n      \"cost_price\": 93882749.23627567,\n      \"loyalty_discount\": -70646763.91557181,\n      \"marketplace_promotion_effective_discount\": 7325196.600166306,\n      \"seller_promotion_effective_discount\": -84809924.86104216\n    },\n    \"charges\": [\n      {\n        \"name\": \"esse Excepteur\",\n        \"amount\": {\n          \"base_currency\": {\n            \"value\": -93221953.83219372,\n            \"currency\": \"nisi commodo ea dolore\"\n          },\n          \"ordering_currency\": {\n            \"value\": -57529494.93059996,\n            \"currency\": \"dolor proident\"\n          }\n        },\n        \"distribution_logic\": {\n          \"distribution\": {\n            \"type\": \"multi\",\n            \"logic\": \"Ut enim\"\n          },\n          \"distribution_level\": \"elit veniam ad\"\n        },\n        \"code\": \"ipsum dolor sed\",\n        \"type\": \"aliqua et\"\n      },\n      {\n        \"name\": \"exercitation labore sint\",\n        \"amount\": {\n          \"base_currency\": {\n            \"value\": -67693922.12039098,\n            \"currency\": \"voluptate\"\n          },\n          \"ordering_currency\": {\n            \"value\": -59235343.01199274,\n            \"currency\": \"minim dolor\"\n          }\n        },\n        \"distribution_logic\": {\n          \"distribution\": {\n            \"type\": \"multi\",\n            \"logic\": \"ad occae\"\n          },\n          \"distribution_level\": \"nostrud sit ut\"\n        },\n        \"code\": \"est sint id\",\n        \"type\": \"do\"\n      }\n    ],\n    \"qc_required\": false,\n    \"quantity\": 88260812.0090135,\n    \"restore_coupon\": true,\n    \"restore_promos\": {\n      \"Excepteur0c\": -58578705,\n      \"exercitation_e\": 80484591.40336123\n    },\n    \"rto_address\": {\n      \"phone\": \"ut anim aliquip mollit esse\",\n      \"address2\": \"et occaecat ad\",\n      \"address\": \"deserunt veniam in amet\",\n      \"longitude\": -62558431.23234346,\n      \"pincode\": \"aliquip officia\",\n      \"area\": \"incididunt officia in culpa\",\n      \"address_type\": \"home\",\n      \"country\": \"nostrud non dolor do\",\n      \"address_category\": \"delivery\",\n      \"email\": \"ad\",\n      \"created_at\": \"1967-08-20T23:24:13.110Z\",\n      \"address1\": \"deserunt dolor\",\n      \"display_address\": \"nulla occaecat\",\n      \"landmark\": \"exercitation consectetur officia\",\n      \"updated_at\": \"2002-03-24T06:58:15.314Z\",\n      \"version\": \"irure dolore nulla mollit magna\",\n      \"latitude\": 69036122.89022955,\n      \"contact_person\": \"esse fugiat Lorem\",\n      \"state\": \"eu\",\n      \"city\": \"proident nulla amet aliqu\",\n      \"area_code_slug\": \"amet Lorem dolor labore ad\",\n      \"country_code\": \"mollit\",\n      \"country_iso_code\": \"sit cillum ex\",\n      \"country_phone_code\": \"mollit cillum Excepteur ullamco nisi\",\n      \"delivery_address_id\": -92842839,\n      \"geo_location\": {\n        \"magna_148\": -28028817.643495917\n      },\n      \"name\": \"mollit re\",\n      \"sector\": \"aliqua est\",\n      \"state_code\": \"tempor aute\",\n      \"uid\": \"anim sed mollit laborum\",\n      \"user_id\": \"Ut commodo\",\n      \"code\": \"ullamco dolore minim laborum nisi\"\n    },\n    \"seller_identifier\": \"Excepteur adipisicing veniam\",\n    \"shipment\": {\n      \"line_items\": [\n        {\n          \"seller_identifier\": \"elit do lab\",\n          \"charges\": [\n            {\n              \"amount\": {\n                \"currency\": \"ut Duis consequat\",\n                \"value\": 31583857.306997493\n              },\n              \"name\": \"ut Excepteur\",\n              \"type\": \"occaecat esse anim\",\n              \"code\": \"eu ut fugiat\",\n              \"tax\": {\n                \"amount\": {\n                  \"eu_b7a\": -90298803.01854512\n                },\n                \"name\": \"proident consectetur\",\n                \"rate\": 65963220.71700102\n              }\n            },\n            {\n              \"amount\": {\n                \"currency\": \"quis laborum cupidatat Duis\",\n                \"value\": 51456602.72245386\n              },\n              \"name\": \"est sed tempor anim\",\n              \"type\": \"exercitation laboris Lorem consequat\",\n              \"code\": \"esse consequat\",\n              \"tax\": {\n                \"amount\": {\n                  \"quis73\": -27424000.770862907,\n                  \"culpa83d\": true\n                },\n                \"name\": \"do elit nisi\",\n                \"rate\": 5541523.283960983\n              }\n            }\n          ],\n          \"meta\": {\n            \"aute_731\": 49282742.92728174,\n            \"do85f\": \"irure sit ad amet Excepteur\"\n          },\n          \"custom_message\": \"magna ullamco culpa ut eiusmod\",\n          \"quantity\": 61185049,\n          \"external_line_id\": \"in cillum Ut dolore labore\"\n        },\n        {\n          \"seller_identifier\": \"reprehenderit labore\",\n          \"charges\": [\n            {\n              \"amount\": {\n                \"currency\": \"consectetur\",\n                \"value\": 41514988.875947654\n              },\n              \"name\": \"ipsum exercitation quis incididunt enim\",\n              \"type\": \"ut\",\n              \"code\": \"non aliquip an\",\n              \"tax\": {\n                \"amount\": {\n                  \"ex6\": 94634191\n                },\n                \"name\": \"proident in\",\n                \"rate\": -54124226.647387005\n              }\n            },\n            {\n              \"amount\": {\n                \"currency\": \"ullamco\",\n                \"value\": 1349385.071534887\n              },\n              \"name\": \"enim laboris fugiat qui aliquip\",\n              \"type\": \"adipisicing in consectetur\",\n              \"code\": \"adipisicing nulla\",\n              \"tax\": {\n                \"amount\": {\n                  \"commodof5a\": 67198144.83317491,\n                  \"reprehenderit12\": \"pariatur in\"\n                },\n                \"name\": \"qui Lorem Excepteur commodo\",\n                \"rate\": -29708851.62465851\n              }\n            }\n          ],\n          \"meta\": {\n            \"commodo_5\": -41595404.74708323\n          },\n          \"custom_message\": \"commodo sint et dolor\",\n          \"quantity\": 79607941,\n          \"external_line_id\": \"nostrud Duis laboris cillum reprehenderit\"\n        }\n      ],\n      \"external_shipment_id\": \"Duis\",\n      \"processing_dates\": {\n        \"dp_pickup_slot\": {\n          \"quisa4\": -34078498.57683152,\n          \"dolorb\": false,\n          \"utc_7\": \"eu commodo Duis officia quis\"\n        },\n        \"dispatch_after_date\": \"deserunt tempor\",\n        \"dispatch_by_date\": \"ullamco \",\n        \"confirm_by_date\": \"est dolor deserunt amet do\",\n        \"customer_pickup_slot\": {\n          \"dolorec47\": 41445391.76646441,\n          \"occaecat2_\": 14056673\n        },\n        \"pack_by_date\": \"2004-09-16T16:28:03.390Z\"\n      },\n      \"meta\": {\n        \"est_09e\": -7188177.480500892,\n        \"tempor_c6\": false\n      },\n      \"priority\": 65540085,\n      \"location_id\": -80212871,\n      \"order_type\": \"Digital\",\n      \"tags\": [\n        {\n          \"slug\": \"occaecat amet\",\n          \"display_text\": \"a\"\n        },\n        {\n          \"slug\": \"quis aliquip dolore sint\",\n          \"display_text\": \"nulla\"\n        }\n      ],\n      \"system_messages\": [\n        {\n          \"message_type\": \"success\",\n          \"priority\": -12977425.573501393,\n          \"message\": \"pariatur nulla aute qui non\",\n          \"inject_at\": [\n            \"voluptate aliqua\",\n            \"ipsum labore pariatur\"\n          ]\n        },\n        {\n          \"message_type\": \"error\",\n          \"priority\": -25933198.99799344,\n          \"message\": \"Excepte\",\n          \"inject_at\": [\n            \"dese\",\n            \"irure in\"\n          ]\n        }\n      ],\n      \"process_after_config\": {\n        \"is_scheduled_shipment\": false,\n        \"enable_processing_after\": \"1992-03-22T07:54:27.655Z\"\n      },\n      \"parent_type\": \"et dolore\",\n      \"store_invoice_id\": \"id\",\n      \"lock_status\": \"laboris Duis enim\",\n      \"type\": \"eu anim ipsum\",\n      \"billing_address_json\": {\n        \"phone\": \"enim laborum nostrud\",\n        \"address2\": \"sit id minim et\",\n        \"address\": \"non aliqua ut consequat\",\n        \"longitude\": -5232559.552454457,\n        \"pincode\": \"mollit\",\n        \"area\": \"ut non nulla\",\n        \"address_type\": \"other\",\n        \"country\": \"labore Ut minim do\",\n        \"address_category\": \"delivery\",\n        \"email\": \"ad proident quis voluptate\",\n        \"created_at\": \"1958-06-12T14:44:09.881Z\",\n        \"address1\": \"sint cillum sed ea\",\n        \"display_address\": \"consequat aute quis ut\",\n        \"landmark\": \"d\",\n        \"updated_at\": \"1958-08-08T02:09:51.428Z\",\n        \"version\": \"ut in in\",\n        \"latitude\": -6562393.061481014,\n        \"contact_person\": \"fugiat ullamco dolore pariatur\",\n        \"state\": \"occaecat consectetur Excepteur elit\",\n        \"city\": \"culpa sint id\",\n        \"area_code_slug\": \"velit\",\n        \"country_code\": \"occaecat Excepteur\",\n        \"country_iso_code\": \"sunt dolore sint\",\n        \"country_phone_code\": \"culpa\",\n        \"delivery_address_id\": 62880126,\n        \"geo_location\": {\n          \"doloref\": 58597527.33686036,\n          \"ipsum929\": \"veniam\",\n          \"ut_8f\": false\n        },\n        \"name\": \"in\",\n        \"sector\": \"dolor reprehenderit\",\n        \"state_code\": \"nostrud in voluptate\",\n        \"uid\": \"ex aliqua fugiat enim\",\n        \"user_id\": \"esse ad irure Lorem\",\n        \"code\": \"sed amet\"\n      },\n      \"id\": \"veniam tempor Ut do\",\n      \"fulfilment_priority\": -46815719,\n      \"is_active\": false,\n      \"previous_shipment_id\": \"anim exercitation adipisicing occaecat in\",\n      \"pdf_links\": {\n        \"non_2ea\": -95621341,\n        \"Excepteur94b\": 46062409\n      },\n      \"delivery_address_json\": {\n        \"phone\": \"id mollit sit consequat\",\n        \"address2\": \"mollit qui in ad in\",\n        \"address\": \"tempor\",\n        \"longitude\": -67517229.2076995,\n        \"pincode\": \"ad dolore reprehenderit\",\n        \"area\": \"mollit officia voluptate laboris\",\n        \"address_type\": \"other\",\n        \"country\": \"culpa do incididunt\",\n        \"address_category\": \"store\",\n        \"email\": \"elit laborum qui incididunt ea\",\n        \"created_at\": \"1976-07-29T05:15:51.046Z\",\n        \"address1\": \"non veniam Ut sed Lorem\",\n        \"display_address\": \"laboris incididunt deserunt irure aliqua\",\n        \"landmark\": \"ea consectetur\",\n        \"updated_at\": \"2013-11-08T03:03:06.041Z\",\n        \"version\": \"veniam reprehenderit nulla\",\n        \"latitude\": 40207959.62074962,\n        \"contact_person\": \"do\",\n        \"state\": \"officia consequat eu\",\n        \"city\": \"officia elit\",\n        \"area_code_slug\": \"dolo\",\n        \"country_code\": \"in incididunt eiusmod officia quis\",\n        \"country_iso_code\": \"aliqua qui sit\",\n        \"country_phone_code\": \"aute sunt aliquip Excepteur laboris\",\n        \"delivery_address_id\": -94979469,\n        \"geo_location\": {\n          \"Duis_092\": 39762089,\n          \"amet862\": \"ullamco dolor\",\n          \"elita\": 27617345\n        },\n        \"name\": \"dolor sit nostrud eu\",\n        \"sector\": \"occaecat\",\n        \"state_code\": \"tempor est et\",\n        \"uid\": \"dolore Excepteur veniam culpa cons\",\n        \"user_id\": \"\",\n        \"code\": \"nisi aliqua\"\n      },\n      \"eway_bill_id\": \"ullamco\",\n      \"affiliate_shipment_id\": \"Lorem cillum aute laboris\",\n      \"fynd_order_id\": \"quis elit\",\n      \"created_at\": \"2008-08-08T08:01:23.125Z\",\n      \"delivery_awb_number\": \"ipsum nostrud fugiat\",\n      \"hand_over_contact_json\": {\n        \"phone\": \"commodo dolore Duis\",\n        \"address2\": \"occaecat tempor aute\",\n        \"address\": \"aute fugiat\",\n        \"longitude\": -5130445.096353993,\n        \"pincode\": \"nulla ex dolore\",\n        \"area\": \"amet Ut\",\n        \"address_type\": \"other\",\n        \"country\": \"non\",\n        \"address_category\": \"store\",\n        \"email\": \"ea eiusmod nulla ut fugiat\",\n        \"created_at\": \"2005-12-24T04:46:46.462Z\",\n        \"address1\": \"sit cillum sint\",\n        \"display_address\": \"adipisicing ea\",\n        \"landmark\": \"do dolor minim consectetur in\",\n        \"updated_at\": \"1987-01-26T16:48:51.064Z\",\n        \"version\": \"quis minim Lorem cillum\",\n        \"latitude\": -65014712.73319903,\n        \"contact_person\": \"tempor incididunt\",\n        \"state\": \"nulla est\",\n        \"city\": \"id elit \",\n        \"area_code_slug\": \"dolore cillum\",\n        \"country_code\": \"s\",\n        \"country_iso_code\": \"tempor eiusmod\",\n        \"country_phone_code\": \"in aute Duis\",\n        \"delivery_address_id\": -77054672,\n        \"geo_location\": {\n          \"sed2f9\": true,\n          \"laborisb01\": 81490340,\n          \"ipsumb\": \"ut cillum laboris anim\"\n        },\n        \"name\": \"ut fugiat non\",\n        \"sector\": \"amet commodo mollit\",\n        \"state_code\": \"ipsum\",\n        \"uid\": \"ut L\",\n        \"user_id\": \"ad officia\",\n        \"code\": \"ut eu sint incididunt\"\n      },\n      \"credit_note_id\": \"adipisicing enim\",\n      \"parent_id\": \"do ullamco qui est\",\n      \"affiliate_id\": \"qui ipsum c\",\n      \"packaging_type\": \"in Ut\",\n      \"vertical\": \"quis eiusmod aute cupidatat\",\n      \"quantity\": 64525960.51093066,\n      \"status\": {\n        \"meta\": {\n          \"proident_f\": \"aliquip sit aliqua tempor consequat\"\n        },\n        \"bag_list\": [\n          \"veniam laboris\",\n          \"eu in incididunt\"\n        ],\n        \"id\": -37657160,\n        \"created_at\": \"1980-10-21T20:31:14.388Z\",\n        \"created_ts\": \"occaecat labore\",\n        \"shipment_id\": \"nulla exercitation\",\n        \"status\": \"deserunt ut aute nisi\",\n        \"display_name\": \"velit ipsum\",\n        \"current_shipment_status\": \"et\",\n        \"status_created_at\": \"1969-02-13T15:23:28.579Z\"\n      },\n      \"price\": {\n        \"refund_credit\": 404516.438773334,\n        \"amount_paid_roundoff\": -30750303.483969256,\n        \"price_effective\": 5341353.224869743,\n        \"promotion_effective_discount\": -5844560.054114774,\n        \"pm_price_split\": -28737264.650115654,\n        \"refund_amount\": 15422162.210953787,\n        \"transfer_price\": 15120301.864686072,\n        \"coupon_effective_discount\": 65521521.58543843,\n        \"tax_collected_at_source\": 34553499.726338446,\n        \"brand_calculated_amount\": -47066084.347267136,\n        \"delivery_charge\": 1670407.2051078677,\n        \"cashback\": 90038078.76958859,\n        \"value_of_good\": 50188486.31877321,\n        \"cashback_applied\": -88010086.17048715,\n        \"cod_charges\": 79118714.26469922,\n        \"price_marked\": 28626153.852851838,\n        \"amount_paid\": 55547061.59989634,\n        \"coupon_value\": -11571929.621553868,\n        \"discount\": -81866956.26672003,\n        \"fynd_credits\": 95640349.45116246,\n        \"gift_price\": -12109397.867319986,\n        \"amount_to_be_collected\": 88087516.73779908,\n        \"cost_price\": 24625449.758121,\n        \"loyalty_discount\": -4174336.064371392,\n        \"marketplace_promotion_effective_discount\": -67984752.82854116,\n        \"seller_promotion_effective_discount\": 88466464.7969965\n      },\n      \"gst\": {\n        \"value_of_good\": 92475123.56265873,\n        \"gst_fee\": 4607466.941411167,\n        \"brand_calculated_amount\": -98400478.7841772,\n        \"tax_collected_at_source\": 62950642.263976365,\n        \"gstin_code\": \"elit magna exercitation\"\n      }\n    },\n    \"shipment_details\": {\n      \"affiliate_shipment_id\": \"irure ut\",\n      \"articles\": [\n        {\n          \"_id\": \"adipisicing officia\",\n          \"attributes\": {\n            \"sit6_1\": 35766602.75463897,\n            \"aliquip_72\": \"enim commodo anim nulla\"\n          },\n          \"brand_id\": -80446577,\n          \"category\": {\n            \"Ut657\": false\n          },\n          \"dimension\": {\n            \"anim1\": \"consectetur ut cil\",\n            \"commodo_4\": 44713453\n          },\n          \"quantity\": 5039093,\n          \"weight\": {\n            \"ipsum6bf\": -13231611.660993442\n          }\n        },\n        {\n          \"_id\": \"mollit sint ut\",\n          \"attributes\": {\n            \"culpa28\": 94625310,\n            \"aliqua___9\": true\n          },\n          \"brand_id\": -48909628,\n          \"category\": {\n            \"do_04\": \"sed\",\n            \"enim_5\": -30044363.610935673\n          },\n          \"dimension\": {\n            \"Ut_4ad\": \"magna laboris\",\n            \"Ut_778\": false,\n            \"aliquip0c\": 14043592.436037272,\n            \"nulla_3_6\": false\n          },\n          \"quantity\": -5305446,\n          \"weight\": {\n            \"dolor7d5\": -57957152.01381064\n          }\n        }\n      ],\n      \"fulfillment_id\": 97529803,\n      \"shipments\": -53975879,\n      \"box_type\": \"in\",\n      \"dp_id\": \"minim\",\n      \"meta\": {\n        \"proident_3fb\": -33016902,\n        \"velit4\": 14998131.234366685\n      },\n      \"dp_options\": {\n        \"dolore2\": true,\n        \"est528\": -16407663.743246958\n      },\n      \"lock_status\": false,\n      \"action_to_status\": {\n        \"download_invoice\": \"lock\",\n        \"download_label\": \"lock\"\n      }\n    },\n    \"shipment_id\": \"eiusmod sint est\",\n    \"shipment_gst\": {\n      \"value_of_good\": -95927095.78496379,\n      \"gst_fee\": 68213583.86457166,\n      \"brand_calculated_amount\": -50372011.00632407,\n      \"tax_collected_at_source\": -342457.694343552,\n      \"gstin_code\": \"consectetur sed eu et\"\n    },\n    \"shipment_status\": {\n      \"meta\": {\n        \"ullamco2\": 25088847,\n        \"ullamco_e\": false,\n        \"officia_8\": -63467586,\n        \"officia77\": \"occaecat\"\n      },\n      \"bag_list\": [\n        \"aliqua ullamco nisi ipsum\",\n        \"mollit incididunt reprehenderit ad\"\n      ],\n      \"id\": -62100475,\n      \"created_at\": \"2001-04-17T07:48:46.008Z\",\n      \"created_ts\": \"minim ullamco\",\n      \"shipment_id\": \"deserunt commodo exercitation\",\n      \"status\": \"deserunt in\",\n      \"display_name\": \"dolor ipsum velit\",\n      \"current_shipment_status\": \"in\",\n      \"status_created_at\": \"1972-10-19T05:23:48.122Z\"\n    },\n    \"shipment_status_history\": [\n      {\n        \"meta\": {\n          \"veniam59\": -5642225.028004557,\n          \"sint_7c4\": \"ex adipisicing ut nostrud\"\n        },\n        \"bag_list\": [\n          \"nostrud sunt amet\",\n          \"sit Excepteur\"\n        ],\n        \"id\": 75761560,\n        \"created_at\": \"2002-04-10T16:17:07.972Z\",\n        \"created_ts\": \"laborum enim deserunt\",\n        \"shipment_id\": \"sed \",\n        \"status\": \"incididunt\",\n        \"display_name\": \"minim laboris et labore commodo\",\n        \"current_shipment_status\": \"irure qui\",\n        \"status_created_at\": \"1967-07-03T03:13:46.251Z\"\n      },\n      {\n        \"meta\": {\n          \"ut_12b\": -97075222\n        },\n        \"bag_list\": [\n          \"commodo sunt sit ex\",\n          \"sed esse exercitation incidid\"\n        ],\n        \"id\": -49254679,\n        \"created_at\": \"1951-01-13T19:27:03.066Z\",\n        \"created_ts\": \"id pariatur\",\n        \"shipment_id\": \"Ut aliqua ipsum amet\",\n        \"status\": \"aliqua reprehenderit aliquip\",\n        \"display_name\": \"ullamco dolor et\",\n        \"current_shipment_status\": \"sit id laborum\",\n        \"status_created_at\": \"2017-02-13T19:41:47.781Z\"\n      }\n    ],\n    \"status\": {\n      \"can_be_cancelled\": false,\n      \"enable_tracking\": false,\n      \"is_active\": false,\n      \"is_customer_return_allowed\": true,\n      \"is_returnable\": false\n    },\n    \"tags\": [\n      \"laborum Lorem\",\n      \"dolor aliquip\"\n    ],\n    \"total_shipment_bags\": -86279821,\n    \"total_shipments_in_order\": 10792644,\n    \"transaction_type\": \"shipment\",\n    \"type\": \"incididunt amet\",\n    \"updated_at\": \"2001-04-25T16:41:49.778Z\",\n    \"user\": {\n      \"user_oid\": \"nostrud enim proident\",\n      \"external_customer_id\": \"Ut cupidatat f\",\n      \"first_name\": \"Lorem ad\",\n      \"last_name\": \"et\",\n      \"mobile\": \"eu sed sunt ut\",\n      \"email\": \"commodo velit\",\n      \"is_anonymous_user\": true,\n      \"gender\": \"do voluptate\",\n      \"mongo_user_id\": \"laborum\",\n      \"meta\": {\n        \"consectetur37\": true\n      }\n    },\n    \"weight\": {\n      \"value\": -57248105.94498986,\n      \"unit\": \"no\"\n    },\n    \"original_bag_list\": [\n      -41205962,\n      -32507636\n    ],\n    \"identifier\": \"labore\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "4683043c-7b78-4ee5-b607-dfd8b31db49f",
            "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": "4edd26a2-e5f1-457f-9ed5-4d5da45bdf4c",
                "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\": 200,\n  \"data\": {\n    \"items\": [\n      {\n        \"bag_update_time\": -26598068.006927893,\n        \"id\": \"ullamco non\",\n        \"bag_id\": 76940877,\n        \"affiliate_bag_details\": {\n          \"affiliate_bag_id\": \"quis\",\n          \"affiliate_meta\": {\n            \"order_item_id\": \"\",\n            \"channel_order_id\": \"E\",\n            \"employee_discount\": 2318404.292716503,\n            \"box_type\": \"deserunt enim quis mollit\",\n            \"quantity\": -72303365,\n            \"size_level_total_qty\": 9250504,\n            \"loyalty_discount\": 55788913.53318012,\n            \"replacement_details\": {\n              \"replacement_type\": \"exercitation esse\",\n              \"original_affiliate_order_id\": \"Duis velit est ut\"\n            },\n            \"channel_shipment_id\": \"eiusmod nu\",\n            \"marketplace_invoice_id\": \"commodo fugiat ipsum\",\n            \"due_date\": \"1965-06-29T08:57:21.692Z\",\n            \"coupon_code\": \"dolor velit\",\n            \"is_priority\": false,\n            \"is_serial_number_required\": false,\n            \"fulfilment_priority\": 12025185,\n            \"customer_selling_price\": 35997243.236513436\n          },\n          \"affiliate_order_id\": \"Duis in\",\n          \"employee_discount\": -20086045.148647845,\n          \"loyalty_discount\": 45104038.80234009\n        },\n        \"affiliate_details\": {\n          \"affiliate_bag_id\": \"consequ\",\n          \"affiliate_meta\": {\n            \"order_item_id\": \"ut proident ex\",\n            \"channel_order_id\": \"do dolor veniam\",\n            \"employee_discount\": 56065066.66087076,\n            \"box_type\": \"Duis nisi\",\n            \"quantity\": -8350631,\n            \"size_level_total_qty\": 61016595,\n            \"loyalty_discount\": -82293337.20744854,\n            \"replacement_details\": {\n              \"replacement_type\": \"et\",\n              \"original_affiliate_order_id\": \"dolor dolor mollit occaecat\"\n            },\n            \"channel_shipment_id\": \"dolore mollit laborum Duis enim\",\n            \"marketplace_invoice_id\": \"consectetur labore commodo in do\",\n            \"due_date\": \"1948-02-13T06:41:41.670Z\",\n            \"coupon_code\": \"nulla id\",\n            \"is_priority\": false,\n            \"is_serial_number_required\": true,\n            \"fulfilment_priority\": -89681044,\n            \"customer_selling_price\": 32070460.532283336\n          },\n          \"affiliate_order_id\": \"ad anim proident nisi\",\n          \"affiliate_shipment_id\": \"ad ut amet\",\n          \"affiliate_store_id\": \"deserunt quis amet est\",\n          \"shipment_meta\": {\n            \"same_store_available\": true,\n            \"weight\": -84936076,\n            \"tracking_url\": \"ullamco elit ut nostrud\",\n            \"estimated_delivery_date\": \"1956-11-02T22:31:20.631Z\",\n            \"b2b_buyer_details\": {\n              \"address\": \"nostrud\",\n              \"city\": \"dolor fugiat\",\n              \"gstin\": \"aliquip officia tempor qui Excepteur\",\n              \"name\": \"proident\",\n              \"pincode\": -31532270,\n              \"state\": \"off\",\n              \"ajio_site_id\": \"et tempor\"\n            },\n            \"formatted\": {\n              \"max\": \"proident Duis sint\",\n              \"min\": \"ex \"\n            },\n            \"debug_info\": {\n              \"stormbreaker_uuid\": \"ea in occaecat velit\"\n            },\n            \"return_awb_number\": \"ullamco ex eiusmod\",\n            \"is_self_ship\": true,\n            \"box_type\": \"cupidatat sint velit magna consequat\",\n            \"einvoice_info\": {\n              \"credit_note\": {\n                \"magna_570\": true,\n                \"esse_4e\": -89630550.26222171,\n                \"aliqua_b\": -78917959.01054838\n              },\n              \"invoice\": {\n                \"ad_e2f\": -57727843,\n                \"voluptate_ad6\": \"eiusmod in\"\n              }\n            },\n            \"return_affiliate_shipment_id\": \"Lorem\",\n            \"parent_dp_id\": \"dolore cupidatat ipsum ut c\",\n            \"shipment_weight\": 70365275.95441216,\n            \"dimension\": {\n              \"height\": -33544401.217816368,\n              \"width\": 10482218.671302363,\n              \"is_default\": true,\n              \"unit\": \"in nisi do\",\n              \"length\": -97707308.06313841\n            },\n            \"dp_options\": {\n              \"proident3\": -52094151.76529206,\n              \"veniambdb\": -67870551.53965111,\n              \"animd\": \"irure sed\",\n              \"culpa_d_\": \"sunt est Ut\"\n            },\n            \"assign_dp_from_sb\": true,\n            \"due_date\": \"2001-01-20T17:23:18.113Z\",\n            \"store_invoice_updated_date\": \"1986-02-23T10:16:56.344Z\",\n            \"forward_affiliate_shipment_id\": \"aliqua dolore\",\n            \"return_store_node\": 89635313,\n            \"fulfilment_priority_text\": \"nostrud do elit\",\n            \"shipment_tags\": [\n              {\n                \"slug\": \"ullamco deserunt nisi ut voluptate\",\n                \"entity_type\": \"bag\",\n                \"display_text\": \"non occaecat\"\n              },\n              {\n                \"slug\": \"nostrud sunt\",\n                \"entity_type\": \"bag\",\n                \"display_text\": \"velit exercitation sint tempor\"\n              }\n            ],\n            \"external\": {\n              \"sed1\": false,\n              \"officia_064\": false,\n              \"enim5be\": -31961503.309825197,\n              \"culpa_d99\": false\n            },\n            \"awb_number\": \"veniam ex aliquip\",\n            \"lock_data\": {\n              \"locked\": true,\n              \"mto\": false,\n              \"lock_message\": \"ipsum culpa voluptate est\"\n            },\n            \"order_type\": \"PickAtStore\",\n            \"ewaybill_info\": {\n              \"laborumfa3\": true,\n              \"ipsum_60\": -18895410.090003133,\n              \"quiec8\": 27932005.22434169,\n              \"consequat_e\": -21844574.327968\n            },\n            \"dp_id\": \"non Duis quis nostrud\",\n            \"shipment_volumetric_weight\": -1269800.2154988945,\n            \"marketplace_store_id\": \"ullamco aute et\",\n            \"return_details\": {\n              \"ipsum9_\": -16934125.725706562\n            },\n            \"dp_sort_key\": \"occaecat nisi\",\n            \"packaging_name\": \"veniam labore\",\n            \"timestamp\": {\n              \"max\": 6681197,\n              \"min\": -13811651\n            },\n            \"auto_trigger_dp_assignment_acf\": false,\n            \"dp_name\": \"velit enim ad\",\n            \"po_number\": \"tempor aliq\",\n            \"b2c_buyer_details\": {\n              \"do_43\": true,\n              \"anim1a\": true,\n              \"euf\": \"dolor do nisi reprehenderit\"\n            },\n            \"forward_affiliate_order_id\": \"sit nostrud nulla\",\n            \"return_affiliate_order_id\": \"id cillum quis\",\n            \"bag_weight\": {\n              \"cupidatatd\": -9456224\n            },\n            \"refund_to\": \"qui dolore eu Duis et\"\n          },\n          \"company_affiliate_tag\": \"exercitation in\",\n          \"pdf_links\": {\n            \"invoice_type\": \"external\",\n            \"label_type\": \"external\",\n            \"label_a6\": \"Duis quis\",\n            \"invoice\": \"aute anim\",\n            \"label_pos\": \"amet ut\",\n            \"invoice_a6\": \"occaecat enim sunt incididunt\",\n            \"b2b\": \"ut officia ut\",\n            \"label\": \"commodo ad laborum fugiat amet\",\n            \"label_a4\": \"mollit\",\n            \"invoice_export\": \"dolor in volupta\",\n            \"credit_note_url\": \"minim\",\n            \"delivery_challan_a4\": \"dolor exercitation\",\n            \"label_export\": \"dolore aliqua sed\",\n            \"invoice_a4\": \"officia ea\",\n            \"invoice_pos\": \"proident enim\",\n            \"po_invoice\": \"Ut\"\n          },\n          \"config\": {\n            \"app\": {\n              \"created_at\": \"2013-01-19T05:57:20.413Z\",\n              \"id\": \"consequat ea Ut sed\",\n              \"name\": \"non in Lorem\",\n              \"owner\": \"Ut in aliqua\",\n              \"secret\": \"esse commodo Ut nostrud dolor\",\n              \"token\": \"sed\",\n              \"updated_at\": \"1986-12-05T01:47:41.592Z\",\n              \"description\": \"sed Lorem officia ut\",\n              \"meta\": [\n                {\n                  \"name\": \"et magna Lorem Duis\",\n                  \"value\": \"pariatur et incididunt\"\n                },\n                {\n                  \"name\": \"elit\",\n                  \"value\": \"velit ullamco aliqua qui reprehenderit\"\n                }\n              ]\n            },\n            \"inventory\": {\n              \"article_assignment\": {\n                \"post_order_reassignment\": true\n              },\n              \"payment\": {\n                \"source\": \"laborum consectetur mollit commodo\",\n                \"mode_of_payment\": \"Dui\"\n              },\n              \"inventory\": {\n                \"store\": {\n                  \"nostrudf\": -52223844\n                }\n              },\n              \"order\": {\n                \"force_reassignment\": true\n              },\n              \"logistics\": {\n                \"dp_assignment\": false\n              }\n            },\n            \"app_company_id\": 63170583\n          },\n          \"affiliate_id\": \"ullamco aliqua dolore irure\",\n          \"id\": \"aliquip Ut eu\"\n        },\n        \"article\": {\n          \"_id\": \"u\",\n          \"identifiers\": {\n            \"dolorf\": false\n          },\n          \"seller_identifier\": \"ea consectetur\",\n          \"size\": \"ex aliquip in\",\n          \"uid\": \"laboru\",\n          \"set\": {\n            \"nostrud3\": -52960893.34603358,\n            \"do__b\": \"cupidatat qui sit\"\n          },\n          \"dimensions\": {\n            \"height\": -57869526.0117402,\n            \"width\": -64038796.30394252,\n            \"is_default\": false,\n            \"unit\": \"mollit sunt in exercitation\",\n            \"length\": 18273945.127971023\n          },\n          \"currency\": {\n            \"do_d\": \"au\",\n            \"esse_3\": true,\n            \"irure_a_4\": true\n          },\n          \"esp_modified\": true,\n          \"return_config\": {\n            \"returnable\": true,\n            \"time\": -82606672.49393591,\n            \"unit\": \"consectetur nos\"\n          },\n          \"code\": \"E\",\n          \"weight\": {\n            \"is_default\": true,\n            \"shipping\": -83813237,\n            \"unit\": \"pariatur consequat\"\n          },\n          \"raw_meta\": \"quis eu sint\",\n          \"is_set\": false,\n          \"tags\": [\n            \"in irure id\",\n            \"non proident consequat\"\n          ],\n          \"_custom_json\": {\n            \"adipisicing9\": 4481858.962905958\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\": \"magna in fugiat\",\n            \"forward\": false,\n            \"store_id\": -8118231,\n            \"delivery_awb_number\": \"aliqua amet\",\n            \"kafka_sync\": false,\n            \"delivery_partner_id\": 9808458,\n            \"app_display_name\": \"sunt ut voluptate\",\n            \"state_id\": 35334504,\n            \"state_type\": \"logistics\",\n            \"bsh_id\": -18726187,\n            \"created_at\": \"2002-04-27T07:24:14.683Z\",\n            \"created_ts\": \"est\",\n            \"shipment_id\": \"reprehenderit do qui Lorem\",\n            \"updated_at\": \"1959-02-13T07:45:56.235Z\",\n            \"updated_ts\": \"consec\",\n            \"bag_state_mapper\": {\n              \"display_name\": \"mollit aute\",\n              \"id\": -14239294,\n              \"journey_type\": \"return\",\n              \"name\": \"dolor cupidatat\",\n              \"state_type\": \"operational\",\n              \"is_active\": true,\n              \"app_display_name\": \"ullamco cupidatat\",\n              \"app_state_name\": \"qui consectetur aute\",\n              \"app_facing\": true,\n              \"notify_customer\": false\n            },\n            \"bag_id\": -65581180,\n            \"display_name\": \"cupidatat deserunt ut\"\n          },\n          {\n            \"status\": \"ex do\",\n            \"forward\": false,\n            \"store_id\": -17382191,\n            \"delivery_awb_number\": \"deserunt ut sunt\",\n            \"kafka_sync\": false,\n            \"delivery_partner_id\": 54836081,\n            \"app_display_name\": \"non ipsum aliquip\",\n            \"state_id\": -85040478,\n            \"state_type\": \"operational\",\n            \"bsh_id\": 26519539,\n            \"created_at\": \"1979-09-25T21:43:35.546Z\",\n            \"created_ts\": \"sed\",\n            \"shipment_id\": \"mollit magna quis deserunt Lorem\",\n            \"updated_at\": \"2000-02-17T14:40:44.683Z\",\n            \"updated_ts\": \"sed id velit dolore\",\n            \"bag_state_mapper\": {\n              \"display_name\": \"ut commodo labore et\",\n              \"id\": 69506597,\n              \"journey_type\": \"return\",\n              \"name\": \"minim anim\",\n              \"state_type\": \"financial\",\n              \"is_active\": true,\n              \"app_display_name\": \"nisi dolor\",\n              \"app_state_name\": \"dolore nostrud\",\n              \"app_facing\": true,\n              \"notify_customer\": false\n            },\n            \"bag_id\": 61633333,\n            \"display_name\": \"non elit\"\n          }\n        ],\n        \"bag_status_history\": [\n          {\n            \"status\": \"labore\",\n            \"forward\": true,\n            \"store_id\": 49134355,\n            \"delivery_awb_number\": \"reprehenderit Ut\",\n            \"kafka_sync\": true,\n            \"delivery_partner_id\": -26699483,\n            \"app_display_name\": \"reprehenderit proident adipisicing\",\n            \"state_id\": -21126937,\n            \"state_type\": \"operational\",\n            \"bsh_id\": -91644218,\n            \"created_at\": \"1985-04-06T20:45:59.376Z\",\n            \"created_ts\": \"consequat nulla labore ea\",\n            \"shipment_id\": \"labore Ex\",\n            \"updated_at\": \"1978-08-06T10:57:49.647Z\",\n            \"updated_ts\": \"est id\",\n            \"bag_state_mapper\": {\n              \"display_name\": \"tempor\",\n              \"id\": 49702710,\n              \"journey_type\": \"return\",\n              \"name\": \"cillum sed ex\",\n              \"state_type\": \"financial\",\n              \"is_active\": true,\n              \"app_display_name\": \"id Duis officia Ut\",\n              \"app_state_name\": \"aliquip\",\n              \"app_facing\": false,\n              \"notify_customer\": true\n            },\n            \"bag_id\": 99516734,\n            \"display_name\": \"proident\"\n          },\n          {\n            \"status\": \"Duis magna ex\",\n            \"forward\": true,\n            \"store_id\": 88878696,\n            \"delivery_awb_number\": \"laborum non dolore sunt anim\",\n            \"kafka_sync\": false,\n            \"delivery_partner_id\": -38963768,\n            \"app_display_name\": \"elit cillum Lorem id\",\n            \"state_id\": 16339120,\n            \"state_type\": \"logistics\",\n            \"bsh_id\": 48295646,\n            \"created_at\": \"1979-04-17T20:04:53.888Z\",\n            \"created_ts\": \"irure et\",\n            \"shipment_id\": \"exercitation\",\n            \"updated_at\": \"2025-09-23T13:01:03.107Z\",\n            \"updated_ts\": \"aute Excepteur sint\",\n            \"bag_state_mapper\": {\n              \"display_name\": \"ullamco\",\n              \"id\": -96737826,\n              \"journey_type\": \"forward\",\n              \"name\": \"reprehenderit officia pariatur anim\",\n              \"state_type\": \"operational\",\n              \"is_active\": false,\n              \"app_display_name\": \"sed velit\",\n              \"app_state_name\": \"in est magna\",\n              \"app_facing\": true,\n              \"notify_customer\": true\n            },\n            \"bag_id\": 5300486,\n            \"display_name\": \"non enim cillum deserunt ea\"\n          }\n        ],\n        \"brand\": {\n          \"brand_name\": \"aliqua\",\n          \"credit_note_expiry_days\": 92389694,\n          \"logo\": \"laborum elit eiusmod\",\n          \"invoice_prefix\": \"sed laborum\",\n          \"credit_note_allowed\": false,\n          \"start_date\": \"1973-06-09T16:29:43.890Z\",\n          \"company\": \"ut id quis proident \",\n          \"is_virtual_invoice\": false,\n          \"script_last_ran\": \"tempor nisi reprehenderit est\",\n          \"pickup_location\": \"sint occaecat\",\n          \"created_on\": \"1999-10-15T17:41:13.952Z\",\n          \"brand_id\": -51076066,\n          \"modified_on\": \"2025-09-03T20:19:05.577Z\",\n          \"id\": 81586949\n        },\n        \"company\": {\n          \"pan_no\": \"Excepteur consequat sunt proident\",\n          \"created_on\": \"2021-10-11T23:05:18.134Z\",\n          \"id\": -11002846,\n          \"company_name\": \"eiusmod anim\",\n          \"gst_number\": \"ut nostrud sed voluptate\",\n          \"company_type\": \"mbo\",\n          \"modified_on\": \"1990-01-26T07:16:05.210Z\",\n          \"meta\": {\n            \"non_3b\": 68442734,\n            \"mollit86\": \"exercitation veniam voluptate\"\n          },\n          \"business_type\": \"elit voluptate\",\n          \"agreement_start_date\": \"1984-03-06T04:08:20.722Z\"\n        },\n        \"current_operational_status\": {\n          \"status\": \"sin\",\n          \"forward\": false,\n          \"store_id\": -57485319,\n          \"delivery_awb_number\": \"occaecat minim anim\",\n          \"kafka_sync\": true,\n          \"delivery_partner_id\": -37612242,\n          \"app_display_name\": \"eu ad\",\n          \"state_id\": 66641597,\n          \"state_type\": \"operational\",\n          \"bsh_id\": -68164642,\n          \"created_at\": \"1952-08-12T20:42:53.200Z\",\n          \"created_ts\": \"laboris ut in\",\n          \"shipment_id\": \"ut ipsum voluptate\",\n          \"updated_at\": \"1947-11-23T07:52:16.558Z\",\n          \"updated_ts\": \"irure cupidatat nulla\",\n          \"bag_state_mapper\": {\n            \"display_name\": \"dolore \",\n            \"id\": 26446059,\n            \"journey_type\": \"forward\",\n            \"name\": \"in\",\n            \"state_type\": \"logistics\",\n            \"is_active\": false,\n            \"app_display_name\": \"in reprehenderit\",\n            \"app_state_name\": \"nisi in\",\n            \"app_facing\": true,\n            \"notify_customer\": false\n          },\n          \"bag_id\": 23692977,\n          \"display_name\": \"cupidatat id sit consequat\"\n        },\n        \"current_status\": {\n          \"status\": \"elit ea proident\",\n          \"forward\": true,\n          \"store_id\": -32338859,\n          \"delivery_awb_number\": \"Lorem ullamco est\",\n          \"kafka_sync\": false,\n          \"delivery_partner_id\": 56204108,\n          \"app_display_name\": \"adipisicing irure est aliqua\",\n          \"state_id\": 93049990,\n          \"state_type\": \"financial\",\n          \"bsh_id\": 93145355,\n          \"created_at\": \"1976-04-05T04:43:31.746Z\",\n          \"created_ts\": \"nulla amet ea\",\n          \"shipment_id\": \"laboris\",\n          \"updated_at\": \"1978-10-08T19:41:19.805Z\",\n          \"updated_ts\": \"cupidatat aliqua Lorem et\",\n          \"bag_state_mapper\": {\n            \"display_name\": \"sit quis consectetur\",\n            \"id\": -40323904,\n            \"journey_type\": \"return\",\n            \"name\": \"in\",\n            \"state_type\": \"financial\",\n            \"is_active\": false,\n            \"app_display_name\": \"Lorem fugiat velit nulla\",\n            \"app_state_name\": \"eu\",\n            \"app_facing\": false,\n            \"notify_customer\": true\n          },\n          \"bag_id\": -93073586,\n          \"display_name\": \"tempor nulla aute et\"\n        },\n        \"dates\": {\n          \"delivery_date\": \"1986-05-15T05:03:21.455Z\",\n          \"order_created\": \"est\"\n        },\n        \"delivery_address\": {\n          \"phone\": \"in laborum eu\",\n          \"address2\": \"ut minim dolore\",\n          \"address\": \"fugiat proident qui\",\n          \"longitude\": -74724841.30297747,\n          \"pincode\": \"pariatur irure\",\n          \"area\": \"dolor ut eu lab\",\n          \"address_type\": \"home\",\n          \"country\": \"anim deserunt et dolore in\",\n          \"address_category\": \"store\",\n          \"email\": \"irure fugiat\",\n          \"created_at\": \"2006-11-26T18:21:24.438Z\",\n          \"address1\": \"in magna commodo fugiat\",\n          \"display_address\": \"eiusmod aute oc\",\n          \"landmark\": \"veniam dolor \",\n          \"updated_at\": \"2022-06-07T14:30:45.334Z\",\n          \"version\": \"enim esse sit laboris magna\",\n          \"latitude\": -19198340.87616019,\n          \"contact_person\": \"qu\",\n          \"state\": \"do aute\",\n          \"city\": \"officia veniam aliqua laborum in\",\n          \"area_code_slug\": \"mollit ex ea\",\n          \"country_code\": \"deserunt ut aliqua Duis\",\n          \"country_iso_code\": \"nostrud consectetur deserunt occaecat\",\n          \"country_phone_code\": \"anim nulla\",\n          \"delivery_address_id\": 56109610,\n          \"geo_location\": {\n            \"ea_54\": 39247702\n          },\n          \"name\": \"amet tempor consectetur Lorem\",\n          \"sector\": \"enim ad incididunt\",\n          \"state_code\": \"ullamco\",\n          \"uid\": \"consectetur in\",\n          \"user_id\": \"dolore\",\n          \"code\": \"in elit esse\"\n        },\n        \"delivery_slot\": {\n          \"slot\": \"nisi\",\n          \"upper_bound\": \"aute commodo dolore\",\n          \"lower_bound\": \"velit\",\n          \"date\": \"laboris id eiusmod ea\",\n          \"type\": \"nostrud\"\n        },\n        \"display_name\": \"ut ut ipsum\",\n        \"dp_details\": {\n          \"ex_f\": \"Excepteur in\"\n        },\n        \"einvoice_info\": {\n          \"occaecat_fbb\": 8669473.740127072\n        },\n        \"entity_type\": \"bag\",\n        \"fallback_user\": {\n          \"Excepteur_4e9\": -58944034.73122973,\n          \"consequat10\": false,\n          \"consectetur_c_\": false,\n          \"ad97\": 14689820.185535923\n        },\n        \"financial_breakup\": [\n          {\n            \"added_to_fynd_cash\": false,\n            \"amount_paid\": -73315939.80040938,\n            \"brand_calculated_amount\": 97713750.9124819,\n            \"cashback\": -4482982.928111494,\n            \"cashback_applied\": 77310181.06355193,\n            \"cod_charges\": -55881473.24809873,\n            \"coupon_effective_discount\": 88150445.47344351,\n            \"coupon_value\": 35975234.93777722,\n            \"delivery_charge\": 98589059.61961278,\n            \"discount\": 14702140.72324732,\n            \"fynd_credits\": 90546507.18391031,\n            \"gst_fee\": -75589371.30015475,\n            \"gst_tag\": \"ut deserunt ut aute in\",\n            \"gst_tax_percentage\": 15454576.425602213,\n            \"hsn_code\": \"Lorem incididunt\",\n            \"identifiers\": {\n              \"alu\": \"reprehenderit irure Duis\",\n              \"ean\": \"ex eu irure\",\n              \"sku_code\": \"dolore ullamco\",\n              \"upc\": \"deserunt dolore culpa officia\",\n              \"isbn\": \"consequat enim aliquip nisi\"\n            },\n            \"item_name\": \"elit sed\",\n            \"price_effective\": -90555992.80109128,\n            \"price_marked\": -18421869.212308943,\n            \"promotion_effective_discount\": 69691510.24490193,\n            \"refund_credit\": -16746076.674570486,\n            \"size\": \"proident voluptate magna\",\n            \"total_units\": -13105860,\n            \"transfer_price\": -8494023.45987542,\n            \"value_of_good\": -43253208.5726757,\n            \"amount_paid_roundoff\": 2000852,\n            \"tax_collected_at_source\": -29139932.339249566,\n            \"amount_to_be_collected\": -91936059.82127377,\n            \"taxes\": [\n              {\n                \"name\": \"sit\",\n                \"rate\": -56814253.847381614,\n                \"tax_amount\": -57499521.26089841,\n                \"taxable_amount\": 61629539.30083206\n              },\n              {\n                \"name\": \"nul\",\n                \"rate\": -25672889.274068832,\n                \"tax_amount\": 21640163.51350826,\n                \"taxable_amount\": -57353930.54241418\n              }\n            ],\n            \"loyalty_discount\": 45906036.63519937\n          },\n          {\n            \"added_to_fynd_cash\": false,\n            \"amount_paid\": 36639909.00925726,\n            \"brand_calculated_amount\": -70895934.97972476,\n            \"cashback\": 67909969.57181954,\n            \"cashback_applied\": 3341029.2501128167,\n            \"cod_charges\": -15641233.365533262,\n            \"coupon_effective_discount\": -24072896.270298034,\n            \"coupon_value\": 73994600.25077921,\n            \"delivery_charge\": 17206929.50578116,\n            \"discount\": -94819008.55383034,\n            \"fynd_credits\": -69988170.48251373,\n            \"gst_fee\": 10446099.07150194,\n            \"gst_tag\": \"esse cupidatat sunt ea\",\n            \"gst_tax_percentage\": 71325724.08414295,\n            \"hsn_code\": \"ut aliqua proident aute nostrud\",\n            \"identifiers\": {\n              \"alu\": \"non\",\n              \"ean\": \"adipisicing commodo\",\n              \"sku_code\": \"tempor labore\",\n              \"upc\": \"reprehenderit\",\n              \"isbn\": \"ut quis\"\n            },\n            \"item_name\": \"dolor sit labore id\",\n            \"price_effective\": 50560055.54748273,\n            \"price_marked\": -94312064.86556691,\n            \"promotion_effective_discount\": 9852079.69029443,\n            \"refund_credit\": 62423146.869083226,\n            \"size\": \"sit sunt\",\n            \"total_units\": 1002779,\n            \"transfer_price\": 7304936.062543273,\n            \"value_of_good\": -55930027.7689387,\n            \"amount_paid_roundoff\": -19149196,\n            \"tax_collected_at_source\": -94000047.88395391,\n            \"amount_to_be_collected\": 56988285.81987944,\n            \"taxes\": [\n              {\n                \"name\": \"deserunt exercitation et laborum in\",\n                \"rate\": 10547971.056620091,\n                \"tax_amount\": 16836227.323905945,\n                \"taxable_amount\": 44549882.37376383\n              },\n              {\n                \"name\": \"est\",\n                \"rate\": 7095038.251627624,\n                \"tax_amount\": 83276539.88084057,\n                \"taxable_amount\": -17962252.34461622\n              }\n            ],\n            \"loyalty_discount\": -79188986.3431086\n          }\n        ],\n        \"fulfilling_store\": {\n          \"address1\": \"nulla\",\n          \"city\": \"tempor dolore aliquip reprehenderit\",\n          \"company_id\": 55257336,\n          \"contact_person\": \"laborum\",\n          \"country\": \"et magna officia in\",\n          \"created_at\": \"1964-06-23T09:54:32.468Z\",\n          \"fulfillment_channel\": \"veniam elit ut non sunt\",\n          \"location_type\": \"warehouse\",\n          \"meta\": {\n            \"display_name\": \"fugiat amet occaecat Excep\",\n            \"gst_credentials\": {\n              \"e_invoice\": {\n                \"enabled\": false,\n                \"username\": \"consectetur deserunt\",\n                \"user\": \"voluptate sed\",\n                \"password\": \"mollit nostrud sit sint\"\n              },\n              \"e_waybill\": {\n                \"enabled\": false\n              }\n            },\n            \"stage\": \"pariatur non esse enim officia\",\n            \"additional_contact_details\": {\n              \"Lorem_d51\": 13215822.650315538,\n              \"Excepteurfe\": -63441331\n            },\n            \"notification_emails\": [\n              \"ea\",\n              \"enim ad anim ea tempor\"\n            ],\n            \"gst_number\": \"dolor deserunt\",\n            \"ewaybill_portal_details\": {\n              \"deseruntd\": 62710575,\n              \"tempor_76\": false\n            },\n            \"einvoice_portal_details\": {\n              \"username\": \"sunt reprehenderit anim\",\n              \"user\": \"nostrud nulla\",\n              \"password\": \"dolore Excepteur labore ut\"\n            },\n            \"product_return_config\": {\n              \"sit8\": -94923671,\n              \"aliquip_1\": \"adipisicing ut\"\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\": \"proident qui fugiat\",\n          \"phone\": \"do est ea qui\",\n          \"pincode\": \"dolore ipsum commodo aute in\",\n          \"state\": \"ea reprehenderit dolore\",\n          \"store_email\": \"ea sed in aute\",\n          \"is_active\": false,\n          \"alohomora_user_id\": 66107297,\n          \"is_enabled_for_recon\": true,\n          \"mall_area\": \"dolore sit ipsum officia minim\",\n          \"vat_no\": \"quis nisi\",\n          \"display_address\": \"magna eiusmod\",\n          \"store_active_from\": \"et sit eu nisi pariatur\",\n          \"longitude\": 80091378.09222096,\n          \"brand_store_tags\": [\n            \"in tempor nisi\",\n            \"deserunt id dolor proident\"\n          ],\n          \"order_integration_id\": \"in deserunt non nulla\",\n          \"parent_store_id\": 72297447,\n          \"code\": \"voluptate fugiat\",\n          \"updated_at\": \"2005-11-26T23:23:26.265Z\",\n          \"store_address_json\": {\n            \"address1\": \"eiu\",\n            \"address_category\": \"delivery\",\n            \"address_type\": \"nostrud dolore enim ut\",\n            \"city\": \"eu elit aute ad\",\n            \"contact_person\": \"nisi enim\",\n            \"country\": \"et sed sit aute\",\n            \"country_code\": \"ut veniam cupidatat sunt cillum\",\n            \"created_at\": \"2001-06-03T08:54:12.420Z\",\n            \"latitude\": 43546729.09634477,\n            \"longitude\": -46340976.80703331,\n            \"phone\": \"la\",\n            \"pincode\": 162976,\n            \"state\": \"officia consequat incididunt\",\n            \"updated_at\": \"1990-12-25T06:13:29.027Z\",\n            \"display_address\": \"irure anim aliqua\",\n            \"version\": \"Lorem sint eiusmod ut\",\n            \"address2\": \"amet in labore est\",\n            \"area\": \"velit\",\n            \"email\": \"ut ullamco\",\n            \"landmark\": \"id\"\n          },\n          \"s_id\": \"ullamco anim\",\n          \"packaging_material_count\": -51440553,\n          \"is_archived\": false,\n          \"login_username\": \"ipsum officia nisi voluptate\",\n          \"mall_name\": \"ex sed labore laboris\",\n          \"latitude\": 49069782.00651842,\n          \"address2\": \"in tempor\"\n        },\n        \"fyndstore_emp\": {\n          \"qui_05\": -93731458,\n          \"dolore_56\": true\n        },\n        \"gst_details\": {\n          \"brand_calculated_amount\": 5032993.196889684,\n          \"gst_fee\": -73746128.44634122,\n          \"tax_collected_at_source\": -15278066.48696424,\n          \"value_of_good\": 66715913.18257719,\n          \"cgst_tax_percentage\": 25626444.44479139,\n          \"gstin_code\": \"ex\",\n          \"igst_tax_percentage\": -96178582.32706249,\n          \"gst_tax_percentage\": 15773742.095615223,\n          \"hsn_code_id\": \"ut consequat deserunt velit\",\n          \"igst_gst_fee\": -9883276.637023106,\n          \"is_default_hsn_code\": false,\n          \"sgst_gst_fee\": 39983717.97754818,\n          \"cgst_gst_fee\": 28144814.249222353,\n          \"gst_tag\": \"fugiat pariatur in quis in\",\n          \"sgst_tax_percentage\": 59456585.41535556,\n          \"hsn_code\": \"exercitation mollit Lorem\"\n        },\n        \"invoice\": {\n          \"updated_date\": \"1981-07-31T08:41:19.932Z\",\n          \"store_invoice_id\": \"officia est laborum irur\",\n          \"invoice_url\": \"anim consequat sint\",\n          \"label_url\": \"nostrud\"\n        },\n        \"item\": {\n          \"attributes\": {\n            \"nullaa\": \"Lorem proident sit tempor aute\",\n            \"in_0\": -39350183.83274183\n          },\n          \"brand\": \"nisi laboris amet reprehenderit\",\n          \"brand_id\": 33073416,\n          \"image\": [\n            \"ut ullamco nulla ut aute\",\n            \"cupidatat anim\"\n          ],\n          \"item_id\": -25099801,\n          \"name\": \"reprehenderit\",\n          \"size\": \"ea\",\n          \"slug_key\": \"culpa exercitation sint officia eu\",\n          \"webstore_product_url\": \"et adipisicing sunt mollit\",\n          \"l3_category\": -64511535,\n          \"l3_category_name\": \"aliqua\",\n          \"last_updated_at\": \"1995-02-09T13:43:33.880Z\",\n          \"l2_category\": [\n            \"dolor\",\n            \"pariatur exercitation Duis\"\n          ],\n          \"code\": \"com\",\n          \"l1_category_id\": -82669171,\n          \"l1_category\": [\n            \"dolore minim consectetur\",\n            \"ea\"\n          ],\n          \"gender\": \"nisi\",\n          \"can_cancel\": true,\n          \"can_return\": false,\n          \"branch_url\": \"in consequat non\",\n          \"meta\": {\n            \"consequat_c1\": \"en\",\n            \"nulla_\": \"et dese\",\n            \"adipisicing_9a6\": 44576896.93985304\n          },\n          \"color\": \"nisi\",\n          \"department_id\": -73857614,\n          \"l2_category_id\": -26954642\n        },\n        \"journey_type\": \"return\",\n        \"line_number\": 74031648,\n        \"lock_status\": true,\n        \"manifest_id\": \"occaecat fugiat magna\",\n        \"meta\": {\n          \"do_49\": \"ea Lorem esse\"\n        },\n        \"mode_of_payment\": \"proident consectetur exercitation\",\n        \"no_of_bags_order\": 21477367,\n        \"operational_status\": \"et amet tempor\",\n        \"order\": {\n          \"fynd_order_id\": \"tempor\",\n          \"created_at\": \"2007-05-09T13:14:20.900Z\",\n          \"user_id\": \"irure exercitation culpa\",\n          \"tax_details\": {\n            \"pan_no\": \"culpa dolore sunt dolor aliqua\",\n            \"gstin\": \"culpa sit nostr\"\n          },\n          \"mongo_cart_id\": -76187100.04497355,\n          \"delivery_charges\": -41623129.26399405,\n          \"transaction_id\": \"in in aliquip cupidatat\",\n          \"collect_by\": \"non eu ut\",\n          \"headers\": {\n            \"et88\": false,\n            \"quibf6\": \"eiusmod\",\n            \"et_55e\": true\n          },\n          \"coupon_value\": 99991078.23707661,\n          \"order_value\": -80601025.60860857,\n          \"created_time\": \"sint sunt est cillum ut\",\n          \"currency\": \"enim\",\n          \"total_order_value\": -62182664.885530815,\n          \"ordering_channel\": \"est\",\n          \"ordering_source\": \"in laborum elit\",\n          \"meta\": {\n            \"irure20b\": \"sed ipsum\"\n          },\n          \"cod_charges\": -62434159.18863211,\n          \"cashback_value\": -65007307.796188526,\n          \"refund_by\": \"culpa ullamco anim laborum\",\n          \"affiliate_order_date\": \"1962-12-02T14:58:58.744Z\",\n          \"payment_methods\": {\n            \"COD\": {\n              \"amount\": 1100\n            }\n          },\n          \"affiliate_order_id\": \"consequat pariatur\",\n          \"payment_mode_id\": -22252342.952721,\n          \"promotion_effective_discount\": -74884336.05330372,\n          \"mode_of_payment\": \"Ut sunt\",\n          \"discount\": -42084166.313314065,\n          \"cashback_applied\": 2007689.7329101264,\n          \"fynd_credits\": 55175507.86205608,\n          \"affiliate_id\": \"eu in sit irure\",\n          \"ordering_channel_logo\": \"minim amet\",\n          \"prices\": {\n            \"refund_credit\": 80316902.49408224,\n            \"amount_paid_roundoff\": -86787160.7644473,\n            \"price_effective\": -27085879.57584916,\n            \"promotion_effective_discount\": 29150275.189216763,\n            \"pm_price_split\": 88301317.13971245,\n            \"refund_amount\": 1809642.33447285,\n            \"transfer_price\": 95082650.33014736,\n            \"coupon_effective_discount\": 85586383.9667503,\n            \"tax_collected_at_source\": -63698171.46634977,\n            \"brand_calculated_amount\": -9815773.838108167,\n            \"delivery_charge\": -69140433.46488455,\n            \"cashback\": 86507267.4361237,\n            \"value_of_good\": -12241444.360200629,\n            \"cashback_applied\": 47959546.204208165,\n            \"cod_charges\": -4540814.162303165,\n            \"price_marked\": 25920236.89326264,\n            \"amount_paid\": -56446032.66475814,\n            \"coupon_value\": -52031262.11831482,\n            \"discount\": 723727.8273996711,\n            \"fynd_credits\": -74258886.4659841,\n            \"gift_price\": 5074311.209710285,\n            \"amount_to_be_collected\": -27479410.952554375,\n            \"cost_price\": 99031603.18592677,\n            \"loyalty_discount\": -99875438.43228135,\n            \"marketplace_promotion_effective_discount\": 41659556.808100134,\n            \"seller_promotion_effective_discount\": -36568329.70941135\n          },\n          \"charges\": [\n            {\n              \"name\": \"ea eu exercitation\",\n              \"amount\": {\n                \"base_currency\": {\n                  \"value\": -75777377.55736366,\n                  \"currency\": \"irure cillum tempor\"\n                },\n                \"ordering_currency\": {\n                  \"value\": -80519860.28231081,\n                  \"currency\": \"ut reprehenderit sit laboris aliquip\"\n                }\n              },\n              \"distribution_logic\": {\n                \"distribution\": {\n                  \"type\": \"single\",\n                  \"logic\": \"in eu commodo irure adipisicing\"\n                },\n                \"distribution_level\": \"pariatur mollit aliquip\"\n              },\n              \"code\": \"est deserunt tempor aliqua\",\n              \"type\": \"enim anim\"\n            },\n            {\n              \"name\": \"est\",\n              \"amount\": {\n                \"base_currency\": {\n                  \"value\": 41852411.66637969,\n                  \"currency\": \"dolor in anim laborum dolor\"\n                },\n                \"ordering_currency\": {\n                  \"value\": -14123366.444479927,\n                  \"currency\": \"Excepteur mollit\"\n                }\n              },\n              \"distribution_logic\": {\n                \"distribution\": {\n                  \"type\": \"single\",\n                  \"logic\": \"irure esse\"\n                },\n                \"distribution_level\": \"enim laboris\"\n              },\n              \"code\": \"enim non fugiat\",\n              \"type\": \"deserunt eiusmod ullamco\"\n            }\n          ],\n          \"loyalty_discount_details\": {\n            \"discount\": -31020949.790859118,\n            \"ownership\": \"marketplace\",\n            \"is_applied\": true\n          }\n        },\n        \"order_integration_id\": \"officia\",\n        \"order_type\": \"Digital\",\n        \"order_value\": -25726636.8259089,\n        \"ordering_store\": {\n          \"address1\": \"est magna dolore in quis\",\n          \"city\": \"sint laborum irure\",\n          \"company_id\": 52734626,\n          \"contact_person\": \"esse\",\n          \"country\": \"nulla incididunt proident\",\n          \"created_at\": \"1960-01-24T20:29:51.207Z\",\n          \"fulfillment_channel\": \"ipsum veniam aute quis\",\n          \"location_type\": \"mall\",\n          \"meta\": {\n            \"display_name\": \"minim\",\n            \"gst_credentials\": {\n              \"e_invoice\": {\n                \"enabled\": false,\n                \"username\": \"cillum pariatur labore\",\n                \"user\": \"Duis incididunt\",\n                \"password\": \"cillum occaecat ad eiusmod\"\n              },\n              \"e_waybill\": {\n                \"enabled\": false\n              }\n            },\n            \"stage\": \"adipisicing velit aliquip\",\n            \"additional_contact_details\": {\n              \"velit_5a9\": \"ad incididunt in\"\n            },\n            \"notification_emails\": [\n              \"mollit\",\n              \"et nostrud\"\n            ],\n            \"gst_number\": \"ut consectetur consequat\",\n            \"ewaybill_portal_details\": {\n              \"pariaturc\": false,\n              \"aute94\": 99811283.90988353,\n              \"occaecat__\": \"reprehenderit minim\"\n            },\n            \"einvoice_portal_details\": {\n              \"username\": \"ipsum sit velit et\",\n              \"user\": \"elit eiusmod\",\n              \"password\": \"in sunt Excepteur culpa\"\n            },\n            \"product_return_config\": {\n              \"laborum_3c\": -99185836.58890264,\n              \"dolor_b\": 97148699,\n              \"consequat_d\": -86991321,\n              \"ullamco_2\": -93081510.90781923\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\": \"in mollit ea aliqua\",\n          \"phone\": \"eiusmod\",\n          \"pincode\": \"et d\",\n          \"state\": \"fugiat consectetur\",\n          \"store_email\": \"irure\",\n          \"is_active\": true,\n          \"alohomora_user_id\": 26812776,\n          \"is_enabled_for_recon\": true,\n          \"mall_area\": \"cupidatat minim consectetur exercitation\",\n          \"vat_no\": \"sit laborum ad\",\n          \"display_address\": \"Excepteur in in mollit\",\n          \"store_active_from\": \"sint fugiat veniam quis\",\n          \"longitude\": -55760350.20301009,\n          \"brand_store_tags\": [\n            \"officia et\",\n            \"\"\n          ],\n          \"order_integration_id\": \"ir\",\n          \"parent_store_id\": -37491486,\n          \"code\": \"Duis ex minim consequat officia\",\n          \"updated_at\": \"1948-09-08T20:22:12.775Z\",\n          \"store_address_json\": {\n            \"address1\": \"in mollit esse pariatur\",\n            \"address_category\": \"billing\",\n            \"address_type\": \"aute\",\n            \"city\": \"deserunt\",\n            \"contact_person\": \"sint adipisicing\",\n            \"country\": \"ut ex veniam incididunt\",\n            \"country_code\": \"Duis officia\",\n            \"created_at\": \"2001-11-12T14:52:16.096Z\",\n            \"latitude\": -62615077.08117291,\n            \"longitude\": -85478580.20627706,\n            \"phone\": \"id consectetur\",\n            \"pincode\": 76445064,\n            \"state\": \"quis anim ex\",\n            \"updated_at\": \"1981-06-22T18:32:37.030Z\",\n            \"display_address\": \"eiusmod deserunt\",\n            \"version\": \"labore dolor tempor quis\",\n            \"address2\": \"enim\",\n            \"area\": \"anim Excepteur reprehenderit\",\n            \"email\": \"culpa cillum velit dolore\",\n            \"landmark\": \"elit ea\"\n          },\n          \"s_id\": \"qui esse officia\",\n          \"packaging_material_count\": -62301404,\n          \"is_archived\": true,\n          \"login_username\": \"laboris voluptate\",\n          \"mall_name\": \"ipsum laboris tempor qui\",\n          \"latitude\": 2007771.7230886817,\n          \"address2\": \"in quis\"\n        },\n        \"parent_promo_bags\": {\n          \"nullaa\": \"esse amet ad\",\n          \"dolore_d61\": -98968177,\n          \"nisi_60\": true\n        },\n        \"payment_methods\": {\n          \"COD\": {\n            \"amount\": 1100\n          }\n        },\n        \"payment_type\": \"fynd\",\n        \"payments\": {\n          \"cupidatat_cc9\": \"exercitation sit aute ad\",\n          \"sed84\": \"id sit\"\n        },\n        \"prices\": {\n          \"refund_credit\": -96419549.14917901,\n          \"amount_paid_roundoff\": 15839573.66729121,\n          \"price_effective\": 85750071.87744284,\n          \"promotion_effective_discount\": -77402456.89948457,\n          \"pm_price_split\": -26261521.246943966,\n          \"refund_amount\": -66152077.44945173,\n          \"transfer_price\": 3340835.8573100716,\n          \"coupon_effective_discount\": 88827140.92179918,\n          \"tax_collected_at_source\": -15589813.148079872,\n          \"brand_calculated_amount\": 29851024.647739425,\n          \"delivery_charge\": 46618327.49255383,\n          \"cashback\": 8366208.100423172,\n          \"value_of_good\": 55868007.48020759,\n          \"cashback_applied\": 6020976.89564088,\n          \"cod_charges\": 13445300.75176604,\n          \"price_marked\": -74561621.26586615,\n          \"amount_paid\": -35503205.00361157,\n          \"coupon_value\": 76071516.32816586,\n          \"discount\": -6880786.914921805,\n          \"fynd_credits\": 55602717.665471524,\n          \"gift_price\": 64596264.49978644,\n          \"amount_to_be_collected\": 99838367.4098643,\n          \"cost_price\": -75909915.90338793,\n          \"loyalty_discount\": -80912216.74456523,\n          \"marketplace_promotion_effective_discount\": 64827648.85573062,\n          \"seller_promotion_effective_discount\": 19560543.038690254\n        },\n        \"charges\": [\n          {\n            \"name\": \"quis dolore sint do veniam\",\n            \"amount\": {\n              \"base_currency\": {\n                \"value\": -17777483.377086863,\n                \"currency\": \"in\"\n              },\n              \"ordering_currency\": {\n                \"value\": -70115565.97144875,\n                \"currency\": \"dolore magna id laboris pariatur\"\n              }\n            },\n            \"distribution_logic\": {\n              \"distribution\": {\n                \"type\": \"single\",\n                \"logic\": \"culpa incididunt proident Excepteur id\"\n              },\n              \"distribution_level\": \"elit nisi\"\n            },\n            \"code\": \"consequat commodo\",\n            \"type\": \"labore esse\"\n          },\n          {\n            \"name\": \"nulla enim nostrud laboris pariatur\",\n            \"amount\": {\n              \"base_currency\": {\n                \"value\": 29914153.565778807,\n                \"currency\": \"dolore cupidatat Duis id\"\n              },\n              \"ordering_currency\": {\n                \"value\": -89516509.30523662,\n                \"currency\": \"exercitation laborum\"\n              }\n            },\n            \"distribution_logic\": {\n              \"distribution\": {\n                \"type\": \"multi\",\n                \"logic\": \"mollit i\"\n              },\n              \"distribution_level\": \"labore cil\"\n            },\n            \"code\": \"ex laboris sed in culpa\",\n            \"type\": \"deserunt ipsum consequat\"\n          }\n        ],\n        \"qc_required\": false,\n        \"quantity\": -6524250.868921965,\n        \"restore_coupon\": false,\n        \"restore_promos\": {\n          \"consectetur_a1\": true\n        },\n        \"rto_address\": {\n          \"phone\": \"do\",\n          \"address2\": \"Ut adipisicing qui\",\n          \"address\": \"labore esse reprehenderit consequat\",\n          \"longitude\": -53323273.70162444,\n          \"pincode\": \"Excepteur enim\",\n          \"area\": \"magna adipisicing culpa nisi\",\n          \"address_type\": \"office\",\n          \"country\": \"dolor in consectetur aliquip\",\n          \"address_category\": \"billing\",\n          \"email\": \"consectetur officia dol\",\n          \"created_at\": \"1993-04-22T22:30:50.677Z\",\n          \"address1\": \"nostrud non qui\",\n          \"display_address\": \"eiusmod amet adipisicing fugiat\",\n          \"landmark\": \"amet nisi ani\",\n          \"updated_at\": \"1980-01-07T21:56:48.037Z\",\n          \"version\": \"commodo quis proident est amet\",\n          \"latitude\": 7669452.082786292,\n          \"contact_person\": \"in\",\n          \"state\": \"in aliqua\",\n          \"city\": \"commo\",\n          \"area_code_slug\": \"consectetur nostrud\",\n          \"country_code\": \"qui Lorem cillum\",\n          \"country_iso_code\": \"ipsum sint\",\n          \"country_phone_code\": \"Lorem eu\",\n          \"delivery_address_id\": 94900038,\n          \"geo_location\": {\n            \"adipisicing8ea\": -99413555.91132486,\n            \"in_9\": \"laboris enim esse est\"\n          },\n          \"name\": \"dolore s\",\n          \"sector\": \"adipisicing dolor moll\",\n          \"state_code\": \"voluptate laborum minim eli\",\n          \"uid\": \"elit minim ullamco id\",\n          \"user_id\": \"ut officia esse pariatur labore\",\n          \"code\": \"dolor sit minim Lorem veniam\"\n        },\n        \"seller_identifier\": \"sed exercitation commodo reprehenderit\",\n        \"shipment\": {\n          \"line_items\": [\n            {\n              \"seller_identifier\": \"dolor Duis ut ex\",\n              \"charges\": [\n                {\n                  \"amount\": {\n                    \"currency\": \"sunt esse\",\n                    \"value\": -31129270.970441774\n                  },\n                  \"name\": \"Lorem cupidatat\",\n                  \"type\": \"qui incididunt\",\n                  \"code\": \"consequat enim\",\n                  \"tax\": {\n                    \"amount\": {\n                      \"labore_3\": \"ex elit\",\n                      \"adc5b\": false\n                    },\n                    \"name\": \"occaecat ex elit\",\n                    \"rate\": -12628349.416607335\n                  }\n                },\n                {\n                  \"amount\": {\n                    \"currency\": \"pariatur et dolor ullamco\",\n                    \"value\": -97190892.75642574\n                  },\n                  \"name\": \"ipsum\",\n                  \"type\": \"qui in\",\n                  \"code\": \"aute esse ut in\",\n                  \"tax\": {\n                    \"amount\": {\n                      \"sunt_0\": \"aute\",\n                      \"sed7\": \"pariatur \"\n                    },\n                    \"name\": \"in labore Lorem\",\n                    \"rate\": 25878490.090009093\n                  }\n                }\n              ],\n              \"meta\": {\n                \"ad_b\": -22851940\n              },\n              \"custom_message\": \"occaecat commodo\",\n              \"quantity\": 30014407,\n              \"external_line_id\": \"elit\"\n            },\n            {\n              \"seller_identifier\": \"lab\",\n              \"charges\": [\n                {\n                  \"amount\": {\n                    \"currency\": \"nostrud sint veniam minim\",\n                    \"value\": 52173556.03484529\n                  },\n                  \"name\": \"proident\",\n                  \"type\": \"voluptate laboris pariatur reprehender\",\n                  \"code\": \"cupidatat nulla\",\n                  \"tax\": {\n                    \"amount\": {\n                      \"non_ad\": -22176068,\n                      \"in__a\": false\n                    },\n                    \"name\": \"sunt sint veniam\",\n                    \"rate\": 96702768.36949366\n                  }\n                },\n                {\n                  \"amount\": {\n                    \"currency\": \"cillum ex commodo\",\n                    \"value\": 43483194.573018044\n                  },\n                  \"name\": \"veniam \",\n                  \"type\": \"consectetur nisi\",\n                  \"code\": \"laborum nisi in\",\n                  \"tax\": {\n                    \"amount\": {\n                      \"magna_0\": 14532321\n                    },\n                    \"name\": \"Duis\",\n                    \"rate\": 48738922.766929716\n                  }\n                }\n              ],\n              \"meta\": {\n                \"esse_7c5\": -68227312.5192456\n              },\n              \"custom_message\": \"Duis ad Exc\",\n              \"quantity\": 26175939,\n              \"external_line_id\": \"elit ad ut incididunt proident\"\n            }\n          ],\n          \"external_shipment_id\": \"minim\",\n          \"processing_dates\": {\n            \"dp_pickup_slot\": {\n              \"ex_4\": true,\n              \"laborum_bf_\": 69253634.23899174\n            },\n            \"dispatch_after_date\": \"in\",\n            \"dispatch_by_date\": \"nostrud\",\n            \"confirm_by_date\": \"Ut esse est\",\n            \"customer_pickup_slot\": {\n              \"irure_a\": -93735850,\n              \"laboris10c\": false\n            },\n            \"pack_by_date\": \"1963-10-28T18:45:37.378Z\"\n          },\n          \"meta\": {\n            \"tempor1\": -97758087,\n            \"commodo_9e\": -99149356.69062261\n          },\n          \"priority\": -9696182,\n          \"location_id\": 83835728,\n          \"order_type\": \"PickAtStore\",\n          \"tags\": [\n            {\n              \"slug\": \"voluptate\",\n              \"display_text\": \"id\"\n            },\n            {\n              \"slug\": \"pariatur magna nulla\",\n              \"display_text\": \"aliquip eu id \"\n            }\n          ],\n          \"system_messages\": [\n            {\n              \"message_type\": \"success\",\n              \"priority\": -49396829.36948446,\n              \"message\": \"dolore magna velit aliqua\",\n              \"inject_at\": [\n                \"officia velit ex\",\n                \"cillum ea\"\n              ]\n            },\n            {\n              \"message_type\": \"error\",\n              \"priority\": 71831482.52295983,\n              \"message\": \"et incididunt deserunt dolor est\",\n              \"inject_at\": [\n                \"aliquip Duis\",\n                \"ullamco ut id eiusmod\"\n              ]\n            }\n          ],\n          \"process_after_config\": {\n            \"is_scheduled_shipment\": false,\n            \"enable_processing_after\": \"1968-06-23T04:15:05.446Z\"\n          },\n          \"parent_type\": \"ut laboris officia\",\n          \"store_invoice_id\": \"incididunt\",\n          \"lock_status\": \"nulla a\",\n          \"type\": \"labore qui ad amet\",\n          \"billing_address_json\": {\n            \"phone\": \"consequat nisi ea\",\n            \"address2\": \"dolor tempor officia\",\n            \"address\": \"magna\",\n            \"longitude\": 89606979.50670657,\n            \"pincode\": \"officia magna minim ad\",\n            \"area\": \"anim velit sint dolor\",\n            \"address_type\": \"other\",\n            \"country\": \"dolore\",\n            \"address_category\": \"store\",\n            \"email\": \"q\",\n            \"created_at\": \"2023-03-10T15:23:27.648Z\",\n            \"address1\": \"est eu\",\n            \"display_address\": \"ex dolore\",\n            \"landmark\": \"sint\",\n            \"updated_at\": \"2004-09-11T14:59:26.428Z\",\n            \"version\": \"consequat\",\n            \"latitude\": -34904352.364530936,\n            \"contact_person\": \"ea aliquip labore\",\n            \"state\": \"ipsum in\",\n            \"city\": \"dolor\",\n            \"area_code_slug\": \"voluptate in\",\n            \"country_code\": \"et aliquip\",\n            \"country_iso_code\": \"dolore eiusmod\",\n            \"country_phone_code\": \"id enim anim\",\n            \"delivery_address_id\": -512541,\n            \"geo_location\": {\n              \"in_e\": 65732020,\n              \"nisi4\": 40987572.17992625\n            },\n            \"name\": \"nostrud fugiat\",\n            \"sector\": \"aliqua amet ipsum Excepteur\",\n            \"state_code\": \"aliquip occaecat laborum e\",\n            \"uid\": \"sit\",\n            \"user_id\": \"fugiat esse\",\n            \"code\": \"Ut\"\n          },\n          \"id\": \"in aliquip\",\n          \"fulfilment_priority\": 46142463,\n          \"is_active\": true,\n          \"previous_shipment_id\": \"ad nisi reprehenderit ipsum\",\n          \"pdf_links\": {\n            \"ipsumc6\": \"proident occaecat id deserunt\",\n            \"dolor6\": -24626294.526505083,\n            \"dolore_89\": -41805313.10137341,\n            \"elit_15\": false\n          },\n          \"delivery_address_json\": {\n            \"phone\": \"mollit\",\n            \"address2\": \"et ea\",\n            \"address\": \"Ut sunt ad do\",\n            \"longitude\": -89946380.9671166,\n            \"pincode\": \"quis occaecat fugiat\",\n            \"area\": \"fug\",\n            \"address_type\": \"other\",\n            \"country\": \"dolor amet\",\n            \"address_category\": \"billing\",\n            \"email\": \"enim occaecat\",\n            \"created_at\": \"1969-06-30T12:42:23.543Z\",\n            \"address1\": \"in officia aliquip proident\",\n            \"display_address\": \"labore ani\",\n            \"landmark\": \"eiusmod cupidatat officia\",\n            \"updated_at\": \"1961-08-28T14:31:19.005Z\",\n            \"version\": \"et labore Duis quis sit\",\n            \"latitude\": 30295672.252677396,\n            \"contact_person\": \"culpa pariatur\",\n            \"state\": \"esse \",\n            \"city\": \"culpa esse in est\",\n            \"area_code_slug\": \"labore amet id anim proident\",\n            \"country_code\": \"mollit dolor sit repr\",\n            \"country_iso_code\": \"aliquip enim nulla\",\n            \"country_phone_code\": \"sit labo\",\n            \"delivery_address_id\": -25763354,\n            \"geo_location\": {\n              \"magna11\": -71349331,\n              \"quis_de\": 48479695\n            },\n            \"name\": \"ea cillum fug\",\n            \"sector\": \"dolore officia et velit\",\n            \"state_code\": \"eiusmod tempor\",\n            \"uid\": \"proident officia dolore dolore et\",\n            \"user_id\": \"dolore adipisicing labore\",\n            \"code\": \"nisi adipisicing\"\n          },\n          \"eway_bill_id\": \"in incididunt\",\n          \"affiliate_shipment_id\": \"dolor magna cupidatat exercitation eu\",\n          \"fynd_order_id\": \"reprehenderit Lorem eiusmod in do\",\n          \"created_at\": \"2007-06-19T15:21:16.162Z\",\n          \"delivery_awb_number\": \"laborum sunt aliqua nostrud\",\n          \"hand_over_contact_json\": {\n            \"phone\": \"fugiat cillum dolor\",\n            \"address2\": \"proident\",\n            \"address\": \"eiusmod commodo non\",\n            \"longitude\": -35088383.13550586,\n            \"pincode\": \"fugiat aute qui sed nulla\",\n            \"area\": \"magna\",\n            \"address_type\": \"office\",\n            \"country\": \"enim occaecat Ut ad\",\n            \"address_category\": \"delivery\",\n            \"email\": \"id adipisicing\",\n            \"created_at\": \"1949-12-01T02:01:39.730Z\",\n            \"address1\": \"in ea magna\",\n            \"display_address\": \"quis in labore et\",\n            \"landmark\": \"quis velit\",\n            \"updated_at\": \"1971-10-07T01:42:36.213Z\",\n            \"version\": \"fugiat veniam ut\",\n            \"latitude\": 73119988.69912487,\n            \"contact_person\": \"dolore esse\",\n            \"state\": \"officia occaecat dolor sunt\",\n            \"city\": \"n\",\n            \"area_code_slug\": \"reprehenderit ad\",\n            \"country_code\": \"consectetur ex\",\n            \"country_iso_code\": \"ut dolore deserunt tempor\",\n            \"country_phone_code\": \"commodo\",\n            \"delivery_address_id\": 56944697,\n            \"geo_location\": {\n              \"nostrudd_f\": -89888703,\n              \"cillum_1ba\": 97820053\n            },\n            \"name\": \"irure enim sit\",\n            \"sector\": \"nisi laborum\",\n            \"state_code\": \"dolore fugiat deserunt\",\n            \"uid\": \"Lorem aliqua laboris\",\n            \"user_id\": \"sed\",\n            \"code\": \"elit dolor Ut\"\n          },\n          \"credit_note_id\": \"deserunt laboris sed\",\n          \"parent_id\": \"anim\",\n          \"affiliate_id\": \"reprehenderit commodo mollit\",\n          \"packaging_type\": \"do elit culpa laboris\",\n          \"vertical\": \"ut tempor officia irure \",\n          \"quantity\": -36121621.360320374,\n          \"status\": {\n            \"meta\": {\n              \"quis_696\": 85843363,\n              \"dolore_b2a\": true\n            },\n            \"bag_list\": [\n              \"nulla esse ipsum\",\n              \"laboris Duis Ut laborum\"\n            ],\n            \"id\": 31691530,\n            \"created_at\": \"1971-01-03T00:13:05.534Z\",\n            \"created_ts\": \"nulla eiusmod id anim\",\n            \"shipment_id\": \"deserunt aliqua non fugiat\",\n            \"status\": \"deserunt\",\n            \"display_name\": \"anim aliqua consectetur consequat elit\",\n            \"current_shipment_status\": \"ad\",\n            \"status_created_at\": \"1988-11-09T14:23:37.931Z\"\n          },\n          \"price\": {\n            \"refund_credit\": -95063569.37066163,\n            \"amount_paid_roundoff\": -22088880.74335,\n            \"price_effective\": -73831433.90830007,\n            \"promotion_effective_discount\": 73559334.90184471,\n            \"pm_price_split\": -55016774.84905314,\n            \"refund_amount\": -18959156.705311924,\n            \"transfer_price\": -55998283.88115178,\n            \"coupon_effective_discount\": -63909802.54579133,\n            \"tax_collected_at_source\": 36871929.26402086,\n            \"brand_calculated_amount\": 93665562.87566635,\n            \"delivery_charge\": 44657804.80877113,\n            \"cashback\": -82920680.14888456,\n            \"value_of_good\": -25245756.777969405,\n            \"cashback_applied\": -3433604.44402498,\n            \"cod_charges\": -38530346.53237635,\n            \"price_marked\": -49787727.470141396,\n            \"amount_paid\": -53343893.71652315,\n            \"coupon_value\": 67728658.08880839,\n            \"discount\": -69549836.35713705,\n            \"fynd_credits\": -44558992.68711021,\n            \"gift_price\": 20844842.258128658,\n            \"amount_to_be_collected\": 57525049.36415309,\n            \"cost_price\": 44424698.299893975,\n            \"loyalty_discount\": 29889796.960479796,\n            \"marketplace_promotion_effective_discount\": -73711651.71771614,\n            \"seller_promotion_effective_discount\": 62116821.103970975\n          },\n          \"gst\": {\n            \"value_of_good\": -57517838.945407405,\n            \"gst_fee\": 96574733.62915686,\n            \"brand_calculated_amount\": 60464679.66221413,\n            \"tax_collected_at_source\": -89659152.03732747,\n            \"gstin_code\": \"fugiat exercitation ullamco sed\"\n          }\n        },\n        \"shipment_details\": {\n          \"affiliate_shipment_id\": \"labore\",\n          \"articles\": [\n            {\n              \"_id\": \"Duis non ipsum\",\n              \"attributes\": {\n                \"occaecata41\": -1706088\n              },\n              \"brand_id\": 35455899,\n              \"category\": {\n                \"aliquip_956\": -36334633.89817257,\n                \"deserunt7c\": -47476932.035166316\n              },\n              \"dimension\": {\n                \"consectetur8c\": true,\n                \"tempor_6f0\": 41220455\n              },\n              \"quantity\": -43485965,\n              \"weight\": {\n                \"aliqua_38\": true,\n                \"aliquip8\": -97642049\n              }\n            },\n            {\n              \"_id\": \"aute eiusmod proident dolor\",\n              \"attributes\": {\n                \"sintf2e\": \"quis minim mollit\",\n                \"aliquip1a\": -50548968\n              },\n              \"brand_id\": -97089122,\n              \"category\": {\n                \"non43\": 38030171.80657321,\n                \"nisi30\": -45451866,\n                \"cillum_aa\": \"voluptate nulla id\",\n                \"nostrudbe4\": -73131586.16040231\n              },\n              \"dimension\": {\n                \"nostrudbd6\": -15915089.62021795,\n                \"estdd7\": true,\n                \"laborise\": \"laborum mollit exercitation Lorem\",\n                \"nonf_2\": -54567500,\n                \"in3\": -47063278\n              },\n              \"quantity\": -28561419,\n              \"weight\": {\n                \"sit_b\": false,\n                \"ea_b3f\": -14045105\n              }\n            }\n          ],\n          \"fulfillment_id\": 68903647,\n          \"shipments\": -97736340,\n          \"box_type\": \"Ut veniam eu\",\n          \"dp_id\": \"esse Lorem officia voluptate aliquip\",\n          \"meta\": {\n            \"nostrud_d\": false,\n            \"occaecat67\": 18532614.373843744,\n            \"ex_f8e\": 57019532.17877221\n          },\n          \"dp_options\": {\n            \"exercitation_c6\": 50176234,\n            \"reprehenderit__\": -90921439\n          },\n          \"lock_status\": false,\n          \"action_to_status\": {\n            \"download_invoice\": \"lock\",\n            \"download_label\": \"lock\"\n          }\n        },\n        \"shipment_id\": \"qui commodo\",\n        \"shipment_gst\": {\n          \"value_of_good\": 40221499.530361235,\n          \"gst_fee\": 76979351.4175356,\n          \"brand_calculated_amount\": -56013235.37057894,\n          \"tax_collected_at_source\": -19185344.582303807,\n          \"gstin_code\": \"culpa\"\n        },\n        \"shipment_status\": {\n          \"meta\": {\n            \"voluptate8_a\": -57152356.13695624,\n            \"reprehenderit_290\": -44495096,\n            \"proident__\": -44854819.53176889,\n            \"autea\": \"sed\",\n            \"ut_e6e\": \"sit aliqua commodo\"\n          },\n          \"bag_list\": [\n            \"fug\",\n            \"adipisicing\"\n          ],\n          \"id\": -14965141,\n          \"created_at\": \"1966-04-28T07:01:07.521Z\",\n          \"created_ts\": \"ipsum aute sint venia\",\n          \"shipment_id\": \"minim\",\n          \"status\": \"non esse nulla\",\n          \"display_name\": \"in anim\",\n          \"current_shipment_status\": \"eiusmod do aliqua e\",\n          \"status_created_at\": \"2017-01-25T18:41:17.384Z\"\n        },\n        \"shipment_status_history\": [\n          {\n            \"meta\": {\n              \"et__d8\": true\n            },\n            \"bag_list\": [\n              \"cupidatat in culpa\",\n              \"proident Duis culpa\"\n            ],\n            \"id\": -56728572,\n            \"created_at\": \"1966-04-27T06:25:49.437Z\",\n            \"created_ts\": \"reprehenderit ipsum\",\n            \"shipment_id\": \"nulla quis fugiat adipisicing in\",\n            \"status\": \"et Excepteur\",\n            \"display_name\": \"ex esse enim\",\n            \"current_shipment_status\": \"elit non dolore mollit\",\n            \"status_created_at\": \"1994-11-19T04:30:55.614Z\"\n          },\n          {\n            \"meta\": {\n              \"ea_8ae\": 87706115,\n              \"id_5\": 91500745.79871422,\n              \"quis_79\": -61274489\n            },\n            \"bag_list\": [\n              \"dolor eiusmod\",\n              \"officia dolor reprehenderit\"\n            ],\n            \"id\": -91437962,\n            \"created_at\": \"2005-04-01T13:01:52.694Z\",\n            \"created_ts\": \"dolor\",\n            \"shipment_id\": \"in eu aliquip\",\n            \"status\": \"Ut sin\",\n            \"display_name\": \"nisi incididunt\",\n            \"current_shipment_status\": \"enim\",\n            \"status_created_at\": \"1989-08-18T10:23:11.912Z\"\n          }\n        ],\n        \"status\": {\n          \"can_be_cancelled\": true,\n          \"enable_tracking\": true,\n          \"is_active\": true,\n          \"is_customer_return_allowed\": false,\n          \"is_returnable\": true\n        },\n        \"tags\": [\n          \"anim veniam\",\n          \"in id est reprehenderit\"\n        ],\n        \"total_shipment_bags\": -830934,\n        \"total_shipments_in_order\": -69449515,\n        \"transaction_type\": \"shipment\",\n        \"type\": \"occaecat\",\n        \"updated_at\": \"1977-01-09T21:51:51.218Z\",\n        \"user\": {\n          \"user_oid\": \"non\",\n          \"external_customer_id\": \"enim do qu\",\n          \"first_name\": \"consectetur\",\n          \"last_name\": \"commodo labore exercitation sint\",\n          \"mobile\": \"eu sunt ipsum cupidatat\",\n          \"email\": \"pariatur ad in dolor\",\n          \"is_anonymous_user\": true,\n          \"gender\": \"veniam aute\",\n          \"mongo_user_id\": \"Excepteur voluptate dolor ullamco velit\",\n          \"meta\": {\n            \"et_7\": false,\n            \"officia__\": true\n          }\n        },\n        \"weight\": {\n          \"value\": 58426671.333975434,\n          \"unit\": \"ex reprehenderit est id\"\n        },\n        \"original_bag_list\": [\n          59637275,\n          -80487495\n        ],\n        \"identifier\": \"dolore esse\"\n      },\n      {\n        \"bag_update_time\": 94011300.65478939,\n        \"id\": \"laboris voluptate non et\",\n        \"bag_id\": -8584359,\n        \"affiliate_bag_details\": {\n          \"affiliate_bag_id\": \"dolore\",\n          \"affiliate_meta\": {\n            \"order_item_id\": \"enim Lorem Ut consequat\",\n            \"channel_order_id\": \"commodo\",\n            \"employee_discount\": 398596.85733802617,\n            \"box_type\": \"sunt ex\",\n            \"quantity\": 61251655,\n            \"size_level_total_qty\": 95678282,\n            \"loyalty_discount\": 68644350.18387783,\n            \"replacement_details\": {\n              \"replacement_type\": \"et mag\",\n              \"original_affiliate_order_id\": \"quis voluptate mollit enim\"\n            },\n            \"channel_shipment_id\": \"commodo id\",\n            \"marketplace_invoice_id\": \"fugiat\",\n            \"due_date\": \"1971-05-03T08:08:28.085Z\",\n            \"coupon_code\": \"nostrud aliqua la\",\n            \"is_priority\": false,\n            \"is_serial_number_required\": false,\n            \"fulfilment_priority\": 8505212,\n            \"customer_selling_price\": -91994903.05788034\n          },\n          \"affiliate_order_id\": \"pariatur ullamco\",\n          \"employee_discount\": 30238168.15860121,\n          \"loyalty_discount\": -82237051.11871311\n        },\n        \"affiliate_details\": {\n          \"affiliate_bag_id\": \"\",\n          \"affiliate_meta\": {\n            \"order_item_id\": \"occaecat exercitation commodo r\",\n            \"channel_order_id\": \"in ex sed irure sint\",\n            \"employee_discount\": 16430236.743869469,\n            \"box_type\": \"id sed minim culpa\",\n            \"quantity\": 64770192,\n            \"size_level_total_qty\": -24422409,\n            \"loyalty_discount\": 17605886.50575179,\n            \"replacement_details\": {\n              \"replacement_type\": \"laborum cillum elit irure\",\n              \"original_affiliate_order_id\": \"ut exercita\"\n            },\n            \"channel_shipment_id\": \"do adipisicing\",\n            \"marketplace_invoice_id\": \"et adipisicing laboris v\",\n            \"due_date\": \"2025-11-12T03:49:57.332Z\",\n            \"coupon_code\": \"q\",\n            \"is_priority\": false,\n            \"is_serial_number_required\": false,\n            \"fulfilment_priority\": -65929752,\n            \"customer_selling_price\": -48066744.35088154\n          },\n          \"affiliate_order_id\": \"occaecat non aliqua\",\n          \"affiliate_shipment_id\": \"fugiat elit enim labore\",\n          \"affiliate_store_id\": \"reprehenderit ut irure pariatur do\",\n          \"shipment_meta\": {\n            \"same_store_available\": true,\n            \"weight\": 4519912,\n            \"tracking_url\": \"exercitation est consequat\",\n            \"estimated_delivery_date\": \"1962-08-01T01:35:48.595Z\",\n            \"b2b_buyer_details\": {\n              \"address\": \"Lorem laboris sed incididunt laborum\",\n              \"city\": \"occaecat laborum\",\n              \"gstin\": \"elit nisi anim dolor\",\n              \"name\": \"adipisicing cillum qui\",\n              \"pincode\": 2390258,\n              \"state\": \"sunt Duis culpa proident Excepteur\",\n              \"ajio_site_id\": \"voluptate do non deserunt ipsum\"\n            },\n            \"formatted\": {\n              \"max\": \"laboris quis incididunt aute\",\n              \"min\": \"sed laboris deserunt incididunt\"\n            },\n            \"debug_info\": {\n              \"stormbreaker_uuid\": \"consequat\"\n            },\n            \"return_awb_number\": \"ex fugiat Ut\",\n            \"is_self_ship\": false,\n            \"box_type\": \"quis sit\",\n            \"einvoice_info\": {\n              \"credit_note\": {\n                \"eiusmodb\": true,\n                \"ex844\": 66066746.52388978\n              },\n              \"invoice\": {\n                \"esse_b9\": \"ea cillum proident\",\n                \"nostrud_d_7\": 84674904.38428006,\n                \"ad_ca2\": -51634407.75620942,\n                \"reprehenderit_d\": \"do dolor dolor\"\n              }\n            },\n            \"return_affiliate_shipment_id\": \"anim adipisicing laborum cupidatat\",\n            \"parent_dp_id\": \"sunt ad\",\n            \"shipment_weight\": 78195094.78236938,\n            \"dimension\": {\n              \"height\": -61759533.52309293,\n              \"width\": -8382578.376052812,\n              \"is_default\": true,\n              \"unit\": \"eiusmod do deserunt\",\n              \"length\": -19372114.37713957\n            },\n            \"dp_options\": {\n              \"reprehenderitf93\": \"do officia\"\n            },\n            \"assign_dp_from_sb\": true,\n            \"due_date\": \"2011-12-21T01:01:49.091Z\",\n            \"store_invoice_updated_date\": \"1972-07-19T12:04:47.835Z\",\n            \"forward_affiliate_shipment_id\": \"adipisic\",\n            \"return_store_node\": -25962769,\n            \"fulfilment_priority_text\": \"in sint ut do\",\n            \"shipment_tags\": [\n              {\n                \"slug\": \"esse enim proident\",\n                \"entity_type\": \"shipments\",\n                \"display_text\": \"qui adipisicing elit veniam\"\n              },\n              {\n                \"slug\": \"ex\",\n                \"entity_type\": \"bag\",\n                \"display_text\": \"commodo adipisicing fugiat\"\n              }\n            ],\n            \"external\": {\n              \"sed_f\": \"culpa\",\n              \"incididunt3\": -53967603\n            },\n            \"awb_number\": \"ea irure nulla ut\",\n            \"lock_data\": {\n              \"locked\": true,\n              \"mto\": false,\n              \"lock_message\": \"eiusmod pariatur lab\"\n            },\n            \"order_type\": \"HomeDelivery\",\n            \"ewaybill_info\": {\n              \"consectetur_57\": 85902486,\n              \"cupidatat90\": 95554140.54491559\n            },\n            \"dp_id\": \"Duis laborum\",\n            \"shipment_volumetric_weight\": 59510915.58080596,\n            \"marketplace_store_id\": \"ad\",\n            \"return_details\": {\n              \"in1\": true,\n              \"nostrud_b\": false,\n              \"sint0b\": 83877269.73686993\n            },\n            \"dp_sort_key\": \"nisi incididunt\",\n            \"packaging_name\": \"amet commodo dolore\",\n            \"timestamp\": {\n              \"max\": 38036938,\n              \"min\": -37540870\n            },\n            \"auto_trigger_dp_assignment_acf\": false,\n            \"dp_name\": \"proident velit ullamco officia\",\n            \"po_number\": \"enim\",\n            \"b2c_buyer_details\": {\n              \"elit542\": 1503598,\n              \"nulla_0c2\": true\n            },\n            \"forward_affiliate_order_id\": \"veniam\",\n            \"return_affiliate_order_id\": \"dolore Duis qui\",\n            \"bag_weight\": {\n              \"enim_249\": false,\n              \"ad_f\": -94870621\n            },\n            \"refund_to\": \"Duis anim minim est\"\n          },\n          \"company_affiliate_tag\": \"labore nisi\",\n          \"pdf_links\": {\n            \"invoice_type\": \"fynd\",\n            \"label_type\": \"external\",\n            \"label_a6\": \"Ut laborum commodo fugiat enim\",\n            \"invoice\": \"tempor\",\n            \"label_pos\": \"cillum\",\n            \"invoice_a6\": \"sit dolore deserunt\",\n            \"b2b\": \"velit\",\n            \"label\": \"in reprehenderit\",\n            \"label_a4\": \"reprehenderit in consequat\",\n            \"invoice_export\": \"nostrud tempor proi\",\n            \"credit_note_url\": \"reprehenderit occaecat sunt\",\n            \"delivery_challan_a4\": \"eu\",\n            \"label_export\": \"amet sit\",\n            \"invoice_a4\": \"enim\",\n            \"invoice_pos\": \"eiusmod\",\n            \"po_invoice\": \"Ut nisi\"\n          },\n          \"config\": {\n            \"app\": {\n              \"created_at\": \"1950-07-27T20:27:34.694Z\",\n              \"id\": \"dolor velit magna\",\n              \"name\": \"amet dolo\",\n              \"owner\": \"ut officia\",\n              \"secret\": \"commodo sed minim culpa\",\n              \"token\": \"sed est\",\n              \"updated_at\": \"1989-06-09T23:46:08.316Z\",\n              \"description\": \"labore Ut do consectetur\",\n              \"meta\": [\n                {\n                  \"name\": \"sunt reprehenderit proident irure\",\n                  \"value\": \"esse ex\"\n                },\n                {\n                  \"name\": \"sed aliqua exercitation labore\",\n                  \"value\": \"in deserunt\"\n                }\n              ]\n            },\n            \"inventory\": {\n              \"article_assignment\": {\n                \"post_order_reassignment\": false\n              },\n              \"payment\": {\n                \"source\": \"veniam laboris do elit\",\n                \"mode_of_payment\": \"fugiat\"\n              },\n              \"inventory\": {\n                \"store\": {\n                  \"ullamco_80\": \"eiusmod mollit in\",\n                  \"amet_0\": -67401737.44644901,\n                  \"amet086\": -77283389.36146119\n                }\n              },\n              \"order\": {\n                \"force_reassignment\": true\n              },\n              \"logistics\": {\n                \"dp_assignment\": true\n              }\n            },\n            \"app_company_id\": -71407825\n          },\n          \"affiliate_id\": \"ut ad eu\",\n          \"id\": \"irure do consequat\"\n        },\n        \"article\": {\n          \"_id\": \"amet\",\n          \"identifiers\": {\n            \"non_3\": false,\n            \"proident__50\": 42950836,\n            \"laboris0e\": 28019313.97465585,\n            \"et3b2\": \"Duis adipisicing dolor consequat \"\n          },\n          \"seller_identifier\": \"minim dolor\",\n          \"size\": \"occaecat Duis in adipisicing minim\",\n          \"uid\": \"ea in sunt fugiat anim\",\n          \"set\": {\n            \"mollitbd\": -71114032,\n            \"doc_d\": false\n          },\n          \"dimensions\": {\n            \"height\": -36086877.48711108,\n            \"width\": 60902294.92719975,\n            \"is_default\": true,\n            \"unit\": \"veniam fugiat\",\n            \"length\": -96128603.45103225\n          },\n          \"currency\": {\n            \"fugiat4\": -8422386.983196795,\n            \"ut_7\": true,\n            \"sed10\": -19074357.177224904,\n            \"sed8\": 28691442.029234618\n          },\n          \"esp_modified\": true,\n          \"return_config\": {\n            \"returnable\": true,\n            \"time\": -99208076.87338154,\n            \"unit\": \"culpa sint\"\n          },\n          \"code\": \"Ut fugiat\",\n          \"weight\": {\n            \"is_default\": false,\n            \"shipping\": -65279051,\n            \"unit\": \"do laborum\"\n          },\n          \"raw_meta\": \"in minim consectetur ullamco Ut\",\n          \"is_set\": true,\n          \"tags\": [\n            \"Lorem enim\",\n            \"aliqua deserunt\"\n          ],\n          \"_custom_json\": {\n            \"occaecatdd\": 14443346,\n            \"voluptate70\": 14059056.634948194,\n            \"et_4\": true,\n            \"non_c1f\": -89033451.90827262\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\": \"enim esse\",\n            \"forward\": true,\n            \"store_id\": 89969759,\n            \"delivery_awb_number\": \"ut nisi reprehenderit elit\",\n            \"kafka_sync\": false,\n            \"delivery_partner_id\": -15835530,\n            \"app_display_name\": \"deserunt eiusmod\",\n            \"state_id\": -83867863,\n            \"state_type\": \"logistics\",\n            \"bsh_id\": -33082644,\n            \"created_at\": \"1963-09-13T19:21:10.562Z\",\n            \"created_ts\": \"irure veniam enim pariatur\",\n            \"shipment_id\": \"in consectetur pariatur consequat\",\n            \"updated_at\": \"1949-09-08T10:51:36.615Z\",\n            \"updated_ts\": \"laboris culpa in ad\",\n            \"bag_state_mapper\": {\n              \"display_name\": \"pariatur anim mollit occaecat\",\n              \"id\": -39103165,\n              \"journey_type\": \"forward\",\n              \"name\": \"quis id incididunt aliquip\",\n              \"state_type\": \"logistics\",\n              \"is_active\": false,\n              \"app_display_name\": \"in labore proident mollit sunt\",\n              \"app_state_name\": \"tempor nostrud proident exerci\",\n              \"app_facing\": false,\n              \"notify_customer\": false\n            },\n            \"bag_id\": -18548373,\n            \"display_name\": \"ea esse e\"\n          },\n          {\n            \"status\": \"amet voluptate Ut\",\n            \"forward\": true,\n            \"store_id\": 7112734,\n            \"delivery_awb_number\": \"id sed\",\n            \"kafka_sync\": false,\n            \"delivery_partner_id\": -33551182,\n            \"app_display_name\": \"incididunt\",\n            \"state_id\": -31306018,\n            \"state_type\": \"logistics\",\n            \"bsh_id\": 36862,\n            \"created_at\": \"1951-10-03T18:00:10.470Z\",\n            \"created_ts\": \"sed amet\",\n            \"shipment_id\": \"in do occaecat\",\n            \"updated_at\": \"2014-11-16T02:38:36.291Z\",\n            \"updated_ts\": \"esse consectetur officia\",\n            \"bag_state_mapper\": {\n              \"display_name\": \"pariatur dolore\",\n              \"id\": 12649786,\n              \"journey_type\": \"return\",\n              \"name\": \"nisi\",\n              \"state_type\": \"operational\",\n              \"is_active\": true,\n              \"app_display_name\": \"cil\",\n              \"app_state_name\": \"minim\",\n              \"app_facing\": false,\n              \"notify_customer\": true\n            },\n            \"bag_id\": 43516435,\n            \"display_name\": \"enim ad exercitation do labor\"\n          }\n        ],\n        \"bag_status_history\": [\n          {\n            \"status\": \"exercitation non\",\n            \"forward\": false,\n            \"store_id\": -37265703,\n            \"delivery_awb_number\": \"consectetur cupidatat\",\n            \"kafka_sync\": false,\n            \"delivery_partner_id\": 27774570,\n            \"app_display_name\": \"pariatur magna adipisicing\",\n            \"state_id\": 97163755,\n            \"state_type\": \"logistics\",\n            \"bsh_id\": 8739264,\n            \"created_at\": \"2024-08-08T12:38:47.087Z\",\n            \"created_ts\": \"dolor sunt cillum eiusmod\",\n            \"shipment_id\": \"nostrud tempor ve\",\n            \"updated_at\": \"2008-04-07T14:42:29.545Z\",\n            \"updated_ts\": \"veniam dolore ut fugiat\",\n            \"bag_state_mapper\": {\n              \"display_name\": \"ex cillum in nostrud\",\n              \"id\": 9366551,\n              \"journey_type\": \"forward\",\n              \"name\": \"anim labore pariatur\",\n              \"state_type\": \"operational\",\n              \"is_active\": false,\n              \"app_display_name\": \"ullamco officia irure Excepteur\",\n              \"app_state_name\": \"qui quis id aliqua\",\n              \"app_facing\": true,\n              \"notify_customer\": false\n            },\n            \"bag_id\": 46110143,\n            \"display_name\": \"minim qui commodo nisi\"\n          },\n          {\n            \"status\": \"sint\",\n            \"forward\": false,\n            \"store_id\": 83474813,\n            \"delivery_awb_number\": \"sint adipisicing\",\n            \"kafka_sync\": true,\n            \"delivery_partner_id\": -66105782,\n            \"app_display_name\": \"deserunt veniam\",\n            \"state_id\": 23181011,\n            \"state_type\": \"logistics\",\n            \"bsh_id\": -36086284,\n            \"created_at\": \"1957-09-02T21:33:10.383Z\",\n            \"created_ts\": \"ad Ut deserunt Duis\",\n            \"shipment_id\": \"culpa voluptate do\",\n            \"updated_at\": \"1962-06-07T22:21:48.776Z\",\n            \"updated_ts\": \"minim Ut\",\n            \"bag_state_mapper\": {\n              \"display_name\": \"conse\",\n              \"id\": 87794783,\n              \"journey_type\": \"return\",\n              \"name\": \"tempor irure Duis Excepteur\",\n              \"state_type\": \"financial\",\n              \"is_active\": true,\n              \"app_display_name\": \"velit culpa Excepteur exercitation sed\",\n              \"app_state_name\": \"do Ut\",\n              \"app_facing\": true,\n              \"notify_customer\": true\n            },\n            \"bag_id\": -24674683,\n            \"display_name\": \"proident tempor occaecat ea\"\n          }\n        ],\n        \"brand\": {\n          \"brand_name\": \"ut aliquip dolore\",\n          \"credit_note_expiry_days\": -19055323,\n          \"logo\": \"culpa cillum cupidatat consequat\",\n          \"invoice_prefix\": \"sint\",\n          \"credit_note_allowed\": false,\n          \"start_date\": \"1959-07-28T21:59:34.203Z\",\n          \"company\": \"aute Duis dolor\",\n          \"is_virtual_invoice\": false,\n          \"script_last_ran\": \"eu qui anim\",\n          \"pickup_location\": \"amet mollit elit\",\n          \"created_on\": \"1971-09-17T01:51:50.862Z\",\n          \"brand_id\": 90179524,\n          \"modified_on\": \"1947-04-04T04:31:34.892Z\",\n          \"id\": 67209363\n        },\n        \"company\": {\n          \"pan_no\": \"commodo incididunt\",\n          \"created_on\": \"1997-02-24T05:42:10.040Z\",\n          \"id\": -96659917,\n          \"company_name\": \"nisi aute culpa magna sunt\",\n          \"gst_number\": \"Excepteur eiusmod irure et\",\n          \"company_type\": \"franchise\",\n          \"modified_on\": \"1975-07-10T01:29:30.649Z\",\n          \"meta\": {\n            \"laboris__\": \"U\"\n          },\n          \"business_type\": \"nisi consectetur fugiat exercitation\",\n          \"agreement_start_date\": \"1971-11-29T13:20:31.672Z\"\n        },\n        \"current_operational_status\": {\n          \"status\": \"minim elit qui aute\",\n          \"forward\": true,\n          \"store_id\": -47422242,\n          \"delivery_awb_number\": \"ad enim\",\n          \"kafka_sync\": true,\n          \"delivery_partner_id\": 14342911,\n          \"app_display_name\": \"deserunt anim sed officia\",\n          \"state_id\": 52404757,\n          \"state_type\": \"logistics\",\n          \"bsh_id\": -45620653,\n          \"created_at\": \"1958-05-13T21:48:17.068Z\",\n          \"created_ts\": \"laboris fugiat nostrud\",\n          \"shipment_id\": \"ut\",\n          \"updated_at\": \"2025-10-20T16:42:24.316Z\",\n          \"updated_ts\": \"in irure aute\",\n          \"bag_state_mapper\": {\n            \"display_name\": \"iru\",\n            \"id\": 13919405,\n            \"journey_type\": \"forward\",\n            \"name\": \"pariatur eu\",\n            \"state_type\": \"logistics\",\n            \"is_active\": false,\n            \"app_display_name\": \"velit cillum Excepteur nostrud\",\n            \"app_state_name\": \"consequat magna nulla\",\n            \"app_facing\": false,\n            \"notify_customer\": true\n          },\n          \"bag_id\": 93462372,\n          \"display_name\": \"nulla tempor\"\n        },\n        \"current_status\": {\n          \"status\": \"ut\",\n          \"forward\": false,\n          \"store_id\": 61705219,\n          \"delivery_awb_number\": \"enim Ut\",\n          \"kafka_sync\": true,\n          \"delivery_partner_id\": 2089500,\n          \"app_display_name\": \"anim\",\n          \"state_id\": 82330216,\n          \"state_type\": \"operational\",\n          \"bsh_id\": 94498020,\n          \"created_at\": \"2006-12-31T17:57:58.532Z\",\n          \"created_ts\": \"est veniam ex\",\n          \"shipment_id\": \"deserunt ven\",\n          \"updated_at\": \"1991-07-27T23:24:55.738Z\",\n          \"updated_ts\": \"cillum o\",\n          \"bag_state_mapper\": {\n            \"display_name\": \"ipsum culpa non\",\n            \"id\": 97653429,\n            \"journey_type\": \"return\",\n            \"name\": \"aliqua aute\",\n            \"state_type\": \"financial\",\n            \"is_active\": true,\n            \"app_display_name\": \"ullamco est\",\n            \"app_state_name\": \"nostrud sunt in\",\n            \"app_facing\": false,\n            \"notify_customer\": false\n          },\n          \"bag_id\": -43741707,\n          \"display_name\": \"s\"\n        },\n        \"dates\": {\n          \"delivery_date\": \"1951-08-22T15:59:06.301Z\",\n          \"order_created\": \"qui commodo proident magna\"\n        },\n        \"delivery_address\": {\n          \"phone\": \"dolore fugiat\",\n          \"address2\": \"l\",\n          \"address\": \"Duis in occaecat veniam\",\n          \"longitude\": 62987051.74635559,\n          \"pincode\": \"elit veniam amet\",\n          \"area\": \"incididunt sed nostrud\",\n          \"address_type\": \"home\",\n          \"country\": \"eiusmod aliquip\",\n          \"address_category\": \"billing\",\n          \"email\": \"Excepteur dolore sit\",\n          \"created_at\": \"1961-06-23T01:23:15.783Z\",\n          \"address1\": \"veniam eu nostrud culpa\",\n          \"display_address\": \"cupidatat veniam consectetur nostrud\",\n          \"landmark\": \"veniam eiusmod nisi\",\n          \"updated_at\": \"1981-04-19T19:32:01.923Z\",\n          \"version\": \"\",\n          \"latitude\": -65235350.32767565,\n          \"contact_person\": \"adipisicin\",\n          \"state\": \"in adipisicing nostrud eiusmod\",\n          \"city\": \"dolor amet in nostrud\",\n          \"area_code_slug\": \"consequat consectetur ad proident\",\n          \"country_code\": \"nisi exercitation sit irure\",\n          \"country_iso_code\": \"deserunt dolore aliqua\",\n          \"country_phone_code\": \"id et elit esse nisi\",\n          \"delivery_address_id\": -17576930,\n          \"geo_location\": {\n            \"proident_88\": -19582383.00691621,\n            \"in71\": \"in Lorem amet\",\n            \"consecteturad\": -72747413\n          },\n          \"name\": \"do Excepteur\",\n          \"sector\": \"eiusmod elit laborum\",\n          \"state_code\": \"id magna minim consequat\",\n          \"uid\": \"reprehenderit dolor\",\n          \"user_id\": \"labore\",\n          \"code\": \"aute reprehenderit\"\n        },\n        \"delivery_slot\": {\n          \"slot\": \"in ex veniam\",\n          \"upper_bound\": \"occaecat in aliquip\",\n          \"lower_bound\": \"ex fugiat dolore\",\n          \"date\": \"fugiat cillum\",\n          \"type\": \"qui mollit reprehenderit occaecat nos\"\n        },\n        \"display_name\": \"tempor nostrud\",\n        \"dp_details\": {\n          \"incididuntc7a\": \"veniam et anim\",\n          \"commodo_463\": true\n        },\n        \"einvoice_info\": {\n          \"in_9\": -80381918.73282337\n        },\n        \"entity_type\": \"bag\",\n        \"fallback_user\": {\n          \"dolore_c\": 27723438.922167316\n        },\n        \"financial_breakup\": [\n          {\n            \"added_to_fynd_cash\": false,\n            \"amount_paid\": -14457512.242158458,\n            \"brand_calculated_amount\": -89177370.7884539,\n            \"cashback\": 16247101.295052558,\n            \"cashback_applied\": -47039877.21220182,\n            \"cod_charges\": 68184908.01055774,\n            \"coupon_effective_discount\": 24420167.536580846,\n            \"coupon_value\": -78407930.10643688,\n            \"delivery_charge\": 19932856.61370963,\n            \"discount\": -68189899.05075324,\n            \"fynd_credits\": 10885122.283101901,\n            \"gst_fee\": -81274746.61447693,\n            \"gst_tag\": \"id eu sunt\",\n            \"gst_tax_percentage\": 18769478.54479885,\n            \"hsn_code\": \"ipsum consequat\",\n            \"identifiers\": {\n              \"alu\": \"sint do eiusmod\",\n              \"ean\": \"reprehenderit nostrud velit\",\n              \"sku_code\": \"sit\",\n              \"upc\": \"aute proident\",\n              \"isbn\": \"cupidatat eiusmod commodo\"\n            },\n            \"item_name\": \"sint in tempor\",\n            \"price_effective\": -2675245.975300953,\n            \"price_marked\": 57489620.81462175,\n            \"promotion_effective_discount\": -97930809.84810553,\n            \"refund_credit\": -3101130.341348976,\n            \"size\": \"in dolor do\",\n            \"total_units\": -6511793,\n            \"transfer_price\": 1418068.3442888558,\n            \"value_of_good\": 98205235.34800777,\n            \"amount_paid_roundoff\": -68637798,\n            \"tax_collected_at_source\": -2754097.9922950864,\n            \"amount_to_be_collected\": 4215303.582264736,\n            \"taxes\": [\n              {\n                \"name\": \"aliquip\",\n                \"rate\": -61657658.32145888,\n                \"tax_amount\": -63167363.60310888,\n                \"taxable_amount\": 82013642.01931992\n              },\n              {\n                \"name\": \"occaecat eiusmod et laborum\",\n                \"rate\": 50814035.85145572,\n                \"tax_amount\": -58954078.502300836,\n                \"taxable_amount\": -96358470.04001823\n              }\n            ],\n            \"loyalty_discount\": -47817121.55554936\n          },\n          {\n            \"added_to_fynd_cash\": false,\n            \"amount_paid\": -47276997.339857504,\n            \"brand_calculated_amount\": -61405752.450480126,\n            \"cashback\": 89037142.2170924,\n            \"cashback_applied\": -55592662.578955434,\n            \"cod_charges\": 34603786.16585809,\n            \"coupon_effective_discount\": -47199766.23764133,\n            \"coupon_value\": -46445740.80714294,\n            \"delivery_charge\": -34745886.72498506,\n            \"discount\": -15272183.70912245,\n            \"fynd_credits\": -48228126.41896204,\n            \"gst_fee\": -41753712.3969383,\n            \"gst_tag\": \"incididunt pariatur anim\",\n            \"gst_tax_percentage\": -62650084.75227782,\n            \"hsn_code\": \"sed occaecat et consequat\",\n            \"identifiers\": {\n              \"alu\": \"culpa ut sed\",\n              \"ean\": \"fugiat aliquip nostrud\",\n              \"sku_code\": \"irure ut in\",\n              \"upc\": \"non consequat\",\n              \"isbn\": \"dolor aliqua non dolor sit\"\n            },\n            \"item_name\": \"ex est\",\n            \"price_effective\": -32658868.87806447,\n            \"price_marked\": 42003108.12043607,\n            \"promotion_effective_discount\": -31472778.438228622,\n            \"refund_credit\": 26253150.43910414,\n            \"size\": \"Ut qui amet\",\n            \"total_units\": -58599030,\n            \"transfer_price\": 29842466.152325153,\n            \"value_of_good\": -15909415.52273941,\n            \"amount_paid_roundoff\": 80499540,\n            \"tax_collected_at_source\": -81124337.20913526,\n            \"amount_to_be_collected\": 24906401.035035893,\n            \"taxes\": [\n              {\n                \"name\": \"s\",\n                \"rate\": -38572703.45944395,\n                \"tax_amount\": -52383740.95102869,\n                \"taxable_amount\": -37567267.564881936\n              },\n              {\n                \"name\": \"adipisicing minim\",\n                \"rate\": 36813272.98597902,\n                \"tax_amount\": 42613985.63034949,\n                \"taxable_amount\": -18604823.390151367\n              }\n            ],\n            \"loyalty_discount\": -37995610.896271795\n          }\n        ],\n        \"fulfilling_store\": {\n          \"address1\": \"officia cillum dolor elit\",\n          \"city\": \"nulla ut\",\n          \"company_id\": -88684424,\n          \"contact_person\": \"elit pariatur mollit\",\n          \"country\": \"mollit\",\n          \"created_at\": \"2010-07-16T03:58:49.398Z\",\n          \"fulfillment_channel\": \"anim proident sunt\",\n          \"location_type\": \"high_street\",\n          \"meta\": {\n            \"display_name\": \"enim ullamco ipsum occaecat\",\n            \"gst_credentials\": {\n              \"e_invoice\": {\n                \"enabled\": true,\n                \"username\": \"pariatur cillum incididunt reprehenderit ipsum\",\n                \"user\": \"tempor consequat laborum ut\",\n                \"password\": \"exercitation enim\"\n              },\n              \"e_waybill\": {\n                \"enabled\": false\n              }\n            },\n            \"stage\": \"consequat do sed\",\n            \"additional_contact_details\": {\n              \"elit_a15\": true\n            },\n            \"notification_emails\": [\n              \"adipisicing mollit in\",\n              \"cupidatat pariatur Duis sit\"\n            ],\n            \"gst_number\": \"et aliquip\",\n            \"ewaybill_portal_details\": {\n              \"laboris_a\": -40972518,\n              \"velit50\": -36568056.896036796,\n              \"eiusmod8e\": 42273715,\n              \"aute_fd\": -50322042.34017668\n            },\n            \"einvoice_portal_details\": {\n              \"username\": \"quis aliquip\",\n              \"user\": \"commodo aliquip proident Ut\",\n              \"password\": \"minim Excepteur eiusmod\"\n            },\n            \"product_return_config\": {\n              \"sit_\": \"elit pariatur in sint\",\n              \"commodo8c\": 23821222.29224591\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\": \"sit\",\n          \"phone\": \"dolor\",\n          \"pincode\": \"sunt amet sit in\",\n          \"state\": \"Duis ipsum Excepteur ea\",\n          \"store_email\": \"non nostrud quis consequat\",\n          \"is_active\": true,\n          \"alohomora_user_id\": 24988262,\n          \"is_enabled_for_recon\": false,\n          \"mall_area\": \"Lorem pariatur dolor est enim\",\n          \"vat_no\": \"et velit\",\n          \"display_address\": \"ea qui mollit Excepteur sit\",\n          \"store_active_from\": \"consectetur\",\n          \"longitude\": -15439095.394933224,\n          \"brand_store_tags\": [\n            \"voluptate\",\n            \"elit\"\n          ],\n          \"order_integration_id\": \"ea aliquip esse\",\n          \"parent_store_id\": -18266767,\n          \"code\": \"sunt magna ipsum veniam\",\n          \"updated_at\": \"2006-11-19T03:37:00.366Z\",\n          \"store_address_json\": {\n            \"address1\": \"elit laboris aliqua esse\",\n            \"address_category\": \"billing\",\n            \"address_type\": \"minim deserunt\",\n            \"city\": \"in pariatur Lorem\",\n            \"contact_person\": \"sunt tempor\",\n            \"country\": \"Ut\",\n            \"country_code\": \"magna esse Excepteur elit labore\",\n            \"created_at\": \"2005-11-02T08:17:02.730Z\",\n            \"latitude\": -11714310.961581111,\n            \"longitude\": -79824488.73843002,\n            \"phone\": \"aliquip dolore\",\n            \"pincode\": 71307781,\n            \"state\": \"dolor nulla\",\n            \"updated_at\": \"2022-01-03T19:46:55.602Z\",\n            \"display_address\": \"elit in eu eiusmod\",\n            \"version\": \"minim do sed\",\n            \"address2\": \"do dolore cupidatat\",\n            \"area\": \"quis deserunt velit\",\n            \"email\": \"laboris dolore mollit sint\",\n            \"landmark\": \"ut dolor\"\n          },\n          \"s_id\": \"pariatur Lorem ullamco\",\n          \"packaging_material_count\": 2277119,\n          \"is_archived\": false,\n          \"login_username\": \"consequat ut in\",\n          \"mall_name\": \"Duis esse\",\n          \"latitude\": 1359741.1213238835,\n          \"address2\": \"sit consectetur\"\n        },\n        \"fyndstore_emp\": {\n          \"aliqua6\": true,\n          \"ametc\": \"mollit dolore\",\n          \"exd9d\": 21427683,\n          \"ullamco_\": 11606923.742983446\n        },\n        \"gst_details\": {\n          \"brand_calculated_amount\": -88211665.63446687,\n          \"gst_fee\": -48133090.50774719,\n          \"tax_collected_at_source\": -55357174.353506796,\n          \"value_of_good\": 54912332.67860758,\n          \"cgst_tax_percentage\": 23510285.485059425,\n          \"gstin_code\": \"occaecat Ut eu velit dolor\",\n          \"igst_tax_percentage\": -47635762.801298,\n          \"gst_tax_percentage\": -55544094.06515792,\n          \"hsn_code_id\": \"do sint est\",\n          \"igst_gst_fee\": 76897313.94123212,\n          \"is_default_hsn_code\": false,\n          \"sgst_gst_fee\": 4410954.529540673,\n          \"cgst_gst_fee\": 53307063.46818349,\n          \"gst_tag\": \"aliqua\",\n          \"sgst_tax_percentage\": -77302631.01038411,\n          \"hsn_code\": \"laboris\"\n        },\n        \"invoice\": {\n          \"updated_date\": \"2009-02-26T11:06:11.524Z\",\n          \"store_invoice_id\": \"aliquip et anim ut ea\",\n          \"invoice_url\": \"ad ipsum consectetur sed officia\",\n          \"label_url\": \"dolor in\"\n        },\n        \"item\": {\n          \"attributes\": {\n            \"sit_ab\": 14562.755322352052\n          },\n          \"brand\": \"nisi sed\",\n          \"brand_id\": 384687,\n          \"image\": [\n            \"dolor deserunt voluptate\",\n            \"eiusmod quis Ut\"\n          ],\n          \"item_id\": -46249086,\n          \"name\": \"Lorem ea\",\n          \"size\": \"exer\",\n          \"slug_key\": \"nostrud\",\n          \"webstore_product_url\": \"fugiat ex\",\n          \"l3_category\": 4941584,\n          \"l3_category_name\": \"minim enim\",\n          \"last_updated_at\": \"1996-01-14T15:47:54.713Z\",\n          \"l2_category\": [\n            \"amet sunt est exercitation\",\n            \"Duis Ut nulla\"\n          ],\n          \"code\": \"magna elit \",\n          \"l1_category_id\": 17128193,\n          \"l1_category\": [\n            \"eu pariatur\",\n            \"tempor in do\"\n          ],\n          \"gender\": \"sint\",\n          \"can_cancel\": true,\n          \"can_return\": true,\n          \"branch_url\": \"laboris esse est do\",\n          \"meta\": {\n            \"velit_031\": -8993170,\n            \"Lorem_69\": 82280946.56026772\n          },\n          \"color\": \"enim non\",\n          \"department_id\": -53277201,\n          \"l2_category_id\": 43078733\n        },\n        \"journey_type\": \"return\",\n        \"line_number\": -82885576,\n        \"lock_status\": true,\n        \"manifest_id\": \"exercitation sint deserunt\",\n        \"meta\": {\n          \"enim3\": true,\n          \"adipisicing8\": \"qui\"\n        },\n        \"mode_of_payment\": \"amet sunt\",\n        \"no_of_bags_order\": -69724941,\n        \"operational_status\": \"eiusmod\",\n        \"order\": {\n          \"fynd_order_id\": \"sed irure nisi\",\n          \"created_at\": \"1948-08-07T03:11:25.084Z\",\n          \"user_id\": \"deserunt ex\",\n          \"tax_details\": {\n            \"pan_no\": \"ipsum laboris\",\n            \"gstin\": \"est sit\"\n          },\n          \"mongo_cart_id\": -41635727.991821714,\n          \"delivery_charges\": -7226947.60547556,\n          \"transaction_id\": \"commodo ulla\",\n          \"collect_by\": \"velit\",\n          \"headers\": {\n            \"dolore9\": -13317795\n          },\n          \"coupon_value\": -8779219.134940013,\n          \"order_value\": 18073385.135691926,\n          \"created_time\": \"tempor elit velit\",\n          \"currency\": \"do et dolore\",\n          \"total_order_value\": -16851202.707873464,\n          \"ordering_channel\": \"in\",\n          \"ordering_source\": \"ut consequat ex veniam\",\n          \"meta\": {\n            \"ipsum2\": 62443809.9968673,\n            \"labore_89\": 62299596.42250559,\n            \"id_54\": -12479403.909805462\n          },\n          \"cod_charges\": -6362162.830549508,\n          \"cashback_value\": 46073688.08109048,\n          \"refund_by\": \"pariatur in do\",\n          \"affiliate_order_date\": \"1967-12-24T06:12:58.877Z\",\n          \"payment_methods\": {\n            \"COD\": {\n              \"amount\": 1100\n            }\n          },\n          \"affiliate_order_id\": \"esse fu\",\n          \"payment_mode_id\": -65589409.15987197,\n          \"promotion_effective_discount\": 89483962.29002357,\n          \"mode_of_payment\": \"mollit labore\",\n          \"discount\": 86664648.02798063,\n          \"cashback_applied\": 66723099.319790065,\n          \"fynd_credits\": -80931407.92390692,\n          \"affiliate_id\": \"ea in exercitation cupidatat\",\n          \"ordering_channel_logo\": \"laboris ut adipisic\",\n          \"prices\": {\n            \"refund_credit\": -77119545.19910228,\n            \"amount_paid_roundoff\": -8416650.535645768,\n            \"price_effective\": -36911358.33750559,\n            \"promotion_effective_discount\": 31409687.551560283,\n            \"pm_price_split\": -88170735.92188694,\n            \"refund_amount\": -52324679.66055685,\n            \"transfer_price\": 77996000.68819687,\n            \"coupon_effective_discount\": 13413535.031901076,\n            \"tax_collected_at_source\": 93821906.0759308,\n            \"brand_calculated_amount\": -24532890.592782363,\n            \"delivery_charge\": 75741936.95090088,\n            \"cashback\": 74987131.2693795,\n            \"value_of_good\": 95991461.82715726,\n            \"cashback_applied\": 39525852.256524354,\n            \"cod_charges\": 45295122.79642317,\n            \"price_marked\": 49242617.37377557,\n            \"amount_paid\": -90155678.7901693,\n            \"coupon_value\": -31032942.71869217,\n            \"discount\": -38768546.531463645,\n            \"fynd_credits\": 27624272.979483783,\n            \"gift_price\": 87230443.12289464,\n            \"amount_to_be_collected\": 37140640.166296005,\n            \"cost_price\": -12458696.702459589,\n            \"loyalty_discount\": -22087782.489461467,\n            \"marketplace_promotion_effective_discount\": 40177356.46651599,\n            \"seller_promotion_effective_discount\": -51418895.08638355\n          },\n          \"charges\": [\n            {\n              \"name\": \"anim adipisicing\",\n              \"amount\": {\n                \"base_currency\": {\n                  \"value\": -82535743.4587814,\n                  \"currency\": \"dolore aliquip reprehenderit ut\"\n                },\n                \"ordering_currency\": {\n                  \"value\": -49662364.84259956,\n                  \"currency\": \"Excepteur ex pariatur\"\n                }\n              },\n              \"distribution_logic\": {\n                \"distribution\": {\n                  \"type\": \"single\",\n                  \"logic\": \"pariatur nostrud exercitation\"\n                },\n                \"distribution_level\": \"sunt nisi quis\"\n              },\n              \"code\": \"par\",\n              \"type\": \"labore enim eu\"\n            },\n            {\n              \"name\": \"sunt nulla aliqua cupidatat deserunt\",\n              \"amount\": {\n                \"base_currency\": {\n                  \"value\": 43650350.48553878,\n                  \"currency\": \"nostrud adipisicing elit\"\n                },\n                \"ordering_currency\": {\n                  \"value\": -91813085.02201664,\n                  \"currency\": \"quis\"\n                }\n              },\n              \"distribution_logic\": {\n                \"distribution\": {\n                  \"type\": \"multi\",\n                  \"logic\": \"sed\"\n                },\n                \"distribution_level\": \"Du\"\n              },\n              \"code\": \"ut aliqua mollit\",\n              \"type\": \"tempor fugiat\"\n            }\n          ],\n          \"loyalty_discount_details\": {\n            \"discount\": -74691771.20616242,\n            \"ownership\": \"marketplace\",\n            \"is_applied\": false\n          }\n        },\n        \"order_integration_id\": \"ipsum consectetur Duis\",\n        \"order_type\": \"PickAtStore\",\n        \"order_value\": -46644684.66283655,\n        \"ordering_store\": {\n          \"address1\": \"commodo Duis\",\n          \"city\": \"cupidatat aliqua Lorem ad et\",\n          \"company_id\": -12453777,\n          \"contact_person\": \"exercitation irure ut dolor\",\n          \"country\": \"nisi nostrud ipsum\",\n          \"created_at\": \"1947-03-10T05:15:53.260Z\",\n          \"fulfillment_channel\": \"sit eu anim voluptate consectetur\",\n          \"location_type\": \"store\",\n          \"meta\": {\n            \"display_name\": \"ea\",\n            \"gst_credentials\": {\n              \"e_invoice\": {\n                \"enabled\": true,\n                \"username\": \"veniam ad aliquip\",\n                \"user\": \"commodo qui cillum velit deserunt\",\n                \"password\": \"i\"\n              },\n              \"e_waybill\": {\n                \"enabled\": true\n              }\n            },\n            \"stage\": \"non eiusmod\",\n            \"additional_contact_details\": {\n              \"mollit930\": 88534515.48431095,\n              \"consectetur_f84\": \"aute ut cillum mollit\",\n              \"qui_40\": true\n            },\n            \"notification_emails\": [\n              \"culpa incididunt officia laborum\",\n              \"veniam aute\"\n            ],\n            \"gst_number\": \"nulla dolor\",\n            \"ewaybill_portal_details\": {\n              \"ut416\": -72563022.41611135,\n              \"dolorb1\": \"velit ex \"\n            },\n            \"einvoice_portal_details\": {\n              \"username\": \"Excepteur\",\n              \"user\": \"in laboris\",\n              \"password\": \"ipsum\"\n            },\n            \"product_return_config\": {\n              \"veniam_b\": 34979707.96861142,\n              \"sed03\": \"mollit\",\n              \"Duisd2\": -6255573\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\": \"ut\",\n          \"phone\": \"adipisicing dolore laboris anim\",\n          \"pincode\": \"laboris velit est\",\n          \"state\": \"anim aliqua\",\n          \"store_email\": \"incididunt laborum et\",\n          \"is_active\": false,\n          \"alohomora_user_id\": 82202828,\n          \"is_enabled_for_recon\": false,\n          \"mall_area\": \"officia dolor sit culpa\",\n          \"vat_no\": \"occaecat officia enim ea\",\n          \"display_address\": \"cillum ea\",\n          \"store_active_from\": \"in labore reprehenderit ipsum\",\n          \"longitude\": -58877642.05386938,\n          \"brand_store_tags\": [\n            \"id ipsum exercitation\",\n            \"Lorem et\"\n          ],\n          \"order_integration_id\": \"exercitation ut\",\n          \"parent_store_id\": 1537341,\n          \"code\": \"est\",\n          \"updated_at\": \"2016-09-28T10:39:25.701Z\",\n          \"store_address_json\": {\n            \"address1\": \"ad\",\n            \"address_category\": \"store\",\n            \"address_type\": \"fugiat dolor do\",\n            \"city\": \"culpa adipisi\",\n            \"contact_person\": \"amet adipisicing deserunt aliqua id\",\n            \"country\": \"in laborum nostrud dolore Ut\",\n            \"country_code\": \"veniam\",\n            \"created_at\": \"1994-06-22T07:28:02.622Z\",\n            \"latitude\": -10664811.592356399,\n            \"longitude\": -22911696.866455376,\n            \"phone\": \"v\",\n            \"pincode\": 42890888,\n            \"state\": \"enim nostrud ea occaecat\",\n            \"updated_at\": \"1960-09-19T10:40:12.107Z\",\n            \"display_address\": \"et\",\n            \"version\": \"Excepteur\",\n            \"address2\": \"do veniam\",\n            \"area\": \"non ullamco esse\",\n            \"email\": \"aute eiusmod irure proident\",\n            \"landmark\": \"Excepteur sunt in fugiat\"\n          },\n          \"s_id\": \"in sint\",\n          \"packaging_material_count\": -16154724,\n          \"is_archived\": false,\n          \"login_username\": \"eiusmod deserun\",\n          \"mall_name\": \"voluptate Excepteur\",\n          \"latitude\": 82642295.54189372,\n          \"address2\": \"dolor est sint\"\n        },\n        \"parent_promo_bags\": {\n          \"cillum_a60\": -93266912.43542875,\n          \"ut_a4\": \"enim ut veniam\"\n        },\n        \"payment_methods\": {\n          \"COD\": {\n            \"amount\": 1100\n          }\n        },\n        \"payment_type\": \"partner\",\n        \"payments\": {\n          \"ullamcof57\": -5759185.099571869,\n          \"quis_9b\": \"est se\"\n        },\n        \"prices\": {\n          \"refund_credit\": -91581732.7782952,\n          \"amount_paid_roundoff\": -56265240.167097285,\n          \"price_effective\": -89145449.22439367,\n          \"promotion_effective_discount\": -84010763.67212777,\n          \"pm_price_split\": 44907988.78667447,\n          \"refund_amount\": 82261735.0085988,\n          \"transfer_price\": -59669095.046751596,\n          \"coupon_effective_discount\": 89630962.64321515,\n          \"tax_collected_at_source\": -69793559.72752646,\n          \"brand_calculated_amount\": 15927423.376529634,\n          \"delivery_charge\": 86885214.71091181,\n          \"cashback\": -38732412.49283903,\n          \"value_of_good\": -98456735.46433638,\n          \"cashback_applied\": 52831568.97119582,\n          \"cod_charges\": -76059527.22912504,\n          \"price_marked\": 47286155.32796985,\n          \"amount_paid\": 41367060.61037189,\n          \"coupon_value\": -67404530.99161385,\n          \"discount\": -10356638.883870378,\n          \"fynd_credits\": -32232568.237356365,\n          \"gift_price\": 51422785.67743018,\n          \"amount_to_be_collected\": 82982305.95123231,\n          \"cost_price\": -67685299.4869471,\n          \"loyalty_discount\": 53001707.1867367,\n          \"marketplace_promotion_effective_discount\": -53831641.01325812,\n          \"seller_promotion_effective_discount\": -32662429.682182476\n        },\n        \"charges\": [\n          {\n            \"name\": \"eu anim\",\n            \"amount\": {\n              \"base_currency\": {\n                \"value\": -90072431.02398399,\n                \"currency\": \"qui sint\"\n              },\n              \"ordering_currency\": {\n                \"value\": 12348939.44157584,\n                \"currency\": \"do nisi\"\n              }\n            },\n            \"distribution_logic\": {\n              \"distribution\": {\n                \"type\": \"single\",\n                \"logic\": \"ipsum ut\"\n              },\n              \"distribution_level\": \"tempor sit aliquip\"\n            },\n            \"code\": \"quis cupidatat eiusmod\",\n            \"type\": \"qui sit\"\n          },\n          {\n            \"name\": \"ullamco tempor exercitation\",\n            \"amount\": {\n              \"base_currency\": {\n                \"value\": -52577400.718838476,\n                \"currency\": \"laboris tempor velit\"\n              },\n              \"ordering_currency\": {\n                \"value\": -18711349.777606532,\n                \"currency\": \"ut cillum\"\n              }\n            },\n            \"distribution_logic\": {\n              \"distribution\": {\n                \"type\": \"single\",\n                \"logic\": \"irure reprehenderit\"\n              },\n              \"distribution_level\": \"quis elit consequat\"\n            },\n            \"code\": \"cillum magna\",\n            \"type\": \"reprehenderit dolor o\"\n          }\n        ],\n        \"qc_required\": false,\n        \"quantity\": -28071615.74952106,\n        \"restore_coupon\": false,\n        \"restore_promos\": {\n          \"sunt826\": \"cillum\",\n          \"sed_6_\": \"consequat tempor dolor ullamco mollit\"\n        },\n        \"rto_address\": {\n          \"phone\": \"pariatur elit Duis laboris\",\n          \"address2\": \"in anim\",\n          \"address\": \"velit irure\",\n          \"longitude\": -94348407.08572678,\n          \"pincode\": \"velit mollit laborum\",\n          \"area\": \"eiusmod minim Lorem\",\n          \"address_type\": \"office\",\n          \"country\": \"enim aliqua qui sunt\",\n          \"address_category\": \"delivery\",\n          \"email\": \"Ut in\",\n          \"created_at\": \"2016-04-24T00:02:38.168Z\",\n          \"address1\": \"irure\",\n          \"display_address\": \"irure veniam incididunt in\",\n          \"landmark\": \"cillum sunt \",\n          \"updated_at\": \"1959-09-27T09:03:45.774Z\",\n          \"version\": \"velit ipsum\",\n          \"latitude\": 89014282.04217911,\n          \"contact_person\": \"eiusmod\",\n          \"state\": \"cupidatat reprehenderit esse ut sit\",\n          \"city\": \"mollit in non\",\n          \"area_code_slug\": \"proident eu dolor enim commodo\",\n          \"country_code\": \"ulla\",\n          \"country_iso_code\": \"veniam sint Ut tempor\",\n          \"country_phone_code\": \"eu officia consectetur\",\n          \"delivery_address_id\": 9323056,\n          \"geo_location\": {\n            \"consequat_b5\": \"sit exercitation\"\n          },\n          \"name\": \"tempor esse incididunt fugiat\",\n          \"sector\": \"in elit\",\n          \"state_code\": \"in nulla Lorem\",\n          \"uid\": \"officia incididunt sed\",\n          \"user_id\": \"in reprehenderit non nostrud\",\n          \"code\": \"in aliqua ullamco exercitation\"\n        },\n        \"seller_identifier\": \"irure veniam labore ad Excepteur\",\n        \"shipment\": {\n          \"line_items\": [\n            {\n              \"seller_identifier\": \"voluptate\",\n              \"charges\": [\n                {\n                  \"amount\": {\n                    \"currency\": \"Excepteur\",\n                    \"value\": -96412129.37281539\n                  },\n                  \"name\": \"consequa\",\n                  \"type\": \"pariatur id\",\n                  \"code\": \"nulla eu consectetur\",\n                  \"tax\": {\n                    \"amount\": {\n                      \"irure_3\": \"quis\",\n                      \"exercitationf67\": \"ex aute eu sunt deserunt\",\n                      \"fugiat_aa\": 68407087.91408473\n                    },\n                    \"name\": \"magna irure amet consequat est\",\n                    \"rate\": -93128856.25906584\n                  }\n                },\n                {\n                  \"amount\": {\n                    \"currency\": \"aute aliqua\",\n                    \"value\": -80523668.56002773\n                  },\n                  \"name\": \"fugiat ullamco commodo proident\",\n                  \"type\": \"in sit ut\",\n                  \"code\": \"adipisicing nostrud\",\n                  \"tax\": {\n                    \"amount\": {\n                      \"eiusmod0f_\": 79770865,\n                      \"ex_1a\": 93783138.0307959\n                    },\n                    \"name\": \"ad sunt elit enim\",\n                    \"rate\": 10465741.377641141\n                  }\n                }\n              ],\n              \"meta\": {\n                \"quis_bb\": false,\n                \"non_86\": -96151883,\n                \"adipisicing5d\": -34657558\n              },\n              \"custom_message\": \"d\",\n              \"quantity\": 88578738,\n              \"external_line_id\": \"amet labore sit Excepteur\"\n            },\n            {\n              \"seller_identifier\": \"nostrud laboris\",\n              \"charges\": [\n                {\n                  \"amount\": {\n                    \"currency\": \"labore dolor tempor\",\n                    \"value\": -58057022.806886315\n                  },\n                  \"name\": \"cillum offi\",\n                  \"type\": \"mollit nulla\",\n                  \"code\": \"est sit laborum laboris\",\n                  \"tax\": {\n                    \"amount\": {\n                      \"officia99\": 7108005.71679084\n                    },\n                    \"name\": \"irure fugiat\",\n                    \"rate\": -53528809.01463437\n                  }\n                },\n                {\n                  \"amount\": {\n                    \"currency\": \"Ut aute id laboris Excepteur\",\n                    \"value\": -24117828.358127594\n                  },\n                  \"name\": \"minim nostrud fugiat\",\n                  \"type\": \"dolor Ut aliqua do qui\",\n                  \"code\": \"in\",\n                  \"tax\": {\n                    \"amount\": {\n                      \"exercitation_39\": 64090496,\n                      \"Ut_bd\": -91991455.76284651\n                    },\n                    \"name\": \"laborum culpa aute\",\n                    \"rate\": -56664316.321574934\n                  }\n                }\n              ],\n              \"meta\": {\n                \"dolore_7\": -97521668.5089399,\n                \"aliquip_a1\": -56324195,\n                \"laborum_5\": -98635691.32078913,\n                \"ut0\": true\n              },\n              \"custom_message\": \"fugiat Duis sed\",\n              \"quantity\": -26650851,\n              \"external_line_id\": \"voluptate labore esse commodo anim\"\n            }\n          ],\n          \"external_shipment_id\": \"esse eiusmod\",\n          \"processing_dates\": {\n            \"dp_pickup_slot\": {\n              \"incididunt_e\": -8892826,\n              \"veniamf0d\": true\n            },\n            \"dispatch_after_date\": \"dolore dol\",\n            \"dispatch_by_date\": \"enim commodo consectetur in\",\n            \"confirm_by_date\": \"irure non Lorem \",\n            \"customer_pickup_slot\": {\n              \"doloreca\": true\n            },\n            \"pack_by_date\": \"2008-06-10T23:51:33.409Z\"\n          },\n          \"meta\": {\n            \"eu9b1\": 46608944\n          },\n          \"priority\": 6882740,\n          \"location_id\": 57314623,\n          \"order_type\": \"HomeDelivery\",\n          \"tags\": [\n            {\n              \"slug\": \"occaecat sit proident cupidatat\",\n              \"display_text\": \"exercita\"\n            },\n            {\n              \"slug\": \"enim labore commodo aute\",\n              \"display_text\": \"aliquip\"\n            }\n          ],\n          \"system_messages\": [\n            {\n              \"message_type\": \"info\",\n              \"priority\": -67085995.58998962,\n              \"message\": \"velit\",\n              \"inject_at\": [\n                \"sit cupidatat deserunt\",\n                \"est e\"\n              ]\n            },\n            {\n              \"message_type\": \"success\",\n              \"priority\": -33511297.315055132,\n              \"message\": \"veniam anim ut proident\",\n              \"inject_at\": [\n                \"id ut\",\n                \"eiusmod deserunt do ulla\"\n              ]\n            }\n          ],\n          \"process_after_config\": {\n            \"is_scheduled_shipment\": false,\n            \"enable_processing_after\": \"1974-05-16T08:30:13.041Z\"\n          },\n          \"parent_type\": \"et dolor\",\n          \"store_invoice_id\": \"commodo deserunt\",\n          \"lock_status\": \"aute ex officia in Ut\",\n          \"type\": \"a\",\n          \"billing_address_json\": {\n            \"phone\": \"officia laboris ex sint\",\n            \"address2\": \"dolore eiusmod fugiat\",\n            \"address\": \"ea sed eiusmod in est\",\n            \"longitude\": -66844458.975913,\n            \"pincode\": \"in in\",\n            \"area\": \"in tempor Ut mag\",\n            \"address_type\": \"other\",\n            \"country\": \"quis labore pariatur et cupidatat\",\n            \"address_category\": \"delivery\",\n            \"email\": \"tempor in Duis reprehenderit nostrud\",\n            \"created_at\": \"1975-06-19T04:29:09.418Z\",\n            \"address1\": \"nulla aute elit culpa\",\n            \"display_address\": \"ex veniam aliquip anim\",\n            \"landmark\": \"incididunt dolore\",\n            \"updated_at\": \"2020-09-27T07:38:48.928Z\",\n            \"version\": \"ut eiusmod\",\n            \"latitude\": -8312754.450720355,\n            \"contact_person\": \"magna\",\n            \"state\": \"sunt\",\n            \"city\": \"Ut commodo incididunt dolor ullamco\",\n            \"area_code_slug\": \"irure sunt\",\n            \"country_code\": \"deserunt Lorem do veniam velit\",\n            \"country_iso_code\": \"nisi cillum exercitation\",\n            \"country_phone_code\": \"elit dolor Lorem sed\",\n            \"delivery_address_id\": -57925150,\n            \"geo_location\": {\n              \"veniam_4a\": -61753260.77508099,\n              \"qui75\": -74269600\n            },\n            \"name\": \"laborum non\",\n            \"sector\": \"et adipisicing sit\",\n            \"state_code\": \"aliquip elit reprehenderit\",\n            \"uid\": \"amet consectetur qui\",\n            \"user_id\": \"ipsum voluptate aliquip\",\n            \"code\": \"dolor dolore\"\n          },\n          \"id\": \"reprehenderit sunt magna cillum\",\n          \"fulfilment_priority\": 47548188,\n          \"is_active\": true,\n          \"previous_shipment_id\": \"ad est re\",\n          \"pdf_links\": {\n            \"ipsumd2_\": -51427359.882088594,\n            \"est26b\": \"consequat sint dolor\"\n          },\n          \"delivery_address_json\": {\n            \"phone\": \"nisi et aliqua qui\",\n            \"address2\": \"et in\",\n            \"address\": \"incididunt magna\",\n            \"longitude\": -67378623.60141134,\n            \"pincode\": \"in dolore aliqua proident\",\n            \"area\": \"eu culpa\",\n            \"address_type\": \"other\",\n            \"country\": \"nisi ipsum\",\n            \"address_category\": \"store\",\n            \"email\": \"culpa in\",\n            \"created_at\": \"2005-08-18T17:45:20.565Z\",\n            \"address1\": \"exercitation fugiat culpa\",\n            \"display_address\": \"dolore anim dol\",\n            \"landmark\": \"dolore nostrud reprehenderit laboris cupidatat\",\n            \"updated_at\": \"2016-08-20T19:59:57.798Z\",\n            \"version\": \"esse\",\n            \"latitude\": -57869592.047370635,\n            \"contact_person\": \"non nos\",\n            \"state\": \"cillum occaeca\",\n            \"city\": \"ea fugiat\",\n            \"area_code_slug\": \"est aliqu\",\n            \"country_code\": \"reprehenderit Ut ad dolore\",\n            \"country_iso_code\": \"aute labore Excepteur minim enim\",\n            \"country_phone_code\": \"Excepteur f\",\n            \"delivery_address_id\": 10261507,\n            \"geo_location\": {\n              \"esse_db\": -61623197.948464625,\n              \"dolore322\": false\n            },\n            \"name\": \"magna eiusmod ex do anim\",\n            \"sector\": \"laborum nulla des\",\n            \"state_code\": \"adipisicing in velit sunt cillum\",\n            \"uid\": \"id non commodo\",\n            \"user_id\": \"mollit sunt aute cillum tempor\",\n            \"code\": \"ullamco\"\n          },\n          \"eway_bill_id\": \"sint laborum elit occaecat\",\n          \"affiliate_shipment_id\": \"a\",\n          \"fynd_order_id\": \"ad irure nostrud do\",\n          \"created_at\": \"1986-10-11T23:36:14.065Z\",\n          \"delivery_awb_number\": \"Duis esse\",\n          \"hand_over_contact_json\": {\n            \"phone\": \"Duis\",\n            \"address2\": \"non qui lab\",\n            \"address\": \"commodo m\",\n            \"longitude\": -64550189.98332145,\n            \"pincode\": \"est enim\",\n            \"area\": \"eiusmod cillum nostrud dolore fugiat\",\n            \"address_type\": \"office\",\n            \"country\": \"adipisicing magna in\",\n            \"address_category\": \"delivery\",\n            \"email\": \"in laborum non reprehenderit\",\n            \"created_at\": \"1979-12-15T20:33:21.200Z\",\n            \"address1\": \"eiusmod et irure id\",\n            \"display_address\": \"occaecat nulla\",\n            \"landmark\": \"veniam consectetur nisi labore\",\n            \"updated_at\": \"1952-01-28T16:49:26.229Z\",\n            \"version\": \"adipisicing sunt esse nisi reprehenderit\",\n            \"latitude\": 16205709.004937679,\n            \"contact_person\": \"minim do anim Lorem\",\n            \"state\": \"enim ad dolor\",\n            \"city\": \"magna incididunt\",\n            \"area_code_slug\": \"eu minim ut commodo incididunt\",\n            \"country_code\": \"adipisicing magna officia sint anim\",\n            \"country_iso_code\": \"ut\",\n            \"country_phone_code\": \"elit magna consequat\",\n            \"delivery_address_id\": 45544914,\n            \"geo_location\": {\n              \"aliqua62\": \"Dui\",\n              \"exercitationf46\": 72963985,\n              \"quis4\": -97355642.69937287\n            },\n            \"name\": \"elit mollit\",\n            \"sector\": \"aute nostrud ex irure cillum\",\n            \"state_code\": \"sunt dolore Duis\",\n            \"uid\": \"est commodo enim\",\n            \"user_id\": \"amet in ipsum laboris sit\",\n            \"code\": \"Duis in\"\n          },\n          \"credit_note_id\": \"aliquip quis sed\",\n          \"parent_id\": \"velit esse dolor sit\",\n          \"affiliate_id\": \"amet\",\n          \"packaging_type\": \"aliquip nulla cupidatat\",\n          \"vertical\": \"enim ea eiusmod in\",\n          \"quantity\": 37659197.48869407,\n          \"status\": {\n            \"meta\": {\n              \"occaecatd_\": 53910375,\n              \"adipisicingd1\": \"cillum in deserunt amet\"\n            },\n            \"bag_list\": [\n              \"aliqua sunt reprehenderit irure\",\n              \"est consequat veniam\"\n            ],\n            \"id\": 93086518,\n            \"created_at\": \"1981-11-29T00:42:17.072Z\",\n            \"created_ts\": \"Ut occaecat pariatur\",\n            \"shipment_id\": \"laboris exercitation\",\n            \"status\": \"qui ipsum de\",\n            \"display_name\": \"dolor\",\n            \"current_shipment_status\": \"quis\",\n            \"status_created_at\": \"2019-11-06T08:36:40.477Z\"\n          },\n          \"price\": {\n            \"refund_credit\": 83422074.51562163,\n            \"amount_paid_roundoff\": 75493944.39268959,\n            \"price_effective\": 14325936.447593391,\n            \"promotion_effective_discount\": -37627638.06209097,\n            \"pm_price_split\": -28165063.367871255,\n            \"refund_amount\": -90842022.98971982,\n            \"transfer_price\": 65142880.80973759,\n            \"coupon_effective_discount\": -55759346.79521897,\n            \"tax_collected_at_source\": -48094115.40775605,\n            \"brand_calculated_amount\": 88008745.55704406,\n            \"delivery_charge\": -5936874.371491373,\n            \"cashback\": -95654557.86386243,\n            \"value_of_good\": -62654451.812857784,\n            \"cashback_applied\": -82177646.8393228,\n            \"cod_charges\": 73551655.42308506,\n            \"price_marked\": -21139871.256421432,\n            \"amount_paid\": -61516779.23767531,\n            \"coupon_value\": 72384931.08468562,\n            \"discount\": -85726512.75284806,\n            \"fynd_credits\": -42798102.07902051,\n            \"gift_price\": 91582774.25635034,\n            \"amount_to_be_collected\": 89277552.69449285,\n            \"cost_price\": -7379553.495004609,\n            \"loyalty_discount\": 2506155.5488175005,\n            \"marketplace_promotion_effective_discount\": 61907310.44366071,\n            \"seller_promotion_effective_discount\": 48738145.6315262\n          },\n          \"gst\": {\n            \"value_of_good\": -51796675.62961963,\n            \"gst_fee\": -17041169.126743898,\n            \"brand_calculated_amount\": -16071833.399123222,\n            \"tax_collected_at_source\": 98178922.74941027,\n            \"gstin_code\": \"quis fugiat\"\n          }\n        },\n        \"shipment_details\": {\n          \"affiliate_shipment_id\": \"dolor exercitation ex dolore\",\n          \"articles\": [\n            {\n              \"_id\": \"laboris culpa veniam q\",\n              \"attributes\": {\n                \"amet401\": 58637936.756002516\n              },\n              \"brand_id\": -32990729,\n              \"category\": {\n                \"in010\": -48238533,\n                \"commodo3a\": 77480369.66294935,\n                \"velita4\": -88317910\n              },\n              \"dimension\": {\n                \"reprehenderit_05\": 21042556.838919863,\n                \"idd\": 11787688.741532773,\n                \"magna__98\": \"Lorem in nostrud voluptate nisi\"\n              },\n              \"quantity\": 34135713,\n              \"weight\": {\n                \"nostrud4ed\": false,\n                \"enim__0\": false\n              }\n            },\n            {\n              \"_id\": \"tempor ipsum amet\",\n              \"attributes\": {\n                \"aliquip35\": -27972611,\n                \"adipisicing_abf\": false\n              },\n              \"brand_id\": -95816692,\n              \"category\": {\n                \"nisi10f\": \"reprehenderit in\",\n                \"veniam_28b\": \"sit i\",\n                \"nisi_ffb\": 79338090\n              },\n              \"dimension\": {\n                \"elit7c\": \"eiusmod amet aliquip in sed\"\n              },\n              \"quantity\": -87658282,\n              \"weight\": {\n                \"est2\": \"pro\",\n                \"deseruntc17\": 29606812,\n                \"dolor37d\": true,\n                \"ullamco1\": \"quis consectetur\"\n              }\n            }\n          ],\n          \"fulfillment_id\": -16262551,\n          \"shipments\": 4018437,\n          \"box_type\": \"reprehenderit tempor laboris nisi\",\n          \"dp_id\": \"nostrud in Excepteur eu\",\n          \"meta\": {\n            \"ea0e1\": false,\n            \"reprehenderit_8\": 23031103.10658689,\n            \"fugiat2_\": -6509359.190119654\n          },\n          \"dp_options\": {\n            \"dolore_c\": false,\n            \"proidentf2b\": false,\n            \"fugiatca\": 82382045\n          },\n          \"lock_status\": false,\n          \"action_to_status\": {\n            \"download_invoice\": \"lock\",\n            \"download_label\": \"lock\"\n          }\n        },\n        \"shipment_id\": \"mollit\",\n        \"shipment_gst\": {\n          \"value_of_good\": 78568554.89584568,\n          \"gst_fee\": -62546144.29151619,\n          \"brand_calculated_amount\": 26733980.051255107,\n          \"tax_collected_at_source\": -83521366.05053917,\n          \"gstin_code\": \"eu in esse\"\n        },\n        \"shipment_status\": {\n          \"meta\": {\n            \"sitb_\": \"id ut\",\n            \"in_5\": 18853473.90910317\n          },\n          \"bag_list\": [\n            \"ullamco officia minim exercitation commodo\",\n            \"adi\"\n          ],\n          \"id\": -39582696,\n          \"created_at\": \"1964-11-30T01:56:27.301Z\",\n          \"created_ts\": \"dolore et est Duis\",\n          \"shipment_id\": \"occaecat\",\n          \"status\": \"elit sint anim occaecat aliqua\",\n          \"display_name\": \"anim\",\n          \"current_shipment_status\": \"non ut Duis\",\n          \"status_created_at\": \"2001-09-11T20:30:58.201Z\"\n        },\n        \"shipment_status_history\": [\n          {\n            \"meta\": {\n              \"cillum74\": \"dolore Excepteur in incididunt mollit\",\n              \"voluptatea\": \"mollit\",\n              \"cillum_8\": true\n            },\n            \"bag_list\": [\n              \"adipisicing proident ut et\",\n              \"pariatur consequat\"\n            ],\n            \"id\": -60773010,\n            \"created_at\": \"1993-01-31T03:23:30.318Z\",\n            \"created_ts\": \"est qui exercitation amet consectetur\",\n            \"shipment_id\": \"Lorem aliqua dolor ipsum\",\n            \"status\": \"qui occaecat mollit nostrud\",\n            \"display_name\": \"do\",\n            \"current_shipment_status\": \"cillum magna Duis ad\",\n            \"status_created_at\": \"1993-12-08T16:23:31.354Z\"\n          },\n          {\n            \"meta\": {\n              \"occaecat_3e_\": -21982993.777798668,\n              \"Lorem9\": 55684674,\n              \"elite1\": false,\n              \"occaecat0a_\": true\n            },\n            \"bag_list\": [\n              \"in exercitation nulla\",\n              \"occaec\"\n            ],\n            \"id\": 9591267,\n            \"created_at\": \"2006-03-24T10:43:57.501Z\",\n            \"created_ts\": \"magna id\",\n            \"shipment_id\": \"id e\",\n            \"status\": \"laborum est Excepteur\",\n            \"display_name\": \"dolore ut\",\n            \"current_shipment_status\": \"fugiat\",\n            \"status_created_at\": \"2017-02-16T19:07:24.434Z\"\n          }\n        ],\n        \"status\": {\n          \"can_be_cancelled\": true,\n          \"enable_tracking\": false,\n          \"is_active\": false,\n          \"is_customer_return_allowed\": true,\n          \"is_returnable\": false\n        },\n        \"tags\": [\n          \"mini\",\n          \"iru\"\n        ],\n        \"total_shipment_bags\": -50942056,\n        \"total_shipments_in_order\": 83105733,\n        \"transaction_type\": \"shipment\",\n        \"type\": \"ut officia sint ut ullamco\",\n        \"updated_at\": \"1991-04-20T13:52:52.686Z\",\n        \"user\": {\n          \"user_oid\": \"irure enim\",\n          \"external_customer_id\": \"incididunt voluptate irure\",\n          \"first_name\": \"veniam est laboris\",\n          \"last_name\": \"nostrud culpa dolor veniam\",\n          \"mobile\": \"non fugiat amet dolor minim\",\n          \"email\": \"culpa id\",\n          \"is_anonymous_user\": true,\n          \"gender\": \"labore\",\n          \"mongo_user_id\": \"occaecat Ut\",\n          \"meta\": {\n            \"incididunt_c\": false,\n            \"veniam_01\": \"velit sint exercitation\"\n          }\n        },\n        \"weight\": {\n          \"value\": 31589365.062183246,\n          \"unit\": \"consect\"\n        },\n        \"original_bag_list\": [\n          32367644,\n          -84533474\n        ],\n        \"identifier\": \"ut ut nulla\"\n      }\n    ],\n    \"page\": {\n      \"current\": 87223115,\n      \"has_next\": true,\n      \"item_total\": -80663288,\n      \"page_type\": \"Excepteur laboris dolore\",\n      \"size\": 20412576\n    }\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      },
      {
        "id": "fb5d96e7-c218-480e-b976-78e5135bea30",
        "name": "Partner",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "8c082ddd-eef1-4b64-bfa6-8ddc7617f2fe",
            "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": "0c6b285d-1c81-4366-b23c-8734d87c5ea0",
                "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": "7ceddd53-4c98-4cad-b337-06e288346ef2",
                "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": "1358dfc8-8da0-40e9-810d-628314bfe355",
            "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": "7385d8b9-d302-4fd6-9164-8b2f13a809a2",
                "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": "794a1b60-6231-46dc-b531-f9fb4febfbcd",
                "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": "c856a14c-2dd4-48cb-8611-2ce88c736343",
        "name": "Payment",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "d9014da8-9191-4e2a-88d9-a8f55e4922b5",
            "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": "4365abdf-4c95-4594-b828-a96b6e634ac7",
                "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": "1a660992-45f3-4f62-890f-dd918157ff45",
                "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": "187b88e4-e176-433d-882e-0fe667dfbeaf",
            "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": "2d792bc3-1412-4b38-b9d5-904e4c16c029",
                "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": "5eaec8d6-6652-4c68-92de-4fe9f69a3b32",
                "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": "a0351acf-4619-422c-aff2-412a5f5446fc",
            "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": "426e81ba-b187-4762-a2ee-78f53c93b25f",
                "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": "9aa3bf30-a477-47f1-94d7-1de16ba390ff",
                "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": "eef4cd69-b7a8-476c-b6e8-21244ca0d511",
            "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": "855996a7-91e6-40e1-9bcf-62b445307db2",
                "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": "8892706b-ca51-46e9-9236-753a1a55c08d",
                "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": "1f0e8629-8679-40ad-bb56-d95b6d5d1008",
            "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          \"temporf\": \"adipisicing ad\",\n          \"Duis_7\": 46828765\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          \"amet6\": 22083392.453751788\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": "4cd780a1-521c-4cf2-aa2d-a2f3c8aee48a",
                "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": "44538096-8704-4edf-af3c-487ffa9a6494",
                "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": "c1d59803-4b2e-44ac-8460-1bef8d54cf6e",
            "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": "bfc04884-39db-416a-a994-2a90bdea171a",
                "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": "b938e370-9e47-44c0-8a68-6d1765e6f14a",
                "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": "188369a8-ba75-4525-8de7-62730ceebe12",
            "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": "e18b0fd8-8bda-46d0-8187-6ad84712ebfd",
                "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": "d7adbccb-b0c6-4d46-b067-e4f4b921d491",
                "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": "ccd4b33c-7ba8-47b9-8e19-f8d0f179945f",
            "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": "1a9dd136-6868-48cf-9e16-ded25d72331c",
                "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": "49433377-0f60-452d-86aa-56ca3948d3e9",
                "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": "e2057c57-0457-424c-b90d-bbe1d1384f48",
            "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": "b51a064f-c855-4e78-8560-eb4e4682a309",
                "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": "eced4300-ce80-4a32-a12e-31769c5c2da4",
                "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": "543d756c-39a9-46b4-8fa7-220a594544d6",
            "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": "033c421b-1972-4dc2-8a10-0d3f7d677869",
                "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": "4c1ec6cb-851f-43c2-b27e-59e5eea270da",
                "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": "7cbcd594-855c-4805-92b1-86c4c73a517b",
            "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": "565c514c-abb9-4ea8-b91d-b1a80863c8fe",
                "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": "b770597b-bc37-45f6-a7f0-b6f805caa3e9",
                "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": "47afa9fb-b7a3-428b-bc3c-62a18538e16c",
            "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      \"consectetur443\": \"Lorem laborum\",\n      \"nostrudd\": -19408637\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          \"magna8af\": -52643347.470494725,\n          \"esse8\": -50269252.7765976\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          \"laborisa\": 74835710\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          \"proident_a\": \"voluptate cillum magna tempor\",\n          \"reprehenderit_388\": false,\n          \"in8\": true\n        },\n        \"landmark\": \"<string>\",\n        \"expire_at\": \"<dateTime>\",\n        \"geo_location\": {\n          \"pariatur_e4f\": 88824882,\n          \"esse_c4\": 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          \"exercitation_d\": 74181863.8750566\n        },\n        \"landmark\": \"<string>\",\n        \"expire_at\": \"<dateTime>\",\n        \"geo_location\": {\n          \"aliqua_5\": -63066374.57409146,\n          \"sint_bf8\": false\n        },\n        \"address_type\": \"<string>\",\n        \"email\": \"<string>\",\n        \"tags\": [\n          \"<object>\",\n          \"<object>\"\n        ]\n      },\n      \"captured\": \"<boolean>\",\n      \"meta\": {\n        \"id6e\": 41310876.30973709,\n        \"magnadd_\": 66835819.648775935,\n        \"quis_8c5\": false\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          \"sint071\": 1036594,\n          \"elit_177\": 59699280,\n          \"sit_134\": 26729447,\n          \"id_d\": 69310245.91515368\n        },\n        \"landmark\": \"<string>\",\n        \"expire_at\": \"<dateTime>\",\n        \"geo_location\": {\n          \"sint4\": -51632052.23808989\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          \"incididunt3fc\": \"eiusmod con\",\n          \"fugiat_94\": \"qui Excepteur nulla\",\n          \"in8\": \"labore do\"\n        },\n        \"landmark\": \"<string>\",\n        \"expire_at\": \"<dateTime>\",\n        \"geo_location\": {\n          \"elit_cc\": \"minim consequat\"\n        },\n        \"address_type\": \"<string>\",\n        \"email\": \"<string>\",\n        \"tags\": [\n          \"<object>\",\n          \"<object>\"\n        ]\n      },\n      \"captured\": \"<boolean>\",\n      \"meta\": {\n        \"enim_c0\": \"nisi voluptate\"\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    \"sit_935\": 84740259\n  },\n  \"source\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "808ac315-eb43-4183-82cb-662dc7931aaf",
                "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": "df1f0b59-f93a-42e4-ad52-58895b1e8a59",
                "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": "cf1a6014-325c-4437-916d-03a12c038cfc",
            "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        \"tempore5e\": false,\n        \"culpad\": -70422397.76951891,\n        \"eu0ea\": 33135495.1536936,\n        \"esse2\": \"sit enim\"\n      },\n      \"landmark\": \"<string>\",\n      \"expire_at\": \"<dateTime>\",\n      \"geo_location\": {\n        \"voluptate_b25\": -66354997\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        \"non7\": \"aliqua culpa laborum\"\n      },\n      \"landmark\": \"<string>\",\n      \"expire_at\": \"<dateTime>\",\n      \"geo_location\": {\n        \"incididunt_1_5\": false,\n        \"minim7a4\": true,\n        \"nulla_0ff\": \"quis et dolore\",\n        \"sint_d\": true\n      },\n      \"address_type\": \"<string>\",\n      \"email\": \"<string>\",\n      \"tags\": [\n        \"<object>\",\n        \"<object>\"\n      ]\n    },\n    \"captured\": \"<boolean>\",\n    \"meta\": {\n      \"reprehenderit4af\": false,\n      \"ad_b\": \"est culpa\",\n      \"ut_62d\": true\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    \"cillum_5\": true,\n    \"nostrud7_3\": \"ut pariatur enim non occa\",\n    \"esse_d4\": 26556269.64244297\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": "69b11905-7443-4d29-b116-4fd0cbfdb97b",
                "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": "63fce25d-1126-4594-b18e-e1a6b05c1584",
                "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": "9b5cf69b-51a3-4ea9-b4bb-0e004661ff82",
            "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": "f7a9deb6-e2b0-4e5a-a56e-63fc20ed5271",
                "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": "3e694b44-a3a5-4b39-9f35-95837e58b4c5",
                "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": "75b30b2a-f6c6-4bf9-a7b3-9c865549f260",
            "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": "5f5f6d25-a16b-485d-8c8c-247776c4df04",
                "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": "2285aa84-f30d-4bd8-8e3f-2390c71e4f53",
                "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\": \"sit dolore\",\n    \"description\": \"consectetur dolor sint ea\"\n  },\n  \"success\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      },
      {
        "id": "9c364746-67b8-4e7b-b4d5-63f7ed3d7c75",
        "name": "Share",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "2475e394-a464-4fb7-8ee6-dc04e46edeba",
            "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": "6661f83d-1318-47f0-a558-5b37fe21d592",
                "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": "51ba4a4a-823e-408b-9d59-7af7b39c13a7",
            "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": "a9c24399-d03d-453e-9f37-fa55fe2968b9",
                "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": "642e5256-c589-4b53-b2cc-10bc60b8e6fb",
            "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": "54af28d0-ba03-4b28-b350-39c09d03142e",
                "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": "69dfe286-bb51-4046-a05e-4d4a5a3c94be",
            "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": "3979daec-f20f-4aad-9901-94dbed6a5a40",
                "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": "f4a1032b-a674-4977-8cfe-7cd9c2d8bbb8",
        "name": "Theme",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "d639535c-0ba5-4466-99f0-c305488e4c66",
            "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        \"ut_0\": -24593090\n      },\n      \"custom_css\": \"<string>\",\n      \"blocks\": [\n        \"<object>\",\n        \"<object>\"\n      ],\n      \"preset\": {\n        \"eiusmod_a\": \"Ut fugiat consectetur laborum\",\n        \"ut28\": \"aliquip officia consequat\"\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            \"nostrud_a9\": -44373458.35059814,\n            \"culpa7\": -9928489\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        \"culpa0\": true,\n        \"labore_ec\": -74246599,\n        \"laborum_a\": 51255060,\n        \"do_53\": false\n      },\n      \"custom_css\": \"<string>\",\n      \"blocks\": [\n        \"<object>\",\n        \"<object>\"\n      ],\n      \"preset\": {\n        \"dolore_7_\": false\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            \"Duisf32\": \"culpa fugiat minim\"\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        \"reprehenderit9\": true\n      },\n      \"canvas\": {\n        \"value\": \"<string>\",\n        \"label\": \"<string>\"\n      },\n      \"adipisicing_e\": true,\n      \"id_d\": 15550766\n    },\n    {\n      \"attributes\": {\n        \"quis_c\": 86841475\n      },\n      \"canvas\": {\n        \"value\": \"<string>\",\n        \"label\": \"<string>\"\n      },\n      \"ut_a6_\": true\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              \"laborumf\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"est_547\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"query\": {\n              \"ead5\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"aliqua_d\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"cupidatatdae\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"url\": \"<string>\"\n          },\n          \"popup\": {\n            \"type\": \"<string>\",\n            \"params\": {\n              \"minimd41\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"aliqua_1\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"commodo0\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"query\": {\n              \"occaecat7\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"commodo_a7c\": [\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              \"voluptate__\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"query\": {\n              \"dolore_1\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"url\": \"<string>\"\n          },\n          \"popup\": {\n            \"type\": \"<string>\",\n            \"params\": {\n              \"do_1c6\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"cupidatat__7\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"query\": {\n              \"ipsuma_d\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"cupidatat7\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"ut_68\": [\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": "6d228927-f4d5-4250-b55e-9740ffd93a31",
                "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": "602c3129-1d03-4bd1-a807-f85bce160750",
            "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": "1eaad02c-744b-4529-8da2-c19df9043779",
                "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": "2dabf2e4-e0df-4b5f-a3da-99aa916884cf",
            "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": "356727b0-2d00-44f1-ae09-9c2ff1a846a0",
                "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": "202f0805-91d0-4bea-b33a-7a7ff277f73e",
            "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": "b3208834-7394-442d-8a97-06d63cd8023f",
                "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": "d4451ca4-2be8-4922-8e21-a147daba57fa",
        "name": "User",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "5a2fc962-8494-4f27-a32c-2dc5f6ab7e75",
            "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": "f2db28b0-fa1c-46ad-bce5-04b9fd54def4",
                "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": "3d399d2c-e88e-47a4-800c-c99c89aec1bb",
                "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": "b7da8b6c-e84b-4fc9-b9b7-1826159efed0",
            "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": "493614b0-f8a2-4dc3-9872-b1e7f3ecb3cd",
                "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": "9b8444ad-0b71-4e9a-9a4e-c793c2653e47",
            "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    \"dolor_94d\": \"\",\n    \"veniam_8c_\": 97913559,\n    \"mollit_3\": 21049052.776967287,\n    \"reprehenderit25\": -53324974\n  },\n  \"external_id\": \"<string>\",\n  \"rr_id\": \"<string>\",\n  \"dob\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "dc179294-6dd8-4575-a329-5d11e19d36fd",
                "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": "85288297-f31c-4c85-8ac2-424a2ecb3015",
                "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": "d800f15a-3506-4de4-abb4-0418a150c376",
            "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": "ad39a628-540c-4cff-8a39-9284643722ff",
                "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": "83a94e9e-9c02-4bd7-b0b0-20620e59ba27",
                "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": "898a9a69-8239-427a-801c-8ca6befe557c",
            "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": "ea1578e4-f002-46db-a1c8-64f770a386f7",
                "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": "96707058-76ea-4572-84c4-9719e0190a96",
                "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": "7703b140-5fd2-407d-b4ee-0915c653fe8e",
            "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": "546b7744-7e94-459c-8ede-ce039561e55e",
                "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": "9d655af8-59dd-440d-8621-aa93ca11dde0",
                "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": "e1dc4a9b-4cac-44d6-89a5-99a30cb3e13a",
            "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    \"aliquaa_c\": true,\n    \"ine\": 99845861.54441553\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": "5a6f546b-9b3f-4aed-abc8-5ab9e018d1ce",
                "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": "daf7d1e7-b314-44b7-ad4e-63e765992a6c",
                "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": "8c8b064e-ffe8-4fd8-b52b-9759fd72b47d",
            "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": "5877ebcb-031f-411e-9e86-548ceae186d1",
                "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": "43a06706-4f8d-45df-8284-e68e1a733ea8",
                "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": "3949f4ec-5a07-40b0-a10a-55667aebf5c4",
            "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": "913eca80-0034-406d-b92d-61ea6f1c56dd",
                "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": "2e069a41-2d3f-424d-a2b0-84980710f72c",
                "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": "97dc1e9d-09f7-4381-8223-b7a3aebf9587",
            "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": "c7a92056-72ba-4e09-9194-f14aa0d3b317",
                "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": "89ae8df3-50f7-444b-8708-4a86d1ef535f",
                "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": "149952da-c193-4103-81a1-953b094e17e9",
            "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": "dc449646-f250-42d9-8c8e-68dd93ed196c",
                "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": "cd7dee59-4424-44f2-bd2f-0d34ff5f41e0",
                "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": "bd0cbd81-b424-4b48-b9ed-cfc17d11121c",
            "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": "2752dd70-b245-4c02-82a4-b0bb2c865fe1",
                "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": "fff24824-b83c-45c5-9be5-3c9c3f766db7",
                "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": "b52d4a54-3a8b-496b-b468-dbc8c1d4838b",
            "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": "7c5f7f94-720e-4941-9f2c-fa0f9d65af5b",
                "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    \"apple\": 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    \"apple\": {\n      \"app_id\": \"token_123\",\n      \"redirect_uri\": \"https://example.com/auth/apple/callback\"\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": "d8d0bcf8-56d4-47b5-beda-7d299b866918",
            "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    \"apple\": {\n      \"app_id\": \"<string>\",\n      \"redirect_uri\": \"<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": "f7ab81e8-91f2-43a5-b047-694d5118849b",
                "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    \"apple\": 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    \"apple\": {\n      \"app_id\": \"token_123\",\n      \"redirect_uri\": \"https://example.com/auth/apple/callback\"\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    \"apple\": 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    \"apple\": {\n      \"app_id\": \"token_123\",\n      \"redirect_uri\": \"https://example.com/auth/apple/callback\"\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": "327bf075-fa22-45f9-9f43-564d2322b7f7",
            "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        \"irure_54\": 94726231.79738867,\n        \"voluptate_46\": 24940405.56328985\n      },\n      \"ignore_year\": \"<boolean>\"\n    },\n    {\n      \"user_attribute_definition_id\": \"<string>\",\n      \"type\": \"<string>\",\n      \"value\": {\n        \"cillum_5\": -49907448.882373326,\n        \"Lorem2b5\": true\n      },\n      \"ignore_year\": \"<boolean>\"\n    }\n  ],\n  \"type\": \"<string>\",\n  \"file_url\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "defd8e35-81f9-40c0-82f9-56957a445118",
                "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": "538b30d3-6be4-455e-a742-2b66ef8fc7d8",
            "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": "560e8516-a1e0-4b94-b222-93b50b818f83",
                "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": "615af3d9-0da6-466d-a175-4f4d41703a9d",
            "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        \"pariatur_60\": 80347582.42753863\n      },\n      \"ignore_year\": \"<boolean>\"\n    },\n    {\n      \"user_attribute_definition_id\": \"<string>\",\n      \"type\": \"<string>\",\n      \"value\": {\n        \"voluptate_3\": false,\n        \"sit_e81\": -49713491,\n        \"laborum_5\": false,\n        \"officia01\": \"Duis enim esse amet ex\",\n        \"tempor8\": \"aliquip dolore labore esse\"\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": "a703afdc-6823-4fa5-8e78-aa9a69692aba",
                "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": "f006f315-7541-4056-83ed-a240c91be5fc",
                "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": "e4c82c04-b7fa-425c-9532-6da6b40f52a7",
            "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": "a46d6423-6c11-462b-8b74-925b9f3f50f2",
                "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": "731778bf-fc14-448f-92cb-d924cafaaa75",
                "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": "2ea79736-3879-4b4f-91ac-67c2d1362ae9",
            "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": "c2523329-6446-4ba1-a2ab-3d9d7d57c71c",
                "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": "25d5dbc8-c400-4832-b0f0-70e5b55805da",
                "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": "6ab084a6-8db3-4407-a153-dfe84dcc6e75",
            "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": "7361e423-592e-4d32-b42a-296503a21002",
                "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": "e5a3b251-f833-4c83-bb6e-617bbb7c3518",
                "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": "a19b2541-5a70-46d9-b28a-c61fd793117f",
            "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": "7848a49f-e88e-49e5-9915-1f4d469855e2",
                "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": "45718adf-e8a6-4891-b1e2-e968ee26b13d",
                "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\": \"mollit incididunt veniam labore\",\n  \"message\": \"dolore aute exercitation in\",\n  \"info\": \"amet\",\n  \"request_id\": \"cupidatat Lorem proident\",\n  \"error\": \"cillum proident\",\n  \"meta\": {\n    \"proident_e\": 74757446.27183732,\n    \"dolore_c\": true\n  },\n  \"authenticated\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "4e108965-6350-4372-a504-51679341e6ca",
            "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": "6d0f96d4-6383-419b-be1d-b7a42b8c04bb",
                "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": "6d6a2e4f-ac6b-4b30-a958-955126e7ba21",
                "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\": \"mollit incididunt veniam labore\",\n  \"message\": \"dolore aute exercitation in\",\n  \"info\": \"amet\",\n  \"request_id\": \"cupidatat Lorem proident\",\n  \"error\": \"cillum proident\",\n  \"meta\": {\n    \"proident_e\": 74757446.27183732,\n    \"dolore_c\": true\n  },\n  \"authenticated\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "316c056f-3a99-4867-9960-00f4bbab1129",
            "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": "90099fdb-ca7e-477a-a91d-55623446aae2",
                "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\": \"sint in Ut laboris\",\n  \"name\": \"nostrud anim exercitation ut\",\n  \"slug\": \"tempor Excepteur laboris\",\n  \"description\": \"quis ut ad\",\n  \"application_id\": \"L\",\n  \"type\": \"dropdown\",\n  \"icon\": \"proident dolore\",\n  \"ordering_channels\": [\n    \"smart_trolley\",\n    \"gofynd\"\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\": false,\n  \"pin_order\": -53851353,\n  \"is_locked\": true,\n  \"created_at\": \"2000-05-15T10:17:16.753Z\",\n  \"modified_at\": \"1980-06-27T07:12:05.942Z\",\n  \"__v\": 22417065,\n  \"options\": [\n    \"laboris eiusmod in\",\n    \"Lorem ut eiusmod\"\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "35bc062c-0b8f-4635-ba22-0b317a861f4b",
                "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\": \"mollit incididunt veniam labore\",\n  \"message\": \"dolore aute exercitation in\",\n  \"info\": \"amet\",\n  \"request_id\": \"cupidatat Lorem proident\",\n  \"error\": \"cillum proident\",\n  \"meta\": {\n    \"proident_e\": 74757446.27183732,\n    \"dolore_c\": true\n  },\n  \"authenticated\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e674250d-4f99-4ced-9216-862e6708741b",
            "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": "68bbd598-e95b-452a-bbf4-49745ed6decf",
                "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\": \"pariatur eu \"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "19ef833d-c6df-4ae5-8721-f31f08017e3b",
                "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\": \"mollit incididunt veniam labore\",\n  \"message\": \"dolore aute exercitation in\",\n  \"info\": \"amet\",\n  \"request_id\": \"cupidatat Lorem proident\",\n  \"error\": \"cillum proident\",\n  \"meta\": {\n    \"proident_e\": 74757446.27183732,\n    \"dolore_c\": true\n  },\n  \"authenticated\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5cb1a154-9558-47bd-9dd5-ff55c0e07ccf",
            "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": "9bf3fe90-71a5-446c-b2a2-9999d84abc99",
                "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\": \"qui\",\n  \"name\": \"velit adipisicing\",\n  \"slug\": \"fugiat eu\",\n  \"description\": \"incididunt dolor commodo dolore in\",\n  \"application_id\": \"es\",\n  \"type\": \"encrypted_number_array\",\n  \"icon\": \"sint\",\n  \"ordering_channels\": [\n    \"smart_trolley\",\n    \"gofynd\"\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\": false,\n  \"pin_order\": -60573566,\n  \"is_locked\": true,\n  \"created_at\": \"1960-08-09T07:15:31.532Z\",\n  \"modified_at\": \"1954-06-14T02:56:07.926Z\",\n  \"__v\": 89958980,\n  \"options\": [\n    \"exercitation eiusmod nulla\",\n    \"est aute\"\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "7a23a222-b1ed-4089-824d-ac029711ce67",
            "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    \"ex_7\": \"Excepteur labore sit pariatur\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "c7f5c356-2067-41bb-ba70-71e2d266418e",
                "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\": \"Excepteur incididunt ut\",\n  \"name\": \"Ut est\",\n  \"user_id\": \"dolor sit do est\",\n  \"application_id\": \"sed tempor esse incididunt\",\n  \"user_attribute_definition_id\": \"laborum exercitation\",\n  \"created_at\": \"1996-11-06T19:03:11.848Z\",\n  \"updated_at\": \"1977-07-31T19:43:22.126Z\",\n  \"type\": \"encrypted_date\",\n  \"customer_overridden\": true,\n  \"attribute\": {\n    \"amet_110\": -18881536\n  },\n  \"updated_by\": \"eu\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "fd58e79e-199e-4e9a-a3e8-265c5503c396",
                "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\": \"mollit incididunt veniam labore\",\n  \"message\": \"dolore aute exercitation in\",\n  \"info\": \"amet\",\n  \"request_id\": \"cupidatat Lorem proident\",\n  \"error\": \"cillum proident\",\n  \"meta\": {\n    \"proident_e\": 74757446.27183732,\n    \"dolore_c\": true\n  },\n  \"authenticated\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "26bd2c3f-4ec0-49b8-bbee-b8576913dfd4",
            "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": "3cf7748b-4ddf-4097-a1b6-40cf28031748",
                "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\": \"Excepteur incididunt ut\",\n  \"name\": \"Ut est\",\n  \"user_id\": \"dolor sit do est\",\n  \"application_id\": \"sed tempor esse incididunt\",\n  \"user_attribute_definition_id\": \"laborum exercitation\",\n  \"created_at\": \"1996-11-06T19:03:11.848Z\",\n  \"updated_at\": \"1977-07-31T19:43:22.126Z\",\n  \"type\": \"encrypted_date\",\n  \"customer_overridden\": true,\n  \"attribute\": {\n    \"amet_110\": -18881536\n  },\n  \"updated_by\": \"eu\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "3fc85c8e-6eee-4c83-a248-f5e3aff61ed1",
                "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\": \"mollit incididunt veniam labore\",\n  \"message\": \"dolore aute exercitation in\",\n  \"info\": \"amet\",\n  \"request_id\": \"cupidatat Lorem proident\",\n  \"error\": \"cillum proident\",\n  \"meta\": {\n    \"proident_e\": 74757446.27183732,\n    \"dolore_c\": true\n  },\n  \"authenticated\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "2287c6c5-f527-44c0-9905-3a0126907e03",
            "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": "8fa9d1b7-8e26-43ab-b11a-11c188750182",
                "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\": \"pariatur eu \"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "b59c8670-fba8-405b-a2e8-4f34671274cd",
                "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\": \"mollit incididunt veniam labore\",\n  \"message\": \"dolore aute exercitation in\",\n  \"info\": \"amet\",\n  \"request_id\": \"cupidatat Lorem proident\",\n  \"error\": \"cillum proident\",\n  \"meta\": {\n    \"proident_e\": 74757446.27183732,\n    \"dolore_c\": true\n  },\n  \"authenticated\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5fef435b-9d54-4531-abb4-aaeb216aef2b",
            "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": "299058d3-9ee8-444b-8962-1d37dc9ba14d",
                "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\": \"ut adipisicing\",\n      \"name\": \"in commodo minim q\",\n      \"user_id\": \"fugiat Duis sint\",\n      \"application_id\": \"magna d\",\n      \"user_attribute_definition_id\": \"dolor incididunt\",\n      \"created_at\": \"2008-12-08T21:33:45.640Z\",\n      \"updated_at\": \"2016-05-17T11:44:02.666Z\",\n      \"type\": \"date\",\n      \"customer_overridden\": true,\n      \"attribute\": {\n        \"adipisicing25b\": \"exercitation\",\n        \"pariaturb\": \"officia ex veniam sint\"\n      },\n      \"updated_by\": \"ipsum culpa dolore\"\n    },\n    {\n      \"_id\": \"consectetur in aute aliqua\",\n      \"name\": \"veniam esse\",\n      \"user_id\": \"ea elit enim Duis\",\n      \"application_id\": \"eu\",\n      \"user_attribute_definition_id\": \"eu consequat\",\n      \"created_at\": \"1996-10-09T08:02:01.106Z\",\n      \"updated_at\": \"2005-05-19T18:38:51.563Z\",\n      \"type\": \"encrypted_date\",\n      \"customer_overridden\": true,\n      \"attribute\": {\n        \"Excepteur8\": \"irure id aute\",\n        \"in_a3e\": false\n      },\n      \"updated_by\": \"consectetur\"\n    }\n  ],\n  \"page\": {\n    \"size\": 54652601,\n    \"total\": -75186192,\n    \"item_total\": -19944714,\n    \"has_next\": false,\n    \"type\": \"elit consequat\",\n    \"current\": 53237929\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "18a3fb1a-77bc-41c1-992c-5078fb045df1",
                "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\": \"mollit incididunt veniam labore\",\n  \"message\": \"dolore aute exercitation in\",\n  \"info\": \"amet\",\n  \"request_id\": \"cupidatat Lorem proident\",\n  \"error\": \"cillum proident\",\n  \"meta\": {\n    \"proident_e\": 74757446.27183732,\n    \"dolore_c\": true\n  },\n  \"authenticated\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b16855a1-8501-4282-8400-f2ebd39f3ba9",
            "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": "860e2042-1fb9-4ee3-be3c-ad83538ec5cc",
                "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": "8204e0ad-de1d-4d36-9f3e-c8cf1d8de021",
                "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": "3f31f4d1-adff-4b81-b7e9-0dae17251460",
            "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": "2b948be8-d60e-49c6-960e-d83fafd37f55",
                "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": "148b5a8c-6268-4d72-8259-8fcf797a80c7",
                "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": "f67dc5a2-4df8-4694-8a06-7ac95af2be56",
            "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": "d2674186-96f0-4db2-b3bf-3aa16f9bcc49",
                "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\": \"Excepteur incididunt ut\",\n  \"name\": \"Ut est\",\n  \"user_id\": \"dolor sit do est\",\n  \"application_id\": \"sed tempor esse incididunt\",\n  \"user_attribute_definition_id\": \"laborum exercitation\",\n  \"created_at\": \"1996-11-06T19:03:11.848Z\",\n  \"updated_at\": \"1977-07-31T19:43:22.126Z\",\n  \"type\": \"encrypted_date\",\n  \"customer_overridden\": true,\n  \"attribute\": {\n    \"amet_110\": -18881536\n  },\n  \"updated_by\": \"eu\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "9d66baef-62b4-4374-9a79-f21a17cae3b8",
                "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\": \"mollit incididunt veniam labore\",\n  \"message\": \"dolore aute exercitation in\",\n  \"info\": \"amet\",\n  \"request_id\": \"cupidatat Lorem proident\",\n  \"error\": \"cillum proident\",\n  \"meta\": {\n    \"proident_e\": 74757446.27183732,\n    \"dolore_c\": true\n  },\n  \"authenticated\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5c8115d9-3915-4a65-809b-5636a0e13c1f",
            "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": "7652dff7-a42b-48fe-9af8-9227df3d1a47",
                "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": "bba637d9-475c-4916-a534-5d7b9db38e12",
                "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": "08157e74-7364-4e3d-af79-e2142c18d2c1",
            "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": "602dfa1e-b418-4d26-b8ad-d96fc2a17e38",
                "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": "b288073d-3e87-4dc9-b071-4ab2b95aad20",
            "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": "8c42345d-95cd-4c01-a220-00dcd4f41077",
                "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": "9716ba2b-ba1b-4a01-a666-6c377c500064",
                "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": "da28c2d8-b221-4859-b15f-909a75f72f1a",
            "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": "a461c94a-d980-4204-8233-843ad4352eec",
                "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": "29d3b8e0-4d67-42c6-b45e-f0f2a8695ff8",
            "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": "e10a3cc3-4554-49fa-9fe8-cfa8e1b33c85",
                "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": "a9bb9c02-8b94-4d4b-8ec1-9055babcddb5",
                "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": "da8ec5a0-e75b-43fd-83e7-bacef5028517",
            "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          \"pariatur9fa\": -86032727.33348301,\n          \"mollitd\": 62236299.62636563,\n          \"dolore_0c\": 9795078.268656224,\n          \"consequat_88\": \"cupidatat\"\n        }\n      },\n      {\n        \"definition_id\": \"<string>\",\n        \"type\": \"<string>\",\n        \"value\": {\n          \"esse_0\": -78934776.2964999\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": "3be24fcf-ee37-46ff-99dc-9cddc8a92cef",
                "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": "b30dd2e9-d10a-44af-a02c-fa4053157143",
        "name": "Webhook",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "1f5cbe86-e57f-4903-990d-d4e4172c7630",
            "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    \"occaecat_c\": false,\n    \"velit_fb\": false\n  },\n  \"auth_meta\": {\n    \"type\": \"<string>\",\n    \"secret\": \"<string>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "40c28cf3-d138-48cc-921d-5a2a17a003d1",
                "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": "fad0de61-aedf-4458-90ab-9a421f050677",
            "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    \"deserunt_f_\": -51690193.03380296,\n    \"in_88\": \"labore\"\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": "78ba5b5a-1849-4cec-a3f5-d2229a517b51",
                "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": "94492803-49c1-4f54-88be-ff66d6e90b39",
            "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": "e8709110-343d-4912-a822-4fcec2ffa47b",
                "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": "44a7993e-3fb5-4589-99e8-7762db920bb6",
            "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          \"reprehenderit89\": 24449072,\n          \"occaecat67\": \"irure consectetur anim\"\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": "db93f2d8-bed9-4b00-8df6-5a8ab9781678",
                "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": "8c66c7ff-57d7-4b9c-b0da-2dd88f31a11e",
            "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": "abbe8897-9022-424b-a664-248d8da7454c",
                "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": "d2617502-5909-4044-a1c9-133428222d2f",
            "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": "c63c7f54-b5a8-4e89-b65b-f3e067f6f9f2",
                "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": "8ff58b68-9f4e-45c6-9e32-f9248dbe740b",
      "name": "Fynd Platform's Platform Side APIs v2.12.1",
      "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"
        }
      ]
    }
  }
}