{
  "collection": {
    "item": [
      {
        "id": "59491e5d-23ab-46a4-83a3-47dfddbbb5a7",
        "name": "Cart",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "54eda79c-6f14-465c-ae96-126d73aeb572",
            "name": "getCart | Get a cart",
            "request": {
              "name": "getCart | Get a cart",
              "description": {
                "content": "Get details of a cart 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",
                  "application",
                  "cart",
                  "v1.0",
                  "detail"
                ],
                "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": "c",
                    "value": "<boolean>",
                    "description": "Select `true` to retrieve the cod charges in breakup of cart items."
                  },
                  {
                    "disabled": false,
                    "key": "assign_card_id",
                    "value": "<integer>",
                    "description": "Token of user's debit or credit card."
                  },
                  {
                    "disabled": false,
                    "key": "area_code",
                    "value": "<string>",
                    "description": "Customer servicable area_code."
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>",
                    "description": "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."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "disabled": false,
                  "description": "Ordering source header, to be used to identify source of order creation.",
                  "key": "x-ordering-source",
                  "value": "<string>"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "659907c9-7e4e-4ebc-a681-afba7da3b0fd",
                "name": "Success. Returns a Cart object. Check the example shown below or refer `CartDetailResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "detail"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "i",
                        "value": "<boolean>"
                      },
                      {
                        "key": "b",
                        "value": "<boolean>"
                      },
                      {
                        "key": "c",
                        "value": "<boolean>"
                      },
                      {
                        "key": "assign_card_id",
                        "value": "<integer>"
                      },
                      {
                        "key": "area_code",
                        "value": "<string>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      },
                      {
                        "key": "order_type",
                        "value": "<string>"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"applied_promo_details\": [\n    {\n      \"application_id\": \"000000000000000000000001\",\n      \"apply_all_offers\": false,\n      \"apply_exclusive\": null,\n      \"buy_article_dict\": {\n        \"rule#1\": {\n          \"633527e850dfb8e73e6de996_0\": {\n            \"added_in_cart\": false,\n            \"added_quantity\": 0,\n            \"amount_paid\": 0,\n            \"applicable_credits\": {\n              \"conversion_rate\": 1,\n              \"currency_code\": \"INR\",\n              \"currency_symbol\": \"â‚¹\",\n              \"floor_source_value\": 0,\n              \"floor_value\": 0,\n              \"source_currency_code\": \"FC\",\n              \"source_currency_symbol\": \"\",\n              \"source_value\": 0,\n              \"value\": 0\n            },\n            \"article_assign_status\": true,\n            \"article_assignment\": {\n              \"level\": \"multi-companies\",\n              \"strategy\": \"optimal\"\n            },\n            \"article_error\": {\n              \"type\": null,\n              \"value\": null,\n              \"message\": null\n            },\n            \"article_id\": \"633527e850dfb8e73e6de996\",\n            \"article_index\": \"0\",\n            \"article_meta\": {\n              \"article_id\": \"633527e850dfb8e73e6de996\",\n              \"bulk_margin\": 0,\n              \"bulk_discount\": {\n                \"conversion_rate\": 1,\n                \"currency_code\": \"INR\",\n                \"currency_symbol\": \"â‚¹\",\n                \"floor_source_value\": 0,\n                \"floor_value\": 0,\n                \"source_currency_code\": \"INR\",\n                \"source_currency_symbol\": \"â‚¹\",\n                \"source_value\": 0,\n                \"value\": 0\n              },\n              \"bulk_coupon_code\": null,\n              \"country_of_origin\": \"India\",\n              \"dimension\": {\n                \"width\": 70,\n                \"unit\": \"cm\",\n                \"height\": 70,\n                \"is_default\": true,\n                \"length\": 70\n              },\n              \"fragile\": false,\n              \"manufacturer\": {\n                \"address\": \"10, PALI MALA RD, ADARSH NAGAR, BANDRA WEST,, MAHARASHTRA, MUMBAI\",\n                \"name\": \"Sabki Shop\",\n                \"is_default\": true\n              },\n              \"weight\": {\n                \"shipping\": 250,\n                \"unit\": \"gram\",\n                \"is_default\": true\n              },\n              \"raw_meta\": {\n                \"fynd_identifier\": \"4187_3412343256098\",\n                \"is_set_article\": false,\n                \"set_quantity\": 1\n              },\n              \"is_set\": false,\n              \"set\": {},\n              \"identifier\": {\n                \"ean\": \"3412343256098\"\n              },\n              \"hsn_code\": null,\n              \"hsn_code_id\": \"625fbd96faeed8b3df6ec3ce\",\n              \"raw_price\": {\n                \"effective\": {\n                  \"conversion_rate\": 1,\n                  \"currency_code\": \"INR\",\n                  \"currency_symbol\": \"â‚¹\",\n                  \"floor_source_value\": 3899,\n                  \"floor_value\": 3899,\n                  \"source_currency_code\": \"INR\",\n                  \"source_currency_symbol\": \"â‚¹\",\n                  \"source_value\": 3899,\n                  \"value\": 3899\n                },\n                \"marked\": {\n                  \"conversion_rate\": 1,\n                  \"currency_code\": \"INR\",\n                  \"currency_symbol\": \"â‚¹\",\n                  \"floor_source_value\": 3899,\n                  \"floor_value\": 3899,\n                  \"source_currency_code\": \"INR\",\n                  \"source_currency_symbol\": \"â‚¹\",\n                  \"source_value\": 3899,\n                  \"value\": 3899\n                },\n                \"transfer\": {\n                  \"conversion_rate\": 1,\n                  \"currency_code\": \"INR\",\n                  \"currency_symbol\": \"â‚¹\",\n                  \"floor_source_value\": 0,\n                  \"floor_value\": 0,\n                  \"source_currency_code\": \"INR\",\n                  \"source_currency_symbol\": \"â‚¹\",\n                  \"source_value\": 0,\n                  \"value\": 0\n                }\n              },\n              \"seller_identifier\": \"3412343256098\",\n              \"_custom_json\": {},\n              \"tags\": [],\n              \"return_config\": {\n                \"time\": 0,\n                \"unit\": \"days\",\n                \"returnable\": false\n              }\n            },\n            \"attributes\": {\n              \"essential\": \"No\",\n              \"item_code\": \"BSFJ2-12608\",\n              \"gender\": [\n                \"Men\"\n              ],\n              \"denim_type\": \"Solid\",\n              \"pattern\": \"Solid\",\n              \"product_fit\": \"Slim\",\n              \"currency\": \"INR\",\n              \"media\": [\n                {\n                  \"type\": \"image\",\n                  \"meta\": {\n                    \"brand\": \"nike\",\n                    \"item_code\": \"BSFJ2-12608\",\n                    \"sequence\": 0\n                  },\n                  \"url\": \"https://hdn-1.addsale.com/addsale/products/pictures/item/free/original/nike/BSFJ2-12608/0/jMpkpyx17w-GWQjymow3-Black-Slim-Fit-Jeans.jpeg\"\n                }\n              ],\n              \"name\": \"Nike Jeans 12608\",\n              \"brand_name\": \"Nike\"\n            },\n            \"avl_qty\": 97,\n            \"brand_id\": 18,\n            \"bulk_coupon_applied\": false,\n            \"bulk_coupon_code\": null,\n            \"bulk_discount\": {\n              \"conversion_rate\": 1,\n              \"currency_code\": \"INR\",\n              \"currency_symbol\": \"â‚¹\",\n              \"floor_source_value\": 0,\n              \"floor_value\": 0,\n              \"source_currency_code\": \"INR\",\n              \"source_currency_symbol\": \"â‚¹\",\n              \"source_value\": 0,\n              \"value\": 0\n            },\n            \"bulk_margin\": 0,\n            \"cancellation_allowed\": true,\n            \"cashback\": {\n              \"amount\": {\n                \"conversion_rate\": 1,\n                \"currency_code\": \"INR\",\n                \"currency_symbol\": \"â‚¹\",\n                \"floor_source_value\": 0,\n                \"floor_value\": 0,\n                \"source_currency_code\": \"FC\",\n                \"source_currency_symbol\": \"\",\n                \"source_value\": 0,\n                \"value\": 0\n              }\n            },\n            \"category_id\": [\n              150\n            ],\n            \"cod_charges\": {\n              \"amount\": {\n                \"conversion_rate\": 1,\n                \"currency_code\": \"INR\",\n                \"currency_symbol\": \"â‚¹\",\n                \"floor_source_value\": 0,\n                \"floor_value\": 0,\n                \"source_currency_code\": \"INR\",\n                \"source_currency_symbol\": \"â‚¹\",\n                \"source_value\": 0,\n                \"value\": 0\n              }\n            },\n            \"company_id\": 2,\n            \"company_info\": {\n              \"company_id\": 2,\n              \"c_name\": \"Sabki Shop\",\n              \"c_taxes\": [\n                {\n                  \"rate\": 15,\n                  \"enable\": true,\n                  \"effective_date\": \"2022-06-05T18:29:23.904Z\"\n                }\n              ],\n              \"company_cin\": \"U45200MH1992PTC066474\"\n            },\n            \"company_taxes\": [\n              {\n                \"rate\": 15,\n                \"enable\": true,\n                \"effective_date\": \"2022-06-05T18:29:23.904Z\"\n              }\n            ],\n            \"coupon\": {\n              \"amount\": {\n                \"conversion_rate\": 1,\n                \"currency_code\": \"INR\",\n                \"currency_symbol\": \"â‚¹\",\n                \"floor_source_value\": 0,\n                \"floor_value\": 0,\n                \"source_currency_code\": \"INR\",\n                \"source_currency_symbol\": \"â‚¹\",\n                \"source_value\": 0,\n                \"value\": 0\n              },\n              \"article_count\": 0,\n              \"cancellation_allowed\": true,\n              \"return_allowed\": true\n            },\n            \"currency_dict\": {\n              \"code\": \"INR\",\n              \"rate\": 1\n            },\n            \"custom_meta\": {},\n            \"data\": {},\n            \"delivery_charges\": {\n              \"amount\": {\n                \"conversion_rate\": 1,\n                \"currency_code\": \"INR\",\n                \"currency_symbol\": \"â‚¹\",\n                \"floor_source_value\": 0,\n                \"floor_value\": 0,\n                \"source_currency_code\": \"INR\",\n                \"source_currency_symbol\": \"â‚¹\",\n                \"source_value\": 0,\n                \"value\": 0\n              }\n            },\n            \"delivery_error_msg\": \"\",\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            \"departments\": [\n              99\n            ],\n            \"discount\": 0,\n            \"discount_applied\": {},\n            \"dt_currency\": \"INR\",\n            \"dt_currency_symbol\": \"â‚¹\",\n            \"esp_modified\": false,\n            \"extra_meta\": {},\n            \"float_amount_paid\": 0,\n            \"free_gift_items_meta\": {},\n            \"group_id\": \"\",\n            \"gst_amount\": 167.1,\n            \"gst_tax_percentage\": 5,\n            \"hsn_code\": null,\n            \"hsn_code_id\": \"625fbd96faeed8b3df6ec3ce\",\n            \"identifiers\": {\n              \"identifier\": \"BDnwAINORr6SlTKxZN3w\"\n            },\n            \"image_nature\": \"standard\",\n            \"include\": true,\n            \"is_valid\": true,\n            \"item_id\": 75660796,\n            \"item_size\": \"34\",\n            \"last_update_at\": 1680852767,\n            \"meta\": {},\n            \"net_price\": {\n              \"conversion_rate\": 1,\n              \"currency_code\": \"INR\",\n              \"currency_symbol\": \"â‚¹\",\n              \"floor_source_value\": 3509.1,\n              \"floor_value\": 3509.1,\n              \"source_currency_code\": \"INR\",\n              \"source_currency_symbol\": \"â‚¹\",\n              \"source_value\": 3509.1,\n              \"value\": 3509.1\n            },\n            \"old_price\": {\n              \"conversion_rate\": 1,\n              \"currency_code\": \"INR\",\n              \"currency_symbol\": \"â‚¹\",\n              \"floor_source_value\": 3899,\n              \"floor_value\": 3899,\n              \"source_currency_code\": \"INR\",\n              \"source_currency_symbol\": \"â‚¹\",\n              \"source_value\": 3899,\n              \"value\": 3899\n            },\n            \"original_price_effective\": {\n              \"conversion_rate\": 1,\n              \"currency_code\": \"INR\",\n              \"currency_symbol\": \"â‚¹\",\n              \"floor_source_value\": 3899,\n              \"floor_value\": 3899,\n              \"source_currency_code\": \"INR\",\n              \"source_currency_symbol\": \"â‚¹\",\n              \"source_value\": 3899,\n              \"value\": 3899\n            },\n            \"original_unit_price\": {\n              \"conversion_rate\": 1,\n              \"currency_code\": \"INR\",\n              \"currency_symbol\": \"â‚¹\",\n              \"floor_source_value\": 3899,\n              \"floor_value\": 3899,\n              \"source_currency_code\": \"INR\",\n              \"source_currency_symbol\": \"â‚¹\",\n              \"source_value\": 3899,\n              \"value\": 3899\n            },\n            \"parent_item_identifiers\": {\n              \"identifier\": null,\n              \"parent_item_size\": null,\n              \"parent_item_id\": null\n            },\n            \"pickup_stores\": [],\n            \"price\": {\n              \"conversion_rate\": 1,\n              \"currency_code\": \"INR\",\n              \"currency_symbol\": \"â‚¹\",\n              \"floor_source_value\": 3899,\n              \"floor_value\": 3899,\n              \"source_currency_code\": \"INR\",\n              \"source_currency_symbol\": \"â‚¹\",\n              \"source_value\": 3899,\n              \"value\": 3899\n            },\n            \"price_effective\": {\n              \"conversion_rate\": 1,\n              \"currency_code\": \"INR\",\n              \"currency_symbol\": \"â‚¹\",\n              \"floor_source_value\": 3899,\n              \"floor_value\": 3899,\n              \"source_currency_code\": \"INR\",\n              \"source_currency_symbol\": \"â‚¹\",\n              \"source_value\": 3899,\n              \"value\": 3899\n            },\n            \"price_marked\": {\n              \"conversion_rate\": 1,\n              \"currency_code\": \"INR\",\n              \"currency_symbol\": \"â‚¹\",\n              \"floor_source_value\": 3899,\n              \"floor_value\": 3899,\n              \"source_currency_code\": \"INR\",\n              \"source_currency_symbol\": \"â‚¹\",\n              \"source_value\": 3899,\n              \"value\": 3899\n            },\n            \"product_tags\": [],\n            \"promotions\": {\n              \"amount\": {\n                \"conversion_rate\": 1,\n                \"currency_code\": \"INR\",\n                \"currency_symbol\": \"â‚¹\",\n                \"floor_source_value\": 0,\n                \"floor_value\": 0,\n                \"source_currency_code\": \"INR\",\n                \"source_currency_symbol\": \"â‚¹\",\n                \"source_value\": 0,\n                \"value\": 0\n              },\n              \"applied\": [\n                {\n                  \"amount\": {\n                    \"conversion_rate\": 1,\n                    \"currency_code\": \"INR\",\n                    \"currency_symbol\": \"â‚¹\",\n                    \"floor_source_value\": 389.9,\n                    \"floor_value\": 389.9,\n                    \"source_currency_code\": \"INR\",\n                    \"source_currency_symbol\": \"â‚¹\",\n                    \"source_value\": 389.9,\n                    \"value\": 389.9\n                  },\n                  \"applied_discounts\": [\n                    {\n                      \"type\": \"percentage\",\n                      \"value\": 10\n                    }\n                  ],\n                  \"applied_free_articles\": [],\n                  \"apply_exclusive\": null,\n                  \"article_quantity\": 1,\n                  \"buy_rules\": [\n                    {\n                      \"all_items\": null,\n                      \"cart_conditions\": {},\n                      \"item_criteria\": {\n                        \"item_brand\": [\n                          18\n                        ]\n                      },\n                      \"mrp_promo\": false,\n                      \"slug\": \"rule#1\"\n                    }\n                  ],\n                  \"cancellation_allowed\": true,\n                  \"discount_rules\": [\n                    {\n                      \"all_items\": null,\n                      \"buy_condition\": \"( rule#1 )\",\n                      \"item_criteria\": {\n                        \"buy_rules\": [\n                          \"rule#1\"\n                        ]\n                      },\n                      \"matched_buy_rules\": [\n                        \"rule#1\"\n                      ],\n                      \"offer\": {\n                        \"discount_percentage\": 10\n                      },\n                      \"raw_offer\": {\n                        \"item_criteria\": {\n                          \"buy_rules\": [\n                            \"rule#1\"\n                          ]\n                        },\n                        \"buy_condition\": \"( rule#1 )\",\n                        \"discount_type\": \"percentage\",\n                        \"offer\": {\n                          \"discount_percentage\": 10\n                        }\n                      },\n                      \"type\": \"percentage\"\n                    }\n                  ],\n                  \"mrp_promo\": false,\n                  \"offer_text\": \"10% of on NIKE Jeans\",\n                  \"ownership\": {\n                    \"payable_category\": \"seller\",\n                    \"payable_by\": \"\"\n                  },\n                  \"payable_category\": \"seller\",\n                  \"promo_code\": null,\n                  \"promo_id\": \"642fe329ed159b7aa743a293\",\n                  \"promo_type\": \"percentage\",\n                  \"promotion_group\": \"product\",\n                  \"return_allowed\": true\n                }\n              ],\n              \"apply_exclusive\": null,\n              \"available\": [],\n              \"cancellation_allowed\": true,\n              \"exclusive_promo_applied\": false,\n              \"mrp_promo_applied\": false,\n              \"return_allowed\": true\n            },\n            \"quantity\": 1,\n            \"quantity_assign_status\": false,\n            \"referral_credits\": {\n              \"amount\": {\n                \"conversion_rate\": 1,\n                \"currency_code\": \"INR\",\n                \"currency_symbol\": \"â‚¹\",\n                \"floor_source_value\": 0,\n                \"floor_value\": 0,\n                \"source_currency_code\": \"FC\",\n                \"source_currency_symbol\": \"\",\n                \"source_value\": 0,\n                \"value\": 0\n              }\n            },\n            \"reload_data_only\": true,\n            \"return_allowed\": false,\n            \"sc_currency\": \"INR\",\n            \"sc_currency_symbol\": \"â‚¹\",\n            \"selling_price\": {\n              \"conversion_rate\": 1,\n              \"currency_code\": \"INR\",\n              \"currency_symbol\": \"â‚¹\",\n              \"floor_source_value\": 3899,\n              \"floor_value\": 3899,\n              \"source_currency_code\": \"INR\",\n              \"source_currency_symbol\": \"â‚¹\",\n              \"source_value\": 3899,\n              \"value\": 3899\n            },\n            \"service_item_meta\": {\n              \"product_group_tags\": null,\n              \"products\": null\n            },\n            \"size_level_total_qty\": 1,\n            \"sizes\": [\n              \"34\"\n            ],\n            \"split_article_id\": \"633527e850dfb8e73e6de996_0\",\n            \"split_index\": 0,\n            \"store_id\": 4187,\n            \"store_info\": {\n              \"store_id\": 4187,\n              \"s_city\": \"HYDERABAD\",\n              \"store_name\": \"AND Inorbit Hyderabad\",\n              \"store_type\": \"mall\",\n              \"store_pincode\": 500081,\n              \"latitude\": 17.4343693,\n              \"longitude\": 78.3866087\n            },\n            \"strategy_validation_data\": {},\n            \"tags\": [\n              \"rule#1\"\n            ],\n            \"total_gst_amount\": 167.1,\n            \"total_value_of_good\": 3342,\n            \"transfer_price\": {\n              \"conversion_rate\": 1,\n              \"currency_code\": \"INR\",\n              \"currency_symbol\": \"â‚¹\",\n              \"floor_source_value\": 0,\n              \"floor_value\": 0,\n              \"source_currency_code\": \"INR\",\n              \"source_currency_symbol\": \"â‚¹\",\n              \"source_value\": 0,\n              \"value\": 0\n            },\n            \"unit_price\": {\n              \"conversion_rate\": 1,\n              \"currency_code\": \"INR\",\n              \"currency_symbol\": \"â‚¹\",\n              \"floor_source_value\": 3509.1,\n              \"floor_value\": 3509.1,\n              \"source_currency_code\": \"INR\",\n              \"source_currency_symbol\": \"â‚¹\",\n              \"source_value\": 3509.1,\n              \"value\": 3509.1\n            },\n            \"valid_inventory\": true,\n            \"value_of_good\": 3342,\n            \"verify_article\": false\n          }\n        }\n      },\n      \"buy_rules\": [\n        {\n          \"all_items\": null,\n          \"cart_conditions\": {},\n          \"item_criteria\": {\n            \"item_brand\": [\n              18\n            ]\n          },\n          \"mrp_promo\": false,\n          \"slug\": \"rule#1\"\n        }\n      ],\n      \"buy_rules_map\": {\n        \"rule#1\": {\n          \"item_brand\": [\n            18\n          ]\n        }\n      },\n      \"calculate_on\": \"esp\",\n      \"cancellation_allowed\": true,\n      \"code\": null,\n      \"discount\": 389.9,\n      \"discount_rules\": [\n        {\n          \"all_items\": null,\n          \"buy_condition\": \"( rule#1 )\",\n          \"item_criteria\": {\n            \"buy_rules\": [\n              \"rule#1\"\n            ]\n          },\n          \"matched_buy_rules\": [\n            \"rule#1\"\n          ],\n          \"offer\": {\n            \"discount_percentage\": 10\n          },\n          \"raw_offer\": {\n            \"item_criteria\": {\n              \"buy_rules\": [\n                \"rule#1\"\n              ]\n            },\n            \"buy_condition\": \"( rule#1 )\",\n            \"discount_type\": \"percentage\",\n            \"offer\": {\n              \"discount_percentage\": 10\n            }\n          },\n          \"type\": \"percentage\"\n        }\n      ],\n      \"id\": \"642fe329ed159b7aa743a293\",\n      \"mrp_promo\": false,\n      \"offer_text\": \"10% of on NIKE Jeans\",\n      \"ownership\": {\n        \"payable_category\": \"seller\",\n        \"payable_by\": \"\"\n      },\n      \"payable_category\": \"seller\",\n      \"priority\": 1,\n      \"promo_group\": \"product\",\n      \"remaining_allowed_qty\": null,\n      \"restrictions\": {\n        \"uses\": {\n          \"maximum\": {\n            \"user\": 0,\n            \"total\": 0\n          },\n          \"remaining\": {\n            \"user\": 0,\n            \"total\": 0\n          }\n        },\n        \"user_groups\": [],\n        \"post_order\": {\n          \"return_allowed\": true,\n          \"cancellation_allowed\": true\n        },\n        \"user_id\": [],\n        \"payments\": [],\n        \"user_registered\": {\n          \"start\": null,\n          \"end\": null\n        },\n        \"platforms\": [\n          \"web\",\n          \"android\",\n          \"ios\"\n        ],\n        \"anonymous_users\": true\n      },\n      \"return_allowed\": true,\n      \"stackable\": true,\n      \"type\": \"percentage\",\n      \"usage_meta\": null\n    }\n  ],\n  \"items\": [\n    {\n      \"identifiers\": {},\n      \"bulk_offer\": {},\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      \"discount\": \"67% OFF\",\n      \"moq\": {},\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      \"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      \"availability\": {\n        \"available_sizes\": [\n          {\n            \"is_available\": true,\n            \"display\": \"OS\",\n            \"value\": \"OS\"\n          }\n        ],\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          \"final_price\": 999,\n          \"discount\": 0\n        },\n        \"converted\": {\n          \"add_on\": 999,\n          \"marked\": 2999,\n          \"effective\": 999,\n          \"selling\": 999,\n          \"currency_code\": \"INR\",\n          \"final_price\": 999,\n          \"discount\": 0\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      \"mop_total\": 0,\n      \"store_credit\": 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  \"custom_cart_meta\": {\n    \"test\": \"test\"\n  },\n  \"free_gift_selection_available\": false,\n  \"last_modified\": \"2020-03-09T00:00:00.000Z\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e31be16e-41e9-4e98-9f73-489648d9ea10",
            "name": "getCartLastModified | Get last modified timestamp of a cart",
            "request": {
              "name": "getCartLastModified | Get last modified timestamp of a cart",
              "description": {
                "content": "Retrieve the last modified timestamp of the cart using unique cart ID. It indicates the most recent update made to the cart's content or properties.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "cart",
                  "v1.0",
                  "detail"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>",
                    "description": "The unique identifier of the cart."
                  }
                ],
                "variable": []
              },
              "method": "HEAD",
              "auth": null,
              "header": [
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ]
            },
            "response": [
              {
                "id": "e06db0b2-bd8f-4448-b0c7-9d6d2afb7f14",
                "name": "Success. Receives last modifed timestamp in the header.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "detail"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      }
                    ],
                    "variable": []
                  },
                  "method": "HEAD",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "disabled": false,
                    "key": "Last-Modified",
                    "value": "2004-01-27",
                    "description": ""
                  },
                  {
                    "key": "Content-Type",
                    "value": "text/plain"
                  }
                ],
                "body": "",
                "cookie": [],
                "_postman_previewlanguage": "text"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "982ae30c-b542-404b-913a-aca9b623dbb2",
            "name": "addItems | Add items to a cart",
            "request": {
              "name": "addItems | Add items to a 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",
                  "application",
                  "cart",
                  "v1.0",
                  "detail"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "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": "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": "area_code",
                    "value": "<string>",
                    "description": "Customer servicable area_code."
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>",
                    "description": "Select `true` to set/initialize buy now cart."
                  },
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>",
                    "description": "The unique identifier of 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."
                  }
                ],
                "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  \"items\": [\n    {\n      \"article_assignment\": {\n        \"culpa_ad\": \"nisi cillum sint\"\n      },\n      \"product_group_tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"extra_meta\": {\n        \"aute_0\": 41053331.78888938,\n        \"consectetur_c5\": true,\n        \"quis_b\": false\n      },\n      \"quantity\": \"<integer>\",\n      \"_custom_json\": {\n        \"id_2de\": true,\n        \"pariatur_e42\": \"elit consequat ex\",\n        \"ipsum9\": \"id sint\"\n      },\n      \"force_new_line_item\": \"<boolean>\",\n      \"item_size\": \"<string>\",\n      \"store_id\": \"<integer>\",\n      \"display\": \"<string>\",\n      \"article_id\": \"<string>\",\n      \"parent_item_identifiers\": [\n        {\n          \"sunte\": \"<string>\"\n        },\n        {\n          \"ea_99\": \"<string>\",\n          \"sunt4\": \"<string>\",\n          \"esse_e\": \"<string>\"\n        }\n      ],\n      \"seller_id\": \"<integer>\",\n      \"pos\": \"<boolean>\",\n      \"item_id\": \"<integer>\",\n      \"meta\": {\n        \"laborisb0a\": -91499298,\n        \"voluptate_6f\": true\n      },\n      \"seller_identifier\": \"<string>\",\n      \"fulfillment_option_slug\": \"<string>\",\n      \"pickup_store_id\": \"<integer>\"\n    },\n    {\n      \"article_assignment\": {\n        \"nulla_6fd\": false,\n        \"laboris_a\": true,\n        \"nulla_0\": \"dolore anim i\",\n        \"in_b20\": 13712396.992504194,\n        \"irure_f1\": 92223658\n      },\n      \"product_group_tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"extra_meta\": {\n        \"nisi_3f\": -403757.9527517855,\n        \"Duisf\": -86862994,\n        \"Duis_de\": \"Excepteur laborum\"\n      },\n      \"quantity\": \"<integer>\",\n      \"_custom_json\": {\n        \"cupidatat_3f\": true\n      },\n      \"force_new_line_item\": \"<boolean>\",\n      \"item_size\": \"<string>\",\n      \"store_id\": \"<integer>\",\n      \"display\": \"<string>\",\n      \"article_id\": \"<string>\",\n      \"parent_item_identifiers\": [\n        {\n          \"dolorb_7\": \"<string>\"\n        },\n        {\n          \"qui_23\": \"<string>\"\n        }\n      ],\n      \"seller_id\": \"<integer>\",\n      \"pos\": \"<boolean>\",\n      \"item_id\": \"<integer>\",\n      \"meta\": {\n        \"amet_f2_\": \"sunt aliqua\",\n        \"eu_c_0\": -11521544.76275231\n      },\n      \"seller_identifier\": \"<string>\",\n      \"fulfillment_option_slug\": \"<string>\",\n      \"pickup_store_id\": \"<integer>\"\n    }\n  ],\n  \"new_cart\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "1659416f-d76b-4a29-8d38-bb21e5b50d1f",
                "name": "Success. Returns a cart object as shown below. Refer `AddCartDetailResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "detail"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "i",
                        "value": "<boolean>"
                      },
                      {
                        "key": "b",
                        "value": "<boolean>"
                      },
                      {
                        "key": "include_cart_calculation",
                        "value": "<boolean>"
                      },
                      {
                        "key": "area_code",
                        "value": "<string>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      },
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "order_type",
                        "value": "<string>"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"new_cart\": true,\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}",
                    "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    \"applied_promo_details\": [\n      {\n        \"application_id\": \"000000000000000000000001\",\n        \"apply_all_offers\": false,\n        \"apply_exclusive\": null,\n        \"buy_article_dict\": {\n          \"rule#1\": {\n            \"633527e850dfb8e73e6de996_0\": {\n              \"added_in_cart\": false,\n              \"added_quantity\": 0,\n              \"amount_paid\": 0,\n              \"applicable_credits\": {\n                \"conversion_rate\": 1,\n                \"currency_code\": \"INR\",\n                \"currency_symbol\": \"â‚¹\",\n                \"floor_source_value\": 0,\n                \"floor_value\": 0,\n                \"source_currency_code\": \"FC\",\n                \"source_currency_symbol\": \"\",\n                \"source_value\": 0,\n                \"value\": 0\n              },\n              \"article_assign_status\": true,\n              \"article_assignment\": {\n                \"level\": \"multi-companies\",\n                \"strategy\": \"optimal\"\n              },\n              \"article_error\": {\n                \"type\": null,\n                \"value\": null,\n                \"message\": null\n              },\n              \"article_id\": \"633527e850dfb8e73e6de996\",\n              \"article_index\": \"0\",\n              \"article_meta\": {\n                \"article_id\": \"633527e850dfb8e73e6de996\",\n                \"bulk_margin\": 0,\n                \"bulk_discount\": {\n                  \"conversion_rate\": 1,\n                  \"currency_code\": \"INR\",\n                  \"currency_symbol\": \"â‚¹\",\n                  \"floor_source_value\": 0,\n                  \"floor_value\": 0,\n                  \"source_currency_code\": \"INR\",\n                  \"source_currency_symbol\": \"â‚¹\",\n                  \"source_value\": 0,\n                  \"value\": 0\n                },\n                \"bulk_coupon_code\": null,\n                \"country_of_origin\": \"India\",\n                \"dimension\": {\n                  \"width\": 70,\n                  \"unit\": \"cm\",\n                  \"height\": 70,\n                  \"is_default\": true,\n                  \"length\": 70\n                },\n                \"fragile\": false,\n                \"manufacturer\": {\n                  \"address\": \"10, PALI MALA RD, ADARSH NAGAR, BANDRA WEST,, MAHARASHTRA, MUMBAI\",\n                  \"name\": \"Sabki Shop\",\n                  \"is_default\": true\n                },\n                \"weight\": {\n                  \"shipping\": 250,\n                  \"unit\": \"gram\",\n                  \"is_default\": true\n                },\n                \"raw_meta\": {\n                  \"fynd_identifier\": \"4187_3412343256098\",\n                  \"is_set_article\": false,\n                  \"set_quantity\": 1\n                },\n                \"is_set\": false,\n                \"set\": {},\n                \"identifier\": {\n                  \"ean\": \"3412343256098\"\n                },\n                \"hsn_code\": null,\n                \"hsn_code_id\": \"625fbd96faeed8b3df6ec3ce\",\n                \"raw_price\": {\n                  \"effective\": {\n                    \"conversion_rate\": 1,\n                    \"currency_code\": \"INR\",\n                    \"currency_symbol\": \"â‚¹\",\n                    \"floor_source_value\": 3899,\n                    \"floor_value\": 3899,\n                    \"source_currency_code\": \"INR\",\n                    \"source_currency_symbol\": \"â‚¹\",\n                    \"source_value\": 3899,\n                    \"value\": 3899\n                  },\n                  \"marked\": {\n                    \"conversion_rate\": 1,\n                    \"currency_code\": \"INR\",\n                    \"currency_symbol\": \"â‚¹\",\n                    \"floor_source_value\": 3899,\n                    \"floor_value\": 3899,\n                    \"source_currency_code\": \"INR\",\n                    \"source_currency_symbol\": \"â‚¹\",\n                    \"source_value\": 3899,\n                    \"value\": 3899\n                  },\n                  \"transfer\": {\n                    \"conversion_rate\": 1,\n                    \"currency_code\": \"INR\",\n                    \"currency_symbol\": \"â‚¹\",\n                    \"floor_source_value\": 0,\n                    \"floor_value\": 0,\n                    \"source_currency_code\": \"INR\",\n                    \"source_currency_symbol\": \"â‚¹\",\n                    \"source_value\": 0,\n                    \"value\": 0\n                  }\n                },\n                \"seller_identifier\": \"3412343256098\",\n                \"_custom_json\": {},\n                \"tags\": [],\n                \"return_config\": {\n                  \"time\": 0,\n                  \"unit\": \"days\",\n                  \"returnable\": false\n                }\n              },\n              \"attributes\": {\n                \"essential\": \"No\",\n                \"item_code\": \"BSFJ2-12608\",\n                \"gender\": [\n                  \"Men\"\n                ],\n                \"denim_type\": \"Solid\",\n                \"pattern\": \"Solid\",\n                \"product_fit\": \"Slim\",\n                \"currency\": \"INR\",\n                \"media\": [\n                  {\n                    \"type\": \"image\",\n                    \"meta\": {\n                      \"brand\": \"nike\",\n                      \"item_code\": \"BSFJ2-12608\",\n                      \"sequence\": 0\n                    },\n                    \"url\": \"https://hdn-1.addsale.com/addsale/products/pictures/item/free/original/nike/BSFJ2-12608/0/jMpkpyx17w-GWQjymow3-Black-Slim-Fit-Jeans.jpeg\"\n                  }\n                ],\n                \"name\": \"Nike Jeans 12608\",\n                \"brand_name\": \"Nike\"\n              },\n              \"avl_qty\": 97,\n              \"brand_id\": 18,\n              \"bulk_coupon_applied\": false,\n              \"bulk_coupon_code\": null,\n              \"bulk_discount\": {\n                \"conversion_rate\": 1,\n                \"currency_code\": \"INR\",\n                \"currency_symbol\": \"â‚¹\",\n                \"floor_source_value\": 0,\n                \"floor_value\": 0,\n                \"source_currency_code\": \"INR\",\n                \"source_currency_symbol\": \"â‚¹\",\n                \"source_value\": 0,\n                \"value\": 0\n              },\n              \"bulk_margin\": 0,\n              \"cancellation_allowed\": true,\n              \"cashback\": {\n                \"amount\": {\n                  \"conversion_rate\": 1,\n                  \"currency_code\": \"INR\",\n                  \"currency_symbol\": \"â‚¹\",\n                  \"floor_source_value\": 0,\n                  \"floor_value\": 0,\n                  \"source_currency_code\": \"FC\",\n                  \"source_currency_symbol\": \"\",\n                  \"source_value\": 0,\n                  \"value\": 0\n                }\n              },\n              \"category_id\": [\n                150\n              ],\n              \"cod_charges\": {\n                \"amount\": {\n                  \"conversion_rate\": 1,\n                  \"currency_code\": \"INR\",\n                  \"currency_symbol\": \"â‚¹\",\n                  \"floor_source_value\": 0,\n                  \"floor_value\": 0,\n                  \"source_currency_code\": \"INR\",\n                  \"source_currency_symbol\": \"â‚¹\",\n                  \"source_value\": 0,\n                  \"value\": 0\n                }\n              },\n              \"company_id\": 2,\n              \"company_info\": {\n                \"company_id\": 2,\n                \"c_name\": \"Sabki Shop\",\n                \"c_taxes\": [\n                  {\n                    \"rate\": 15,\n                    \"enable\": true,\n                    \"effective_date\": \"2022-06-05T18:29:23.904Z\"\n                  }\n                ],\n                \"company_cin\": \"U45200MH1992PTC066474\"\n              },\n              \"company_taxes\": [\n                {\n                  \"rate\": 15,\n                  \"enable\": true,\n                  \"effective_date\": \"2022-06-05T18:29:23.904Z\"\n                }\n              ],\n              \"coupon\": {\n                \"amount\": {\n                  \"conversion_rate\": 1,\n                  \"currency_code\": \"INR\",\n                  \"currency_symbol\": \"â‚¹\",\n                  \"floor_source_value\": 0,\n                  \"floor_value\": 0,\n                  \"source_currency_code\": \"INR\",\n                  \"source_currency_symbol\": \"â‚¹\",\n                  \"source_value\": 0,\n                  \"value\": 0\n                },\n                \"article_count\": 0,\n                \"cancellation_allowed\": true,\n                \"return_allowed\": true\n              },\n              \"currency_dict\": {\n                \"code\": \"INR\",\n                \"rate\": 1\n              },\n              \"custom_meta\": {},\n              \"data\": {},\n              \"delivery_charges\": {\n                \"amount\": {\n                  \"conversion_rate\": 1,\n                  \"currency_code\": \"INR\",\n                  \"currency_symbol\": \"â‚¹\",\n                  \"floor_source_value\": 0,\n                  \"floor_value\": 0,\n                  \"source_currency_code\": \"INR\",\n                  \"source_currency_symbol\": \"â‚¹\",\n                  \"source_value\": 0,\n                  \"value\": 0\n                }\n              },\n              \"delivery_error_msg\": \"\",\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              \"departments\": [\n                99\n              ],\n              \"discount\": 0,\n              \"discount_applied\": {},\n              \"dt_currency\": \"INR\",\n              \"dt_currency_symbol\": \"â‚¹\",\n              \"esp_modified\": false,\n              \"extra_meta\": {},\n              \"float_amount_paid\": 0,\n              \"free_gift_items_meta\": {},\n              \"group_id\": \"\",\n              \"gst_amount\": 167.1,\n              \"gst_tax_percentage\": 5,\n              \"hsn_code\": null,\n              \"hsn_code_id\": \"625fbd96faeed8b3df6ec3ce\",\n              \"identifiers\": {\n                \"identifier\": \"BDnwAINORr6SlTKxZN3w\"\n              },\n              \"image_nature\": \"standard\",\n              \"include\": true,\n              \"is_valid\": true,\n              \"item_id\": 75660796,\n              \"item_size\": \"34\",\n              \"last_update_at\": 1680852767,\n              \"meta\": {},\n              \"net_price\": {\n                \"conversion_rate\": 1,\n                \"currency_code\": \"INR\",\n                \"currency_symbol\": \"â‚¹\",\n                \"floor_source_value\": 3509.1,\n                \"floor_value\": 3509.1,\n                \"source_currency_code\": \"INR\",\n                \"source_currency_symbol\": \"â‚¹\",\n                \"source_value\": 3509.1,\n                \"value\": 3509.1\n              },\n              \"old_price\": {\n                \"conversion_rate\": 1,\n                \"currency_code\": \"INR\",\n                \"currency_symbol\": \"â‚¹\",\n                \"floor_source_value\": 3899,\n                \"floor_value\": 3899,\n                \"source_currency_code\": \"INR\",\n                \"source_currency_symbol\": \"â‚¹\",\n                \"source_value\": 3899,\n                \"value\": 3899\n              },\n              \"original_price_effective\": {\n                \"conversion_rate\": 1,\n                \"currency_code\": \"INR\",\n                \"currency_symbol\": \"â‚¹\",\n                \"floor_source_value\": 3899,\n                \"floor_value\": 3899,\n                \"source_currency_code\": \"INR\",\n                \"source_currency_symbol\": \"â‚¹\",\n                \"source_value\": 3899,\n                \"value\": 3899\n              },\n              \"original_unit_price\": {\n                \"conversion_rate\": 1,\n                \"currency_code\": \"INR\",\n                \"currency_symbol\": \"â‚¹\",\n                \"floor_source_value\": 3899,\n                \"floor_value\": 3899,\n                \"source_currency_code\": \"INR\",\n                \"source_currency_symbol\": \"â‚¹\",\n                \"source_value\": 3899,\n                \"value\": 3899\n              },\n              \"parent_item_identifiers\": {\n                \"identifier\": null,\n                \"parent_item_size\": null,\n                \"parent_item_id\": null\n              },\n              \"pickup_stores\": [],\n              \"price\": {\n                \"conversion_rate\": 1,\n                \"currency_code\": \"INR\",\n                \"currency_symbol\": \"â‚¹\",\n                \"floor_source_value\": 3899,\n                \"floor_value\": 3899,\n                \"source_currency_code\": \"INR\",\n                \"source_currency_symbol\": \"â‚¹\",\n                \"source_value\": 3899,\n                \"value\": 3899\n              },\n              \"price_effective\": {\n                \"conversion_rate\": 1,\n                \"currency_code\": \"INR\",\n                \"currency_symbol\": \"â‚¹\",\n                \"floor_source_value\": 3899,\n                \"floor_value\": 3899,\n                \"source_currency_code\": \"INR\",\n                \"source_currency_symbol\": \"â‚¹\",\n                \"source_value\": 3899,\n                \"value\": 3899\n              },\n              \"price_marked\": {\n                \"conversion_rate\": 1,\n                \"currency_code\": \"INR\",\n                \"currency_symbol\": \"â‚¹\",\n                \"floor_source_value\": 3899,\n                \"floor_value\": 3899,\n                \"source_currency_code\": \"INR\",\n                \"source_currency_symbol\": \"â‚¹\",\n                \"source_value\": 3899,\n                \"value\": 3899\n              },\n              \"product_tags\": [],\n              \"promotions\": {\n                \"amount\": {\n                  \"conversion_rate\": 1,\n                  \"currency_code\": \"INR\",\n                  \"currency_symbol\": \"â‚¹\",\n                  \"floor_source_value\": 0,\n                  \"floor_value\": 0,\n                  \"source_currency_code\": \"INR\",\n                  \"source_currency_symbol\": \"â‚¹\",\n                  \"source_value\": 0,\n                  \"value\": 0\n                },\n                \"applied\": [\n                  {\n                    \"amount\": {\n                      \"conversion_rate\": 1,\n                      \"currency_code\": \"INR\",\n                      \"currency_symbol\": \"â‚¹\",\n                      \"floor_source_value\": 389.9,\n                      \"floor_value\": 389.9,\n                      \"source_currency_code\": \"INR\",\n                      \"source_currency_symbol\": \"â‚¹\",\n                      \"source_value\": 389.9,\n                      \"value\": 389.9\n                    },\n                    \"applied_discounts\": [\n                      {\n                        \"type\": \"percentage\",\n                        \"value\": 10\n                      }\n                    ],\n                    \"applied_free_articles\": [],\n                    \"apply_exclusive\": null,\n                    \"article_quantity\": 1,\n                    \"buy_rules\": [\n                      {\n                        \"all_items\": null,\n                        \"cart_conditions\": {},\n                        \"item_criteria\": {\n                          \"item_brand\": [\n                            18\n                          ]\n                        },\n                        \"mrp_promo\": false,\n                        \"slug\": \"rule#1\"\n                      }\n                    ],\n                    \"cancellation_allowed\": true,\n                    \"discount_rules\": [\n                      {\n                        \"all_items\": null,\n                        \"buy_condition\": \"( rule#1 )\",\n                        \"item_criteria\": {\n                          \"buy_rules\": [\n                            \"rule#1\"\n                          ]\n                        },\n                        \"matched_buy_rules\": [\n                          \"rule#1\"\n                        ],\n                        \"offer\": {\n                          \"discount_percentage\": 10\n                        },\n                        \"raw_offer\": {\n                          \"item_criteria\": {\n                            \"buy_rules\": [\n                              \"rule#1\"\n                            ]\n                          },\n                          \"buy_condition\": \"( rule#1 )\",\n                          \"discount_type\": \"percentage\",\n                          \"offer\": {\n                            \"discount_percentage\": 10\n                          }\n                        },\n                        \"type\": \"percentage\"\n                      }\n                    ],\n                    \"mrp_promo\": false,\n                    \"offer_text\": \"10% of on NIKE Jeans\",\n                    \"ownership\": {\n                      \"payable_category\": \"seller\",\n                      \"payable_by\": \"\"\n                    },\n                    \"payable_category\": \"seller\",\n                    \"promo_code\": null,\n                    \"promo_id\": \"642fe329ed159b7aa743a293\",\n                    \"promo_type\": \"percentage\",\n                    \"promotion_group\": \"product\",\n                    \"return_allowed\": true\n                  }\n                ],\n                \"apply_exclusive\": null,\n                \"available\": [],\n                \"cancellation_allowed\": true,\n                \"exclusive_promo_applied\": false,\n                \"mrp_promo_applied\": false,\n                \"return_allowed\": true\n              },\n              \"quantity\": 1,\n              \"quantity_assign_status\": false,\n              \"referral_credits\": {\n                \"amount\": {\n                  \"conversion_rate\": 1,\n                  \"currency_code\": \"INR\",\n                  \"currency_symbol\": \"â‚¹\",\n                  \"floor_source_value\": 0,\n                  \"floor_value\": 0,\n                  \"source_currency_code\": \"FC\",\n                  \"source_currency_symbol\": \"\",\n                  \"source_value\": 0,\n                  \"value\": 0\n                }\n              },\n              \"reload_data_only\": true,\n              \"return_allowed\": false,\n              \"sc_currency\": \"INR\",\n              \"sc_currency_symbol\": \"â‚¹\",\n              \"selling_price\": {\n                \"conversion_rate\": 1,\n                \"currency_code\": \"INR\",\n                \"currency_symbol\": \"â‚¹\",\n                \"floor_source_value\": 3899,\n                \"floor_value\": 3899,\n                \"source_currency_code\": \"INR\",\n                \"source_currency_symbol\": \"â‚¹\",\n                \"source_value\": 3899,\n                \"value\": 3899\n              },\n              \"service_item_meta\": {\n                \"product_group_tags\": null,\n                \"products\": null\n              },\n              \"size_level_total_qty\": 1,\n              \"sizes\": [\n                \"34\"\n              ],\n              \"split_article_id\": \"633527e850dfb8e73e6de996_0\",\n              \"split_index\": 0,\n              \"store_id\": 4187,\n              \"store_info\": {\n                \"store_id\": 4187,\n                \"s_city\": \"HYDERABAD\",\n                \"store_name\": \"AND Inorbit Hyderabad\",\n                \"store_type\": \"mall\",\n                \"store_pincode\": 500081,\n                \"latitude\": 17.4343693,\n                \"longitude\": 78.3866087\n              },\n              \"strategy_validation_data\": {},\n              \"tags\": [\n                \"rule#1\"\n              ],\n              \"total_gst_amount\": 167.1,\n              \"total_value_of_good\": 3342,\n              \"transfer_price\": {\n                \"conversion_rate\": 1,\n                \"currency_code\": \"INR\",\n                \"currency_symbol\": \"â‚¹\",\n                \"floor_source_value\": 0,\n                \"floor_value\": 0,\n                \"source_currency_code\": \"INR\",\n                \"source_currency_symbol\": \"â‚¹\",\n                \"source_value\": 0,\n                \"value\": 0\n              },\n              \"unit_price\": {\n                \"conversion_rate\": 1,\n                \"currency_code\": \"INR\",\n                \"currency_symbol\": \"â‚¹\",\n                \"floor_source_value\": 3509.1,\n                \"floor_value\": 3509.1,\n                \"source_currency_code\": \"INR\",\n                \"source_currency_symbol\": \"â‚¹\",\n                \"source_value\": 3509.1,\n                \"value\": 3509.1\n              },\n              \"valid_inventory\": true,\n              \"value_of_good\": 3342,\n              \"verify_article\": false\n            }\n          }\n        },\n        \"buy_rules\": [\n          {\n            \"all_items\": null,\n            \"cart_conditions\": {},\n            \"item_criteria\": {\n              \"item_brand\": [\n                18\n              ]\n            },\n            \"mrp_promo\": false,\n            \"slug\": \"rule#1\"\n          }\n        ],\n        \"buy_rules_map\": {\n          \"rule#1\": {\n            \"item_brand\": [\n              18\n            ]\n          }\n        },\n        \"calculate_on\": \"esp\",\n        \"cancellation_allowed\": true,\n        \"code\": null,\n        \"discount\": 389.9,\n        \"discount_rules\": [\n          {\n            \"all_items\": null,\n            \"buy_condition\": \"( rule#1 )\",\n            \"item_criteria\": {\n              \"buy_rules\": [\n                \"rule#1\"\n              ]\n            },\n            \"matched_buy_rules\": [\n              \"rule#1\"\n            ],\n            \"offer\": {\n              \"discount_percentage\": 10\n            },\n            \"raw_offer\": {\n              \"item_criteria\": {\n                \"buy_rules\": [\n                  \"rule#1\"\n                ]\n              },\n              \"buy_condition\": \"( rule#1 )\",\n              \"discount_type\": \"percentage\",\n              \"offer\": {\n                \"discount_percentage\": 10\n              }\n            },\n            \"type\": \"percentage\"\n          }\n        ],\n        \"id\": \"642fe329ed159b7aa743a293\",\n        \"mrp_promo\": false,\n        \"offer_text\": \"10% of on NIKE Jeans\",\n        \"ownership\": {\n          \"payable_category\": \"seller\",\n          \"payable_by\": \"\"\n        },\n        \"payable_category\": \"seller\",\n        \"priority\": 1,\n        \"promo_group\": \"product\",\n        \"remaining_allowed_qty\": null,\n        \"restrictions\": {\n          \"uses\": {\n            \"maximum\": {\n              \"user\": 0,\n              \"total\": 0\n            },\n            \"remaining\": {\n              \"user\": 0,\n              \"total\": 0\n            }\n          },\n          \"user_groups\": [],\n          \"post_order\": {\n            \"return_allowed\": true,\n            \"cancellation_allowed\": true\n          },\n          \"user_id\": [],\n          \"payments\": [],\n          \"user_registered\": {\n            \"start\": null,\n            \"end\": null\n          },\n          \"platforms\": [\n            \"web\",\n            \"android\",\n            \"ios\"\n          ],\n          \"anonymous_users\": true\n        },\n        \"return_allowed\": true,\n        \"stackable\": true,\n        \"type\": \"percentage\",\n        \"usage_meta\": null\n      }\n    ],\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\": \"Store Credit\",\n          \"key\": \"store_credit\",\n          \"value\": 0,\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        \"store_credit\": 0,\n        \"gst_charges\": 1529.96,\n        \"mrp_total\": 17486,\n        \"mop_total\": 0,\n        \"total_charge\": 10,\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        \"parent_item_identifiers\": {\n          \"identifier\": \"ZASFF\",\n          \"parent_item_id\": 7501190,\n          \"parent_item_size\": \"OS\"\n        },\n        \"identifiers\": {},\n        \"moq\": {},\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        \"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        \"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        \"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          \"available_sizes\": [\n            {\n              \"is_available\": true,\n              \"display\": \"OS\",\n              \"value\": \"OS\"\n            }\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        \"moq\": {},\n        \"identifiers\": {},\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        \"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        \"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        \"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          \"available_sizes\": [\n            {\n              \"is_available\": true,\n              \"display\": \"OS\",\n              \"value\": \"OS\"\n            }\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        \"moq\": {},\n        \"identifiers\": {},\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        \"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        \"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        \"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          \"available_sizes\": [\n            {\n              \"is_available\": true,\n              \"display\": \"OS\",\n              \"value\": \"OS\"\n            }\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        \"moq\": {},\n        \"identifiers\": {},\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        \"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        \"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        \"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          \"available_sizes\": [\n            {\n              \"is_available\": true,\n              \"display\": \"OS\",\n              \"value\": \"OS\"\n            }\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\": \"2020-03-09T00:00:00.000Z\",\n    \"restrict_checkout\": false,\n    \"is_valid\": true,\n    \"custom_cart_meta\": {\n      \"test\": \"test\"\n    },\n    \"free_gift_selection_available\": false\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": "665d794b-60f1-471b-931f-294da460a78f",
            "name": "updateCart | Update cart items",
            "request": {
              "name": "updateCart | Update cart items",
              "description": {
                "content": "Update cart. 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",
                  "application",
                  "cart",
                  "v1.0",
                  "detail"
                ],
                "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": "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": "area_code",
                    "value": "<string>",
                    "description": "Customer servicable area_code."
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>",
                    "description": "Select `true` to set/initialize buy now cart."
                  },
                  {
                    "disabled": false,
                    "key": "cart_type",
                    "value": "<string>",
                    "description": "The type of 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."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "disabled": false,
                  "description": "Ordering source header, to be used to identify source of order creation.",
                  "key": "x-ordering-source",
                  "value": "<string>"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"operation\": \"<string>\",\n  \"items\": [\n    {\n      \"identifiers\": {\n        \"identifier\": \"<string>\"\n      },\n      \"extra_meta\": {\n        \"in_9\": \"pariatur amet ea commodo non\"\n      },\n      \"_custom_json\": {\n        \"exaee\": -31504480\n      },\n      \"force_new_line_item\": \"<boolean>\",\n      \"quantity\": \"<integer>\",\n      \"item_size\": \"<string>\",\n      \"item_index\": \"<integer>\",\n      \"article_id\": \"<string>\",\n      \"parent_item_identifiers\": {\n        \"esse_64\": false\n      },\n      \"item_id\": \"<integer>\",\n      \"meta\": {\n        \"proident_e86\": 78509266.21049523,\n        \"dolor_01\": true,\n        \"reprehenderit225\": -44238160.06697616\n      },\n      \"fulfillment_option_slug\": \"<string>\",\n      \"pickup_store_id\": \"<integer>\"\n    },\n    {\n      \"identifiers\": {\n        \"identifier\": \"<string>\"\n      },\n      \"extra_meta\": {\n        \"in8\": \"mollit ut\"\n      },\n      \"_custom_json\": {\n        \"est_62b\": 37248903,\n        \"reprehenderit47\": 8791352.265443742\n      },\n      \"force_new_line_item\": \"<boolean>\",\n      \"quantity\": \"<integer>\",\n      \"item_size\": \"<string>\",\n      \"item_index\": \"<integer>\",\n      \"article_id\": \"<string>\",\n      \"parent_item_identifiers\": {\n        \"nulla_6_2\": true,\n        \"dolor_0\": -11238039\n      },\n      \"item_id\": \"<integer>\",\n      \"meta\": {\n        \"consequat79\": \"nulla eiusmod deserunt\"\n      },\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": "1d83d799-d000-4304-9a54-b910eba39813",
                "name": "Success. Updates and returns a cart object as shown below. Refer `UpdateCartDetailResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "detail"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "i",
                        "value": "<boolean>"
                      },
                      {
                        "key": "b",
                        "value": "<boolean>"
                      },
                      {
                        "key": "include_cart_calculation",
                        "value": "<boolean>"
                      },
                      {
                        "key": "area_code",
                        "value": "<string>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      },
                      {
                        "key": "cart_type",
                        "value": "<string>"
                      },
                      {
                        "key": "order_type",
                        "value": "<string>"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "key": "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      \"fulfillment_option_slug\": \"standard-delivery\",\n      \"pickup_store_id\": 1,\n      \"extra_meta\": {},\n      \"_custom_json\": {},\n      \"force_new_line_item\": true\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        \"gift_card\": 30,\n        \"coupon\": 0,\n        \"delivery_charge\": 0,\n        \"store_credit\": 0,\n        \"discount\": -202000,\n        \"fynd_cash\": 0,\n        \"gst_charges\": 4804.71,\n        \"mrp_total\": 302899,\n        \"mop_total\": 0,\n        \"total_charge\": 10,\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\": \"Gift Card\",\n          \"key\": \"gift_card\",\n          \"value\": 30,\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\": \"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        \"discount\": \"67% OFF\",\n        \"parent_item_identifiers\": {\n          \"identifier\": \"ZASFF\",\n          \"parent_item_id\": 7501190,\n          \"parent_item_size\": \"OS\"\n        },\n        \"identifiers\": {},\n        \"article\": {\n          \"type\": \"article\",\n          \"is_gift_visible\": true,\n          \"gift_card\": {\n            \"display_text\": \"\",\n            \"price\": 30,\n            \"gift_message\": \"\",\n            \"is_gift_applied\": true\n          },\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\": 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\": \"2020-03-09T00:00:00.000Z\",\n    \"custom_cart_meta\": {\n      \"test\": \"test\"\n    },\n    \"free_gift_selection_available\": false\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": "2b90992f-8078-4ccc-a6aa-ab396f4983ae",
            "name": "updateCartBreakup | Update store credits into cart and their items",
            "request": {
              "name": "updateCartBreakup | Update store credits into cart and their items",
              "description": {
                "content": "Update cart. Customers can adjust the cart breakup by applying or removing store credits as needed.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "cart",
                  "v1.0",
                  "detail"
                ],
                "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": "Select `true` to set/initialize buy now cart."
                  },
                  {
                    "disabled": false,
                    "key": "cart_type",
                    "value": "<string>",
                    "description": "The type of cart."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "disabled": false,
                  "description": "Ordering source header, to be used to identify source of order creation.",
                  "key": "x-ordering-source",
                  "value": "<string>"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PATCH",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"store_credit\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "30badb30-d041-41cf-a08f-31be38220c26",
                "name": "Success. Updates and returns a cart object as shown below. Refer `UpdateCartDetailResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "detail"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "i",
                        "value": "<boolean>"
                      },
                      {
                        "key": "b",
                        "value": "<boolean>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      },
                      {
                        "key": "cart_type",
                        "value": "<string>"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "key": "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  \"cart\": {\n    \"breakup_values\": {\n      \"raw\": {\n        \"cod_charge\": 0,\n        \"convenience_fee\": 0,\n        \"gift_card\": 30,\n        \"coupon\": 0,\n        \"delivery_charge\": 0,\n        \"discount\": -202000,\n        \"fynd_cash\": 0,\n        \"gst_charges\": 4804.71,\n        \"mrp_total\": 302899,\n        \"mop_total\": 0,\n        \"store_credit\": 0,\n        \"total_charge\": 10,\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\": \"Gift Card\",\n          \"key\": \"gift_card\",\n          \"value\": 30,\n          \"currency_code\": \"INR\"\n        },\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\": \"Store Credit\",\n          \"key\": \"store_credit\",\n          \"value\": 0,\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        \"discount\": \"67% OFF\",\n        \"parent_item_identifiers\": {\n          \"identifier\": \"ZASFF\",\n          \"parent_item_id\": 7501190,\n          \"parent_item_size\": \"OS\"\n        },\n        \"identifiers\": {},\n        \"article\": {\n          \"type\": \"article\",\n          \"is_gift_visible\": true,\n          \"gift_card\": {\n            \"display_text\": \"\",\n            \"price\": 30,\n            \"gift_message\": \"\",\n            \"is_gift_applied\": true\n          },\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\": 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\": \"2020-03-09T00:00:00.000Z\",\n    \"custom_cart_meta\": {\n      \"test\": \"test\"\n    },\n    \"free_gift_selection_available\": false\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": "8b86db5e-afb5-4537-95f7-01f55feaada7",
            "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",
                  "application",
                  "cart",
                  "v1.0",
                  "cart_archive"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>",
                    "description": "The unique identifier of the cart."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null
            },
            "response": [
              {
                "id": "7b742168-85df-4713-a045-b2044059a1a5",
                "name": "Success. Returns whether the cart has been deleted or not.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "cart_archive"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {}
                },
                "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": "bf451c21-7750-41ae-835e-a2e13791b467",
            "name": "getItemCount | Get a cart items count",
            "request": {
              "name": "getItemCount | Get a cart items count",
              "description": {
                "content": "Get total count of items currently present in the customer's cart.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "cart",
                  "v1.0",
                  "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": "55d27e87-e05e-48bf-b82d-09d583215aa1",
                "name": "Success. Returns the total count of items in a user's cart.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "basic"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": []
                  },
                  "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": "b9ef49eb-084b-4288-9de7-83cb19db1467",
            "name": "getCoupons | List available coupons",
            "request": {
              "name": "getCoupons | List available coupons",
              "description": {
                "content": "List 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",
                  "application",
                  "cart",
                  "v1.0",
                  "coupon"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>",
                    "description": "The unique identifier of the cart."
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>",
                    "description": "Whether to get buy_now cart."
                  },
                  {
                    "disabled": false,
                    "key": "product_slug",
                    "value": "<string>",
                    "description": "Product slug to fetch the available coupons."
                  },
                  {
                    "disabled": false,
                    "key": "store_id",
                    "value": "<string>",
                    "description": "Unique identifier of a store."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "7a7c6c31-039d-49fc-9c17-c173e109da61",
                "name": "Success. Returns a coupon object which has a list of all the eligible coupons. Refer `GetCouponResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "coupon"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      },
                      {
                        "key": "product_slug",
                        "value": "<string>"
                      },
                      {
                        "key": "store_id",
                        "value": "<string>"
                      }
                    ],
                    "variable": []
                  },
                  "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      \"coupon_amount\": 43.5,\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    },\n    {\n      \"coupon_value\": 2250,\n      \"coupon_amount\": 43.5,\n      \"minimum_cart_value\": 0,\n      \"coupon_code\": \"PRISMC22250111\",\n      \"title\": \"celio 2 time coupn to kalim hsp\",\n      \"sub_title\": \"celio 2 time coupn to kalim hsp\",\n      \"message\": \"celio 2 time coupn to kalim hsp\",\n      \"max_discount_value\": 2250,\n      \"uid\": 17743,\n      \"is_applicable\": true,\n      \"is_applied\": false,\n      \"expires_on\": \"24 Jan, 20\",\n      \"rule\": [\n        {\n          \"discounted_price\": 90\n        }\n      ]\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"total\": 0,\n    \"has_previous\": false,\n    \"has_next\": false,\n    \"total_item_count\": 0\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "c8b16f24-652c-4ed1-b586-692438011643",
            "name": "applyCoupon | Apply coupon",
            "request": {
              "name": "applyCoupon | Apply coupon",
              "description": {
                "content": "Apply a coupon code to the cart to trigger discounts on eligible items.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "cart",
                  "v1.0",
                  "coupon"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "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": "p",
                    "value": "<boolean>",
                    "description": "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": "buy_now",
                    "value": "<boolean>",
                    "description": "This is boolean to get buy_now cart."
                  },
                  {
                    "disabled": false,
                    "key": "cart_type",
                    "value": "<string>",
                    "description": "The type of cart."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "disabled": false,
                  "description": "Ordering source header, to be used to identify source of order creation.",
                  "key": "x-ordering-source",
                  "value": "<string>"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"coupon_code\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "2518a224-198d-4a09-85db-4f76e3cf03c9",
                "name": "Success. Returns coupons applied to the cart along with item details and price breakup. Refer `CartDetailResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "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>"
                      },
                      {
                        "key": "cart_type",
                        "value": "<string>"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "key": "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      \"store_credit\": 0,\n      \"discount\": -7240.2163,\n      \"fynd_cash\": 0,\n      \"gst_charges\": 2139.08,\n      \"mrp_total\": 26983,\n      \"mop_total\": 0,\n      \"total_charge\": 10,\n      \"subtotal\": 19742.7837,\n      \"total\": 17492.7837,\n      \"vog\": 15353.7,\n      \"you_saved\": 0\n    },\n    \"coupon\": {\n      \"type\": \"cash\",\n      \"coupon_type\": \"percentage\",\n      \"code\": \"PRISMC22250111\",\n      \"uid\": \"17743\",\n      \"value\": 2250,\n      \"is_applied\": true,\n      \"message\": \"coupn applied\",\n      \"title\": \"Only Test Coupon\",\n      \"sub_title\": \"TEST\",\n      \"description\": \"\",\n      \"minimum_cart_value\": 100,\n      \"maximum_discount_value\": 100000,\n      \"coupon_value\": 10\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\": \"Store Credit\",\n        \"key\": \"store_credit\",\n        \"value\": 0,\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        \"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      \"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    },\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      \"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    },\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      \"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    },\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      \"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    },\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      \"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    }\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\": \"2020-03-09T00:00:00.000Z\",\n  \"restrict_checkout\": false,\n  \"is_valid\": true,\n  \"custom_cart_meta\": {\n    \"test\": \"test\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "2d07ade3-2e18-447a-96a7-f19e2e13aef6",
            "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",
                  "application",
                  "cart",
                  "v1.0",
                  "coupon"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>",
                    "description": "The unique identifier of the cart."
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>",
                    "description": "Wheter to get buy_now cart."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "disabled": false,
                  "description": "Ordering source header, to be used to identify source of order creation.",
                  "key": "x-ordering-source",
                  "value": "<string>"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "aa4aeebe-3b9d-4d26-a367-c4f595b6bf15",
                "name": "Success. Returns coupons removed from the cart along with item details and price breakup. Refer `CartDetailResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "coupon"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "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>"
                    },
                    {
                      "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      \"store_credit\": 0,\n      \"gst_charges\": 342.75,\n      \"mrp_total\": 3199,\n      \"mop_total\": 0,\n      \"total_charge\": 10,\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\": \"Store Credit\",\n        \"key\": \"store_credit\",\n        \"value\": 0,\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      \"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      \"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    }\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\": \"2020-03-09T00:00:00.000Z\",\n  \"restrict_checkout\": false,\n  \"is_valid\": true,\n  \"custom_cart_meta\": {\n    \"test\": \"test\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "debc874a-c691-4db9-bc4e-fdedb57098dd",
            "name": "getBulkDiscountOffers | List bulk discounts",
            "request": {
              "name": "getBulkDiscountOffers | List bulk discounts",
              "description": {
                "content": "List offer discounts with information about quantity and seller. One offer is marked with a \"best\" flag, indicating it as the best offer among the list.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "cart",
                  "v1.0",
                  "bulk-price"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "item_id",
                    "value": "<integer>",
                    "description": "The Item ID of the product."
                  },
                  {
                    "disabled": false,
                    "key": "article_id",
                    "value": "<string>",
                    "description": "Article ID."
                  },
                  {
                    "disabled": false,
                    "key": "uid",
                    "value": "<integer>",
                    "description": "UID of the product."
                  },
                  {
                    "disabled": false,
                    "key": "slug",
                    "value": "<string>",
                    "description": "A short, human-readable, URL-friendly identifier of a product."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "d1ffdac8-e950-4e6d-b554-19cfc92d4e1e",
                "name": "Success. Returns a data object containing the seller details and available offers (if exists) on bulk products. Refer `BulkPriceResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "bulk-price"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "item_id",
                        "value": "<integer>"
                      },
                      {
                        "key": "article_id",
                        "value": "<string>"
                      },
                      {
                        "key": "uid",
                        "value": "<integer>"
                      },
                      {
                        "key": "slug",
                        "value": "<string>"
                      }
                    ],
                    "variable": []
                  },
                  "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      \"seller\": {\n        \"uid\": 248,\n        \"name\": \"MANYAVAR CREATIONS PRIVATE LIMITED\"\n      },\n      \"offers\": [\n        {\n          \"quantity\": 1,\n          \"auto_applied\": true,\n          \"margin\": 10,\n          \"type\": \"bundle\",\n          \"price\": {\n            \"marked\": 3999,\n            \"effective\": 3999,\n            \"bulk_effective\": 3599.1,\n            \"currency_code\": \"INR\"\n          },\n          \"total\": 3599.1\n        },\n        {\n          \"quantity\": 3,\n          \"auto_applied\": true,\n          \"margin\": 20,\n          \"type\": \"bundle\",\n          \"price\": {\n            \"marked\": 3999,\n            \"effective\": 3999,\n            \"bulk_effective\": 3199.2,\n            \"currency_code\": \"INR\"\n          },\n          \"total\": 9597.6\n        },\n        {\n          \"quantity\": 9,\n          \"auto_applied\": true,\n          \"margin\": 30,\n          \"type\": \"bundle\",\n          \"price\": {\n            \"marked\": 3999,\n            \"effective\": 3999,\n            \"bulk_effective\": 3443.4444444444,\n            \"currency_code\": \"INR\"\n          },\n          \"total\": 30991,\n          \"best\": true\n        }\n      ]\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "bbc2293d-253d-41df-b8be-7b699184c5d3",
            "name": "applyLoyaltyPoints | Use loyalty points",
            "request": {
              "name": "applyLoyaltyPoints | Use 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",
                  "application",
                  "cart",
                  "v1.0",
                  "redeem"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>",
                    "description": "The unique identifier of the cart."
                  },
                  {
                    "disabled": false,
                    "key": "i",
                    "value": "<boolean>",
                    "description": "Select `true` to retrieve all the items added in the cart."
                  },
                  {
                    "disabled": false,
                    "key": "b",
                    "value": "<boolean>",
                    "description": "Select `true` to retrieve the price breakup of cart items."
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>",
                    "description": "This is boolean to get buy_now cart."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "disabled": false,
                  "description": "Ordering source header, to be used to identify source of order creation.",
                  "key": "x-ordering-source",
                  "value": "<string>"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"redeem_points\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "94c2ed45-ad0d-459e-bcd9-fafc0bf449d0",
                "name": "Success. Returns a Cart object. Check the example shown below or refer `CartDetailResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "redeem"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "i",
                        "value": "<boolean>"
                      },
                      {
                        "key": "b",
                        "value": "<boolean>"
                      },
                      {
                        "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>"
                    },
                    {
                      "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": "e7c1b626-299f-4d75-af3d-b435d1a48193",
            "name": "getAddresses | Get a list of addresses for a customer",
            "request": {
              "name": "getAddresses | Get a list of addresses for a customer",
              "description": {
                "content": "List all addresses saved by the customer, simplifying the checkout process by offering pre-saved address options for delivery.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "cart",
                  "v1.0",
                  "address"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "cart_id",
                    "value": "<string>",
                    "description": "The unique identifier of the user cart."
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>",
                    "description": "Whether to get buy_now cart."
                  },
                  {
                    "disabled": false,
                    "key": "mobile_no",
                    "value": "<string>",
                    "description": "Mobile number of the customer."
                  },
                  {
                    "disabled": false,
                    "key": "checkout_mode",
                    "value": "<string>",
                    "description": "Option to checkout for self or for others."
                  },
                  {
                    "disabled": false,
                    "key": "tags",
                    "value": "<string>",
                    "description": "Tag given to an address, e.g. work, home, office, shop."
                  },
                  {
                    "disabled": false,
                    "key": "is_default",
                    "value": "<boolean>",
                    "description": "Select `true` to fetch the default address."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "eef2cd02-f0d8-40ef-99ec-ab6091babab0",
                "name": "Success. Returns an Address object containing a list of address saved in the account. Refer `GetAddressesResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "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>"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\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      \"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      \"state_code\": \"MH\",\n      \"name\": \"abc\",\n      \"email\": \"ankur@gofynd1.com\",\n      \"address\": \"Megatron2\",\n      \"_custom_json\": {}\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "bdbbd4b3-b7b7-40ed-b4e7-43edb3d8680d",
            "name": "addAddress | Creates a new address for a customer",
            "request": {
              "name": "addAddress | Creates a new address for a customer",
              "description": {
                "content": "Add a new address to their cart to save details such as name, email, contact information, and address.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "cart",
                  "v1.0",
                  "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  \"pincode\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"latitude\": \"<number>\",\n  \"address2\": \"<string>\",\n  \"landmark\": \"<string>\",\n  \"area\": \"<string>\",\n  \"city\": \"<string>\",\n  \"address\": \"<string>\",\n  \"address_type\": \"<string>\",\n  \"longitude\": \"<number>\",\n  \"country_iso_code\": \"<string>\",\n  \"state\": \"<string>\",\n  \"created_at\": \"<dateTime>\",\n  \"address1\": \"<string>\",\n  \"display_address\": \"<string>\",\n  \"name\": \"<string>\",\n  \"contact_person\": \"<string>\",\n  \"address_category\": \"<string>\",\n  \"email\": \"<string>\",\n  \"country_phone_code\": \"<string>\",\n  \"version\": \"<string>\",\n  \"updated_at\": \"<dateTime>\",\n  \"country\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "64feffc9-6530-4c2b-b85d-87d04a0eb297",
                "name": "Success. Returns the address ID, a flag whether the address is set as default, and a success message. Refer `SaveAddressResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "address"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"is_default_address\": true,\n  \"landmark\": \"\",\n  \"area\": \"Sector 127\",\n  \"country_phone_code\": \"91\",\n  \"country_iso_code\": \"IND\",\n  \"country\": \"India\",\n  \"state_code\": \"MH\",\n  \"country_code\": \"IND\",\n  \"phone\": \"8888888888\",\n  \"pincode\": 400093,\n  \"email\": \"ankur@gofynd1.com\",\n  \"address_type\": \"home\",\n  \"name\": \"abc\",\n  \"address\": \"Megatron2\",\n  \"store_name\": \"store123\",\n  \"_custom_json\": {},\n  \"geo_location\": {\n    \"longitude\": 70.1587704,\n    \"latitude\": 20.2262474\n  }\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": "791a4bfd-1cac-4331-91b2-e6ef7c18689f",
                "name": "Maximum limit for user addresses has been exceeded.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "address"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"is_default_address\": true,\n  \"landmark\": \"\",\n  \"area\": \"Sector 127\",\n  \"country_phone_code\": \"91\",\n  \"country_iso_code\": \"IND\",\n  \"country\": \"India\",\n  \"state_code\": \"MH\",\n  \"country_code\": \"IND\",\n  \"phone\": \"8888888888\",\n  \"pincode\": 400093,\n  \"email\": \"ankur@gofynd1.com\",\n  \"address_type\": \"home\",\n  \"name\": \"abc\",\n  \"address\": \"Megatron2\",\n  \"store_name\": \"store123\",\n  \"_custom_json\": {},\n  \"geo_location\": {\n    \"longitude\": 70.1587704,\n    \"latitude\": 20.2262474\n  }\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": "f1fdfe60-77de-496d-b78a-c2e6101a5825",
            "name": "getAddressById | Get details for a single customer address",
            "request": {
              "name": "getAddressById | Get details for a single customer address",
              "description": {
                "content": "Get 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",
                  "application",
                  "cart",
                  "v1.0",
                  "address",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "cart_id",
                    "value": "<string>",
                    "description": "The unique identifier of the cart."
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>",
                    "description": "This is boolean to get buy_now cart."
                  },
                  {
                    "disabled": false,
                    "key": "mobile_no",
                    "value": "<string>",
                    "description": "Mobile number of the customer."
                  },
                  {
                    "disabled": false,
                    "key": "checkout_mode",
                    "value": "<string>",
                    "description": "Option to checkout for self or for others."
                  },
                  {
                    "disabled": false,
                    "key": "tags",
                    "value": "<string>",
                    "description": "Tag given to an address, e.g. work, home, office, shop."
                  },
                  {
                    "disabled": false,
                    "key": "is_default",
                    "value": "<boolean>",
                    "description": "This is a boolean value. Select `true` to fetch the default address."
                  }
                ],
                "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": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "7a0e3553-303d-4663-ad56-87c772ff50ba",
                "name": "Success. Returns an Address object containing a list of address saved in the account. Refer `Address` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "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>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) ID allotted to the selected address."
                      }
                    ]
                  },
                  "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\": \"8b526f521bb14a2593a8b9e3ce8c76b3\",\n  \"state\": \"Maharashtra\",\n  \"meta\": {},\n  \"user_id\": \"8b526f521bb14a2593a8b9e3ce8c76b3\",\n  \"created_by_user_id\": \"8b526f521bb14a2593a8b9e3ce8c76b3\",\n  \"country_code\": \"IND\",\n  \"state_code\": \"MH\",\n  \"country_phone_code\": \"91\",\n  \"country_iso_code\": \"IND\",\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"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "a5333085-9741-494a-ad2c-a6ff354a023f",
            "name": "updateAddress | Updates an existing customer address",
            "request": {
              "name": "updateAddress | Updates an existing customer address",
              "description": {
                "content": "Customer can modify the details of a previously saved address.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "cart",
                  "v1.0",
                  "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  \"pincode\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"latitude\": \"<number>\",\n  \"address2\": \"<string>\",\n  \"landmark\": \"<string>\",\n  \"area\": \"<string>\",\n  \"city\": \"<string>\",\n  \"address\": \"<string>\",\n  \"address_type\": \"<string>\",\n  \"longitude\": \"<number>\",\n  \"country_iso_code\": \"<string>\",\n  \"state\": \"<string>\",\n  \"created_at\": \"<dateTime>\",\n  \"address1\": \"<string>\",\n  \"display_address\": \"<string>\",\n  \"name\": \"<string>\",\n  \"contact_person\": \"<string>\",\n  \"address_category\": \"<string>\",\n  \"email\": \"<string>\",\n  \"country_phone_code\": \"<string>\",\n  \"version\": \"<string>\",\n  \"updated_at\": \"<dateTime>\",\n  \"country\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "16ff9a5c-3662-4034-8460-bf5bdf96465d",
                "name": "Success. Returns the address ID and a message indicating a successful address updation.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "address",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "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  \"is_default_address\": true,\n  \"landmark\": \"\",\n  \"area\": \"Sector 128\",\n  \"phone\": \"8888888888\",\n  \"pincode\": 400072,\n  \"country_code\": \"IND\",\n  \"state_code\": \"MH\",\n  \"country\": \"India\",\n  \"country_phone_code\": \"91\",\n  \"country_iso_code\": \"IND\",\n  \"email\": \"test@example.com\",\n  \"address_type\": \"home\",\n  \"name\": \"abc\",\n  \"address_id\": 1145,\n  \"address\": \"Megatron3\",\n  \"store_name\": \"store123\",\n  \"_custom_json\": {\n    \"key\": \"value\"\n  },\n  \"geo_location\": {\n    \"longitude\": 70.1587704,\n    \"latitude\": 20.2262474\n  }\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"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "7a797158-df6b-4186-b686-4cb961b043b7",
            "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": "Delete an existing customer address from the system.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "cart",
                  "v1.0",
                  "address",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "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": "c384c55d-3808-4b09-a398-80a816266da7",
                "name": "Returns a Status object indicating the success or failure of address deletion.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "address",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "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"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "7208818c-816b-472b-ba7b-156d058dc165",
            "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",
                  "application",
                  "cart",
                  "v1.0",
                  "select-address"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "cart_id",
                    "value": "<string>",
                    "description": "The unique identifier of the cart."
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>",
                    "description": "Whether to get buy_now 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."
                  }
                ],
                "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  \"id\": \"<string>\",\n  \"billing_address_id\": \"<string>\",\n  \"cart_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "c8582efc-2bce-4c44-b066-e0d12ce90b34",
                "name": "Success. Returns a Cart object as shown below. Refer `CartDetailResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "select-address"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "cart_id",
                        "value": "<string>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      },
                      {
                        "key": "i",
                        "value": "<boolean>"
                      },
                      {
                        "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>"
                    },
                    {
                      "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      \"store_credit\": 0,\n      \"discount\": 0,\n      \"fynd_cash\": 0,\n      \"gst_charges\": 315.86,\n      \"mrp_total\": 5198,\n      \"mop_total\": 0,\n      \"total_charge\": 10,\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\": \"Store Credit\",\n        \"key\": \"store_credit\",\n        \"value\": 0,\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      \"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      \"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      \"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      \"quantity\": 1,\n      \"identifiers\": {},\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      \"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      \"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\": \"2020-03-09T00:00:00.000Z\",\n  \"restrict_checkout\": false,\n  \"custom_cart_meta\": {\n    \"test\": \"test\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "14d64816-f769-4f17-8060-603673099e2e",
                "name": "Address or PIN code error",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "select-address"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "cart_id",
                        "value": "<string>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      },
                      {
                        "key": "i",
                        "value": "<boolean>"
                      },
                      {
                        "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>"
                    },
                    {
                      "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": "929a2b76-7a7a-4c1e-a70f-fb33b9616c37",
            "name": "selectPaymentMode | Select payment mode",
            "request": {
              "name": "selectPaymentMode | Select payment mode",
              "description": {
                "content": "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",
                  "application",
                  "cart",
                  "v1.0",
                  "payment"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>",
                    "description": "The unique identifier of the cart."
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>",
                    "description": "Whether to get buy_now cart."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "disabled": false,
                  "description": "Ordering source header, to be used to identify source of order creation.",
                  "key": "x-ordering-source",
                  "value": "<string>"
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"id\": \"<string>\",\n  \"payment_identifier\": \"<string>\",\n  \"address_id\": \"<string>\",\n  \"merchant_code\": \"<string>\",\n  \"aggregator_name\": \"<string>\",\n  \"payment_mode\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "a207d9b2-aed0-4411-8573-d1df8bb53cbe",
                "name": "Success. Returns a Cart object as shown below. Refer `CartDetailResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "payment"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "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>"
                    },
                    {
                      "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      \"store_credit\": 0,\n      \"mrp_total\": 5198,\n      \"mop_total\": 0,\n      \"total_charge\": 10,\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\": \"Store Credit\",\n        \"key\": \"store_credit\",\n        \"value\": 0,\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      \"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      \"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      \"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      \"quantity\": 1,\n      \"identifiers\": {},\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      \"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      \"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\": \"2020-03-09T00:00:00.000Z\",\n  \"restrict_checkout\": false,\n  \"is_valid\": true,\n  \"custom_cart_meta\": {\n    \"test\": \"test\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "94b8861e-d88f-4598-9e22-966d2e8e774a",
            "name": "validateCouponForPayment | Validate applied coupon",
            "request": {
              "name": "validateCouponForPayment | Validate applied coupon",
              "description": {
                "content": "Validate 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",
                  "application",
                  "cart",
                  "v1.0",
                  "payment",
                  "validate",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>",
                    "description": "The unique identifier of the cart."
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>",
                    "description": "Whether to get buy_now cart."
                  },
                  {
                    "disabled": false,
                    "key": "address_id",
                    "value": "<string>",
                    "description": "ID allotted to an address."
                  },
                  {
                    "disabled": false,
                    "key": "payment_mode",
                    "value": "<string>",
                    "description": "Payment mode selected by the customer."
                  },
                  {
                    "disabled": false,
                    "key": "payment_identifier",
                    "value": "<string>",
                    "description": "Identifier of payment like ICIC, PAYTM."
                  },
                  {
                    "disabled": false,
                    "key": "aggregator_name",
                    "value": "<string>",
                    "description": "Payment gateway identifier."
                  },
                  {
                    "disabled": false,
                    "key": "merchant_code",
                    "value": "<string>",
                    "description": "Identifier used by payment gateway for a given payment mode, e.g. NB_ICIC, PAYTM."
                  },
                  {
                    "disabled": false,
                    "key": "iin",
                    "value": "<string>",
                    "description": "Debit/Credit card prefix (first 6 digit)."
                  },
                  {
                    "disabled": false,
                    "key": "network",
                    "value": "<string>",
                    "description": "Credit/Debit card issuer, e.g. VISA, MASTERCARD, RUPAY."
                  },
                  {
                    "disabled": false,
                    "key": "type",
                    "value": "<string>",
                    "description": "Card type, e.g. Credit, Debit."
                  },
                  {
                    "disabled": false,
                    "key": "card_id",
                    "value": "<string>",
                    "description": "Saved card token reference id."
                  },
                  {
                    "disabled": false,
                    "key": "cart_type",
                    "value": "<string>",
                    "description": "Type 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>"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "0b208742-ecfd-4a22-9e39-b3ff93a3c60d",
                "name": "Success. Returns a success message and the coupon validity. Refer `PaymentCouponValidate` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "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>"
                      },
                      {
                        "key": "iin",
                        "value": "<string>"
                      },
                      {
                        "key": "network",
                        "value": "<string>"
                      },
                      {
                        "key": "type",
                        "value": "<string>"
                      },
                      {
                        "key": "card_id",
                        "value": "<string>"
                      },
                      {
                        "key": "cart_type",
                        "value": "<string>"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "Ordering source header, to be used to identify source of order creation.",
                      "key": "x-ordering-source",
                      "value": "<string>"
                    },
                    {
                      "key": "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    \"next_validation_required\": false\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d7eac8c7-4191-49c8-a652-ff8e070c1a5d",
            "name": "getShipments | List shipments",
            "request": {
              "name": "getShipments | List shipments",
              "description": {
                "content": "Get shipment details for the items in a cart, specific to the selected address. Shipment details include delivery promises, seller information, item details, and other relevant information.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "cart",
                  "v1.0",
                  "shipment"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "p",
                    "value": "<boolean>",
                    "description": "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": "buy_now",
                    "value": "<boolean>",
                    "description": "This is boolean to get buy_now 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. Digital - If the customer wants to buy digital voucher ( for jiogames )."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "ee342ae5-c4bc-4716-b7eb-c24efcce2f69",
                "name": "Success. Returns delivery promise along with shipment details and price breakup. Refer `CartShipmentsResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "shipment"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "p",
                        "value": "<boolean>"
                      },
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      },
                      {
                        "key": "address_id",
                        "value": "<string>"
                      },
                      {
                        "key": "area_code",
                        "value": "<string>"
                      },
                      {
                        "key": "order_type",
                        "value": "<string>"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [],\n  \"buy_now\": false,\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\": \"\",\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      \"store_credit\": 0,\n      \"discount\": 0,\n      \"fynd_cash\": 0,\n      \"gst_charges\": 214.18,\n      \"mrp_total\": 1999,\n      \"mop_total\": 0,\n      \"total_charge\": 10,\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\": \"Store Credit\",\n        \"key\": \"store_credit\",\n        \"value\": 0,\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      \"order_type\": \"HomeDelivery\",\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          \"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            \"tags\": [],\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          \"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          \"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\": \"2020-03-09T00:00:00.000Z\",\n  \"restrict_checkout\": false,\n  \"is_valid\": true,\n  \"custom_cart_meta\": {\n    \"test\": \"test\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "6dad6054-0dce-4ee7-80a3-9b3002052990",
            "name": "updateCartMeta | Update cart metadata",
            "request": {
              "name": "updateCartMeta | Update cart metadata",
              "description": {
                "content": "Update 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",
                  "application",
                  "cart",
                  "v1.0",
                  "meta"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "id",
                    "value": "<string>",
                    "description": "The unique identifier of the cart."
                  },
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>",
                    "description": "Whether to get buy_now 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  \"delivery_slots\": {\n    \"Excepteura\": false\n  },\n  \"gift_details\": {\n    \"article_id\": {\n      \"is_gift_applied\": \"<boolean>\",\n      \"gift_message\": \"<string>\"\n    }\n  },\n  \"pick_up_customer_details\": {\n    \"tempor0\": true\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  \"comment\": \"<string>\",\n  \"gstin\": \"<string>\",\n  \"custom_cart_meta\": {\n    \"mollit6\": false,\n    \"adipisicinge56\": -25553123.806751728\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "d1f680f5-3882-4ba5-9005-84fc54c9c92f",
                "name": "Returns a message indicating the success of cart meta updation as shown below.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "meta"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"checkout_mode\": \"self\",\n  \"gstin\": \"27AAAAA0939A1AA\",\n  \"custom_cart_meta\": {\n    \"test\": \"test\"\n  },\n  \"comment\": \"Leave it with neighbour\",\n  \"gift_details\": {\n    \"63c52cf23b300449784fdf4d\": {\n      \"is_gift_applied\": true,\n      \"gift_message\": \"\"\n    }\n  },\n  \"delivery_slots\": {\n    \"address\": {\n      \"delivery_date\": \"2023-02-25T00:00:00.000Z\",\n      \"min_slot\": \"10:00\",\n      \"max_slot\": \"14:00\"\n    },\n    \"articles\": {\n      \"6295b0a9b95ed478593e2b81\": {\n        \"delivery_date\": \"2023-02-25T00:00:00.000Z\",\n        \"min_slot\": \"10:00\",\n        \"max_slot\": \"14:00\"\n      }\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": "73218ad7-8a2b-4e82-856e-48c796785508",
                "name": "Missing required Field",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "meta"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"checkout_mode\": \"self\",\n  \"gstin\": \"27AAAAA0939A1AA\",\n  \"custom_cart_meta\": {\n    \"test\": \"test\"\n  },\n  \"comment\": \"Leave it with neighbour\",\n  \"gift_details\": {\n    \"63c52cf23b300449784fdf4d\": {\n      \"is_gift_applied\": true,\n      \"gift_message\": \"\"\n    }\n  },\n  \"delivery_slots\": {\n    \"address\": {\n      \"delivery_date\": \"2023-02-25T00:00:00.000Z\",\n      \"min_slot\": \"10:00\",\n      \"max_slot\": \"14:00\"\n    },\n    \"articles\": {\n      \"6295b0a9b95ed478593e2b81\": {\n        \"delivery_date\": \"2023-02-25T00:00:00.000Z\",\n        \"min_slot\": \"10:00\",\n        \"max_slot\": \"14:00\"\n      }\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": "86d6e696-1dde-438b-89c0-e67644779d36",
            "name": "getCartShareLink | Create share cart link",
            "request": {
              "name": "getCartShareLink | Create 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",
                  "application",
                  "cart",
                  "v1.0",
                  "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    \"cillum_381\": -54098418,\n    \"quicf\": false\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "014a77f9-9729-4c7d-9dc5-f31196e3147c",
                "name": "Returns a URL to share and a token as shown below.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "share-cart"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "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": "454f40ac-cdec-40c8-858b-a0955ed9aec5",
            "name": "getCartSharedItems | List shared cart items",
            "request": {
              "name": "getCartSharedItems | List shared cart items",
              "description": {
                "content": "Get cart items from the shared cart link based on unique token.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "cart",
                  "v1.0",
                  "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": "8a493711-d0e0-413a-b32f-0ca34b30ea5d",
                "name": "Success. Returns a Cart object as per the valid token. Refer `SharedCartResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "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"
                    }
                  ],
                  "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        \"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        \"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        \"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        \"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        \"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        \"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        \"store_credit\": 0,\n        \"discount\": 0,\n        \"fynd_cash\": 0,\n        \"gst_charges\": 958.73,\n        \"mrp_total\": 6285,\n        \"mop_total\": 0,\n        \"total_charge\": 10,\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\": \"Store Credit\",\n          \"key\": \"store_credit\",\n          \"value\": 0,\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\": \"\"\n    },\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  },\n  \"error\": \"\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "cceae326-b70f-44b2-a26b-ea5a7507838c",
                "name": "No cart found for the token sent",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "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"
                    }
                  ],
                  "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": "a179937f-4c5d-4c22-85a2-60a6d3fca6d0",
            "name": "updateCartWithSharedItems | Update with shared items",
            "request": {
              "name": "updateCartWithSharedItems | Update with shared items",
              "description": {
                "content": "Merge or replace shared cart items with existing cart.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "cart",
                  "v1.0",
                  "share-cart",
                  ":token",
                  ":action"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "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": "063f478b-c8ac-450e-b3cd-9ab0468f49c9",
                "name": "Success. Returns a merged or replaced cart as per the valid token. Refer `SharedCartResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "share-cart",
                      ":token",
                      ":action"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "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"
                    }
                  ],
                  "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        \"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        \"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        \"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        \"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        \"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        \"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        \"store_credit\": 0,\n        \"discount\": 0,\n        \"fynd_cash\": 0,\n        \"gst_charges\": 958.73,\n        \"mrp_total\": 6285,\n        \"mop_total\": 0,\n        \"total_charge\": 10,\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\": \"Store Credit\",\n          \"key\": \"store_credit\",\n          \"value\": 0,\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\": \"\"\n    },\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  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "9a7b5707-d1bf-4ed0-8ff0-cf5262c5e012",
            "name": "getPromotionOffers | List available promotion offers",
            "request": {
              "name": "getPromotionOffers | List available promotion offers",
              "description": {
                "content": "List 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",
                  "application",
                  "cart",
                  "v1.0",
                  "available-promotions"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "slug",
                    "value": "<string>",
                    "description": "A short, human-readable, URL-friendly identifier of a product."
                  },
                  {
                    "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": "209c1809-3389-4bf1-a44a-6665fa895457",
                "name": "Success. Returns an array containing the available offers (if exists) on product via promotions. Refer `PromotionOffersResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "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": []
                  },
                  "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            \"discount_percentage\": 10\n          },\n          \"item_criteria\": {\n            \"all_items\": true\n          },\n          \"discount_type\": \"percentage\",\n          \"discounted_price\": 90\n        },\n        {\n          \"buy_condition\": \"( rule#2 )\",\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      \"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": "3e54c605-825e-4920-b72b-29a081042059",
                "name": "Item not found with provided `slug` query parameter",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "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": []
                  },
                  "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": "671beb69-c11d-4bb4-bbba-1af4e668d54f",
            "name": "getLadderOffers | List ladder offers",
            "request": {
              "name": "getLadderOffers | List ladder offers",
              "description": {
                "content": "Get ladder offers associated for the items in the cart. Ladder offers provide discounts or special pricing based on item quantity, allowing users to benefit from bulk purchases or promotional deals.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "cart",
                  "v1.0",
                  "available-ladder-prices"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "slug",
                    "value": "<string>",
                    "description": "(Required) A short, human-readable, URL-friendly identifier of a product."
                  },
                  {
                    "disabled": false,
                    "key": "store_id",
                    "value": "<string>",
                    "description": "Store uid of assigned store on PDP page. If not passed default first created ladder will be returned."
                  },
                  {
                    "disabled": false,
                    "key": "promotion_id",
                    "value": "<string>",
                    "description": "Get ladder information of given promotion id explicitely."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<integer>",
                    "description": "Number of offers to be fetched to show."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "84a5b51c-a16f-430e-a408-351abbf4dfb8",
                "name": "Success. Returns a object containing the applicable ladder price offers (if exists) on product. Refer `PromotionOffersResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "available-ladder-prices"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "slug",
                        "value": "<string>"
                      },
                      {
                        "key": "store_id",
                        "value": "<string>"
                      },
                      {
                        "key": "promotion_id",
                        "value": "<string>"
                      },
                      {
                        "key": "page_size",
                        "value": "<integer>"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"available_offers\": [\n    {\n      \"id\": \"6203cb1393506f8a75ecd56b\",\n      \"offer_text\": \"Ladder Price 2\",\n      \"description\": \"Ladder Price 2\",\n      \"offer_prices\": [\n        {\n          \"min_quantity\": 0,\n          \"max_quantity\": 0,\n          \"margin\": 5,\n          \"type\": \"percentage\",\n          \"price\": {\n            \"marked\": 5499,\n            \"effective\": 5499,\n            \"offer_price\": 5224.05\n          }\n        },\n        {\n          \"min_quantity\": 0,\n          \"max_quantity\": 0,\n          \"margin\": 10,\n          \"type\": \"percentage\",\n          \"price\": {\n            \"marked\": 5499,\n            \"effective\": 5499,\n            \"offer_price\": 4949.1\n          }\n        },\n        {\n          \"min_quantity\": 0,\n          \"max_quantity\": 0,\n          \"margin\": 20,\n          \"type\": \"percentage\",\n          \"price\": {\n            \"marked\": 5499,\n            \"effective\": 5499,\n            \"offer_price\": 4399.2\n          }\n        }\n      ]\n    },\n    {\n      \"id\": \"6203cb1393506f8a75ecd56a\",\n      \"offer_text\": \"Ladder Price 1\",\n      \"description\": \"Ladder Price 1\",\n      \"offer_prices\": [\n        {\n          \"min_quantity\": 0,\n          \"max_quantity\": 0,\n          \"margin\": 10,\n          \"type\": \"amount\",\n          \"price\": {\n            \"marked\": 5499,\n            \"effective\": 5499,\n            \"offer_price\": 4949.1\n          }\n        },\n        {\n          \"min_quantity\": 0,\n          \"max_quantity\": 0,\n          \"margin\": 15,\n          \"type\": \"amount\",\n          \"price\": {\n            \"marked\": 5499,\n            \"effective\": 5499,\n            \"offer_price\": 4674.15\n          }\n        },\n        {\n          \"min_quantity\": 0,\n          \"max_quantity\": 0,\n          \"margin\": 20,\n          \"type\": \"amount\",\n          \"price\": {\n            \"marked\": 5499,\n            \"effective\": 5499,\n            \"offer_price\": 4399.2\n          }\n        }\n      ]\n    }\n  ],\n  \"currency\": {\n    \"code\": \"INR\",\n    \"symbol\": \"â‚¹\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "b4da8a4d-88ea-4b9f-ae9e-0e09f1ce58fa",
                "name": "Item not found with provided `slug` query parameter",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "available-ladder-prices"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "slug",
                        "value": "<string>"
                      },
                      {
                        "key": "store_id",
                        "value": "<string>"
                      },
                      {
                        "key": "promotion_id",
                        "value": "<string>"
                      },
                      {
                        "key": "page_size",
                        "value": "<integer>"
                      }
                    ],
                    "variable": []
                  },
                  "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": "53caa251-9370-4de7-9335-7354b94e608d",
            "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",
                  "application",
                  "cart",
                  "v1.0",
                  "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": "ea5393a7-93f9-40f8-986a-7f0fe8d4d330",
                "name": "Success. Returns an array containing the available offers (if exists) on product via promotions. Refer `PromotionPaymentOffersResult` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "available-payment-offers"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "uid",
                        "value": "<integer>"
                      }
                    ],
                    "variable": []
                  },
                  "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": "55409ced-7f97-479c-a67a-62ad4986be22",
                "name": "Item not found with provided `slug` query parameter",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "available-payment-offers"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "id",
                        "value": "<string>"
                      },
                      {
                        "key": "uid",
                        "value": "<integer>"
                      }
                    ],
                    "variable": []
                  },
                  "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": "45ad7b24-b8f8-4f76-9def-bff6fd4835f5",
            "name": "checkoutCartV2 | Checkout cart",
            "request": {
              "name": "checkoutCartV2 | 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",
                  "application",
                  "cart",
                  "v2.0",
                  "checkout"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "buy_now",
                    "value": "<boolean>",
                    "description": "This indicates the type of cart to checkout."
                  },
                  {
                    "disabled": false,
                    "key": "cart_type",
                    "value": "<string>",
                    "description": "The type of 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": "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  \"payment_methods\": [\n    {\n      \"mode\": \"<string>\",\n      \"payment_meta\": {\n        \"merchant_code\": \"<string>\",\n        \"type\": \"<string>\",\n        \"payment_gateway\": \"<string>\",\n        \"payment_identifier\": \"<string>\"\n      },\n      \"payment\": \"<string>\",\n      \"amount\": \"<float>\",\n      \"name\": \"<string>\",\n      \"payment_extra_identifiers\": {\n        \"eta9\": 56177057.72964764,\n        \"cupidatataac\": -75717533.03826275\n      }\n    },\n    {\n      \"mode\": \"<string>\",\n      \"payment_meta\": {\n        \"merchant_code\": \"<string>\",\n        \"type\": \"<string>\",\n        \"payment_gateway\": \"<string>\",\n        \"payment_identifier\": \"<string>\"\n      },\n      \"payment\": \"<string>\",\n      \"amount\": \"<float>\",\n      \"name\": \"<string>\",\n      \"payment_extra_identifiers\": {\n        \"ipsumb\": \"qui ut mollit in\",\n        \"dolor_a39\": false\n      }\n    }\n  ],\n  \"payment_mode\": \"<string>\",\n  \"custom_meta\": [\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"key\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ],\n  \"customer_details\": {\n    \"mobile\": \"<string>\",\n    \"email\": \"<string>\",\n    \"name\": \"<string>\"\n  },\n  \"merchant_code\": \"<string>\",\n  \"cart_id\": \"<string>\",\n  \"id\": \"<string>\",\n  \"payment_auto_confirm\": \"<boolean>\",\n  \"aggregator\": \"<string>\",\n  \"address_id\": \"<string>\",\n  \"callback_url\": null,\n  \"delivery_address\": {\n    \"cillum_e\": \"culpa ea cupidatat nostrud\",\n    \"magna_2d\": \"voluptate veniam\"\n  },\n  \"staff\": {\n    \"_id\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"user\": \"<string>\",\n    \"employee_code\": \"<string>\"\n  },\n  \"order_type\": \"<string>\",\n  \"ordering_store\": \"<integer>\",\n  \"extra_meta\": {\n    \"non3c6\": 82790444.64166999,\n    \"ad0a9\": -70214378,\n    \"do_26\": \"aute elit ipsum\"\n  },\n  \"payment_identifier\": \"<string>\",\n  \"billing_address\": {\n    \"sint20e\": false,\n    \"nostrud8\": 84136473.58118972\n  },\n  \"payment_params\": {\n    \"et_cfe\": false,\n    \"esse6\": 65602012\n  },\n  \"billing_address_id\": \"<string>\",\n  \"meta\": {\n    \"pariatur_6\": 70602066\n  },\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": "aa1ae8df-5345-4f30-b46f-34a4b1f419c3",
                "name": "Success. Returns the status of cart checkout. Refer `CartCheckoutResultSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v2.0",
                      "checkout"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      },
                      {
                        "key": "cart_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": "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_id\": \"63c5224310feb3427a7dba4c\",\n  \"address_id\": \"63bd128ef46211103683ab11\",\n  \"billing_address_id\": \"63bd128ef46211103683ab11\",\n  \"custom_meta\": [\n    {\n      \"key\": \"Custom Name\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"payment_mode\": \"Cash\",\n  \"payment_methods\": [\n    {\n      \"mode\": \"UDHARIWL\",\n      \"name\": \"UDHARI Wallet\",\n      \"amount\": 50000,\n      \"payment\": \"blocked\",\n      \"payment_meta\": {\n        \"merchant_code\": \"UDHARIWL\",\n        \"payment_gateway\": \"UDHARIExtension\",\n        \"payment_identifier\": \"BNPLWL\",\n        \"type\": \"extension\"\n      }\n    },\n    {\n      \"mode\": \"JIOPG\",\n      \"name\": \"JIOPG\",\n      \"payment\": \"required\",\n      \"payment_meta\": {\n        \"merchant_code\": \"JIOPG\",\n        \"payment_gateway\": \"Jio\",\n        \"payment_identifier\": \"JIOPG\",\n        \"type\": \"aggregator\"\n      }\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"payment_confirm_url\": \"https://api.sit.fyndx1.de/service/webhooks/payment/v1.0/confirm/\",\n  \"app_intercept_url\": \"https://ankitjainfynd.hostx5.de/cart/order-status\",\n  \"callback_url\": \"https://ankitjainfynd.hostx5.de/cart/order-status\",\n  \"message\": \"\",\n  \"data\": {\n    \"order_id\": \"FY69934AA154515929F5\"\n  },\n  \"order_id\": \"FY69934AA154515929F5\",\n  \"cart\": {\n    \"checkout_mode\": \"self\",\n    \"cart_id\": 16604,\n    \"is_valid\": true,\n    \"id\": \"69934a44aed819be6f6fb3de\",\n    \"payment_selection_lock\": {\n      \"payment_identifier\": \"cod\",\n      \"enabled\": false,\n      \"default_options\": \"cod\"\n    },\n    \"delivery_promise\": {\n      \"formatted\": {\n        \"max\": \"Sun, 15 Mar\",\n        \"min\": \"Wed, 18 Feb\"\n      },\n      \"iso\": {\n        \"max\": \"2026-03-15T05:30:00Z\",\n        \"min\": \"2026-02-18T05:40:00Z\"\n      },\n      \"timestamp\": {\n        \"max\": 1773552600,\n        \"min\": 1771393200\n      }\n    },\n    \"comment\": \"\",\n    \"items\": [\n      {\n        \"charges\": [],\n        \"item_type\": \"standard\",\n        \"article\": {\n          \"identifier\": {\n            \"sku_code\": \"FCGVJHB\"\n          },\n          \"force_new_line_item\": false,\n          \"type\": \"article\",\n          \"uid\": \"6810b8dc6b3d3a83d3daf7d9\",\n          \"product_group_tags\": null,\n          \"is_gift_visible\": false,\n          \"_custom_json\": {},\n          \"quantity\": 992,\n          \"cart_item_meta\": {},\n          \"seller_identifier\": \"FCGVJHB\",\n          \"meta\": {},\n          \"item_index\": 0,\n          \"gift_card\": {\n            \"gift_price\": 0,\n            \"display_text\": \"\",\n            \"is_gift_applied\": false\n          },\n          \"mto_quantity\": 0,\n          \"seller\": {\n            \"name\": \"testing pvt ltdasdas\",\n            \"uid\": 2\n          },\n          \"fulfillment_option\": {\n            \"is_default\": true,\n            \"slug\": \"standard-delivery\",\n            \"type\": \"HomeDelivery\",\n            \"name\": \"Standard Delivery\"\n          },\n          \"tags\": [],\n          \"store\": {\n            \"store_code\": \"HS-6cbf6\",\n            \"name\": \"testing pvt ltd\",\n            \"code\": \"HS-6cbf6\",\n            \"uid\": 2\n          },\n          \"extra_meta\": {},\n          \"pickup_store_detail\": {},\n          \"size\": \"OS\",\n          \"price\": {\n            \"base\": {\n              \"selling\": 2,\n              \"marked\": 2,\n              \"currency_symbol\": \"₹\",\n              \"effective\": 2,\n              \"currency_code\": \"INR\"\n            },\n            \"converted\": {\n              \"selling\": 2,\n              \"marked\": 2,\n              \"currency_symbol\": \"₹\",\n              \"effective\": 2,\n              \"currency_code\": \"INR\"\n            }\n          }\n        },\n        \"promo_meta\": {},\n        \"identifiers\": {\n          \"identifier\": \"KHdEsZ8sSGjwJQYN4ESQ\"\n        },\n        \"moq\": {\n          \"minimum\": 1\n        },\n        \"key\": \"7612062_OS_standard-delivery\",\n        \"is_set\": false,\n        \"discount\": \"\",\n        \"custom_order\": {\n          \"is_custom_order\": false,\n          \"manufacturing_time\": 0,\n          \"manufacturing_time_unit\": \"days\"\n        },\n        \"message\": \"\",\n        \"price_per_unit\": {\n          \"base\": {\n            \"marked\": 2,\n            \"selling_price\": 2,\n            \"currency_symbol\": \"₹\",\n            \"effective\": 2,\n            \"currency_code\": \"INR\"\n          },\n          \"converted\": {\n            \"marked\": 2,\n            \"selling_price\": 2,\n            \"currency_symbol\": \"₹\",\n            \"effective\": 2,\n            \"currency_code\": \"INR\"\n          }\n        },\n        \"quantity\": 1,\n        \"max_quantity\": {\n          \"item_store\": 992,\n          \"item_seller\": null,\n          \"item\": null\n        },\n        \"parent_item_identifiers\": {\n          \"identifier\": null,\n          \"parent_item_size\": null,\n          \"parent_item_id\": null\n        },\n        \"coupon\": {},\n        \"delivery_promise\": {\n          \"formatted\": {\n            \"max\": \"Sun, 15 Mar\",\n            \"min\": \"Wed, 18 Feb\"\n          },\n          \"iso\": {\n            \"max\": \"2026-03-15T05:30:00Z\",\n            \"min\": \"2026-02-18T05:40:00Z\"\n          },\n          \"timestamp\": {\n            \"max\": 1773552600,\n            \"min\": 1771393200\n          }\n        },\n        \"bulk_offer\": {},\n        \"product\": {\n          \"item_code\": \"m82qit8e_SE\",\n          \"type\": \"product\",\n          \"categories\": [\n            {\n              \"name\": \"Casual Shirts\",\n              \"uid\": 22544\n            }\n          ],\n          \"slug\": \"m82qit8e_se-7612062\",\n          \"name\": \"m82qit8e_SE\",\n          \"images\": [\n            {\n              \"aspect_ratio\": \"16:25\",\n              \"secure_url\": \"https://hdn-1.fynd.com/products/pictures/item/free/original/eeken/E1113PP01/0/Ym43PKxyKe-e1113pp01_1.jpg\",\n              \"url\": \"https://hdn-1.fynd.com/products/pictures/item/free/original/eeken/E1113PP01_OGN/0/Ym43PKxyKe-e1113pp01_1.jpg\"\n            },\n            {\n              \"aspect_ratio\": \"16:25\",\n              \"secure_url\": \"https://hdn-1.fynd.com/products/pictures/item/free/original/eeken/E1113PP01/1/dz4O9s1t7W-e1113pp01_2.jpg\",\n              \"url\": \"https://hdn-1.fynd.com/products/pictures/item/free/original/eeken/E1113PP01/1/dz4O9s1t7W-e1113pp01_2.jpg\"\n            },\n            {\n              \"aspect_ratio\": \"16:25\",\n              \"secure_url\": \"https://hdn-1.fynd.com/products/pictures/item/free/original/eeken/E1113PP01/2/b7ID0sSXaX-e1113pp01_3.jpg\",\n              \"url\": \"https://hdn-1.fynd.com/products/pictures/item/free/original/eeken/E1113PP01/2/b7ID0sSXaX-e1113pp01_3.jpg\"\n            },\n            {\n              \"aspect_ratio\": \"16:25\",\n              \"secure_url\": \"https://hdn-1.fynd.com/products/pictures/item/free/original/eeken/E1113PP01/3/5Z6SwL7xz3-e1113pp01_4.jpg\",\n              \"url\": \"https://hdn-1.fynd.com/products/pictures/item/free/original/eeken/E1113PP01/3/5Z6SwL7xz3-e1113pp01_4.jpg\"\n            }\n          ],\n          \"uid\": 7612062,\n          \"tags\": [],\n          \"_custom_json\": {},\n          \"action\": {\n            \"query\": {\n              \"product_slug\": [\n                \"m82qit8e_se-7612\"\n              ]\n            },\n            \"page\": {\n              \"params\": {\n                \"slug\": [\n                  \"m82qit8e_se-7612\"\n                ]\n              },\n              \"type\": \"product\"\n            },\n            \"type\": \"page\",\n            \"url\": \"https://api.sit.fyndx1.de/platform/content/v1/products/m82qit8e_se-7612/\"\n          },\n          \"teaser_tag\": {},\n          \"attributes\": {\n            \"gender\": \"Women\",\n            \"brand_name\": \"Generic\"\n          },\n          \"brand\": {\n            \"name\": \"Generic\",\n            \"uid\": 1\n          }\n        },\n        \"coupon_message\": \"\",\n        \"availability\": {\n          \"deliverable\": true,\n          \"out_of_stock\": false,\n          \"other_store_quantity\": 992,\n          \"sizes\": [\n            \"OS\",\n            \"8\"\n          ],\n          \"available_sizes\": [\n            {\n              \"is_available\": true,\n              \"value\": \"OS\",\n              \"display\": \"OS\"\n            },\n            {\n              \"is_available\": true,\n              \"value\": \"8\",\n              \"display\": \"8\"\n            }\n          ],\n          \"is_valid\": true\n        },\n        \"price\": {\n          \"base\": {\n            \"selling\": 2,\n            \"marked\": 2,\n            \"currency_symbol\": \"₹\",\n            \"final_price\": 2,\n            \"discount\": 0,\n            \"effective\": 2,\n            \"currency_code\": \"INR\",\n            \"add_on\": 2\n          },\n          \"converted\": {\n            \"selling\": 2,\n            \"marked\": 2,\n            \"currency_symbol\": \"₹\",\n            \"final_price\": 2,\n            \"discount\": 0,\n            \"effective\": 2,\n            \"currency_code\": \"INR\",\n            \"add_on\": 2\n          }\n        },\n        \"product_ean_id\": null,\n        \"promotions_applied\": []\n      }\n    ],\n    \"uid\": \"16604\",\n    \"delivery_charge_info\": \"\",\n    \"success\": true,\n    \"message\": \"\",\n    \"restrict_checkout\": false,\n    \"last_modified\": \"Mon, 16 Feb 2026 16:49:37 GMT\",\n    \"order_id\": \"FY69934AA154515929F5\",\n    \"breakup_values\": {\n      \"coupon\": {\n        \"type\": \"cash\",\n        \"message\": \"Coupon not applicable with \",\n        \"coupon_value\": 0,\n        \"title\": \"\",\n        \"maximum_discount_value\": 0,\n        \"coupon_type\": \"cart\",\n        \"is_applied\": false,\n        \"uid\": null,\n        \"minimum_cart_value\": 0,\n        \"description\": \"\",\n        \"sub_title\": \"\",\n        \"code\": \"\",\n        \"value\": 0\n      },\n      \"raw\": {\n        \"gst_charges\": 0.22,\n        \"mrp_total\": 2,\n        \"mop_total\": 0,\n        \"cod_charge\": 0,\n        \"total\": 2,\n        \"discount\": 0,\n        \"promotion\": 0,\n        \"subtotal\": 2,\n        \"convenience_fee\": 0,\n        \"store_credit\": 0,\n        \"gift_card\": 0,\n        \"delivery_charge\": 0,\n        \"coupon\": 0,\n        \"sub_total\": 2,\n        \"you_saved\": 0,\n        \"total_charge\": 0,\n        \"fynd_cash\": 0,\n        \"engage_amount\": 0,\n        \"vog\": 1.78\n      },\n      \"display\": [\n        {\n          \"attr\": \"mrp_total\",\n          \"message\": [],\n          \"original\": 2,\n          \"value\": 2,\n          \"display\": \"Total MRP\",\n          \"currency_symbol\": \"₹\",\n          \"currency_code\": \"INR\",\n          \"key\": \"mrp_total\"\n        },\n        {\n          \"attr\": \"subtotal\",\n          \"message\": [],\n          \"original\": 2,\n          \"value\": 2,\n          \"display\": \"Subtotal\",\n          \"currency_symbol\": \"₹\",\n          \"currency_code\": \"INR\",\n          \"key\": \"subtotal\"\n        },\n        {\n          \"attr\": \"total\",\n          \"message\": [],\n          \"original\": 2,\n          \"value\": 2,\n          \"display\": \"Total\",\n          \"currency_symbol\": \"₹\",\n          \"currency_code\": \"INR\",\n          \"key\": \"total\"\n        }\n      ]\n    },\n    \"currency\": {\n      \"code\": \"INR\",\n      \"symbol\": \"₹\"\n    },\n    \"coupon_text\": \"View all offers\",\n    \"buy_now\": false,\n    \"custom_cart_meta\": {},\n    \"common_config\": {\n      \"delivery_charges_config\": {\n        \"enabled\": false,\n        \"tax_rule_id\": \"\",\n        \"sac_code\": \"\",\n        \"charges\": []\n      }\n    },\n    \"applied_promo_details\": [],\n    \"pan_config\": {\n      \"cod_threshold_amount\": 0,\n      \"online_threshold_amount\": 0\n    },\n    \"free_gift_selection_available\": false,\n    \"alternate_pickup_person\": {},\n    \"gstin\": null,\n    \"pan_no\": null\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "f2e50c9d-dec0-471c-aa69-a0fb7d505a9a",
                "name": "Invalid payment method error",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v2.0",
                      "checkout"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "buy_now",
                        "value": "<boolean>"
                      },
                      {
                        "key": "cart_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": "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_id\": \"63c5224310feb3427a7dba4c\",\n  \"address_id\": \"63bd128ef46211103683ab11\",\n  \"billing_address_id\": \"63bd128ef46211103683ab11\",\n  \"custom_meta\": [\n    {\n      \"key\": \"Custom Name\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"payment_mode\": \"Cash\",\n  \"payment_methods\": [\n    {\n      \"mode\": \"UDHARIWL\",\n      \"name\": \"UDHARI Wallet\",\n      \"amount\": 50000,\n      \"payment\": \"blocked\",\n      \"payment_meta\": {\n        \"merchant_code\": \"UDHARIWL\",\n        \"payment_gateway\": \"UDHARIExtension\",\n        \"payment_identifier\": \"BNPLWL\",\n        \"type\": \"extension\"\n      }\n    },\n    {\n      \"mode\": \"JIOPG\",\n      \"name\": \"JIOPG\",\n      \"payment\": \"required\",\n      \"payment_meta\": {\n        \"merchant_code\": \"JIOPG\",\n        \"payment_gateway\": \"Jio\",\n        \"payment_identifier\": \"JIOPG\",\n        \"type\": \"aggregator\"\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": "b17d82a1-e2ef-4233-b606-1ab012fbe9f5",
            "name": "getProductsByOfferId | List eligible offer products",
            "request": {
              "name": "getProductsByOfferId | List eligible offer products",
              "description": {
                "content": "List all products eligible for the given offer id.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "cart",
                  "v1.0",
                  "eligible-offer-products"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "offer_id",
                    "value": "<string>",
                    "description": "(Required) The unique identifier of the offer"
                  },
                  {
                    "disabled": false,
                    "key": "page",
                    "value": "1",
                    "description": "Page number for pagination"
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "20",
                    "description": "Number of items per page"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "86a8daf5-cba0-43f3-bc91-35235459787e",
                "name": "Success. Returns list of eligible products with pagination",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "eligible-offer-products"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "offer_id",
                        "value": "<string>"
                      },
                      {
                        "key": "page",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "20"
                      }
                    ],
                    "variable": []
                  },
                  "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  \"items\": [\n    {\n      \"product_slug\": \"cotton-tshirt-blue\",\n      \"uid\": 123456\n    },\n    {\n      \"product_slug\": \"denim-jeans-slim-fit\",\n      \"uid\": 123457\n    },\n    {\n      \"product_slug\": \"sports-shoes-running\",\n      \"uid\": 123458\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_previous\": false,\n    \"has_next\": false,\n    \"size\": 20\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "7788149a-18eb-463f-9643-c6eafa87432d",
                "name": "Offer is not available for the given offer id",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "cart",
                      "v1.0",
                      "eligible-offer-products"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "offer_id",
                        "value": "<string>"
                      },
                      {
                        "key": "page",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "20"
                      }
                    ],
                    "variable": []
                  },
                  "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\": \"Offer is not eligible for this user\",\n  \"items\": [],\n  \"page\": {\n    \"current\": 1,\n    \"has_previous\": false,\n    \"has_next\": false,\n    \"size\": 20\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      },
      {
        "id": "e90b3ffb-a235-4f12-8b5c-d594562c6e77",
        "name": "Catalog",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "ee565b2c-ddc8-4fd4-b583-b36c2cecc898",
            "name": "getProductDetailBySlug | Get a product",
            "request": {
              "name": "getProductDetailBySlug | Get a product",
              "description": {
                "content": "Get product details such as price, attributes, HSN code, SKU code, etc.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v1.0",
                  "products",
                  ":slug",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) A short, human-readable, URL-friendly identifier of a product. You can get slug value from the endpoint /service/application/catalog/v1.0/products/."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "10f95b87-746c-4de8-93c0-6e641de324b1",
                "name": "Success. Returns a Product object.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v1.0",
                      "products",
                      ":slug",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) A short, human-readable, URL-friendly identifier of a product. You can get slug value from the endpoint /service/application/catalog/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  \"type\": \"product\",\n  \"grouped_attributes\": [\n    {\n      \"title\": \"Alexander Sawyer\",\n      \"id\": \"6863b6605da05ba8dc45d98f\",\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    }\n  ],\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  \"brand\": {\n    \"name\": \"Barry, Jennings and Larson\",\n    \"uid\": 1,\n    \"logo\": {\n      \"type\": \"image\",\n      \"url\": \"https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg\"\n    },\n    \"action\": {\n      \"page\": {\n        \"type\": \"products\",\n        \"query\": {\n          \"brand\": [\n            \"Hess-Inc\"\n          ]\n        }\n      },\n      \"type\": \"page\"\n    },\n    \"_custom_json\": {}\n  },\n  \"department\": {\n    \"name\": \"Electronics\",\n    \"uid\": 1,\n    \"logo\": {\n      \"type\": \"image\",\n      \"url\": \"https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg\"\n    },\n    \"slug\": \"electronics\"\n  },\n  \"uid\": 1,\n  \"slug\": \"benchmark-collaborative-paradigms\",\n  \"attributes\": {\n    \"color_hex\": \"808080\",\n    \"weight\": 100,\n    \"product_type\": \"LaptopBags\",\n    \"gender\": [\n      \"Men\",\n      \"Women\"\n    ],\n    \"material\": \"Neoprene\",\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    \"item_code\": \"LGLAPTOPSLEEVE5\",\n    \"occasion\": \"Casual\",\n    \"primary_color\": \"Grey\",\n    \"primary_material\": \"Others\",\n    \"variant\": \"LGLAPTOPSLEEVE5\",\n    \"color\": \"DarkGrey\",\n    \"product_details\": \"This is a Unisex Product.\",\n    \"primary_color_hex\": \"808080\",\n    \"brand\": \"Barry, Jennings and Larson\"\n  },\n  \"name\": \"benchmark collaborative paradigms\",\n  \"has_variant\": true,\n  \"categories\": [\n    {\n      \"id\": 3,\n      \"uid\": 3,\n      \"name\": \"Amy Kim DDS\",\n      \"logo\": {\n        \"type\": \"image\",\n        \"url\": \"https://hdn-1.fynd.com/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg\"\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"category\",\n          \"query\": {\n            \"category\": [\n              \"Amy-Kim-DDS\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\n      \"_custom_json\": {}\n    }\n  ],\n  \"tryouts\": [],\n  \"rating\": 2.7,\n  \"rating_count\": 2,\n  \"image_nature\": \"standard\",\n  \"tags\": [\n    \"Digital\"\n  ],\n  \"teaser_tag\": \"\",\n  \"no_of_boxes\": 1,\n  \"custom_order\": {},\n  \"color\": \"808080\",\n  \"similars\": [\n    \"brand\"\n  ],\n  \"_custom_json\": {},\n  \"is_dependent\": false,\n  \"item_type\": \"standard\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "43001227-cb22-4254-b65f-0714fceaf37c",
            "name": "getProductBundleItems | Get children for a bundled product",
            "request": {
              "name": "getProductBundleItems | Get children for a bundled product",
              "description": {
                "content": "Retrieve bundle children for a given bundled product slug with pricing, brand, media, and seller information.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v1.0",
                  "products",
                  ":slug",
                  "bundle",
                  "items"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "Page number to retrieve."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<integer>",
                    "description": "Number of items per page."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) Unique product identifier slug."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "b7e04394-a063-4375-85f2-ad50bafef267",
                "name": "Successfully retrieved bundled items for a product.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v1.0",
                      "products",
                      ":slug",
                      "bundle",
                      "items"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "<integer>"
                      },
                      {
                        "key": "page_size",
                        "value": "<integer>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) Unique product identifier slug."
                      }
                    ]
                  },
                  "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        \"name\": \"Nike\",\n        \"logo\": \"https://cdn.example.com/logos/nike.png\",\n        \"uid\": \"brand_001\"\n      },\n      \"media\": [\n        {\n          \"type\": \"image\",\n          \"url\": \"https://cdn.example.com/images/shoe1.png\",\n          \"alt\": \"Nike Running Shoe\",\n          \"thumbnail\": \"https://cdn.example.com/thumbnails/shoe1_thumb.png\"\n        },\n        {\n          \"type\": \"video\",\n          \"url\": \"https://cdn.example.com/videos/shoe1.mp4\",\n          \"alt\": \"Nike Shoe Overview\",\n          \"thumbnail\": \"https://cdn.example.com/thumbnails/shoe1_video_thumb.png\"\n        }\n      ],\n      \"net_quantity\": 2,\n      \"size\": \"M\",\n      \"seller_identifiers\": [\n        \"PANTM\",\n        \"PANTL\"\n      ],\n      \"price\": 10000,\n      \"price_effective\": 9500,\n      \"currency\": \"INR\"\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": "9e1b15ed-2d87-463b-9545-cd5f0b4cd525",
            "name": "getProductBundlesByChildSku | Get bundled items for a specific product size",
            "request": {
              "name": "getProductBundlesByChildSku | Get bundled items for a specific product size",
              "description": {
                "content": "Retrieve bundled items for a given product slug and size with pricing, brand, media, and seller information.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v1.0",
                  "products",
                  ":slug",
                  "size",
                  ":size",
                  "bundle"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "Page number to retrieve."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<integer>",
                    "description": "Number of items per page."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) Unique product identifier slug."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "size",
                    "description": "(Required) Size of the product (e.g., S, M, L, XL, OS)."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "097c904c-5e72-45d3-b4b6-622b41391a51",
                "name": "Successfully retrieved bundled items for a product size.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v1.0",
                      "products",
                      ":slug",
                      "size",
                      ":size",
                      "bundle"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "<integer>"
                      },
                      {
                        "key": "page_size",
                        "value": "<integer>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) Unique product identifier slug."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "size",
                        "description": "(Required) Size of the product (e.g., S, M, L, XL, OS)."
                      }
                    ]
                  },
                  "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        \"name\": \"Nike\",\n        \"logo\": \"https://cdn.example.com/logos/nike.png\",\n        \"uid\": \"brand_001\"\n      },\n      \"media\": [\n        {\n          \"type\": \"image\",\n          \"url\": \"https://cdn.example.com/images/shoe1.png\",\n          \"alt\": \"Nike Running Shoe\",\n          \"thumbnail\": \"https://cdn.example.com/thumbnails/shoe1_thumb.png\"\n        },\n        {\n          \"type\": \"video\",\n          \"url\": \"https://cdn.example.com/videos/shoe1.mp4\",\n          \"alt\": \"Nike Shoe Overview\",\n          \"thumbnail\": \"https://cdn.example.com/thumbnails/shoe1_video_thumb.png\"\n        }\n      ],\n      \"size\": \"OS\",\n      \"net_quantity\": 2,\n      \"seller_identifiers\": [\n        \"SHIRTM\"\n      ],\n      \"price\": 10000,\n      \"price_effective\": 9500,\n      \"currency\": \"INR\",\n      \"slug\": \"nike-running-shoes\"\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": false,\n    \"has_previous\": false,\n    \"item_total\": 3,\n    \"size\": 1,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "28c3cdf6-0027-41ef-b417-5918cb510473",
            "name": "getProductSizesBySlug | List sizes",
            "request": {
              "name": "getProductSizesBySlug | List sizes",
              "description": {
                "content": "Provides detailed information about a product, including its availability (sellable), available sizes with quantities, dimensions, weight, availability status, price details (marked, effective, selling), minimum order quantity (MOQ).",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v1.0",
                  "products",
                  ":slug",
                  "sizes",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "store_id",
                    "value": "<integer>",
                    "description": "The ID of the store that is selling the product, e.g. 1,2,3."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) A short, human-readable, URL-friendly identifier of a product. You can get slug value from the endpoint /service/application/catalog/v1.0/products/."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "8fc39ee6-bfea-4751-9188-b6a05f76ed65",
                "name": "Success. Returns a ProductSize object.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v1.0",
                      "products",
                      ":slug",
                      "sizes",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "store_id",
                        "value": "9690"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) A short, human-readable, URL-friendly identifier of a product. You can get slug value from the endpoint /service/application/catalog/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  \"sellable\": true,\n  \"sizes\": [\n    {\n      \"display\": \"13\",\n      \"value\": \"13\",\n      \"quantity\": 10,\n      \"seller_identifiers\": [\n        \"123456789\",\n        \"987654321\"\n      ],\n      \"is_available\": true,\n      \"is_bundle_item\": false\n    }\n  ],\n  \"discount\": \"\",\n  \"stores\": {\n    \"count\": 1\n  },\n  \"size_chart\": {\n    \"headers\": {\n      \"col_1\": {\n        \"value\": \"s\",\n        \"convertable\": false\n      },\n      \"col_2\": {\n        \"value\": \"m\",\n        \"convertable\": true\n      },\n      \"col_3\": {\n        \"value\": \"l\",\n        \"convertable\": false\n      },\n      \"col_4\": {\n        \"value\": \"xl\",\n        \"convertable\": true\n      },\n      \"col_5\": {\n        \"value\": \"xxl\",\n        \"convertable\": false\n      },\n      \"col_6\": {\n        \"value\": \"xxxl\",\n        \"convertable\": true\n      },\n      \"col_7\": {\n        \"value\": \"4xl\",\n        \"convertable\": false\n      },\n      \"col_8\": {\n        \"value\": \"5xl\",\n        \"convertable\": true\n      },\n      \"col_9\": {\n        \"value\": \"xs\",\n        \"convertable\": false\n      },\n      \"col_10\": {\n        \"value\": \"xxs\",\n        \"convertable\": true\n      }\n    },\n    \"sizes\": [\n      {\n        \"col_1\": \"32\",\n        \"col_2\": \"34\"\n      }\n    ],\n    \"unit\": \"cm\",\n    \"size_tip\": \"test size guide\",\n    \"image\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/sandbx/wrkr/bahu/products/pictures/size-guide/free/original/Vs6anXiiN-EZk2rf_UT-Logo.png\",\n    \"description\": null,\n    \"title\": \"test size guide\",\n    \"id\": \"6762e34f0c3228e5fd0e4ed7\"\n  },\n  \"price\": {\n    \"marked\": {\n      \"min\": 66.5,\n      \"max\": 66.5,\n      \"currency_code\": \"INR\",\n      \"currency_symbol\": \"₹\"\n    },\n    \"effective\": {\n      \"min\": 66.5,\n      \"max\": 66.5,\n      \"currency_code\": \"INR\",\n      \"currency_symbol\": \"₹\"\n    }\n  },\n  \"tags\": [\n    \"Digital\"\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e80007af-660e-41de-861a-6fba9c617901",
            "name": "getProductComparisonBySlugs | List products for comparison",
            "request": {
              "name": "getProductComparisonBySlugs | List products for comparison",
              "description": {
                "content": "Get all the products that have the same category.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v1.0",
                  "products",
                  "compare",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "slug",
                    "value": "<string>",
                    "description": "(Required) A short, human-readable, URL-friendly identifier of a product. You can get slug value from the endpoint /service/application/catalog/v1.0/products/."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "0f9a0989-1083-49da-ad7e-4caea24fb4f0",
                "name": "Success. Returns an array of objects containing the attributes for comparision.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v1.0",
                      "products",
                      "compare",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "slug",
                        "value": "extend-back-end-relationships"
                      },
                      {
                        "key": "slug",
                        "value": "facilitate value-added infrastructures"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"attributes_metadata\": [\n    {\n      \"title\": \"Alexander Sawyer\",\n      \"id\": \"6863b6605da05ba8dc45d98f\",\n      \"details\": [\n        {\n          \"key\": \"color\",\n          \"display\": \"Kimberly Davidson\",\n          \"description\": \"\"\n        },\n        {\n          \"key\": \"gender\",\n          \"display\": \"Kimberly Mcdaniel\",\n          \"description\": \"\"\n        },\n        {\n          \"key\": \"material\",\n          \"display\": \"Monica Hampton\",\n          \"description\": \"\"\n        },\n        {\n          \"key\": \"weight\",\n          \"display\": \"John Mendoza\",\n          \"description\": \"\"\n        }\n      ]\n    }\n  ],\n  \"items\": [\n    {\n      \"type\": \"product\",\n      \"name\": \"benchmark collaborative paradigms\",\n      \"item_type\": \"set\",\n      \"slug\": \"benchmark-collaborative-paradigms\",\n      \"id\": 1,\n      \"brand\": {\n        \"type\": \"brand\",\n        \"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        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"Hess-Inc\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"query\": {\n            \"slug\": \"benchmark-collaborative-paradigms\"\n          }\n        },\n        \"type\": \"page\"\n      },\n      \"attributes\": {\n        \"color_hex\": \"808080\",\n        \"weight\": 100,\n        \"product_type\": \"LaptopBags\",\n        \"gender\": [\n          \"Men\",\n          \"Women\"\n        ],\n        \"material\": \"Neoprene\",\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        \"item_code\": \"LGLAPTOPSLEEVE5\",\n        \"occasion\": \"Casual\",\n        \"primary_color\": \"Grey\",\n        \"primary_material\": \"Others\",\n        \"variant\": \"LGLAPTOPSLEEVE5\",\n        \"color\": \"DarkGrey\",\n        \"product_details\": \"This is a Unisex Product.\",\n        \"primary_color_hex\": \"808080\"\n      },\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      \"categories\": [\n        {\n          \"id\": 3,\n          \"uid\": 3,\n          \"name\": \"Amy Kim DDS\",\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"https://hdn-1.fynd.com/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg\"\n          },\n          \"action\": {\n            \"page\": {\n              \"type\": \"category\",\n              \"query\": {\n                \"category\": [\n                  \"Amy-Kim-DDS\"\n                ]\n              }\n            },\n            \"type\": \"page\"\n          },\n          \"_custom_json\": {}\n        }\n      ],\n      \"discount\": \"14% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 1399,\n          \"max\": 1399,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 1199,\n          \"max\": 1399,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"rating\": 2.7,\n      \"rating_count\": 2\n    },\n    {\n      \"type\": \"product\",\n      \"name\": \"deploy viral systems\",\n      \"item_type\": \"set\",\n      \"slug\": \"deploy-viral-systems\",\n      \"id\": 2,\n      \"brand\": {\n        \"type\": \"brand\",\n        \"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        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"Hess-Inc\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"query\": {\n            \"slug\": \"deploy-viral-systems\"\n          }\n        },\n        \"type\": \"page\"\n      },\n      \"attributes\": {\n        \"color_hex\": \"808080\",\n        \"weight\": 100,\n        \"product_type\": \"LaptopBags\",\n        \"gender\": [\n          \"Men\",\n          \"Women\"\n        ],\n        \"material\": \"Neoprene\",\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        \"item_code\": \"LGLAPTOPSLEEVE5\",\n        \"occasion\": \"Casual\",\n        \"primary_color\": \"Grey\",\n        \"primary_material\": \"Others\",\n        \"variant\": \"LGLAPTOPSLEEVE5\",\n        \"color\": \"DarkGrey\",\n        \"product_details\": \"This is a Unisex Product.\",\n        \"primary_color_hex\": \"808080\"\n      },\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      \"categories\": [\n        {\n          \"id\": 3,\n          \"uid\": 3,\n          \"name\": \"Amy Kim DDS\",\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"https://hdn-1.fynd.com/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg\"\n          },\n          \"action\": {\n            \"page\": {\n              \"type\": \"category\",\n              \"query\": {\n                \"category\": [\n                  \"Amy-Kim-DDS\"\n                ]\n              }\n            },\n            \"type\": \"page\"\n          },\n          \"_custom_json\": {}\n        }\n      ],\n      \"discount\": \"14% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 1399,\n          \"max\": 1399,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 1199,\n          \"max\": 1399,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"rating\": 2.7,\n      \"rating_count\": 2\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "cc82dd7d-fc54-473f-9621-552ab121164f",
            "name": "getSimilarComparisonProductBySlug | List similar products",
            "request": {
              "name": "getSimilarComparisonProductBySlug | List similar products",
              "description": {
                "content": "Get all products within the same category as the one specified by the provided slug.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v1.0",
                  "products",
                  ":slug",
                  "similar",
                  "compare",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) A short, human-readable, URL-friendly identifier of a product. You can get slug value from the endpoint /service/application/catalog/v1.0/products/."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "1d35ce95-3a9a-4c56-b0a9-7298f5686c80",
                "name": "Success. Returns an array of objects containing the attributes for comparision.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v1.0",
                      "products",
                      ":slug",
                      "similar",
                      "compare",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) A short, human-readable, URL-friendly identifier of a product. You can get slug value from the endpoint /service/application/catalog/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_metadata\": [\n    {\n      \"title\": \"Kevin Everett\",\n      \"details\": [\n        {\n          \"key\": \"color\",\n          \"display\": \"Steven Walker\",\n          \"description\": \"\"\n        },\n        {\n          \"key\": \"gender\",\n          \"display\": \"Wesley Sandoval\",\n          \"description\": \"\"\n        },\n        {\n          \"key\": \"material\",\n          \"display\": \"Lawrence Spencer\",\n          \"description\": \"\"\n        },\n        {\n          \"key\": \"weight\",\n          \"display\": \"April Lopez\",\n          \"description\": \"\"\n        }\n      ]\n    }\n  ],\n  \"items\": [\n    {\n      \"type\": \"product\",\n      \"template_tag\": \"test_template\",\n      \"name\": \"facilitate value-added infrastructures\",\n      \"item_type\": \"set\",\n      \"item_code\": \"LGLAPTOPSLEEVE5\",\n      \"slug\": \"facilitate-value-added-infrastructures\",\n      \"uid\": 1,\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"Guerra-Chang\",\n        \"logo\": {\n          \"type\": \"image\",\n          \"url\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg\"\n        },\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"Guerra-Chang\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {\n          \"how_to_redeem\": [\n            \"Go to PlayStation Store and click on your Avatar at the top of the screen\",\n            \"Select Redeem Codes from the drop-down menu\",\n            \"Carefully enter the code and select Redeem\",\n            \"The credit or content is now applied to your account\"\n          ],\n          \"terms_and_condition\": [],\n          \"order_short_description\": \"Thank you for your purchase! Please visit the PlayStation Store to redeem your code\"\n        }\n      },\n      \"sellable\": false,\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"facilitate-value-added-infrastructures\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\n      \"attributes\": {\n        \"color_hex\": \"808080\",\n        \"weight\": 100,\n        \"product_type\": \"LaptopBags\",\n        \"gender\": [\n          \"Men\",\n          \"Women\"\n        ],\n        \"material\": \"Neoprene\",\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        \"item_code\": \"LGLAPTOPSLEEVE5\",\n        \"occasion\": \"Casual\",\n        \"primary_color\": \"Grey\",\n        \"primary_material\": \"Others\",\n        \"variant\": \"LGLAPTOPSLEEVE5\",\n        \"color\": \"Red\",\n        \"product_details\": \"This is a Unisex Product.\",\n        \"primary_color_hex\": \"808080\"\n      },\n      \"_custom_meta\": [],\n      \"medias\": [\n        {\n          \"url\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/jiox5/products/pictures/item/free/original/DfIRf_k-6M-hp-56-c6656aa-ink-cartridge-black-490783783-i-1-1200wx1200h.jpeg\",\n          \"type\": \"image\",\n          \"alt\": \"\"\n        }\n      ],\n      \"categories\": [\n        {\n          \"uid\": 3,\n          \"name\": \"Sarah Carter\",\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg\"\n          },\n          \"action\": {\n            \"page\": {\n              \"type\": \"products\",\n              \"query\": {\n                \"category\": [\n                  \"Sarah-Carter\"\n                ]\n              }\n            },\n            \"type\": \"page\"\n          },\n          \"_custom_json\": {}\n        }\n      ],\n      \"discount\": \"14% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 1399,\n          \"max\": 1399,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 1199,\n          \"max\": 1399,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"net_quantity\": {\n        \"value\": 2,\n        \"unit\": \"kg\"\n      },\n      \"rating\": 2.7,\n      \"rating_count\": 2,\n      \"short_description\": \"\"\n    },\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"color\": \"808080\",\n        \"gender\": \"women\",\n        \"material\": \"Neoprene\",\n        \"weight\": \"100\"\n      },\n      \"categories\": [\n        {\n          \"uid\": 3,\n          \"name\": \"Sarah Carter\",\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg\"\n          },\n          \"action\": {\n            \"page\": {\n              \"type\": \"products\",\n              \"query\": {\n                \"category\": [\n                  \"Sarah-Carter\"\n                ]\n              }\n            },\n            \"type\": \"page\"\n          },\n          \"_custom_json\": {}\n        }\n      ],\n      \"_custom_meta\": [],\n      \"sellable\": false,\n      \"name\": \"product-name-updated\",\n      \"sizes\": [\n        \"13\"\n      ],\n      \"slug\": \"mesh-magnetic-e-business\",\n      \"tags\": [\n        \"Digital\"\n      ],\n      \"uid\": 10,\n      \"item_code\": \"LGLAPTOPSLEEVE5\",\n      \"item_type\": \"set\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"Edwards, Chapman and Anderson\",\n        \"logo\": {\n          \"type\": \"image\",\n          \"url\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg\"\n        },\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"Edwards,-Chapman-and-Anderson\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {\n          \"how_to_redeem\": [\n            \"Go to PlayStation Store and click on your Avatar at the top of the screen\",\n            \"Select Redeem Codes from the drop-down menu\",\n            \"Carefully enter the code and select Redeem\",\n            \"The credit or content is now applied to your account\"\n          ],\n          \"terms_and_condition\": [],\n          \"order_short_description\": \"Thank you for your purchase! Please visit the PlayStation Store to redeem your code\"\n        }\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"mesh-magnetic-e-business\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\n      \"medias\": [\n        {\n          \"type\": \"image\",\n          \"url\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/pictures/tagged_items/original/1309_LGLAPTOPSLEEVE5/1_1564735832806.jpg\",\n          \"alt\": \"product-name-updated\"\n        }\n      ],\n      \"identifiers\": [],\n      \"discount\": \"14% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 1399,\n          \"max\": 2000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 1199,\n          \"max\": 1600,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"selling\": {\n          \"min\": 1399,\n          \"max\": 1800,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"rating\": 2.7,\n      \"_custom_json\": {},\n      \"moq\": {\n        \"minimum\": 1,\n        \"increment_unit\": 1\n      },\n      \"net_quantity\": {},\n      \"discount_meta\": {},\n      \"seo\": {},\n      \"variants\": []\n    },\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"color\": \"808080\",\n        \"gender\": \"women\",\n        \"material\": \"Neoprene\",\n        \"weight\": \"100\"\n      },\n      \"categories\": [\n        {\n          \"uid\": 3,\n          \"name\": \"Sarah Carter\",\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg\"\n          },\n          \"action\": {\n            \"page\": {\n              \"type\": \"products\",\n              \"query\": {\n                \"category\": [\n                  \"Sarah-Carter\"\n                ]\n              }\n            },\n            \"type\": \"page\"\n          },\n          \"_custom_json\": {}\n        }\n      ],\n      \"_custom_meta\": [],\n      \"sellable\": false,\n      \"name\": \"product-name-updated\",\n      \"sizes\": [\n        \"13\"\n      ],\n      \"slug\": \"evolve-e-business-web-services\",\n      \"tags\": [\n        \"Digital\"\n      ],\n      \"uid\": 11,\n      \"item_code\": \"LGLAPTOPSLEEVE5\",\n      \"item_type\": \"set\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"Edwards, Chapman and Anderson\",\n        \"logo\": {\n          \"type\": \"image\",\n          \"url\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg\"\n        },\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"Edwards,-Chapman-and-Anderson\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {\n          \"how_to_redeem\": [\n            \"Go to PlayStation Store and click on your Avatar at the top of the screen\",\n            \"Select Redeem Codes from the drop-down menu\",\n            \"Carefully enter the code and select Redeem\",\n            \"The credit or content is now applied to your account\"\n          ],\n          \"terms_and_condition\": [],\n          \"order_short_description\": \"Thank you for your purchase! Please visit the PlayStation Store to redeem your code\"\n        }\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"evolve-e-business-web-services\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\n      \"medias\": [\n        {\n          \"type\": \"image\",\n          \"url\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/pictures/tagged_items/original/1309_LGLAPTOPSLEEVE5/1_1564735832806.jpg\",\n          \"alt\": \"product-name-updated\"\n        }\n      ],\n      \"identifiers\": [],\n      \"discount\": \"14% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 1399,\n          \"max\": 2000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 1199,\n          \"max\": 1600,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"selling\": {\n          \"min\": 1399,\n          \"max\": 1800,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"rating\": 2.7,\n      \"_custom_json\": {},\n      \"moq\": {\n        \"minimum\": 1,\n        \"increment_unit\": 1\n      },\n      \"net_quantity\": {},\n      \"discount_meta\": {},\n      \"seo\": {},\n      \"variants\": []\n    },\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"color\": \"808080\",\n        \"gender\": \"women\",\n        \"material\": \"Neoprene\",\n        \"weight\": \"100\"\n      },\n      \"categories\": [\n        {\n          \"uid\": 3,\n          \"name\": \"Sarah Carter\",\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg\"\n          },\n          \"action\": {\n            \"page\": {\n              \"type\": \"products\",\n              \"query\": {\n                \"category\": [\n                  \"Sarah-Carter\"\n                ]\n              }\n            },\n            \"type\": \"page\"\n          },\n          \"_custom_json\": {}\n        }\n      ],\n      \"_custom_meta\": [],\n      \"sellable\": false,\n      \"name\": \"product-name-updated\",\n      \"sizes\": [\n        \"13\"\n      ],\n      \"slug\": \"reinvent-cutting-edge-web-services\",\n      \"tags\": [\n        \"Digital\"\n      ],\n      \"uid\": 12,\n      \"item_code\": \"LGLAPTOPSLEEVE5\",\n      \"item_type\": \"set\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"Edwards, Chapman and Anderson\",\n        \"logo\": {\n          \"type\": \"image\",\n          \"url\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg\"\n        },\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"Edwards,-Chapman-and-Anderson\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {\n          \"how_to_redeem\": [\n            \"Go to PlayStation Store and click on your Avatar at the top of the screen\",\n            \"Select Redeem Codes from the drop-down menu\",\n            \"Carefully enter the code and select Redeem\",\n            \"The credit or content is now applied to your account\"\n          ],\n          \"terms_and_condition\": [],\n          \"order_short_description\": \"Thank you for your purchase! Please visit the PlayStation Store to redeem your code\"\n        }\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"reinvent-cutting-edge-web-services\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\n      \"medias\": [\n        {\n          \"type\": \"image\",\n          \"url\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/pictures/tagged_items/original/1309_LGLAPTOPSLEEVE5/1_1564735832806.jpg\",\n          \"alt\": \"product-name-updated\"\n        }\n      ],\n      \"identifiers\": [],\n      \"discount\": \"14% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 1399,\n          \"max\": 2000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 1199,\n          \"max\": 1600,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"selling\": {\n          \"min\": 1399,\n          \"max\": 1800,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"rating\": 2.7,\n      \"_custom_json\": {},\n      \"moq\": {\n        \"minimum\": 1,\n        \"increment_unit\": 1\n      },\n      \"net_quantity\": {},\n      \"discount_meta\": {},\n      \"seo\": {},\n      \"variants\": []\n    },\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"color\": \"808080\",\n        \"gender\": \"women\",\n        \"material\": \"Neoprene\",\n        \"weight\": \"100\"\n      },\n      \"categories\": [\n        {\n          \"uid\": 3,\n          \"name\": \"Sarah Carter\",\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg\"\n          },\n          \"action\": {\n            \"page\": {\n              \"type\": \"products\",\n              \"query\": {\n                \"category\": [\n                  \"Sarah-Carter\"\n                ]\n              }\n            },\n            \"type\": \"page\"\n          },\n          \"_custom_json\": {}\n        }\n      ],\n      \"_custom_meta\": [],\n      \"sellable\": false,\n      \"name\": \"product-name-updated\",\n      \"sizes\": [\n        \"13\"\n      ],\n      \"slug\": \"seize-mission-critical-e-tailers\",\n      \"tags\": [\n        \"Digital\"\n      ],\n      \"uid\": 13,\n      \"item_code\": \"LGLAPTOPSLEEVE5\",\n      \"item_type\": \"set\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"Edwards, Chapman and Anderson\",\n        \"logo\": {\n          \"type\": \"image\",\n          \"url\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg\"\n        },\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"Edwards,-Chapman-and-Anderson\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {\n          \"how_to_redeem\": [\n            \"Go to PlayStation Store and click on your Avatar at the top of the screen\",\n            \"Select Redeem Codes from the drop-down menu\",\n            \"Carefully enter the code and select Redeem\",\n            \"The credit or content is now applied to your account\"\n          ],\n          \"terms_and_condition\": [],\n          \"order_short_description\": \"Thank you for your purchase! Please visit the PlayStation Store to redeem your code\"\n        }\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"seize-mission-critical-e-tailers\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\n      \"medias\": [\n        {\n          \"type\": \"image\",\n          \"url\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/pictures/tagged_items/original/1309_LGLAPTOPSLEEVE5/1_1564735832806.jpg\",\n          \"alt\": \"product-name-updated\"\n        }\n      ],\n      \"identifiers\": [],\n      \"discount\": \"14% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 1399,\n          \"max\": 2000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 1199,\n          \"max\": 1600,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"selling\": {\n          \"min\": 1399,\n          \"max\": 1800,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"rating\": 2.7,\n      \"_custom_json\": {},\n      \"moq\": {\n        \"minimum\": 1,\n        \"increment_unit\": 1\n      },\n      \"net_quantity\": {},\n      \"discount_meta\": {},\n      \"seo\": {},\n      \"variants\": []\n    },\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"color\": \"808080\",\n        \"gender\": \"women\",\n        \"material\": \"Neoprene\",\n        \"weight\": \"100\"\n      },\n      \"categories\": [\n        {\n          \"uid\": 3,\n          \"name\": \"Sarah Carter\",\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg\"\n          },\n          \"action\": {\n            \"page\": {\n              \"type\": \"products\",\n              \"query\": {\n                \"category\": [\n                  \"Sarah-Carter\"\n                ]\n              }\n            },\n            \"type\": \"page\"\n          },\n          \"_custom_json\": {}\n        }\n      ],\n      \"_custom_meta\": [],\n      \"sellable\": false,\n      \"name\": \"product-name-updated\",\n      \"sizes\": [\n        \"13\"\n      ],\n      \"slug\": \"cultivate-strategic-supply-chains\",\n      \"tags\": [\n        \"Digital\"\n      ],\n      \"uid\": 14,\n      \"item_code\": \"LGLAPTOPSLEEVE5\",\n      \"item_type\": \"set\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"Edwards, Chapman and Anderson\",\n        \"logo\": {\n          \"type\": \"image\",\n          \"url\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg\"\n        },\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"Edwards,-Chapman-and-Anderson\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {\n          \"how_to_redeem\": [\n            \"Go to PlayStation Store and click on your Avatar at the top of the screen\",\n            \"Select Redeem Codes from the drop-down menu\",\n            \"Carefully enter the code and select Redeem\",\n            \"The credit or content is now applied to your account\"\n          ],\n          \"terms_and_condition\": [],\n          \"order_short_description\": \"Thank you for your purchase! Please visit the PlayStation Store to redeem your code\"\n        }\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"cultivate-strategic-supply-chains\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\n      \"medias\": [\n        {\n          \"type\": \"image\",\n          \"url\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/media/pictures/tagged_items/original/1309_LGLAPTOPSLEEVE5/1_1564735832806.jpg\",\n          \"alt\": \"product-name-updated\"\n        }\n      ],\n      \"identifiers\": [],\n      \"discount\": \"14% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 1399,\n          \"max\": 2000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 1199,\n          \"max\": 1600,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"selling\": {\n          \"min\": 1399,\n          \"max\": 1800,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"rating\": 2.7,\n      \"_custom_json\": {},\n      \"moq\": {\n        \"minimum\": 1,\n        \"increment_unit\": 1\n      },\n      \"net_quantity\": {},\n      \"discount_meta\": {},\n      \"seo\": {},\n      \"variants\": []\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "38111910-4874-4ff1-81ec-ab4cdc7716ba",
            "name": "getComparedFrequentlyProductBySlug | List frequent products",
            "request": {
              "name": "getComparedFrequentlyProductBySlug | List frequent products",
              "description": {
                "content": "Get products that are often compared to the product specified by its slug.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v1.0",
                  "products",
                  ":slug",
                  "similar",
                  "compared-frequently",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) A short, human-readable, URL-friendly identifier of a product. You can get slug value from the endpoint /service/application/catalog/v1.0/products/."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "190e6979-4b57-4666-884e-a3631becf4d6",
                "name": "Success. Returns an array of objects containing the attributes for comparision.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v1.0",
                      "products",
                      ":slug",
                      "similar",
                      "compared-frequently",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) A short, human-readable, URL-friendly identifier of a product. You can get slug value from the endpoint /service/application/catalog/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  \"similars\": {\n    \"title\": \"Most Compared\",\n    \"subtitle\": \"We bet you would love these!\",\n    \"attributes_metadata\": [\n      {\n        \"title\": \"Alexander Sawyer\",\n        \"details\": [\n          {\n            \"key\": \"color\",\n            \"display\": \"Kimberly Davidson\",\n            \"description\": \"\"\n          },\n          {\n            \"key\": \"gender\",\n            \"display\": \"Kimberly Mcdaniel\",\n            \"description\": \"\"\n          },\n          {\n            \"key\": \"material\",\n            \"display\": \"Monica Hampton\",\n            \"description\": \"\"\n          },\n          {\n            \"key\": \"weight\",\n            \"display\": \"John Mendoza\",\n            \"description\": \"\"\n          }\n        ]\n      }\n    ],\n    \"items\": [\n      {\n        \"type\": \"product\",\n        \"name\": \"benchmark collaborative paradigms\",\n        \"item_type\": \"set\",\n        \"slug\": \"benchmark-collaborative-paradigms\",\n        \"id\": 1,\n        \"brand\": {\n          \"type\": \"brand\",\n          \"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          \"action\": {\n            \"page\": {\n              \"type\": \"products\",\n              \"query\": {\n                \"brand\": [\n                  \"Hess-Inc\"\n                ]\n              }\n            },\n            \"type\": \"page\"\n          },\n          \"_custom_json\": {}\n        },\n        \"action\": {\n          \"page\": {\n            \"type\": \"product\",\n            \"query\": {\n              \"slug\": \"benchmark-collaborative-paradigms\"\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"attributes\": {\n          \"color_hex\": \"808080\",\n          \"weight\": 100,\n          \"product_type\": \"LaptopBags\",\n          \"gender\": [\n            \"Men\",\n            \"Women\"\n          ],\n          \"material\": \"Neoprene\",\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          \"item_code\": \"LGLAPTOPSLEEVE5\",\n          \"occasion\": \"Casual\",\n          \"primary_color\": \"Grey\",\n          \"primary_material\": \"Others\",\n          \"variant\": \"LGLAPTOPSLEEVE5\",\n          \"color\": \"DarkGrey\",\n          \"product_details\": \"This is a Unisex Product.\",\n          \"primary_color_hex\": \"808080\"\n        },\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        \"categories\": [\n          {\n            \"id\": 3,\n            \"uid\": 3,\n            \"name\": \"Amy Kim DDS\",\n            \"logo\": {\n              \"type\": \"image\",\n              \"url\": \"https://hdn-1.fynd.com/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg\"\n            },\n            \"action\": {\n              \"page\": {\n                \"type\": \"category\",\n                \"query\": {\n                  \"category\": [\n                    \"Amy-Kim-DDS\"\n                  ]\n                }\n              },\n              \"type\": \"page\"\n            },\n            \"_custom_json\": {}\n          }\n        ],\n        \"discount\": \"14% OFF\",\n        \"price\": {\n          \"marked\": {\n            \"min\": 1399,\n            \"max\": 1399,\n            \"currency_code\": \"INR\",\n            \"currency_symbol\": \"₹\"\n          },\n          \"effective\": {\n            \"min\": 1199,\n            \"max\": 1399,\n            \"currency_code\": \"INR\",\n            \"currency_symbol\": \"₹\"\n          }\n        },\n        \"rating\": 2.7,\n        \"rating_count\": 2\n      },\n      {\n        \"type\": \"product\",\n        \"attributes\": {\n          \"primary_color_hex\": \"808080\",\n          \"weight\": \"100\",\n          \"gender\": \"women\",\n          \"material\": \"Neoprene\",\n          \"primary_color\": \"DarkGrey\"\n        },\n        \"categories\": [\n          {\n            \"id\": 3,\n            \"uid\": 3,\n            \"name\": \"Amy Kim DDS\",\n            \"logo\": {\n              \"type\": \"image\",\n              \"url\": \"https://hdn-1.fynd.com/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg\"\n            },\n            \"action\": {\n              \"page\": {\n                \"type\": \"category\",\n                \"query\": {\n                  \"category\": [\n                    \"Amy-Kim-DDS\"\n                  ]\n                }\n              },\n              \"type\": \"page\"\n            },\n            \"_custom_json\": {}\n          }\n        ],\n        \"sellable\": true,\n        \"name\": \"deploy viral systems\",\n        \"slug\": \"deploy-viral-systems\",\n        \"uid\": 2,\n        \"item_type\": \"set\",\n        \"brand\": {\n          \"type\": \"brand\",\n          \"name\": \"Hess Inc\",\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg\"\n          },\n          \"action\": {\n            \"page\": {\n              \"type\": \"products\",\n              \"query\": {\n                \"brand\": [\n                  \"Hess-Inc\"\n                ]\n              }\n            },\n            \"type\": \"page\"\n          },\n          \"_custom_json\": {}\n        },\n        \"action\": {\n          \"page\": {\n            \"type\": \"product\",\n            \"query\": {\n              \"slug\": \"deploy-viral-systems\"\n            }\n          },\n          \"type\": \"page\"\n        },\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        \"discount\": \"14% OFF\",\n        \"price\": {\n          \"marked\": {\n            \"min\": 1399,\n            \"max\": 1499,\n            \"currency_code\": \"INR\",\n            \"currency_symbol\": \"₹\"\n          },\n          \"effective\": {\n            \"min\": 1199,\n            \"max\": 1399,\n            \"currency_code\": \"INR\",\n            \"currency_symbol\": \"₹\"\n          }\n        },\n        \"is_tryout\": false,\n        \"rating\": 2.7\n      }\n    ]\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "c9726f80-0cc8-4551-9305-e0346f6197b8",
            "name": "getProductVariantsBySlug | List product variants",
            "request": {
              "name": "getProductVariantsBySlug | List product variants",
              "description": {
                "content": "Get all available variants of a specific product identified by its slug.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v1.0",
                  "products",
                  ":slug",
                  "variants",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) A short, human-readable, URL-friendly identifier of a product. You can get slug value from the endpoint /service/application/catalog/v1.0/products/."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "a646fb87-74d4-4f73-924a-cbb14760ac24",
                "name": "Success. Returns all variants of a product. For `display_type:image`, `color` key will be present otherwise `value` key will be shown.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v1.0",
                      "products",
                      ":slug",
                      "variants",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) A short, human-readable, URL-friendly identifier of a product. You can get slug value from the endpoint /service/application/catalog/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  \"variants\": [\n    {\n      \"header\": \"Addtn. Color\",\n      \"key\": \"color\",\n      \"group_id\": \"darkgrey-18928016\",\n      \"display_type\": \"image\",\n      \"logo\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/360x0/56_MKT02AI060CORAL/1_1567590349681.jpg\",\n      \"items\": [\n        {\n          \"action\": {\n            \"page\": {\n              \"type\": \"product\",\n              \"query\": {\n                \"slug\": \"benchmark-collaborative-paradigms\"\n              }\n            },\n            \"type\": \"page\"\n          },\n          \"uid\": 1,\n          \"slug\": \"benchmark-collaborative-paradigms\",\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          \"is_available\": true,\n          \"color_name\": \"DarkGrey\",\n          \"color\": \"808080\"\n        }\n      ]\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "59783879-9f88-409c-b5a3-7bfcc21b9a14",
            "name": "getProductStockByIds | Get product stocks",
            "request": {
              "name": "getProductStockByIds | Get product stocks",
              "description": {
                "content": "Get the current stock status for products identified by their IDs, such as SKU, ALU, EAN, etc.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v1.0",
                  "products",
                  "stock-status",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "item_id",
                    "value": "<integer>",
                    "description": "The Item ID of the product (Max. 50 allowed)."
                  },
                  {
                    "disabled": false,
                    "key": "alu",
                    "value": "<string>",
                    "description": "ALU of the product (limited upto 50 ALU identifier in a single request)."
                  },
                  {
                    "disabled": false,
                    "key": "sku_code",
                    "value": "<string>",
                    "description": "Stock-keeping Unit of the product (limited upto 50 SKU Code in a single request)."
                  },
                  {
                    "disabled": false,
                    "key": "ean",
                    "value": "<string>",
                    "description": "European Article Number of the product (limited upto 50 EAN identifier in a single request)."
                  },
                  {
                    "disabled": false,
                    "key": "upc",
                    "value": "<string>",
                    "description": "Universal Product Code of the product (limited upto 50 UPC identifier in a single request)."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "4c77ea30-ed08-447f-8515-a8582dec2ca3",
                "name": "Success. Returns the status of the product stock.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v1.0",
                      "products",
                      "stock-status",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "item_id",
                        "value": "1"
                      },
                      {
                        "key": "alu",
                        "value": "#8680705321086"
                      },
                      {
                        "key": "sku_code",
                        "value": "P10101101154425S"
                      },
                      {
                        "key": "ean",
                        "value": "#8680705340025"
                      },
                      {
                        "key": "upc",
                        "value": "#8680705326012"
                      }
                    ],
                    "variable": []
                  },
                  "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      \"item_id\": 1,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"2\",\n      \"item_id\": 1,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"3\",\n      \"item_id\": 2,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"4\",\n      \"item_id\": 2,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"5\",\n      \"item_id\": 3,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"6\",\n      \"item_id\": 3,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"7\",\n      \"item_id\": 4,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"8\",\n      \"item_id\": 4,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"9\",\n      \"item_id\": 5,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"10\",\n      \"item_id\": 5,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"11\",\n      \"item_id\": 6,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"12\",\n      \"item_id\": 6,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"13\",\n      \"item_id\": 7,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"14\",\n      \"item_id\": 7,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"15\",\n      \"item_id\": 8,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"16\",\n      \"item_id\": 8,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"17\",\n      \"item_id\": 9,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"18\",\n      \"item_id\": 9,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"19\",\n      \"item_id\": 10,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"20\",\n      \"item_id\": 10,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"21\",\n      \"item_id\": 11,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"22\",\n      \"item_id\": 11,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"23\",\n      \"item_id\": 12,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"24\",\n      \"item_id\": 12,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"25\",\n      \"item_id\": 13,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"26\",\n      \"item_id\": 13,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"27\",\n      \"item_id\": 14,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"28\",\n      \"item_id\": 14,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"29\",\n      \"item_id\": 15,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    },\n    {\n      \"uid\": \"30\",\n      \"item_id\": 15,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"code\": \"Wayne-Lamb\"\n      },\n      \"quantity\": 5\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "3c840811-a71f-4a3a-b328-a6f55be6aef9",
            "name": "getProductStockForTimeByIds | List future stock",
            "request": {
              "name": "getProductStockForTimeByIds | List future stock",
              "description": {
                "content": "Get the available stock levels for all products associated with a particular sales channel at a specified future time.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v1.0",
                  "products",
                  "stock-status",
                  "poll",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "timestamp",
                    "value": "<string>",
                    "description": "(Required) 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."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "bc2ad665-2da6-418c-a65b-190e2f5880ec",
                "name": "Success. Returns the status of the product stock.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v1.0",
                      "products",
                      "stock-status",
                      "poll",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "timestamp",
                        "value": "2023-07-31T08:56:10.192+0000"
                      },
                      {
                        "key": "page_size",
                        "value": "12"
                      },
                      {
                        "key": "page_id",
                        "value": "636a4c5c295d937d233826a5"
                      }
                    ],
                    "variable": []
                  },
                  "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      \"brand\": {\n        \"name\": \"Guerra-Chang\",\n        \"id\": 1\n      },\n      \"item_id\": 1,\n      \"identifier\": {\n        \"sku_code\": \"P10101101154425S\"\n      },\n      \"seller_identifier\": \"2022-11-03T15:48:25.340Z\",\n      \"price\": {\n        \"effective\": 319,\n        \"marked\": 399,\n        \"currency\": \"INR\"\n      },\n      \"size\": \"13\",\n      \"company\": {\n        \"id\": 1,\n        \"name\": \"Jordan Wagner\"\n      },\n      \"store\": {\n        \"id\": 1,\n        \"name\": \"Zachary Waller\",\n        \"code\": \"Zachary-Waller\"\n      },\n      \"quantity\": 5,\n      \"price_marked\": 399,\n      \"price_effective\": 319,\n      \"price_selling\": 399,\n      \"discount_meta\": {},\n      \"discount_applied\": {\n        \"_id\": \"65cc93264f63e8da2ee70487\",\n        \"job_id\": \"648009ff1c6f01961b0bbbeb\",\n        \"discount\": [\n          {\n            \"value\": 20,\n            \"min_items\": 1\n          }\n        ],\n        \"item_id\": 1,\n        \"seller_identifier\": \"2022-11-03T15:48:25.340Z\",\n        \"discount_type\": \"percentage\",\n        \"company_id\": 1,\n        \"store_ids\": [\n          9690,\n          1\n        ],\n        \"brand_ids\": [\n          1\n        ],\n        \"abandoned\": false,\n        \"app_ids\": [\n          \"000000000000000000000001\"\n        ],\n        \"zone_ids\": [],\n        \"created_on\": \"2024-02-14T10:17:09.135000\",\n        \"modified_on\": \"2024-02-14T10:17:09.135000\",\n        \"discount_meta\": {\n          \"start\": \"2024-02-13T10:17:09.136000Z\",\n          \"end\": \"2024-02-15T10:17:09.136000Z\",\n          \"timer\": true,\n          \"start_timer_in_minutes\": 62\n        },\n        \"discount_job\": {\n          \"_id\": \"648009ff1c6f01961b0bbbeb\",\n          \"name\": \"test api\",\n          \"job_type\": \"app|brand|inventory\",\n          \"discount_type\": \"percentage\",\n          \"discount_level\": \"application\",\n          \"company_id\": 1,\n          \"brand_ids\": [],\n          \"store_ids\": [],\n          \"app_ids\": [\n            \"000000000000000000000001\"\n          ],\n          \"extension_ids\": [],\n          \"zone_ids\": [],\n          \"validity\": {\n            \"start\": \"2024-02-13T10:17:09.136000\",\n            \"end\": \"2024-02-15T10:17:09.136000\"\n          },\n          \"created_on\": \"2024-02-14T10:17:09.136000\",\n          \"modified_on\": \"2024-02-14T10:17:09.136000\",\n          \"is_active\": true,\n          \"value\": \"\",\n          \"file_path\": \"\"\n        }\n      }\n    }\n  ],\n  \"page\": {\n    \"type\": \"cursor\",\n    \"next_id\": \"65cc93264f63e8da2ee7040f\",\n    \"has_previous\": true,\n    \"has_next\": true,\n    \"item_total\": 12\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "f80429ae-73f4-41f4-b362-374db7f8ad03",
            "name": "getProducts | List products",
            "request": {
              "name": "getProducts | List products",
              "description": {
                "content": "List all products available in the catalog. It supports filtering based on product name, brand, department, category, collection, and more, while also offering sorting options based on factors like price, ratings, discounts, and other relevant criteria.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v1.0",
                  "products",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "The search query for entering partial or full name of product, brand, category, or collection."
                  },
                  {
                    "disabled": false,
                    "key": "f",
                    "value": "<string>",
                    "description": "The search filter parameters. Filter parameters will be passed in f parameter as shown in the example below. Double Pipe (||) denotes the OR condition, whereas Triple-colon (:::) indicates a new filter parameter applied as an AND condition."
                  },
                  {
                    "disabled": false,
                    "key": "filters",
                    "value": "true",
                    "description": "True for fetching all filter parameters and False for disabling the filter parameters."
                  },
                  {
                    "disabled": false,
                    "key": "sort_on",
                    "value": "<string>",
                    "description": "The order in which the list of products should be sorted. 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": "Page ID to retrieve next set of results."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "12",
                    "description": "The number of items to retrieve in each page."
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "The page number to navigate through the given set of results."
                  },
                  {
                    "disabled": false,
                    "key": "page_type",
                    "value": "cursor",
                    "description": "Available pagination types are cursor or number."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "6127d47d-ed50-4ace-8489-90cc34245e8b",
                "name": "Success. Returns a paginated list of products..",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v1.0",
                      "products",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "q",
                        "value": "interactive"
                      },
                      {
                        "key": "f",
                        "value": "brand:Guerra:::l3_categories:Carter"
                      },
                      {
                        "key": "filters",
                        "value": "true"
                      },
                      {
                        "key": "sort_on",
                        "value": "popular"
                      },
                      {
                        "key": "page_id",
                        "value": "636a4c5c295d937d233826a5"
                      },
                      {
                        "key": "page_size",
                        "value": "12"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_type",
                        "value": "cursor"
                      }
                    ],
                    "variable": []
                  },
                  "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://hdn-1.fynd.com/products/pictures/attribute/logo/original/FiQP7BeJbz-Department.png\"\n      },\n      \"values\": [\n        {\n          \"display\": \"Fashion\",\n          \"count\": 2496,\n          \"is_selected\": false,\n          \"value\": \"fashion\",\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"https://hdn-1.addsale.com/x0/department/pictures/square-logo/original/ziRuAA0EX-https/hdn-1.fynd.com/department/pictures/square-logo/original/jSt0jjI7D-https/hdn-1.fynd.com/department/pictures/square-logo/original/6ouiCBSSn-https/hdn-1.fynd.com/department/pictures/square-logo/original/o2Rti5if7-.jpeg.jpeg.jpeg.jpeg\"\n          }\n        },\n        {\n          \"display\": \"Mary-Vargas\",\n          \"count\": 15,\n          \"is_selected\": false,\n          \"value\": \"Mary-Vargas\"\n        },\n        {\n          \"display\": \"Michael-Davis\",\n          \"count\": 15,\n          \"is_selected\": false,\n          \"value\": \"Michael-Davis\"\n        },\n        {\n          \"display\": \"Toys & games\",\n          \"count\": 2,\n          \"is_selected\": false,\n          \"value\": \"toys\",\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"https://hdn-1.addsale.com/x0/department/pictures/square-logo/original/WU_YDGrIe-https/hdn-1.fynd.com/media/category_tab_icons/department/Toys.png.png\"\n          }\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Category\",\n        \"name\": \"category\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/products/pictures/attribute/logo/original/YuQYSFD6Tu-Category.png\"\n      },\n      \"values\": [\n        {\n          \"display\": \"running-shoes\",\n          \"count\": 2495,\n          \"is_selected\": false,\n          \"value\": \"running-shoes\"\n        },\n        {\n          \"display\": \"Mr.-Robert-Wilson\",\n          \"count\": 15,\n          \"is_selected\": false,\n          \"value\": \"Mr.-Robert-Wilson\"\n        },\n        {\n          \"display\": \"action-figures\",\n          \"count\": 2,\n          \"is_selected\": false,\n          \"value\": \"action-figures\"\n        },\n        {\n          \"display\": \"hats\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"hats\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Size\",\n        \"name\": \"sizes\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/products/pictures/attribute/logo/original/M45tOYu45x-Sizes.png\"\n      },\n      \"values\": [\n        {\n          \"display\": \"11\",\n          \"count\": 1492,\n          \"is_selected\": false,\n          \"value\": \"11\"\n        },\n        {\n          \"display\": \"8\",\n          \"count\": 1003,\n          \"is_selected\": false,\n          \"value\": \"8\"\n        },\n        {\n          \"display\": \"13\",\n          \"count\": 15,\n          \"is_selected\": false,\n          \"value\": \"13\"\n        },\n        {\n          \"display\": \"FREE\",\n          \"count\": 2,\n          \"is_selected\": false,\n          \"value\": \"FREE\"\n        },\n        {\n          \"display\": \"OS\",\n          \"count\": 2,\n          \"is_selected\": false,\n          \"value\": \"OS\"\n        },\n        {\n          \"display\": \"R4\",\n          \"count\": 2,\n          \"is_selected\": false,\n          \"value\": \"R4\"\n        },\n        {\n          \"display\": \"10\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"10\"\n        },\n        {\n          \"display\": \"9\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"9\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Brand\",\n        \"name\": \"brand\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/products/pictures/attribute/logo/original/m4SDdD279_-Min-price-effective.png\"\n      },\n      \"values\": [\n        {\n          \"display\": \"load-brand-1\",\n          \"count\": 1492,\n          \"is_selected\": false,\n          \"value\": \"load-brand-1\"\n        },\n        {\n          \"display\": \"caneworks\",\n          \"count\": 1002,\n          \"is_selected\": false,\n          \"value\": \"caneworks\"\n        },\n        {\n          \"display\": \"Mann-Morris\",\n          \"count\": 15,\n          \"is_selected\": false,\n          \"value\": \"Mann-Morris\"\n        },\n        {\n          \"display\": \"test\",\n          \"count\": 2,\n          \"is_selected\": false,\n          \"value\": \"test\"\n        },\n        {\n          \"display\": \"nexus\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"nexus\"\n        },\n        {\n          \"display\": \"nike\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"nike\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Image\",\n        \"name\": \"image_nature\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/products/pictures/attribute/logo/original/JcGqgsW9FR-image-Nature.png\"\n      },\n      \"values\": [\n        {\n          \"display\": \"No Image\",\n          \"count\": 2479,\n          \"is_selected\": false,\n          \"value\": \"default\"\n        },\n        {\n          \"display\": \"Good Quality\",\n          \"count\": 34,\n          \"is_selected\": false,\n          \"value\": \"standard\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Size Depth\",\n        \"name\": \"size_depth\",\n        \"kind\": \"range\",\n        \"logo\": \"https://hdn-1.fynd.com/products/pictures/attribute/logo/original/D6W3aAamqz-Size-Depth.png\"\n      },\n      \"values\": [\n        {\n          \"count\": 2513,\n          \"min\": 1,\n          \"max\": 4,\n          \"is_selected\": false,\n          \"selected_min\": 1,\n          \"selected_max\": 4,\n          \"display_format\": \"{} - {}\",\n          \"query_format\": \"[{} TO {}]\",\n          \"display\": \"1 - 4\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Price\",\n        \"name\": \"min_price_effective\",\n        \"kind\": \"range\",\n        \"logo\": \"https://hdn-1.fynd.com/products/pictures/attribute/logo/original/m4SDdD279_-Min-price-effective.png\"\n      },\n      \"values\": [\n        {\n          \"count\": 2513,\n          \"min\": 9,\n          \"max\": 6789,\n          \"is_selected\": false,\n          \"selected_min\": 9,\n          \"selected_max\": 6788,\n          \"display_format\": \"{} to {}\",\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\",\n          \"query_format\": \"[{},INR TO {},INR]\",\n          \"display\": \"₹9.51 to ₹6788.44\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Discount\",\n        \"name\": \"discount\",\n        \"kind\": \"range\",\n        \"logo\": \"https://hdn-1.fynd.com/products/pictures/attribute/logo/original/qsYhcYuntC-Platform-Discount.png\"\n      },\n      \"values\": [\n        {\n          \"count\": 2513,\n          \"min\": 0,\n          \"max\": 83,\n          \"is_selected\": false,\n          \"selected_min\": 0,\n          \"selected_max\": 83,\n          \"display_format\": \"{}% - {}%\",\n          \"query_format\": \"[{} TO {}]\",\n          \"display\": \"0% - 83%\"\n        }\n      ]\n    }\n  ],\n  \"items\": [\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"filtercollection\": \"test\",\n        \"gender\": \"men\",\n        \"marketer-address\": \"Andheri\",\n        \"marketer-name\": \"Puma\",\n        \"primary_color\": null,\n        \"primary_material\": \"Cotton\"\n      },\n      \"categories\": [],\n      \"_custom_meta\": [],\n      \"sellable\": true,\n      \"name\": \"Shoe 671\",\n      \"slug\": \"shoes-671-gs7hedxv_w01\",\n      \"moq\": {\n        \"maximum\": 5,\n        \"minimum\": 1,\n        \"increment_unit\": 1\n      },\n      \"uid\": 7501985,\n      \"item_code\": \"SHOE-671\",\n      \"item_type\": \"standard\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"CaneWorks\",\n        \"uid\": 1,\n        \"logo\": {},\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"caneworks\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"shoes-671-gs7hedxv_w01\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\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      \"discount\": \"50% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 2000,\n          \"max\": 9000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 1000,\n          \"max\": 6000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"_custom_json\": {},\n      \"country_of_origin\": \"India\",\n      \"variants\": [\n        {\n          \"display_type\": \"image\",\n          \"header\": \"Additional Colors\",\n          \"items\": [\n            {\n              \"action\": {\n                \"page\": {\n                  \"type\": \"product\",\n                  \"params\": {\n                    \"slug\": [\n                      \"shoes-487-ciaqajcbvhxi\"\n                    ]\n                  }\n                },\n                \"type\": \"page\"\n              },\n              \"uid\": 7501992,\n              \"slug\": \"shoes-487-ciaqajcbvhxi\",\n              \"color\": \"4A90E2\",\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\": \"Shoe 487\",\n              \"is_available\": false,\n              \"display_type\": \"image\",\n              \"_custom_json\": {}\n            }\n          ],\n          \"key\": \"color\",\n          \"total\": 2\n        },\n        {\n          \"display_type\": \"text\",\n          \"header\": \"RAM\",\n          \"items\": [\n            {\n              \"action\": {\n                \"page\": {\n                  \"type\": \"product\",\n                  \"params\": {\n                    \"slug\": [\n                      \"shoes-1255-7_dtnnaaqay\"\n                    ]\n                  }\n                },\n                \"type\": \"page\"\n              },\n              \"uid\": 7503196,\n              \"slug\": \"shoes-1255-7_dtnnaaqay\",\n              \"value\": \"\",\n              \"medias\": [\n                {\n                  \"url\": \"https://hdn-1.addsale.com/x0/products/pictures/item/free/original/aM_8QuyQH-HP6YCHrbk7-484A0178.jpg\",\n                  \"type\": \"image\"\n                }\n              ],\n              \"name\": \"test1\",\n              \"is_available\": false,\n              \"display_type\": \"text\",\n              \"_custom_json\": {\n                \"k a\": [\n                  \"https://hdn-1.addsale.com/x0/misc/general/free/original/rnq4jjauz-Screenshot-2022-03-29-at-7.55.43-PM.png\"\n                ]\n              },\n              \"color_name\": \"Red\"\n            },\n            {\n              \"action\": {\n                \"page\": {\n                  \"type\": \"product\",\n                  \"params\": {\n                    \"slug\": [\n                      \"shoes-413-yeskjstfl6va\"\n                    ]\n                  }\n                },\n                \"type\": \"page\"\n              },\n              \"uid\": 7502115,\n              \"slug\": \"shoes-413-yeskjstfl6va\",\n              \"value\": \"\",\n              \"medias\": [\n                {\n                  \"url\": \"https://hdn-1.addsale.com/x0/products/pictures/item/free/original/uCrIUYgNs-Neemans-FieryRed-ReLive-Knits-Jogger-FrontRightLogo-Comfortable-Shoes_1024x.jpg\",\n                  \"type\": \"image\"\n                },\n                {\n                  \"url\": \"https://hdn-1.addsale.com/x0/products/pictures/item/free/original/J87k8IiMW-nike-free-og-royal-blue-running-imported-sport-shoes-500x500.jpg\",\n                  \"type\": \"image\"\n                },\n                {\n                  \"url\": \"https://hdn-1.addsale.com/x0/products/pictures/item/free/original/UHKXhrzCK-5_1_72f25caf-a641-402e-8f3a-c56604b7f602_765x.jpg\",\n                  \"type\": \"image\"\n                },\n                {\n                  \"url\": \"https://hdn-1.addsale.com/x0/products/pictures/item/free/original/aUnsm8Z_T-sneaker-index-1587142381.jpg\",\n                  \"type\": \"image\"\n                }\n              ],\n              \"name\": \"Shoe 413 TEST2\",\n              \"is_available\": false,\n              \"display_type\": \"text\",\n              \"_custom_json\": {}\n            }\n          ],\n          \"key\": \"ram\",\n          \"total\": 2\n        }\n      ]\n    },\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"filtercollection\": \"test\",\n        \"gender\": \"men\",\n        \"marketer-address\": \"Andheri\",\n        \"marketer-name\": \"Puma\",\n        \"primary_color\": null,\n        \"primary_material\": \"Cotton\"\n      },\n      \"categories\": [],\n      \"_custom_meta\": [],\n      \"sellable\": true,\n      \"name\": \"Shoe 671\",\n      \"slug\": \"shoes-671-gs7hedxv_w01\",\n      \"uid\": 7501985,\n      \"item_code\": \"SHOE-671\",\n      \"item_type\": \"standard\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"CaneWorks\",\n        \"logo\": {},\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"caneworks\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"shoes-671-gs7hedxv_w01\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\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      \"discount\": \"50% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 2000,\n          \"max\": 9000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 1000,\n          \"max\": 6000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"_custom_json\": {},\n      \"country_of_origin\": \"India\",\n      \"variants\": [\n        {\n          \"display_type\": \"image\",\n          \"header\": \"Additional Colors\",\n          \"items\": [\n            {\n              \"action\": {\n                \"page\": {\n                  \"type\": \"product\",\n                  \"params\": {\n                    \"slug\": [\n                      \"shoes-487-ciaqajcbvhxi\"\n                    ]\n                  }\n                },\n                \"type\": \"page\"\n              },\n              \"uid\": 7501992,\n              \"slug\": \"shoes-487-ciaqajcbvhxi\",\n              \"color\": \"4A90E2\",\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\": \"Shoe 487\",\n              \"is_available\": false,\n              \"display_type\": \"image\",\n              \"_custom_json\": {}\n            }\n          ],\n          \"key\": \"color\",\n          \"total\": 2\n        },\n        {\n          \"display_type\": \"text\",\n          \"header\": \"RAM\",\n          \"items\": [\n            {\n              \"action\": {\n                \"page\": {\n                  \"type\": \"product\",\n                  \"params\": {\n                    \"slug\": [\n                      \"shoes-1255-7_dtnnaaqay\"\n                    ]\n                  }\n                },\n                \"type\": \"page\"\n              },\n              \"uid\": 7503196,\n              \"slug\": \"shoes-1255-7_dtnnaaqay\",\n              \"value\": \"\",\n              \"medias\": [\n                {\n                  \"url\": \"https://hdn-1.addsale.com/x0/products/pictures/item/free/original/aM_8QuyQH-HP6YCHrbk7-484A0178.jpg\",\n                  \"type\": \"image\"\n                }\n              ],\n              \"name\": \"test1\",\n              \"is_available\": false,\n              \"display_type\": \"text\",\n              \"_custom_json\": {\n                \"k a\": [\n                  \"https://hdn-1.addsale.com/x0/misc/general/free/original/rnq4jjauz-Screenshot-2022-03-29-at-7.55.43-PM.png\"\n                ]\n              },\n              \"color_name\": \"Red\"\n            },\n            {\n              \"action\": {\n                \"page\": {\n                  \"type\": \"product\",\n                  \"params\": {\n                    \"slug\": [\n                      \"shoes-413-yeskjstfl6va\"\n                    ]\n                  }\n                },\n                \"type\": \"page\"\n              },\n              \"uid\": 7502115,\n              \"slug\": \"shoes-413-yeskjstfl6va\",\n              \"value\": \"\",\n              \"medias\": [\n                {\n                  \"url\": \"https://hdn-1.addsale.com/x0/products/pictures/item/free/original/uCrIUYgNs-Neemans-FieryRed-ReLive-Knits-Jogger-FrontRightLogo-Comfortable-Shoes_1024x.jpg\",\n                  \"type\": \"image\"\n                },\n                {\n                  \"url\": \"https://hdn-1.addsale.com/x0/products/pictures/item/free/original/J87k8IiMW-nike-free-og-royal-blue-running-imported-sport-shoes-500x500.jpg\",\n                  \"type\": \"image\"\n                },\n                {\n                  \"url\": \"https://hdn-1.addsale.com/x0/products/pictures/item/free/original/UHKXhrzCK-5_1_72f25caf-a641-402e-8f3a-c56604b7f602_765x.jpg\",\n                  \"type\": \"image\"\n                },\n                {\n                  \"url\": \"https://hdn-1.addsale.com/x0/products/pictures/item/free/original/aUnsm8Z_T-sneaker-index-1587142381.jpg\",\n                  \"type\": \"image\"\n                }\n              ],\n              \"name\": \"Shoe 413 TEST2\",\n              \"is_available\": false,\n              \"display_type\": \"text\",\n              \"_custom_json\": {}\n            }\n          ],\n          \"key\": \"ram\",\n          \"total\": 2\n        }\n      ]\n    },\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"gender\": \"men\",\n        \"marketer-address\": \"Load Galli, Mumbai\",\n        \"marketer-name\": \"Load Wala\",\n        \"primary_color\": null,\n        \"primary_material\": \"Fabric\"\n      },\n      \"categories\": [],\n      \"_custom_meta\": [],\n      \"sellable\": true,\n      \"name\": \"Load Shoes 100931\",\n      \"slug\": \"load-shoes-100931-qnuugutshoec\",\n      \"uid\": 7522863,\n      \"item_code\": \"LS100931\",\n      \"item_type\": \"standard\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"Load Brand 1\",\n        \"logo\": {},\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"load-brand-1\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"load-shoes-100931-qnuugutshoec\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\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      \"discount\": \"6% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 5000,\n          \"max\": 5000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 4699,\n          \"max\": 4699,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"_custom_json\": {},\n      \"country_of_origin\": \"India\",\n      \"variants\": []\n    },\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"gender\": \"men\",\n        \"marketer-address\": \"Load Galli, Mumbai\",\n        \"marketer-name\": \"Load Wala\",\n        \"primary_color\": null,\n        \"primary_material\": \"Fabric\"\n      },\n      \"categories\": [],\n      \"_custom_meta\": [],\n      \"sellable\": true,\n      \"name\": \"Load Shoes 101490\",\n      \"slug\": \"load-shoes-101490-0cgg_86ozi6s\",\n      \"uid\": 7523770,\n      \"item_code\": \"LS101490\",\n      \"item_type\": \"standard\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"Load Brand 1\",\n        \"logo\": {},\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"load-brand-1\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"load-shoes-101490-0cgg_86ozi6s\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\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      \"discount\": \"6% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 5000,\n          \"max\": 5000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 4699,\n          \"max\": 4699,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"_custom_json\": {},\n      \"country_of_origin\": \"India\",\n      \"variants\": []\n    },\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"gender\": \"men\",\n        \"marketer-address\": \"Andheri\",\n        \"marketer-name\": \"Puma\",\n        \"primary_color\": null,\n        \"primary_material\": \"Cotton\"\n      },\n      \"categories\": [],\n      \"_custom_meta\": [],\n      \"sellable\": true,\n      \"name\": \"Shoe 487\",\n      \"slug\": \"shoes-487-ciaqajcbvhxi\",\n      \"uid\": 7501992,\n      \"item_code\": \"SHOE-487\",\n      \"item_type\": \"standard\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"CaneWorks\",\n        \"logo\": {},\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"caneworks\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"shoes-487-ciaqajcbvhxi\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\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      \"discount\": \"50% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 2000,\n          \"max\": 2000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 1000,\n          \"max\": 1000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"_custom_json\": {},\n      \"country_of_origin\": \"India\",\n      \"variants\": [\n        {\n          \"display_type\": \"image\",\n          \"header\": \"Additional Colors\",\n          \"items\": [\n            {\n              \"action\": {\n                \"page\": {\n                  \"type\": \"product\",\n                  \"params\": {\n                    \"slug\": [\n                      \"shoes-671-gs7hedxv_w01\"\n                    ]\n                  }\n                },\n                \"type\": \"page\"\n              },\n              \"uid\": 7501985,\n              \"slug\": \"shoes-671-gs7hedxv_w01\",\n              \"color\": \"4A90E2\",\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\": \"Shoe 671\",\n              \"is_available\": false,\n              \"display_type\": \"image\",\n              \"_custom_json\": {}\n            }\n          ],\n          \"key\": \"color\",\n          \"total\": 2\n        }\n      ]\n    },\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"gender\": \"men\",\n        \"marketer-address\": \"Andheri\",\n        \"marketer-name\": \"Puma\",\n        \"primary_color\": null,\n        \"primary_material\": \"Cotton\"\n      },\n      \"categories\": [],\n      \"_custom_meta\": [],\n      \"sellable\": true,\n      \"name\": \"Shoe 487\",\n      \"slug\": \"shoes-487-ciaqajcbvhxi\",\n      \"uid\": 7501992,\n      \"item_code\": \"SHOE-487\",\n      \"item_type\": \"standard\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"CaneWorks\",\n        \"logo\": {},\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"caneworks\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"shoes-487-ciaqajcbvhxi\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\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      \"discount\": \"50% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 2000,\n          \"max\": 2000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 1000,\n          \"max\": 1000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"_custom_json\": {},\n      \"country_of_origin\": \"India\",\n      \"variants\": [\n        {\n          \"display_type\": \"image\",\n          \"header\": \"Additional Colors\",\n          \"items\": [\n            {\n              \"action\": {\n                \"page\": {\n                  \"type\": \"product\",\n                  \"params\": {\n                    \"slug\": [\n                      \"shoes-671-gs7hedxv_w01\"\n                    ]\n                  }\n                },\n                \"type\": \"page\"\n              },\n              \"uid\": 7501985,\n              \"slug\": \"shoes-671-gs7hedxv_w01\",\n              \"color\": \"4A90E2\",\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\": \"Shoe 671\",\n              \"is_available\": false,\n              \"display_type\": \"image\",\n              \"_custom_json\": {}\n            }\n          ],\n          \"key\": \"color\",\n          \"total\": 2\n        }\n      ]\n    },\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"gender\": \"men\",\n        \"marketer-address\": \"Load Galli, Mumbai\",\n        \"marketer-name\": \"Load Wala\",\n        \"primary_color\": null,\n        \"primary_material\": \"Fabric\"\n      },\n      \"categories\": [],\n      \"_custom_meta\": [],\n      \"sellable\": true,\n      \"name\": \"Load Shoes 100241\",\n      \"slug\": \"load-shoes-100241-9ee51v8qxpz\",\n      \"uid\": 7523366,\n      \"item_code\": \"LS100241\",\n      \"item_type\": \"standard\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"Load Brand 1\",\n        \"logo\": {},\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"load-brand-1\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"load-shoes-100241-9ee51v8qxpz\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\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      \"discount\": \"6% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 5000,\n          \"max\": 5000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 4699,\n          \"max\": 4699,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"_custom_json\": {},\n      \"country_of_origin\": \"India\",\n      \"variants\": []\n    },\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"gender\": \"men\",\n        \"marketer-address\": \"Load Galli, Mumbai\",\n        \"marketer-name\": \"Load Wala\",\n        \"primary_color\": null,\n        \"primary_material\": \"Fabric\"\n      },\n      \"categories\": [],\n      \"_custom_meta\": [],\n      \"sellable\": true,\n      \"name\": \"Load Shoes 100407\",\n      \"slug\": \"load-shoes-100407-jcubbw5xz3wa\",\n      \"uid\": 7523709,\n      \"item_code\": \"LS100407\",\n      \"item_type\": \"standard\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"Load Brand 1\",\n        \"logo\": {},\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"load-brand-1\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"load-shoes-100407-jcubbw5xz3wa\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\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      \"discount\": \"6% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 5000,\n          \"max\": 5000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 4699,\n          \"max\": 4699,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"_custom_json\": {},\n      \"country_of_origin\": \"India\",\n      \"variants\": []\n    },\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"gender\": \"men\",\n        \"marketer-address\": \"Load Galli, Mumbai\",\n        \"marketer-name\": \"Load Wala\",\n        \"primary_color\": null,\n        \"primary_material\": \"Fabric\"\n      },\n      \"categories\": [],\n      \"_custom_meta\": [],\n      \"sellable\": true,\n      \"name\": \"Load Shoes 100763\",\n      \"slug\": \"load-shoes-100763-gse_mewuxfxv\",\n      \"uid\": 7523185,\n      \"item_code\": \"LS100763\",\n      \"item_type\": \"standard\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"Load Brand 1\",\n        \"logo\": {},\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"load-brand-1\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"load-shoes-100763-gse_mewuxfxv\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\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      \"discount\": \"6% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 5000,\n          \"max\": 5000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 4699,\n          \"max\": 4699,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"_custom_json\": {},\n      \"country_of_origin\": \"India\",\n      \"variants\": []\n    },\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"gender\": \"men\",\n        \"marketer-address\": \"Andheri\",\n        \"marketer-name\": \"Puma\",\n        \"primary_color\": null,\n        \"primary_material\": \"Cotton\"\n      },\n      \"categories\": [],\n      \"_custom_meta\": [],\n      \"sellable\": true,\n      \"name\": \"Shoe 539\",\n      \"slug\": \"shoes-539-dkkfadu66m1l\",\n      \"uid\": 7501643,\n      \"item_code\": \"SHOE-539\",\n      \"item_type\": \"standard\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"CaneWorks\",\n        \"logo\": {},\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"caneworks\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"shoes-539-dkkfadu66m1l\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\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      \"discount\": \"50% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 2000,\n          \"max\": 2000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 1000,\n          \"max\": 1000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"_custom_json\": {},\n      \"country_of_origin\": \"India\",\n      \"variants\": []\n    },\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"gender\": \"men\",\n        \"marketer-address\": \"Andheri\",\n        \"marketer-name\": \"Puma\",\n        \"primary_color\": null,\n        \"primary_material\": \"Cotton\"\n      },\n      \"categories\": [],\n      \"_custom_meta\": [],\n      \"sellable\": true,\n      \"name\": \"Shoe 348\",\n      \"slug\": \"shoes-348-dcnhciie0v3\",\n      \"uid\": 7502012,\n      \"item_code\": \"SHOE-348\",\n      \"item_type\": \"standard\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"CaneWorks\",\n        \"logo\": {},\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"caneworks\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"shoes-348-dcnhciie0v3\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\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      \"discount\": \"50% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 2000,\n          \"max\": 2000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 1000,\n          \"max\": 1000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"_custom_json\": {},\n      \"country_of_origin\": \"India\",\n      \"variants\": []\n    },\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"gender\": \"men\",\n        \"marketer-address\": \"Andheri\",\n        \"marketer-name\": \"Puma\",\n        \"primary_color\": null,\n        \"primary_material\": \"Cotton\"\n      },\n      \"categories\": [],\n      \"_custom_meta\": [],\n      \"sellable\": true,\n      \"name\": \"Shoe 1048\",\n      \"slug\": \"shoes-1048-piqk6-rwmts5\",\n      \"uid\": 7502307,\n      \"item_code\": \"SHOE-1048\",\n      \"item_type\": \"standard\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"CaneWorks\",\n        \"logo\": {},\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"caneworks\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"shoes-1048-piqk6-rwmts5\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\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      \"discount\": \"50% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 2000,\n          \"max\": 2000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 1000,\n          \"max\": 1000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"_custom_json\": {},\n      \"country_of_origin\": \"India\",\n      \"variants\": []\n    }\n  ],\n  \"sort_on\": [\n    {\n      \"display\": \"Latest Products\",\n      \"name\": \"Latest Products\",\n      \"logo\": \"https://hdn-1.fynd.com/products/pictures/attribute/logo/original/QEvUfhsfyg-Latest-Products.png\",\n      \"value\": \"latest\",\n      \"is_selected\": false\n    },\n    {\n      \"display\": \"Popularity\",\n      \"name\": \"Popularity\",\n      \"logo\": \"https://hdn-1.fynd.com/products/pictures/attribute/logo/original/iG82Qjay9X-Popularity.png\",\n      \"value\": \"popular\",\n      \"is_selected\": true\n    },\n    {\n      \"display\": \"Price Low to High\",\n      \"name\": \"Price Low to High\",\n      \"logo\": \"https://hdn-1.fynd.com/products/pictures/attribute/logo/original/dLUtvNwoQt-Price-High-to-Low.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://hdn-1.fynd.com/products/pictures/attribute/logo/original/dLUtvNwoQt-Price-High-to-Low.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://hdn-1.fynd.com/products/pictures/attribute/logo/original/9VdjDVc_aR-Discount-Low-to-High.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://hdn-1.fynd.com/products/pictures/attribute/logo/original/9VdjDVc_aR-Discount-Low-to-High.png\",\n      \"value\": \"discount_dsc\",\n      \"is_selected\": false\n    },\n    {\n      \"display\": \"Rating\",\n      \"name\": \"Rating\",\n      \"logo\": \"https://hdn-1.fynd.com/products/pictures/attribute/logo/original/IyaIm4EZXI-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://hdn-1.fynd.com/products/pictures/attribute/logo/original/hyWWrNJ1A--Size-Depth.png\",\n      \"value\": \"depth_desc\",\n      \"is_selected\": false\n    }\n  ],\n  \"page\": {\n    \"type\": \"cursor\",\n    \"next_id\": \"AoIIRHjAAD8HMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAxIV9hbGxfITc1MDIzMDc=\",\n    \"has_previous\": false,\n    \"has_next\": true,\n    \"item_total\": 2513\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "40c22ab3-609b-45f1-ac35-d7b82d3958aa",
            "name": "getBrands | List brands",
            "request": {
              "name": "getBrands | List brands",
              "description": {
                "content": "Get a list of all the available brands. Filtering can be applied to the department.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v1.0",
                  "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 the list of available departments below. Also, you can get available departments from the endpoint /service/application/catalog/v1.0/departments/."
                  },
                  {
                    "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": "The number of items to retrieve in each page."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "9a16914d-661c-4ccb-8adc-3940a6b7ed39",
                "name": "Success. Returns a paginated list of brands.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v1.0",
                      "brands",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "department",
                        "value": "fashion"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "12"
                      }
                    ],
                    "variable": []
                  },
                  "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      \"name\": \"Barry, Jennings and Larson\",\n      \"slug\": \"Hess-Inc\",\n      \"action\": {\n        \"page\": {\n          \"type\": \"products\",\n          \"query\": {\n            \"brand\": [\n              \"Hess-Inc\"\n            ]\n          }\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      \"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    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"total\": 1,\n    \"has_previous\": false,\n    \"has_next\": false,\n    \"item_total\": 1,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "a68f5464-57b0-420d-9eb7-05f07790f2f6",
            "name": "getBrandDetailBySlug | Get a brand",
            "request": {
              "name": "getBrandDetailBySlug | Get a brand",
              "description": {
                "content": "Get metadata of a brand such as name, information, logo, banner, etc.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v1.0",
                  "brands",
                  ":slug",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) A short, human-readable, URL-friendly identifier of a brand. You can get slug value from the endpoint /service/application/catalog/v1.0/brands/."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "ffa950b8-86c1-42b0-86b9-4106fd0e8ffb",
                "name": "Success. Returns a metadata object.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v1.0",
                      "brands",
                      ":slug",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) A short, human-readable, URL-friendly identifier of a brand. You can get slug value from the endpoint /service/application/catalog/v1.0/brands/."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"logo\": {\n    \"type\": \"image\",\n    \"url\": \"https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg\"\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    \"landscape\": {\n      \"type\": \"image\",\n      \"url\": \"https://hdn-1.fynd.com/media/banner/brand/original/12536_e1a5cdcefc7540e68cedd8c2b0673179.png\"\n    }\n  },\n  \"uid\": 1,\n  \"name\": \"Hess Inc\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d088a90d-e396-4d9f-8dfc-d94bb76ee5ff",
            "name": "getCategories | List product categories",
            "request": {
              "name": "getCategories | List product categories",
              "description": {
                "content": "List all available product categories. Also, users can filter the categories by department.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v1.0",
                  "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 the list of available departments below. Also, you can get available departments from the endpoint /service/application/catalog/v1.0/departments/."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "8a8859c6-e533-4486-a99d-183ab3d54f19",
                "name": "Success. Returns a list of categories.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v1.0",
                      "categories",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "department",
                        "value": "fashion"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"departments\": [\n    {\n      \"slug\": \"Cody-Doyle\",\n      \"uid\": 1\n    }\n  ],\n  \"data\": [\n    {\n      \"department\": \"Cody-Doyle\",\n      \"items\": [\n        {\n          \"name\": \"Janet Parker\",\n          \"banners\": {\n            \"landscape\": {},\n            \"portrait\": {}\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          \"uid\": 1,\n          \"slug\": \"Janet-Parker\",\n          \"_custom_json\": {},\n          \"action\": {\n            \"type\": \"category\",\n            \"url\": \"https://api.addsale.com/platform/content/v1/products/?l1_category=Janet-Parker&department=Jaime-Chambers\",\n            \"query\": {\n              \"l1_category\": [\n                \"Janet-Parker\"\n              ],\n              \"department\": [\n                \"Jaime-Chambers\"\n              ]\n            }\n          },\n          \"childs\": [\n            {\n              \"name\": \"Hannah Lawson\",\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              \"uid\": 2,\n              \"slug\": \"Hannah-Lawson\",\n              \"_custom_json\": {},\n              \"action\": {\n                \"type\": \"category\",\n                \"url\": \"https://api.addsale.com/platform/content/v1/products/?l2_category=Hannah-Lawson&department=Jaime-Chambers\",\n                \"query\": {\n                  \"l2_category\": [\n                    \"Hannah-Lawson\"\n                  ],\n                  \"department\": [\n                    \"Jaime-Chambers\"\n                  ]\n                }\n              },\n              \"childs\": [\n                {\n                  \"name\": \"Logan Black\",\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                  \"uid\": 3,\n                  \"slug\": \"Logan-Black\",\n                  \"_custom_json\": {},\n                  \"action\": {\n                    \"type\": \"category\",\n                    \"url\": \"https://api.addsale.com/platform/content/v1/products/?category=Logan-Black&department=Jaime-Chambers\",\n                    \"query\": {\n                      \"category\": [\n                        \"Logan-Black\"\n                      ],\n                      \"department\": [\n                        \"Jaime-Chambers\"\n                      ]\n                    }\n                  },\n                  \"childs\": []\n                }\n              ]\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "05eb6c1f-b8a4-40ba-994e-2508c5e5dc8a",
            "name": "getCategoryDetailBySlug | Get category by slug",
            "request": {
              "name": "getCategoryDetailBySlug | Get category by slug",
              "description": {
                "content": "Get detailed information about a specific product category using its slug and get metadata of a category such as name, information, logo, banner, etc.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v1.0",
                  "categories",
                  ":slug",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) A short, human-readable, URL-friendly identifier of a brand. You can get slug value from the endpoint /service/application/catalog/v1.0/brands/."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "758a1db0-d143-4b68-b74c-4bca5c1b261a",
                "name": "Success. Returns metadata of a category.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v1.0",
                      "categories",
                      ":slug",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) A short, human-readable, URL-friendly identifier of a brand. You can get slug value from the endpoint /service/application/catalog/v1.0/brands/."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"logo\": {\n    \"type\": \"image\",\n    \"url\": \"http://cdn4.gofynd.com/media/banner/category/original/12063_a5bb91bd5cb44c3c9db98c2a0e6b3d99.jpg\"\n  },\n  \"uid\": 1,\n  \"name\": \"Kyle Cabrera\",\n  \"banners\": {\n    \"portrait\": {\n      \"type\": \"image\",\n      \"url\": \"http://cdn4.gofynd.com/media/banner_portrait/category/original/12064_e69e1d8b5e934d3488f0dc8663d8a158.jpg\"\n    },\n    \"landscape\": {\n      \"type\": \"image\",\n      \"url\": \"http://cdn4.gofynd.com/media/banner/category/original/12063_a5bb91bd5cb44c3c9db98c2a0e6b3d99.jpg\"\n    }\n  },\n  \"_custom_json\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "09bdeb1c-6026-4f74-953f-939f20fe8b21",
            "name": "getHomeProducts | List homepage-featured products",
            "request": {
              "name": "getHomeProducts | List homepage-featured products",
              "description": {
                "content": "List all the products associated with a brand, collection or category in a random order.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v1.0",
                  "home",
                  "listing",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "sort_on",
                    "value": "<string>",
                    "description": "The order in which the list of products should be sorted, e.g. popularity, price, latest and discount, in either ascending or descending order."
                  },
                  {
                    "disabled": false,
                    "key": "page_id",
                    "value": "1",
                    "description": "Page ID to retrieve next set of results."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "12",
                    "description": "The number of items to retrieve in each page."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "bca5afaa-31d0-4385-bcfb-1eb0f7908079",
                "name": "Success. Returns a paginated list of products.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v1.0",
                      "home",
                      "listing",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "sort_on",
                        "value": "latest"
                      },
                      {
                        "key": "page_id",
                        "value": "636a4c5c295d937d233826a5"
                      },
                      {
                        "key": "page_size",
                        "value": "12"
                      }
                    ],
                    "variable": []
                  },
                  "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://hdn-1.fynd.com/products/pictures/attribute/logo/original/FiQP7BeJbz-Department.png\"\n      },\n      \"values\": [\n        {\n          \"display\": \"Fashion\",\n          \"count\": 2496,\n          \"is_selected\": false,\n          \"value\": \"fashion\",\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"https://hdn-1.addsale.com/x0/department/pictures/square-logo/original/ziRuAA0EX-https/hdn-1.fynd.com/department/pictures/square-logo/original/jSt0jjI7D-https/hdn-1.fynd.com/department/pictures/square-logo/original/6ouiCBSSn-https/hdn-1.fynd.com/department/pictures/square-logo/original/o2Rti5if7-.jpeg.jpeg.jpeg.jpeg\"\n          }\n        },\n        {\n          \"display\": \"Mary-Vargas\",\n          \"count\": 15,\n          \"is_selected\": false,\n          \"value\": \"Mary-Vargas\"\n        },\n        {\n          \"display\": \"Michael-Davis\",\n          \"count\": 15,\n          \"is_selected\": false,\n          \"value\": \"Michael-Davis\"\n        },\n        {\n          \"display\": \"Toys & games\",\n          \"count\": 2,\n          \"is_selected\": false,\n          \"value\": \"toys\",\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"https://hdn-1.addsale.com/x0/department/pictures/square-logo/original/WU_YDGrIe-https/hdn-1.fynd.com/media/category_tab_icons/department/Toys.png.png\"\n          }\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Category\",\n        \"name\": \"category\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/products/pictures/attribute/logo/original/YuQYSFD6Tu-Category.png\"\n      },\n      \"values\": [\n        {\n          \"display\": \"running-shoes\",\n          \"count\": 2495,\n          \"is_selected\": false,\n          \"value\": \"running-shoes\"\n        },\n        {\n          \"display\": \"Mr.-Robert-Wilson\",\n          \"count\": 15,\n          \"is_selected\": false,\n          \"value\": \"Mr.-Robert-Wilson\"\n        },\n        {\n          \"display\": \"action-figures\",\n          \"count\": 2,\n          \"is_selected\": false,\n          \"value\": \"action-figures\"\n        },\n        {\n          \"display\": \"hats\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"hats\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Size\",\n        \"name\": \"sizes\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/products/pictures/attribute/logo/original/M45tOYu45x-Sizes.png\"\n      },\n      \"values\": [\n        {\n          \"display\": \"11\",\n          \"count\": 1492,\n          \"is_selected\": false,\n          \"value\": \"11\"\n        },\n        {\n          \"display\": \"8\",\n          \"count\": 1003,\n          \"is_selected\": false,\n          \"value\": \"8\"\n        },\n        {\n          \"display\": \"13\",\n          \"count\": 15,\n          \"is_selected\": false,\n          \"value\": \"13\"\n        },\n        {\n          \"display\": \"FREE\",\n          \"count\": 2,\n          \"is_selected\": false,\n          \"value\": \"FREE\"\n        },\n        {\n          \"display\": \"OS\",\n          \"count\": 2,\n          \"is_selected\": false,\n          \"value\": \"OS\"\n        },\n        {\n          \"display\": \"R4\",\n          \"count\": 2,\n          \"is_selected\": false,\n          \"value\": \"R4\"\n        },\n        {\n          \"display\": \"10\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"10\"\n        },\n        {\n          \"display\": \"9\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"9\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Brand\",\n        \"name\": \"brand\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/products/pictures/attribute/logo/original/m4SDdD279_-Min-price-effective.png\"\n      },\n      \"values\": [\n        {\n          \"display\": \"load-brand-1\",\n          \"count\": 1492,\n          \"is_selected\": false,\n          \"value\": \"load-brand-1\"\n        },\n        {\n          \"display\": \"caneworks\",\n          \"count\": 1002,\n          \"is_selected\": false,\n          \"value\": \"caneworks\"\n        },\n        {\n          \"display\": \"Mann-Morris\",\n          \"count\": 15,\n          \"is_selected\": false,\n          \"value\": \"Mann-Morris\"\n        },\n        {\n          \"display\": \"test\",\n          \"count\": 2,\n          \"is_selected\": false,\n          \"value\": \"test\"\n        },\n        {\n          \"display\": \"nexus\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"nexus\"\n        },\n        {\n          \"display\": \"nike\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"nike\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Image\",\n        \"name\": \"image_nature\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/products/pictures/attribute/logo/original/JcGqgsW9FR-image-Nature.png\"\n      },\n      \"values\": [\n        {\n          \"display\": \"No Image\",\n          \"count\": 2479,\n          \"is_selected\": false,\n          \"value\": \"default\"\n        },\n        {\n          \"display\": \"Good Quality\",\n          \"count\": 34,\n          \"is_selected\": false,\n          \"value\": \"standard\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Size Depth\",\n        \"name\": \"size_depth\",\n        \"kind\": \"range\",\n        \"logo\": \"https://hdn-1.fynd.com/products/pictures/attribute/logo/original/D6W3aAamqz-Size-Depth.png\"\n      },\n      \"values\": [\n        {\n          \"count\": 2513,\n          \"min\": 1,\n          \"max\": 4,\n          \"is_selected\": false,\n          \"selected_min\": 1,\n          \"selected_max\": 4,\n          \"display_format\": \"{} - {}\",\n          \"query_format\": \"[{} TO {}]\",\n          \"display\": \"1 - 4\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Price\",\n        \"name\": \"min_price_effective\",\n        \"kind\": \"range\",\n        \"logo\": \"https://hdn-1.fynd.com/products/pictures/attribute/logo/original/m4SDdD279_-Min-price-effective.png\"\n      },\n      \"values\": [\n        {\n          \"count\": 2513,\n          \"min\": 9,\n          \"max\": 6789,\n          \"is_selected\": false,\n          \"selected_min\": 9.51,\n          \"selected_max\": 6788.44,\n          \"display_format\": \"{} to {}\",\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\",\n          \"query_format\": \"[{},INR TO {},INR]\",\n          \"display\": \"₹9.51 to ₹6788.44\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Discount\",\n        \"name\": \"discount\",\n        \"kind\": \"range\",\n        \"logo\": \"https://hdn-1.fynd.com/products/pictures/attribute/logo/original/qsYhcYuntC-Platform-Discount.png\"\n      },\n      \"values\": [\n        {\n          \"count\": 2513,\n          \"min\": 0,\n          \"max\": 83,\n          \"is_selected\": false,\n          \"selected_min\": 0,\n          \"selected_max\": 83,\n          \"display_format\": \"{}% - {}%\",\n          \"query_format\": \"[{} TO {}]\",\n          \"display\": \"0% - 83%\"\n        }\n      ]\n    }\n  ],\n  \"items\": [\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"filtercollection\": \"test\",\n        \"gender\": \"men\",\n        \"marketer-address\": \"Andheri\",\n        \"marketer-name\": \"Puma\",\n        \"primary_color\": null,\n        \"primary_material\": \"Cotton\"\n      },\n      \"categories\": [],\n      \"_custom_meta\": [],\n      \"sellable\": true,\n      \"name\": \"Shoe 671\",\n      \"slug\": \"shoes-671-gs7hedxv_w01\",\n      \"uid\": 7501985,\n      \"item_code\": \"SHOE-671\",\n      \"item_type\": \"standard\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"CaneWorks\",\n        \"logo\": {},\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"caneworks\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"shoes-671-gs7hedxv_w01\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\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      \"discount\": \"50% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 2000,\n          \"max\": 9000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 1000,\n          \"max\": 6000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"_custom_json\": {},\n      \"country_of_origin\": \"India\",\n      \"variants\": [\n        {\n          \"display_type\": \"image\",\n          \"header\": \"Additional Colors\",\n          \"items\": [\n            {\n              \"action\": {\n                \"page\": {\n                  \"type\": \"product\",\n                  \"params\": {\n                    \"slug\": [\n                      \"shoes-487-ciaqajcbvhxi\"\n                    ]\n                  }\n                },\n                \"type\": \"page\"\n              },\n              \"uid\": 7501992,\n              \"slug\": \"shoes-487-ciaqajcbvhxi\",\n              \"color\": \"4A90E2\",\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\": \"Shoe 487\",\n              \"is_available\": false,\n              \"display_type\": \"image\",\n              \"_custom_json\": {}\n            }\n          ],\n          \"key\": \"color\",\n          \"total\": 2\n        },\n        {\n          \"display_type\": \"text\",\n          \"header\": \"RAM\",\n          \"items\": [\n            {\n              \"action\": {\n                \"page\": {\n                  \"type\": \"product\",\n                  \"params\": {\n                    \"slug\": [\n                      \"shoes-1255-7_dtnnaaqay\"\n                    ]\n                  }\n                },\n                \"type\": \"page\"\n              },\n              \"uid\": 7503196,\n              \"slug\": \"shoes-1255-7_dtnnaaqay\",\n              \"value\": \"\",\n              \"medias\": [\n                {\n                  \"url\": \"https://hdn-1.addsale.com/x0/products/pictures/item/free/original/aM_8QuyQH-HP6YCHrbk7-484A0178.jpg\",\n                  \"type\": \"image\"\n                }\n              ],\n              \"name\": \"test1\",\n              \"is_available\": false,\n              \"display_type\": \"text\",\n              \"_custom_json\": {\n                \"k a\": [\n                  \"https://hdn-1.addsale.com/x0/misc/general/free/original/rnq4jjauz-Screenshot-2022-03-29-at-7.55.43-PM.png\"\n                ]\n              },\n              \"color_name\": \"Red\"\n            },\n            {\n              \"action\": {\n                \"page\": {\n                  \"type\": \"product\",\n                  \"params\": {\n                    \"slug\": [\n                      \"shoes-413-yeskjstfl6va\"\n                    ]\n                  }\n                },\n                \"type\": \"page\"\n              },\n              \"uid\": 7502115,\n              \"slug\": \"shoes-413-yeskjstfl6va\",\n              \"value\": \"\",\n              \"medias\": [\n                {\n                  \"url\": \"https://hdn-1.addsale.com/x0/products/pictures/item/free/original/uCrIUYgNs-Neemans-FieryRed-ReLive-Knits-Jogger-FrontRightLogo-Comfortable-Shoes_1024x.jpg\",\n                  \"type\": \"image\"\n                },\n                {\n                  \"url\": \"https://hdn-1.addsale.com/x0/products/pictures/item/free/original/J87k8IiMW-nike-free-og-royal-blue-running-imported-sport-shoes-500x500.jpg\",\n                  \"type\": \"image\"\n                },\n                {\n                  \"url\": \"https://hdn-1.addsale.com/x0/products/pictures/item/free/original/UHKXhrzCK-5_1_72f25caf-a641-402e-8f3a-c56604b7f602_765x.jpg\",\n                  \"type\": \"image\"\n                },\n                {\n                  \"url\": \"https://hdn-1.addsale.com/x0/products/pictures/item/free/original/aUnsm8Z_T-sneaker-index-1587142381.jpg\",\n                  \"type\": \"image\"\n                }\n              ],\n              \"name\": \"Shoe 413 TEST2\",\n              \"is_available\": false,\n              \"display_type\": \"text\",\n              \"_custom_json\": {}\n            }\n          ],\n          \"key\": \"ram\",\n          \"total\": 2\n        }\n      ]\n    },\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"filtercollection\": \"test\",\n        \"gender\": \"men\",\n        \"marketer-address\": \"Andheri\",\n        \"marketer-name\": \"Puma\",\n        \"primary_color\": null,\n        \"primary_material\": \"Cotton\"\n      },\n      \"categories\": [],\n      \"_custom_meta\": [],\n      \"sellable\": true,\n      \"name\": \"Shoe 671\",\n      \"slug\": \"shoes-671-gs7hedxv_w01\",\n      \"uid\": 7501985,\n      \"item_code\": \"SHOE-671\",\n      \"item_type\": \"standard\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"CaneWorks\",\n        \"logo\": {},\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"caneworks\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"shoes-671-gs7hedxv_w01\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\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      \"discount\": \"50% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 2000,\n          \"max\": 9000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 1000,\n          \"max\": 6000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"_custom_json\": {},\n      \"country_of_origin\": \"India\",\n      \"variants\": [\n        {\n          \"display_type\": \"image\",\n          \"header\": \"Additional Colors\",\n          \"items\": [\n            {\n              \"action\": {\n                \"page\": {\n                  \"type\": \"product\",\n                  \"params\": {\n                    \"slug\": [\n                      \"shoes-487-ciaqajcbvhxi\"\n                    ]\n                  }\n                },\n                \"type\": \"page\"\n              },\n              \"uid\": 7501992,\n              \"slug\": \"shoes-487-ciaqajcbvhxi\",\n              \"color\": \"4A90E2\",\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\": \"Shoe 487\",\n              \"is_available\": false,\n              \"display_type\": \"image\",\n              \"_custom_json\": {}\n            }\n          ],\n          \"key\": \"color\",\n          \"total\": 2\n        },\n        {\n          \"display_type\": \"text\",\n          \"header\": \"RAM\",\n          \"items\": [\n            {\n              \"action\": {\n                \"page\": {\n                  \"type\": \"product\",\n                  \"params\": {\n                    \"slug\": [\n                      \"shoes-1255-7_dtnnaaqay\"\n                    ]\n                  }\n                },\n                \"type\": \"page\"\n              },\n              \"uid\": 7503196,\n              \"slug\": \"shoes-1255-7_dtnnaaqay\",\n              \"value\": \"\",\n              \"medias\": [\n                {\n                  \"url\": \"https://hdn-1.addsale.com/x0/products/pictures/item/free/original/aM_8QuyQH-HP6YCHrbk7-484A0178.jpg\",\n                  \"type\": \"image\"\n                }\n              ],\n              \"name\": \"test1\",\n              \"is_available\": false,\n              \"display_type\": \"text\",\n              \"_custom_json\": {\n                \"k a\": [\n                  \"https://hdn-1.addsale.com/x0/misc/general/free/original/rnq4jjauz-Screenshot-2022-03-29-at-7.55.43-PM.png\"\n                ]\n              },\n              \"color_name\": \"Red\"\n            },\n            {\n              \"action\": {\n                \"page\": {\n                  \"type\": \"product\",\n                  \"params\": {\n                    \"slug\": [\n                      \"shoes-413-yeskjstfl6va\"\n                    ]\n                  }\n                },\n                \"type\": \"page\"\n              },\n              \"uid\": 7502115,\n              \"slug\": \"shoes-413-yeskjstfl6va\",\n              \"value\": \"\",\n              \"medias\": [\n                {\n                  \"url\": \"https://hdn-1.addsale.com/x0/products/pictures/item/free/original/uCrIUYgNs-Neemans-FieryRed-ReLive-Knits-Jogger-FrontRightLogo-Comfortable-Shoes_1024x.jpg\",\n                  \"type\": \"image\"\n                },\n                {\n                  \"url\": \"https://hdn-1.addsale.com/x0/products/pictures/item/free/original/J87k8IiMW-nike-free-og-royal-blue-running-imported-sport-shoes-500x500.jpg\",\n                  \"type\": \"image\"\n                },\n                {\n                  \"url\": \"https://hdn-1.addsale.com/x0/products/pictures/item/free/original/UHKXhrzCK-5_1_72f25caf-a641-402e-8f3a-c56604b7f602_765x.jpg\",\n                  \"type\": \"image\"\n                },\n                {\n                  \"url\": \"https://hdn-1.addsale.com/x0/products/pictures/item/free/original/aUnsm8Z_T-sneaker-index-1587142381.jpg\",\n                  \"type\": \"image\"\n                }\n              ],\n              \"name\": \"Shoe 413 TEST2\",\n              \"is_available\": false,\n              \"display_type\": \"text\",\n              \"_custom_json\": {}\n            }\n          ],\n          \"key\": \"ram\",\n          \"total\": 2\n        }\n      ]\n    },\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"gender\": \"men\",\n        \"marketer-address\": \"Load Galli, Mumbai\",\n        \"marketer-name\": \"Load Wala\",\n        \"primary_color\": null,\n        \"primary_material\": \"Fabric\"\n      },\n      \"categories\": [],\n      \"_custom_meta\": [],\n      \"sellable\": true,\n      \"name\": \"Load Shoes 100931\",\n      \"slug\": \"load-shoes-100931-qnuugutshoec\",\n      \"uid\": 7522863,\n      \"item_code\": \"LS100931\",\n      \"item_type\": \"standard\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"Load Brand 1\",\n        \"logo\": {},\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"load-brand-1\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"load-shoes-100931-qnuugutshoec\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\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      \"discount\": \"6% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 5000,\n          \"max\": 5000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 4699,\n          \"max\": 4699,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"_custom_json\": {},\n      \"country_of_origin\": \"India\",\n      \"variants\": []\n    },\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"gender\": \"men\",\n        \"marketer-address\": \"Load Galli, Mumbai\",\n        \"marketer-name\": \"Load Wala\",\n        \"primary_color\": null,\n        \"primary_material\": \"Fabric\"\n      },\n      \"categories\": [],\n      \"_custom_meta\": [],\n      \"sellable\": true,\n      \"name\": \"Load Shoes 101490\",\n      \"slug\": \"load-shoes-101490-0cgg_86ozi6s\",\n      \"uid\": 7523770,\n      \"item_code\": \"LS101490\",\n      \"item_type\": \"standard\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"Load Brand 1\",\n        \"logo\": {},\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"load-brand-1\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"load-shoes-101490-0cgg_86ozi6s\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\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      \"discount\": \"6% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 5000,\n          \"max\": 5000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 4699,\n          \"max\": 4699,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"_custom_json\": {},\n      \"country_of_origin\": \"India\",\n      \"variants\": []\n    },\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"gender\": \"men\",\n        \"marketer-address\": \"Andheri\",\n        \"marketer-name\": \"Puma\",\n        \"primary_color\": null,\n        \"primary_material\": \"Cotton\"\n      },\n      \"categories\": [],\n      \"_custom_meta\": [],\n      \"sellable\": true,\n      \"name\": \"Shoe 487\",\n      \"slug\": \"shoes-487-ciaqajcbvhxi\",\n      \"uid\": 7501992,\n      \"item_code\": \"SHOE-487\",\n      \"item_type\": \"standard\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"CaneWorks\",\n        \"logo\": {},\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"caneworks\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"shoes-487-ciaqajcbvhxi\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\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      \"discount\": \"50% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 2000,\n          \"max\": 2000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 1000,\n          \"max\": 1000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"_custom_json\": {},\n      \"country_of_origin\": \"India\",\n      \"variants\": [\n        {\n          \"display_type\": \"image\",\n          \"header\": \"Additional Colors\",\n          \"items\": [\n            {\n              \"action\": {\n                \"page\": {\n                  \"type\": \"product\",\n                  \"params\": {\n                    \"slug\": [\n                      \"shoes-671-gs7hedxv_w01\"\n                    ]\n                  }\n                },\n                \"type\": \"page\"\n              },\n              \"uid\": 7501985,\n              \"slug\": \"shoes-671-gs7hedxv_w01\",\n              \"color\": \"4A90E2\",\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\": \"Shoe 671\",\n              \"is_available\": false,\n              \"display_type\": \"image\",\n              \"_custom_json\": {}\n            }\n          ],\n          \"key\": \"color\",\n          \"total\": 2\n        }\n      ]\n    },\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"gender\": \"men\",\n        \"marketer-address\": \"Andheri\",\n        \"marketer-name\": \"Puma\",\n        \"primary_color\": null,\n        \"primary_material\": \"Cotton\"\n      },\n      \"categories\": [],\n      \"_custom_meta\": [],\n      \"sellable\": true,\n      \"name\": \"Shoe 487\",\n      \"slug\": \"shoes-487-ciaqajcbvhxi\",\n      \"uid\": 7501992,\n      \"item_code\": \"SHOE-487\",\n      \"item_type\": \"standard\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"CaneWorks\",\n        \"logo\": {},\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"caneworks\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"shoes-487-ciaqajcbvhxi\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\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      \"discount\": \"50% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 2000,\n          \"max\": 2000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 1000,\n          \"max\": 1000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"_custom_json\": {},\n      \"country_of_origin\": \"India\",\n      \"variants\": [\n        {\n          \"display_type\": \"image\",\n          \"header\": \"Additional Colors\",\n          \"items\": [\n            {\n              \"action\": {\n                \"page\": {\n                  \"type\": \"product\",\n                  \"params\": {\n                    \"slug\": [\n                      \"shoes-671-gs7hedxv_w01\"\n                    ]\n                  }\n                },\n                \"type\": \"page\"\n              },\n              \"uid\": 7501985,\n              \"slug\": \"shoes-671-gs7hedxv_w01\",\n              \"color\": \"4A90E2\",\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\": \"Shoe 671\",\n              \"is_available\": false,\n              \"display_type\": \"image\",\n              \"_custom_json\": {}\n            }\n          ],\n          \"key\": \"color\",\n          \"total\": 2\n        }\n      ]\n    },\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"gender\": \"men\",\n        \"marketer-address\": \"Load Galli, Mumbai\",\n        \"marketer-name\": \"Load Wala\",\n        \"primary_color\": null,\n        \"primary_material\": \"Fabric\"\n      },\n      \"categories\": [],\n      \"_custom_meta\": [],\n      \"sellable\": true,\n      \"name\": \"Load Shoes 100241\",\n      \"slug\": \"load-shoes-100241-9ee51v8qxpz\",\n      \"uid\": 7523366,\n      \"item_code\": \"LS100241\",\n      \"item_type\": \"standard\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"Load Brand 1\",\n        \"logo\": {},\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"load-brand-1\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"load-shoes-100241-9ee51v8qxpz\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\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      \"discount\": \"6% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 5000,\n          \"max\": 5000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 4699,\n          \"max\": 4699,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"_custom_json\": {},\n      \"country_of_origin\": \"India\",\n      \"variants\": []\n    },\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"gender\": \"men\",\n        \"marketer-address\": \"Load Galli, Mumbai\",\n        \"marketer-name\": \"Load Wala\",\n        \"primary_color\": null,\n        \"primary_material\": \"Fabric\"\n      },\n      \"categories\": [],\n      \"_custom_meta\": [],\n      \"sellable\": true,\n      \"name\": \"Load Shoes 100407\",\n      \"slug\": \"load-shoes-100407-jcubbw5xz3wa\",\n      \"uid\": 7523709,\n      \"item_code\": \"LS100407\",\n      \"item_type\": \"standard\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"Load Brand 1\",\n        \"logo\": {},\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"load-brand-1\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"load-shoes-100407-jcubbw5xz3wa\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\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      \"discount\": \"6% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 5000,\n          \"max\": 5000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 4699,\n          \"max\": 4699,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"_custom_json\": {},\n      \"country_of_origin\": \"India\",\n      \"variants\": []\n    },\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"gender\": \"men\",\n        \"marketer-address\": \"Load Galli, Mumbai\",\n        \"marketer-name\": \"Load Wala\",\n        \"primary_color\": null,\n        \"primary_material\": \"Fabric\"\n      },\n      \"categories\": [],\n      \"_custom_meta\": [],\n      \"sellable\": true,\n      \"name\": \"Load Shoes 100763\",\n      \"slug\": \"load-shoes-100763-gse_mewuxfxv\",\n      \"uid\": 7523185,\n      \"item_code\": \"LS100763\",\n      \"item_type\": \"standard\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"Load Brand 1\",\n        \"logo\": {},\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"load-brand-1\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"load-shoes-100763-gse_mewuxfxv\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\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      \"discount\": \"6% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 5000,\n          \"max\": 5000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 4699,\n          \"max\": 4699,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"_custom_json\": {},\n      \"country_of_origin\": \"India\",\n      \"variants\": []\n    },\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"gender\": \"men\",\n        \"marketer-address\": \"Andheri\",\n        \"marketer-name\": \"Puma\",\n        \"primary_color\": null,\n        \"primary_material\": \"Cotton\"\n      },\n      \"categories\": [],\n      \"_custom_meta\": [],\n      \"sellable\": true,\n      \"name\": \"Shoe 539\",\n      \"slug\": \"shoes-539-dkkfadu66m1l\",\n      \"uid\": 7501643,\n      \"item_code\": \"SHOE-539\",\n      \"item_type\": \"standard\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"CaneWorks\",\n        \"logo\": {},\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"caneworks\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"shoes-539-dkkfadu66m1l\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\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      \"discount\": \"50% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 2000,\n          \"max\": 2000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 1000,\n          \"max\": 1000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"_custom_json\": {},\n      \"country_of_origin\": \"India\",\n      \"variants\": []\n    },\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"gender\": \"men\",\n        \"marketer-address\": \"Andheri\",\n        \"marketer-name\": \"Puma\",\n        \"primary_color\": null,\n        \"primary_material\": \"Cotton\"\n      },\n      \"categories\": [],\n      \"_custom_meta\": [],\n      \"sellable\": true,\n      \"name\": \"Shoe 348\",\n      \"slug\": \"shoes-348-dcnhciie0v3\",\n      \"uid\": 7502012,\n      \"item_code\": \"SHOE-348\",\n      \"item_type\": \"standard\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"CaneWorks\",\n        \"logo\": {},\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"caneworks\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"shoes-348-dcnhciie0v3\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\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      \"discount\": \"50% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 2000,\n          \"max\": 2000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 1000,\n          \"max\": 1000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"_custom_json\": {},\n      \"country_of_origin\": \"India\",\n      \"variants\": []\n    },\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": null,\n        \"gender\": \"men\",\n        \"marketer-address\": \"Andheri\",\n        \"marketer-name\": \"Puma\",\n        \"primary_color\": null,\n        \"primary_material\": \"Cotton\"\n      },\n      \"categories\": [],\n      \"_custom_meta\": [],\n      \"sellable\": true,\n      \"name\": \"Shoe 1048\",\n      \"slug\": \"shoes-1048-piqk6-rwmts5\",\n      \"uid\": 7502307,\n      \"item_code\": \"SHOE-1048\",\n      \"item_type\": \"standard\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"CaneWorks\",\n        \"logo\": {},\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"caneworks\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"params\": {\n            \"slug\": [\n              \"shoes-1048-piqk6-rwmts5\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\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      \"discount\": \"50% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 2000,\n          \"max\": 2000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 1000,\n          \"max\": 1000,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"channel\": \"000000000000000000000001\",\n      \"_custom_json\": {},\n      \"country_of_origin\": \"India\",\n      \"variants\": []\n    }\n  ],\n  \"sort_on\": [\n    {\n      \"display\": \"Latest Products\",\n      \"name\": \"Latest Products\",\n      \"logo\": \"https://hdn-1.fynd.com/products/pictures/attribute/logo/original/QEvUfhsfyg-Latest-Products.png\",\n      \"value\": \"latest\",\n      \"is_selected\": false\n    },\n    {\n      \"display\": \"Popularity\",\n      \"name\": \"Popularity\",\n      \"logo\": \"https://hdn-1.fynd.com/products/pictures/attribute/logo/original/iG82Qjay9X-Popularity.png\",\n      \"value\": \"popular\",\n      \"is_selected\": true\n    },\n    {\n      \"display\": \"Price Low to High\",\n      \"name\": \"Price Low to High\",\n      \"logo\": \"https://hdn-1.fynd.com/products/pictures/attribute/logo/original/dLUtvNwoQt-Price-High-to-Low.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://hdn-1.fynd.com/products/pictures/attribute/logo/original/dLUtvNwoQt-Price-High-to-Low.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://hdn-1.fynd.com/products/pictures/attribute/logo/original/9VdjDVc_aR-Discount-Low-to-High.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://hdn-1.fynd.com/products/pictures/attribute/logo/original/9VdjDVc_aR-Discount-Low-to-High.png\",\n      \"value\": \"discount_dsc\",\n      \"is_selected\": false\n    },\n    {\n      \"display\": \"Rating\",\n      \"name\": \"Rating\",\n      \"logo\": \"https://hdn-1.fynd.com/products/pictures/attribute/logo/original/IyaIm4EZXI-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://hdn-1.fynd.com/products/pictures/attribute/logo/original/hyWWrNJ1A--Size-Depth.png\",\n      \"value\": \"depth_desc\",\n      \"is_selected\": false\n    }\n  ],\n  \"page\": {\n    \"type\": \"cursor\",\n    \"next_id\": \"AoIIRHjAAD8HMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAxIV9hbGxfITc1MDIzMDc=\",\n    \"has_previous\": false,\n    \"has_next\": true,\n    \"item_total\": 2513\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "dc66b9ff-9bd5-44bc-80e4-d000cdfdccc7",
            "name": "getDepartments | List departments",
            "request": {
              "name": "getDepartments | List departments",
              "description": {
                "content": "List all departments associated with available products.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v1.0",
                  "departments",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "16dc8c33-6e9b-4b4b-9a18-7ae9f8deeb3c",
                "name": "List of Departments.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v1.0",
                      "departments",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "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      \"name\": \"Zachary Harris\",\n      \"slug\": \"Zachary-Harris\",\n      \"priority_order\": 7,\n      \"logo\": {\n        \"type\": \"image\",\n        \"url\": \"http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png\"\n      }\n    },\n    {\n      \"uid\": 2,\n      \"name\": \"Aaron Reilly\",\n      \"slug\": \"Aaron-Reilly\",\n      \"priority_order\": 7,\n      \"logo\": {\n        \"type\": \"image\",\n        \"url\": \"http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png\"\n      }\n    },\n    {\n      \"uid\": 3,\n      \"name\": \"Bobby Sandoval\",\n      \"slug\": \"Bobby-Sandoval\",\n      \"priority_order\": 7,\n      \"logo\": {\n        \"type\": \"image\",\n        \"url\": \"http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png\"\n      }\n    },\n    {\n      \"uid\": 4,\n      \"name\": \"Seth Hughes\",\n      \"slug\": \"Seth-Hughes\",\n      \"priority_order\": 7,\n      \"logo\": {\n        \"type\": \"image\",\n        \"url\": \"http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png\"\n      }\n    },\n    {\n      \"uid\": 5,\n      \"name\": \"Michelle Moore\",\n      \"slug\": \"Michelle-Moore\",\n      \"priority_order\": 7,\n      \"logo\": {\n        \"type\": \"image\",\n        \"url\": \"http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png\"\n      }\n    },\n    {\n      \"uid\": 6,\n      \"name\": \"Annette Baldwin\",\n      \"slug\": \"Annette-Baldwin\",\n      \"priority_order\": 7,\n      \"logo\": {\n        \"type\": \"image\",\n        \"url\": \"http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png\"\n      }\n    },\n    {\n      \"uid\": 7,\n      \"name\": \"Chris Mata\",\n      \"slug\": \"Chris-Mata\",\n      \"priority_order\": 7,\n      \"logo\": {\n        \"type\": \"image\",\n        \"url\": \"http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png\"\n      }\n    },\n    {\n      \"uid\": 8,\n      \"name\": \"Nicole Jacobs\",\n      \"slug\": \"Nicole-Jacobs\",\n      \"priority_order\": 7,\n      \"logo\": {\n        \"type\": \"image\",\n        \"url\": \"http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png\"\n      }\n    },\n    {\n      \"uid\": 9,\n      \"name\": \"Pamela Smith\",\n      \"slug\": \"Pamela-Smith\",\n      \"priority_order\": 7,\n      \"logo\": {\n        \"type\": \"image\",\n        \"url\": \"http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png\"\n      }\n    },\n    {\n      \"uid\": 10,\n      \"name\": \"Nicole Simon\",\n      \"slug\": \"Nicole-Simon\",\n      \"priority_order\": 7,\n      \"logo\": {\n        \"type\": \"image\",\n        \"url\": \"http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png\"\n      }\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "ca7790f5-3925-4f07-a5e8-c76a3495535a",
            "name": "getSearchResults | List product, brand, category",
            "request": {
              "name": "getSearchResults | List product, brand, category",
              "description": {
                "content": "Get products, brands, or categories based on a search query, which can be a partial or full name match.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v1.0",
                  "auto-complete",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "(Required) The search query for entering partial or full name of a product, brand or category. For example, if the given search query `q` is _ski_, the relevant search suggestions could be _skirt_, _ski shoes_, __skin cream_ etc."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "9e2f7f7d-6e12-4020-8087-f8a355ac8af1",
                "name": "Success. Returns a list autocomplete suggestions for the search query `q`.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v1.0",
                      "auto-complete",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "q",
                        "value": "Sarah"
                      }
                    ],
                    "variable": []
                  },
                  "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      \"display\": \"CDN test 002 03\",\n      \"type\": \"category\",\n      \"action\": {\n        \"page\": {\n          \"type\": \"products\",\n          \"query\": {\n            \"category\": [\n              \"cdn-test-002-03\"\n            ]\n          }\n        },\n        \"type\": \"page\"\n      },\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      \"_custom_json\": {}\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "598e48db-3531-408e-bb92-ff4b501163eb",
            "name": "getCollections | List collections",
            "request": {
              "name": "getCollections | List collections",
              "description": {
                "content": "List of curated product collections with filtering options based on tags and collection names.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v1.0",
                  "collections",
                  ""
                ],
                "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": "12",
                    "description": "The number of items to retrieve in each page."
                  },
                  {
                    "disabled": false,
                    "key": "tag",
                    "value": "<string>",
                    "description": "List of tags  to filter collections."
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Name of the collection to filter collection."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "ec690309-9e70-4fdd-ad69-8c80bf9d6b58",
                "name": "Success. Returns a list of collections.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v1.0",
                      "collections",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "12"
                      },
                      {
                        "key": "tag",
                        "value": "test"
                      },
                      {
                        "key": "q",
                        "value": "trending"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"page\": {\n    \"type\": \"number\",\n    \"current\": 1,\n    \"total\": 1,\n    \"has_previous\": false,\n    \"has_next\": false,\n    \"item_total\": 2\n  },\n  \"items\": [\n    {\n      \"uid\": \"601a4f39448327cfa83e7db2\",\n      \"type\": \"query\",\n      \"query\": [\n        {\n          \"op\": \"in\",\n          \"value\": [],\n          \"attribute\": \"\",\n          \"category\": [\n            \"Anna-Navarro\"\n          ]\n        }\n      ],\n      \"name\": \"collection with Anna-Navarro\",\n      \"banners\": {\n        \"portrait\": {\n          \"url\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1571729908/production/applications/app_000000000000000000000001/media/collection/portrait/pewrpnjrhcrca1dmtvx5.png\",\n          \"aspect_ratio\": \"13:20\"\n        },\n        \"landscape\": {\n          \"url\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1571729858/production/applications/app_000000000000000000000001/media/collection/landscape/tkclmj847hdvfbudeqbr.png\",\n          \"aspect_ratio\": \"27:20\"\n        }\n      },\n      \"logo\": {\n        \"url\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1571729838/production/applications/app_000000000000000000000001/media/collection/logo/xierjsrcwhd2fphzyjod.png\",\n        \"aspect_ratio\": \"1:1\"\n      },\n      \"published\": true,\n      \"description\": \"Crimsoune Club | Upto 70% Off\",\n      \"is_active\": true,\n      \"tags\": [\n        \"men\",\n        \"women\"\n      ],\n      \"slug\": \"crimsoune-club-upto-70-off-754fa043\",\n      \"action\": {\n        \"type\": \"collection\",\n        \"url\": \"https://api.addsale.com/platform/content/v1/collections/crimsoune-club-upto-70-off-754fa043/items/\"\n      },\n      \"allow_facets\": true,\n      \"allow_sort\": true,\n      \"visible_facets_keys\": [],\n      \"meta\": {},\n      \"badge\": {},\n      \"sort_on\": \"popular\",\n      \"_custom_json\": {},\n      \"_locale_language\": {},\n      \"_schedule\": {}\n    },\n    {\n      \"uid\": \"601a4f39448327cfa83e7db0\",\n      \"type\": \"items\",\n      \"query\": [\n        {\n          \"op\": \"in\",\n          \"value\": [],\n          \"attribute\": \"\",\n          \"category\": [\n            \"Anna-Navarro\"\n          ]\n        }\n      ],\n      \"name\": \"collection with items\",\n      \"banners\": {\n        \"portrait\": {\n          \"url\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1571729908/production/applications/app_000000000000000000000001/media/collection/portrait/pewrpnjrhcrca1dmtvx5.png\",\n          \"aspect_ratio\": \"13:20\"\n        },\n        \"landscape\": {\n          \"url\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1571729858/production/applications/app_000000000000000000000001/media/collection/landscape/tkclmj847hdvfbudeqbr.png\",\n          \"aspect_ratio\": \"27:20\"\n        }\n      },\n      \"logo\": {\n        \"url\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1571729838/production/applications/app_000000000000000000000001/media/collection/logo/xierjsrcwhd2fphzyjod.png\",\n        \"aspect_ratio\": \"1:1\"\n      },\n      \"published\": true,\n      \"description\": \"Crimsoune Club | Upto 70% Off\",\n      \"is_active\": true,\n      \"tags\": [\n        \"men\",\n        \"women\"\n      ],\n      \"slug\": \"crimsoune-club-upto-70-off-754fa043\",\n      \"action\": {\n        \"type\": \"collection\",\n        \"url\": \"https://api.addsale.com/platform/content/v1/collections/crimsoune-club-upto-70-off-754fa043/items/\"\n      },\n      \"allow_facets\": true,\n      \"allow_sort\": true,\n      \"visible_facets_keys\": [],\n      \"meta\": {},\n      \"badge\": {},\n      \"sort_on\": \"popular\",\n      \"_custom_json\": {},\n      \"_locale_language\": {},\n      \"_schedule\": {}\n    }\n  ],\n  \"filters\": {\n    \"tags\": [\n      {\n        \"name\": \"men\",\n        \"is_selected\": false,\n        \"display\": \"men\"\n      },\n      {\n        \"name\": \"women\",\n        \"is_selected\": false,\n        \"display\": \"women\"\n      }\n    ],\n    \"type\": [\n      {\n        \"name\": \"items\",\n        \"is_selected\": false,\n        \"display\": \"items\"\n      },\n      {\n        \"name\": \"query\",\n        \"is_selected\": false,\n        \"display\": \"query\"\n      }\n    ]\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5a7dc902-ed45-4304-befb-8c961f72a6f8",
            "name": "getCollectionItemsBySlug | Lists items of collection",
            "request": {
              "name": "getCollectionItemsBySlug | Lists items of collection",
              "description": {
                "content": "Fetch items within a particular collection identified by its slug.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v1.0",
                  "collections",
                  ":slug",
                  "items",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "f",
                    "value": "<string>",
                    "description": "The search filter parameters. Filter parameters will be passed in f parameter as shown in the example below. Double Pipe (||) denotes the OR condition, whereas Triple-colon (:::) indicates a new filter parameter applied as an AND condition."
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "The search query for entering partial or full name of product, brand, category, or collection."
                  },
                  {
                    "disabled": false,
                    "key": "filters",
                    "value": "true",
                    "description": "True for fetching all filter parameters and False for disabling the filter parameters."
                  },
                  {
                    "disabled": false,
                    "key": "sort_on",
                    "value": "<string>",
                    "description": "The order in which the list of products should be sorted. 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": "1",
                    "description": "Page ID to retrieve next set of results."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "12",
                    "description": "The number of items to retrieve in each page."
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "Page Number to retrieve next set of results."
                  },
                  {
                    "disabled": false,
                    "key": "page_type",
                    "value": "<string>",
                    "description": "Page Type to retrieve set of results can be cursor or number."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) A short, human-readable, URL-friendly identifier of a collection. You can get slug value from the endpoint /service/application/catalog/v1.0/collections/."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "1f873c62-b8d3-4808-a0e6-9e9372801f7a",
                "name": "Success. Returns a list items in a given collection. Check the example shown below or refer `ProductListingResponse` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v1.0",
                      "collections",
                      ":slug",
                      "items",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "f",
                        "value": "brand:Guerra-Chang||test-brand:::l3_categories:Paul-Walker||Sarah-Murray||Sarah-Carter||Rerank-Category"
                      },
                      {
                        "key": "q",
                        "value": "test"
                      },
                      {
                        "key": "filters",
                        "value": "true"
                      },
                      {
                        "key": "sort_on",
                        "value": "popular"
                      },
                      {
                        "key": "page_id",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "12"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_type",
                        "value": "number"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) A short, human-readable, URL-friendly identifier of a collection. You can get slug value from the endpoint /service/application/catalog/v1.0/collections/."
                      }
                    ]
                  },
                  "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://hdn-1.fynd.com/global/menu-icons/Department.svg\"\n      },\n      \"values\": [\n        {\n          \"display\": \"Debra Villarreal\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"Debra-Villarreal\",\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png\"\n          }\n        },\n        {\n          \"display\": \"Tracey Miller\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"Tracey-Miller\",\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"http://cdn4.gofynd.com/media/category_tab_icons/department/Men.png\"\n          }\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Category\",\n        \"name\": \"category\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/global/menu-icons/Category.svg\"\n      },\n      \"values\": [\n        {\n          \"display\": \"Amy Kim DDS\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"3\",\n          \"logo\": \"http://cdn4.gofynd.com/media/banner/category/original/12063_a5bb91bd5cb44c3c9db98c2a0e6b3d99.jpg\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Gender\",\n        \"name\": \"gender\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/global/menu-icons/Gender.svg\"\n      },\n      \"values\": [\n        {\n          \"display\": \"Men\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"men\"\n        },\n        {\n          \"display\": \"Women\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"women\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Size\",\n        \"name\": \"sizes\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/global/menu-icons/Sizes.svg\"\n      },\n      \"values\": [\n        {\n          \"display\": \"13\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"13\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Brand\",\n        \"name\": \"brand\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/global/menu-icons/Brand%20ID.svg\"\n      },\n      \"values\": [\n        {\n          \"display\": \"Barry, Jennings and Larson\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"1\",\n          \"logo\": \"https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Rating\",\n        \"name\": \"rating\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/global/menu-icons/Rating.svg\"\n      },\n      \"values\": [\n        {\n          \"count\": 1,\n          \"display\": \"2 - 3\",\n          \"value\": \"[2 TO 3}\",\n          \"is_selected\": false\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Image\",\n        \"name\": \"image_nature\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/global/menu-icons/image%20Nature.svg\"\n      },\n      \"values\": [\n        {\n          \"display\": \"GoodQuality\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"standard\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Monica Hampton\",\n        \"name\": \"material\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/global/menu-icons/image%20Nature.svg\"\n      },\n      \"values\": [\n        {\n          \"display\": \"Neoprene\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"Neoprene\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"John Mendoza\",\n        \"name\": \"weight\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/global/menu-icons/image%20Nature.svg\"\n      },\n      \"values\": [\n        {\n          \"display\": \"100\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"100\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Kimberly Mcdaniel\",\n        \"name\": \"gender\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/global/menu-icons/image%20Nature.svg\"\n      },\n      \"values\": [\n        {\n          \"display\": \"['Men', 'Women']\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"['Men', 'Women']\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Kimberly Davidson\",\n        \"name\": \"color\",\n        \"kind\": \"multivalued\",\n        \"logo\": \"https://hdn-1.fynd.com/global/menu-icons/image%20Nature.svg\"\n      },\n      \"values\": [\n        {\n          \"display\": \"Grey\",\n          \"count\": 1,\n          \"is_selected\": false,\n          \"value\": \"808080\"\n        }\n      ]\n    },\n    {\n      \"key\": {\n        \"display\": \"Available\",\n        \"name\": \"is_available\",\n        \"kind\": \"singlevalued\"\n      },\n      \"values\": [\n        {\n          \"display\": \"Available\",\n          \"count\": 3,\n          \"is_selected\": false,\n          \"value\": \"true\"\n        }\n      ]\n    }\n  ],\n  \"items\": [\n    {\n      \"type\": \"product\",\n      \"attributes\": {\n        \"primary_color_hex\": \"808080\",\n        \"weight\": \"100\",\n        \"gender\": \"women\",\n        \"material\": \"Neoprene\",\n        \"primary_color\": \"DarkGrey\"\n      },\n      \"categories\": [\n        {\n          \"id\": 3,\n          \"uid\": 3,\n          \"name\": \"Amy Kim DDS\",\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"https://hdn-1.fynd.com/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg\"\n          },\n          \"action\": {\n            \"page\": {\n              \"type\": \"category\",\n              \"query\": {\n                \"category\": [\n                  \"Amy-Kim-DDS\"\n                ]\n              }\n            },\n            \"type\": \"page\"\n          },\n          \"_custom_json\": {}\n        }\n      ],\n      \"sellable\": true,\n      \"name\": \"benchmark collaborative paradigms\",\n      \"slug\": \"benchmark-collaborative-paradigms\",\n      \"uid\": 1,\n      \"item_type\": \"set\",\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"Hess Inc\",\n        \"logo\": {\n          \"type\": \"image\",\n          \"url\": \"https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg\"\n        },\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"Hess-Inc\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"query\": {\n            \"slug\": \"benchmark-collaborative-paradigms\"\n          }\n        },\n        \"type\": \"page\"\n      },\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      \"discount\": \"14% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 1399,\n          \"max\": 1499,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 1199,\n          \"max\": 1399,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"is_tryout\": false,\n      \"promo_meta\": {\n        \"title\": \"\",\n        \"subtitle\": \"\"\n      },\n      \"rating\": 2.7\n    }\n  ],\n  \"sort_on\": [\n    {\n      \"display\": \"Latest Products.\",\n      \"name\": \"Latest Products.\",\n      \"logo\": \"https://d2zv4gzhlr4ud6.cloudfront.net/media/pictures/tagged_items/360x0/56_MKT02AI060CORAL/1_1567590349681.jpg\",\n      \"value\": \"latest\",\n      \"is_selected\": false\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"current\": 1,\n    \"total\": 1,\n    \"has_previous\": false,\n    \"has_next\": false,\n    \"item_total\": 1\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "75b8363e-b069-45c7-9c90-cf8fc5c56a7c",
            "name": "getCollectionDetailBySlug | Get a collection",
            "request": {
              "name": "getCollectionDetailBySlug | Get a collection",
              "description": {
                "content": "Get detailed information about a specific collection using its slug.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v1.0",
                  "collections",
                  ":slug",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) A short, human-readable, URL-friendly identifier of a collection. You can get slug value from the endpoint /service/application/catalog/v1.0/collections/."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "0df822ca-b75a-4b9b-97e5-f327557e32aa",
                "name": "Success. Returns a Collection object.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v1.0",
                      "collections",
                      ":slug",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) A short, human-readable, URL-friendly identifier of a collection. You can get slug value from the endpoint /service/application/catalog/v1.0/collections/."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"uid\": \"601a4f39448327cfa83e7db0\",\n  \"type\": \"items\",\n  \"query\": [\n    {\n      \"op\": \"in\",\n      \"value\": [],\n      \"attribute\": \"\"\n    }\n  ],\n  \"name\": \"collection with items\",\n  \"banners\": {\n    \"portrait\": {\n      \"type\": \"image\",\n      \"url\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1571729908/production/applications/app_000000000000000000000001/media/collection/portrait/pewrpnjrhcrca1dmtvx5.png\"\n    },\n    \"landscape\": {\n      \"type\": \"image\",\n      \"url\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1571729858/production/applications/app_000000000000000000000001/media/collection/landscape/tkclmj847hdvfbudeqbr.png\"\n    }\n  },\n  \"logo\": {\n    \"type\": \"image\",\n    \"url\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1571729838/production/applications/app_000000000000000000000001/media/collection/logo/xierjsrcwhd2fphzyjod.png\"\n  },\n  \"published\": true,\n  \"description\": \"Crimsoune Club | Upto 70% Off\",\n  \"is_active\": true,\n  \"tags\": [\n    \"men\",\n    \"women\"\n  ],\n  \"slug\": \"crimsoune-club-upto-70-off-754fa043\",\n  \"action\": {\n    \"page\": {\n      \"type\": \"collection\",\n      \"query\": {\n        \"collection\": [\n          \"crimsoune-club-upto-70-off-754fa043\"\n        ]\n      }\n    },\n    \"type\": \"page\"\n  },\n  \"allow_facets\": true,\n  \"allow_sort\": true,\n  \"visible_facets_keys\": [],\n  \"meta\": {},\n  \"badge\": {},\n  \"sort_on\": \"popular\",\n  \"_custom_json\": {},\n  \"_locale_language\": {},\n  \"_schedule\": {}\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "f13ced51-7798-40ac-944f-0d314b496986",
            "name": "getFollowedListing | List followed products, brands",
            "request": {
              "name": "getFollowedListing | List followed products, brands",
              "description": {
                "content": "Get a list of products or brands the user is following.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v1.0",
                  "follow",
                  ":collection_type",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_id",
                    "value": "1",
                    "description": "Page ID to retrieve next set of results."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "12",
                    "description": "Page ID to retrieve next set of results."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "collection_type",
                    "description": "(Required) Type of collection followed, i.e. products, brands, or collections."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "8e0e724c-da6d-4514-83d7-419ea0cc2a57",
                "name": "Success. Returns a Followed resource object.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v1.0",
                      "follow",
                      ":collection_type",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_id",
                        "value": "636a4c5c295d937d233826a5"
                      },
                      {
                        "key": "page_size",
                        "value": "12"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "collection_type",
                        "description": "(Required) Type of collection followed, i.e. products, brands, or collections."
                      }
                    ]
                  },
                  "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      \"type\": \"product\",\n      \"name\": \"revolutionize end-to-end technologies\",\n      \"item_type\": \"set\",\n      \"slug\": \"revolutionize-end-to-end-technologies\",\n      \"uid\": 1,\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"Chen PLC\",\n        \"logo\": {\n          \"type\": \"image\",\n          \"url\": \"https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg\"\n        },\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"Chen-PLC\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"sellable\": false,\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"query\": {\n            \"slug\": \"revolutionize-end-to-end-technologies\"\n          }\n        },\n        \"type\": \"page\"\n      },\n      \"attributes\": {\n        \"color_hex\": \"808080\",\n        \"weight\": 100,\n        \"product_type\": \"LaptopBags\",\n        \"gender\": [\n          \"Men\",\n          \"Women\"\n        ],\n        \"material\": \"Neoprene\",\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        \"item_code\": \"LGLAPTOPSLEEVE5\",\n        \"occasion\": \"Casual\",\n        \"primary_color\": \"Grey\",\n        \"primary_material\": \"Others\",\n        \"variant\": \"LGLAPTOPSLEEVE5\",\n        \"color\": \"DarkGrey\",\n        \"product_details\": \"This is a Unisex Product.\",\n        \"primary_color_hex\": \"808080\"\n      },\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      \"categories\": [\n        {\n          \"id\": 3,\n          \"uid\": 3,\n          \"name\": \"Paul Palmer\",\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"https://hdn-1.fynd.com/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg\"\n          },\n          \"action\": {\n            \"page\": {\n              \"type\": \"category\",\n              \"query\": {\n                \"category\": [\n                  \"Paul-Palmer\"\n                ]\n              }\n            },\n            \"type\": \"page\"\n          },\n          \"_custom_json\": {}\n        }\n      ],\n      \"discount\": \"14% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 1399,\n          \"max\": 1399,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 1199,\n          \"max\": 1399,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"rating\": 2.7,\n      \"rating_count\": 2\n    },\n    {\n      \"type\": \"product\",\n      \"name\": \"grow B2B experiences\",\n      \"item_type\": \"set\",\n      \"slug\": \"grow-B2B-experiences\",\n      \"uid\": 15,\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"Chen PLC\",\n        \"logo\": {\n          \"type\": \"image\",\n          \"url\": \"https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg\"\n        },\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"Chen-PLC\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"sellable\": false,\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"query\": {\n            \"slug\": \"grow-B2B-experiences\"\n          }\n        },\n        \"type\": \"page\"\n      },\n      \"attributes\": {\n        \"color_hex\": \"808080\",\n        \"weight\": 100,\n        \"product_type\": \"LaptopBags\",\n        \"gender\": [\n          \"Men\",\n          \"Women\"\n        ],\n        \"material\": \"Neoprene\",\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        \"item_code\": \"LGLAPTOPSLEEVE5\",\n        \"occasion\": \"Casual\",\n        \"primary_color\": \"Grey\",\n        \"primary_material\": \"Others\",\n        \"variant\": \"LGLAPTOPSLEEVE5\",\n        \"color\": \"DarkGrey\",\n        \"product_details\": \"This is a Unisex Product.\",\n        \"primary_color_hex\": \"808080\"\n      },\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      \"categories\": [\n        {\n          \"id\": 3,\n          \"uid\": 3,\n          \"name\": \"Paul Palmer\",\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"https://hdn-1.fynd.com/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg\"\n          },\n          \"action\": {\n            \"page\": {\n              \"type\": \"category\",\n              \"query\": {\n                \"category\": [\n                  \"Paul-Palmer\"\n                ]\n              }\n            },\n            \"type\": \"page\"\n          },\n          \"_custom_json\": {}\n        }\n      ],\n      \"discount\": \"14% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 1399,\n          \"max\": 1399,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 1199,\n          \"max\": 1399,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"rating\": 2.7,\n      \"rating_count\": 2\n    },\n    {\n      \"type\": \"product\",\n      \"name\": \"target robust systems\",\n      \"item_type\": \"set\",\n      \"slug\": \"target-robust-systems\",\n      \"uid\": 14,\n      \"brand\": {\n        \"type\": \"brand\",\n        \"name\": \"Chen PLC\",\n        \"logo\": {\n          \"type\": \"image\",\n          \"url\": \"https://hdn-1.fynd.com/media/logo/brand/original/12391_0d956c6c71a4427895c15e44cba82f88.jpg\"\n        },\n        \"action\": {\n          \"page\": {\n            \"type\": \"products\",\n            \"query\": {\n              \"brand\": [\n                \"Chen-PLC\"\n              ]\n            }\n          },\n          \"type\": \"page\"\n        },\n        \"_custom_json\": {}\n      },\n      \"sellable\": false,\n      \"action\": {\n        \"page\": {\n          \"type\": \"product\",\n          \"query\": {\n            \"slug\": \"target-robust-systems\"\n          }\n        },\n        \"type\": \"page\"\n      },\n      \"attributes\": {\n        \"color_hex\": \"808080\",\n        \"weight\": 100,\n        \"product_type\": \"LaptopBags\",\n        \"gender\": [\n          \"Men\",\n          \"Women\"\n        ],\n        \"material\": \"Neoprene\",\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        \"item_code\": \"LGLAPTOPSLEEVE5\",\n        \"occasion\": \"Casual\",\n        \"primary_color\": \"Grey\",\n        \"primary_material\": \"Others\",\n        \"variant\": \"LGLAPTOPSLEEVE5\",\n        \"color\": \"DarkGrey\",\n        \"product_details\": \"This is a Unisex Product.\",\n        \"primary_color_hex\": \"808080\"\n      },\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      \"categories\": [\n        {\n          \"id\": 3,\n          \"uid\": 3,\n          \"name\": \"Paul Palmer\",\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"https://hdn-1.fynd.com/media/banner_portrait/brand/original/540_ecba3a1af141467da8abc20500f983db.jpg\"\n          },\n          \"action\": {\n            \"page\": {\n              \"type\": \"category\",\n              \"query\": {\n                \"category\": [\n                  \"Paul-Palmer\"\n                ]\n              }\n            },\n            \"type\": \"page\"\n          },\n          \"_custom_json\": {}\n        }\n      ],\n      \"discount\": \"14% OFF\",\n      \"price\": {\n        \"marked\": {\n          \"min\": 1399,\n          \"max\": 1399,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        },\n        \"effective\": {\n          \"min\": 1199,\n          \"max\": 1399,\n          \"currency_code\": \"INR\",\n          \"currency_symbol\": \"₹\"\n        }\n      },\n      \"rating\": 2.7,\n      \"rating_count\": 2\n    }\n  ],\n  \"page\": {\n    \"next_id\": \"6066fc7b3b17fd7038c46317\",\n    \"has_previous\": false,\n    \"has_next\": true,\n    \"item_total\": 15,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d6e2d956-dfbf-4b35-8c03-4c4a298620b3",
            "name": "unfollowById | Delete item, brand, product",
            "request": {
              "name": "unfollowById | Delete item, brand, product",
              "description": {
                "content": "Remove a followed item, brand, or product using its collection ID.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v1.0",
                  "follow",
                  ":collection_type",
                  ":collection_id",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "collection_type",
                    "description": "(Required) Type of collection followed, i.e. products, brands, or collections."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "collection_id",
                    "description": "(Required) The ID of the collection type."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "f145fc99-4b52-4bc5-9ed0-21bf9123c7cf",
                "name": "Success. Returns a response object.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v1.0",
                      "follow",
                      ":collection_type",
                      ":collection_id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "collection_type",
                        "description": "(Required) Type of collection followed, i.e. products, brands, or collections."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "collection_id",
                        "description": "(Required) The ID of the collection type."
                      }
                    ]
                  },
                  "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  \"id\": \"1\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "cc11bd69-d8b0-45af-a9bd-d92f583437bf",
            "name": "followById | Create item, brand, product",
            "request": {
              "name": "followById | Create item, brand, product",
              "description": {
                "content": "Add a product, brand, or item to the user's followed list by collection Id.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v1.0",
                  "follow",
                  ":collection_type",
                  ":collection_id",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "collection_type",
                    "description": "(Required) Type of collection followed, i.e. products, brands, or collections."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "collection_id",
                    "description": "(Required) The ID of the collection type."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null
            },
            "response": [
              {
                "id": "617ee9c7-b739-43fc-b42f-5c4441a6211b",
                "name": "Success. Returns a response object.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v1.0",
                      "follow",
                      ":collection_type",
                      ":collection_id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "collection_type",
                        "description": "(Required) Type of collection followed, i.e. products, brands, or collections."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "collection_id",
                        "description": "(Required) The ID of the collection type."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Brands Added To Wishlist\",\n  \"id\": \"1\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "868cf733-ad7e-44aa-9c98-a34b3c0d2b28",
            "name": "getFollowerCountById | Get follower count",
            "request": {
              "name": "getFollowerCountById | Get follower count",
              "description": {
                "content": "Get the total number of followers for a specific item by its ID.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v1.0",
                  "follow",
                  ":collection_type",
                  ":collection_id",
                  "count",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "collection_type",
                    "description": "(Required) Type of collection, i.e. products, brands, or collections."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<integer>",
                    "key": "collection_id",
                    "description": "(Required) The ID of the collection type."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "da175708-8034-4484-99dc-e6524e47a4e7",
                "name": "Success. Returns the number of followers for a given collection type.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v1.0",
                      "follow",
                      ":collection_type",
                      ":collection_id",
                      "count",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "collection_type",
                        "description": "(Required) Type of collection, i.e. products, brands, or collections."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "collection_id",
                        "description": "(Required) The ID of the collection type."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"count\": 0\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e2491894-c5b6-4c46-a6b8-58f855016afd",
            "name": "getFollowIds | List Ids of followed item, brand, product",
            "request": {
              "name": "getFollowIds | List Ids of followed item, brand, product",
              "description": {
                "content": "Get the IDs of all items the user is currently following, such as Products, Brands, and Collections.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v1.0",
                  "follow",
                  "ids",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "collection_type",
                    "value": "<string>",
                    "description": "Type of collection, i.e. products, brands, collections."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "4f742ae0-56ba-4c2c-9e4f-0a7d727bc932",
                "name": "Success. Returns the IDs of all the Products, Brands and Collections which were followed.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v1.0",
                      "follow",
                      "ids",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "collection_type",
                        "value": "products"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"data\": {\n    \"products\": [\n      1,\n      15,\n      14,\n      13,\n      12,\n      11,\n      10,\n      9,\n      8,\n      7,\n      6,\n      5,\n      4,\n      3,\n      2\n    ],\n    \"brands\": [\n      1\n    ],\n    \"collections\": []\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "6b118d9b-4356-4443-8d42-6dbbeede5e93",
            "name": "getStores | List available stores",
            "request": {
              "name": "getStores | List available stores",
              "description": {
                "content": "List all stores associated with the sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v2.0",
                  "locations",
                  ""
                ],
                "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": "12",
                    "description": "Number of items to retrieve in each page."
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Search a store by its name or store_code."
                  },
                  {
                    "disabled": false,
                    "key": "city",
                    "value": "<string>",
                    "description": "Search stores by the city in which they are situated."
                  },
                  {
                    "disabled": false,
                    "key": "range",
                    "value": "20000",
                    "description": "Use this to retrieve stores within a particular range in meters, e.g. 10000, to indicate a 10km range."
                  },
                  {
                    "disabled": false,
                    "key": "latitude",
                    "value": "<number>",
                    "description": "Latitude of the location from where one wants to retrieve the nearest stores, e.g. 72.8691788."
                  },
                  {
                    "disabled": false,
                    "key": "longitude",
                    "value": "<number>",
                    "description": "Longitude of the location from where one wants to retrieve the nearest stores, e.g. 19.1174114."
                  },
                  {
                    "disabled": false,
                    "key": "tags",
                    "value": "<string>",
                    "description": "Search stores based on tags."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "fe77e549-6659-4b35-83c1-05dad43cb23b",
                "name": "Success. Returns a list of selling locations.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v2.0",
                      "locations",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "12"
                      },
                      {
                        "key": "q",
                        "value": "Zachary-Waller"
                      },
                      {
                        "key": "city",
                        "value": "mumbai"
                      },
                      {
                        "key": "range",
                        "value": "20000"
                      },
                      {
                        "key": "latitude",
                        "value": "72.915978"
                      },
                      {
                        "key": "longitude",
                        "value": "19.099022"
                      },
                      {
                        "key": "tags",
                        "value": "<string>"
                      }
                    ],
                    "variable": []
                  },
                  "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    \"total\": 54,\n    \"has_previous\": false,\n    \"has_next\": true,\n    \"item_total\": 645\n  },\n  \"items\": [\n    {\n      \"city\": \"Mumbai\",\n      \"country\": \"India\",\n      \"address\": \"1st Floor, Wework Vijay Diamond, Opp. SBI Branch, Cross Road B, Ajit Nagar, Kondivita, Andheri East\",\n      \"store_email\": \"test@example.com\",\n      \"lat_long\": {\n        \"type\": \"Point\",\n        \"coordinates\": [\n          72.8677092,\n          19.1282743\n        ]\n      },\n      \"name\": \"SHOPSENSE RETAIL TECHNOLOGIES LIMITED edited\",\n      \"store_code\": \"HS-3e51a\",\n      \"uid\": 1,\n      \"contacts\": [\n        {\n          \"number\": \"8888888888\",\n          \"country_code\": 91\n        }\n      ],\n      \"manager_contact\": \"8888888888\",\n      \"tags\": [],\n      \"pincode\": \"400093\",\n      \"state\": \"Maharashtra\"\n    },\n    {\n      \"city\": \"Allahabad\",\n      \"country\": \"India\",\n      \"address\": \"Mufti, Shop No. GF-08 & 09, Ground Floor, Sardar Patel Marg, Vinayak City Centre Mall.\",\n      \"store_email\": \"test@example.com\",\n      \"lat_long\": {\n        \"type\": \"Point\",\n        \"coordinates\": [\n          81.834671,\n          25.45463\n        ]\n      },\n      \"name\": \"Credo Brands Mktg Pvt Ltd (Vinayak City Centre Mall)\",\n      \"store_code\": \"CBML-257\",\n      \"uid\": 10751,\n      \"contacts\": [\n        {\n          \"number\": \"8888888888\",\n          \"country_code\": 91\n        }\n      ],\n      \"manager_contact\": \"8888888888\",\n      \"tags\": [\n        \"supermall\",\n        \"newtera\"\n      ],\n      \"pincode\": \"211002\",\n      \"state\": \"Uttar Pradesh\"\n    },\n    {\n      \"city\": \"Central Delhi\",\n      \"country\": \"India\",\n      \"address\": \"Mufti, Plot No. C-7/68/13, Hotel Fortune Park Galaxy, Campus, N.H. No.8, GIDC.\",\n      \"store_email\": \"test@example.com\",\n      \"lat_long\": {\n        \"type\": \"Point\",\n        \"coordinates\": [\n          77.22279,\n          28.6814551\n        ]\n      },\n      \"name\": \"Credo Brands Mktg Pvt Ltd (Vapi)\",\n      \"store_code\": \"CBML-223edited\",\n      \"uid\": 10753,\n      \"contacts\": [\n        {\n          \"number\": \"8888888888\",\n          \"country_code\": 91\n        }\n      ],\n      \"manager_contact\": \"8888888888\",\n      \"tags\": [\n        \"port\"\n      ],\n      \"pincode\": \"110001\",\n      \"state\": \"Delhi\"\n    },\n    {\n      \"city\": \"Jaipur\",\n      \"country\": \"India\",\n      \"address\": \"\\\"Mufti\\\", Shop No.3, Ground Floor, D232/233 Pawan path, Hanuman Nagar, Vaishali Nagar.\",\n      \"store_email\": \"test@example.com\",\n      \"lat_long\": {\n        \"type\": \"Point\",\n        \"coordinates\": [\n          26.9115433,\n          75.7467183\n        ]\n      },\n      \"name\": \"Credo Brands Mktg Pvt Ltd (Vaishali Nagar)\",\n      \"store_code\": \"CBML-098\",\n      \"uid\": 10754,\n      \"contacts\": [\n        {\n          \"number\": \"8888888888\",\n          \"country_code\": 91\n        }\n      ],\n      \"manager_contact\": \"8888888888\",\n      \"tags\": [],\n      \"pincode\": \"302021\",\n      \"state\": \"Rajasthan\"\n    },\n    {\n      \"city\": \"Surat\",\n      \"country\": \"India\",\n      \"address\": \"Mufti, Shop No .49 & 50 Avadh Viceroy , Sarthana Jakat Naka- Kamrej Road , Subhash Nagar , Nana Varachha.\",\n      \"store_email\": \"test@example.com\",\n      \"lat_long\": {\n        \"type\": \"Point\",\n        \"coordinates\": [\n          72.903189,\n          21.2311515\n        ]\n      },\n      \"name\": \"Credo Brands Mktg Pvt Ltd (Varachha)\",\n      \"store_code\": \"CBML-517\",\n      \"uid\": 10752,\n      \"contacts\": [\n        {\n          \"number\": \"8888888888\",\n          \"country_code\": 91\n        }\n      ],\n      \"manager_contact\": \"8888888888\",\n      \"tags\": [],\n      \"pincode\": \"395006\",\n      \"state\": \"Gujarat\"\n    },\n    {\n      \"city\": \"Tumkur\",\n      \"country\": \"India\",\n      \"address\": \"\\\"Mufti\\\", Nama Arcade, Ground Floor, Opp. Government, junior Collage BH Road.\",\n      \"store_email\": \"test@example.com\",\n      \"lat_long\": {\n        \"type\": \"Point\",\n        \"coordinates\": [\n          13.337712,\n          77.106332\n        ]\n      },\n      \"name\": \"Credo Brands Mktg Pvt Ltd (Tumkur)\",\n      \"store_code\": \"CBML-354\",\n      \"uid\": 10759,\n      \"contacts\": [\n        {\n          \"number\": \"8888888888\",\n          \"country_code\": 91\n        }\n      ],\n      \"manager_contact\": \"8888888888\",\n      \"tags\": [],\n      \"pincode\": \"572101\",\n      \"state\": \"Karnataka\"\n    },\n    {\n      \"city\": \"Surat\",\n      \"country\": \"India\",\n      \"address\": \"\\\"Mufti\\\", Shop No. 123-A, 1st Floor, Virtuous Mall, F.P 29 Rundh Village, Dumas Road.\",\n      \"store_email\": \"test@example.com\",\n      \"lat_long\": {\n        \"type\": \"Point\",\n        \"coordinates\": [\n          21.144966,\n          72.757423\n        ]\n      },\n      \"name\": \"Credo Brands Mktg Pvt Ltd (VR Mall)\",\n      \"store_code\": \"CBML-520\",\n      \"uid\": 10755,\n      \"contacts\": [\n        {\n          \"number\": \"8888888888\",\n          \"country_code\": 91\n        }\n      ],\n      \"manager_contact\": \"8888888888\",\n      \"tags\": [],\n      \"pincode\": \"395007\",\n      \"state\": \"Gujarat\"\n    },\n    {\n      \"city\": \"Bhubaneswar\",\n      \"country\": \"India\",\n      \"address\": \"\\\"Mufti\\\", Unit No. 105, First Floor, Utkal Galleria, Goutam Nagar, Near Kalpana Square, Opp to Odisha State Museam.\",\n      \"store_email\": \"test@example.com\",\n      \"lat_long\": {\n        \"type\": \"Point\",\n        \"coordinates\": [\n          20.25637,\n          85.839688\n        ]\n      },\n      \"name\": \"Credo Brands Mktg Pvt Ltd (Utkal Galleria)\",\n      \"store_code\": \"CBML-401\",\n      \"uid\": 10757,\n      \"contacts\": [\n        {\n          \"number\": \"8888888888\",\n          \"country_code\": 91\n        }\n      ],\n      \"manager_contact\": \"8888888888\",\n      \"tags\": [],\n      \"pincode\": \"751009\",\n      \"state\": \"Odisha\"\n    },\n    {\n      \"city\": \"Jaipur\",\n      \"country\": \"India\",\n      \"address\": \"\\\"Mufti\\\", Shop No G-17, Ground Floor, Triton Mall, Jhotwara Road.\",\n      \"store_email\": \"test@example.com\",\n      \"lat_long\": {\n        \"type\": \"Point\",\n        \"coordinates\": [\n          26.941513,\n          75.770767\n        ]\n      },\n      \"name\": \"Credo Brands Mktg Pvt Ltd (Triton Mall-1)\",\n      \"store_code\": \"CBML-516\",\n      \"uid\": 10760,\n      \"contacts\": [\n        {\n          \"number\": \"8888888888\",\n          \"country_code\": 91\n        }\n      ],\n      \"manager_contact\": \"8888888888\",\n      \"tags\": [],\n      \"pincode\": \"302012\",\n      \"state\": \"Rajasthan\"\n    },\n    {\n      \"city\": \"Udaipur\",\n      \"country\": \"India\",\n      \"address\": \"\\\"Mufti\\\", Shop no 1B, Hitawala Complex, Saheli Marg, Opp: Soni Hospital.\",\n      \"store_email\": \"test@example.com\",\n      \"lat_long\": {\n        \"type\": \"Point\",\n        \"coordinates\": [\n          24.60154,\n          73.68703\n        ]\n      },\n      \"name\": \"Credo Brands Mktg Pvt Ltd (Udaipur)\",\n      \"store_code\": \"CBML-444\",\n      \"uid\": 10758,\n      \"contacts\": [\n        {\n          \"number\": \"8888888888\",\n          \"country_code\": 91\n        }\n      ],\n      \"manager_contact\": \"8888888888\",\n      \"tags\": [],\n      \"pincode\": \"313001\",\n      \"state\": \"Rajasthan\"\n    },\n    {\n      \"city\": \"Bhopal\",\n      \"country\": \"India\",\n      \"address\": \"\\\"Mufti\\\", Plot No. A-01 & A-02, Trilanga Main Road.\",\n      \"store_email\": \"test@example.com\",\n      \"lat_long\": {\n        \"type\": \"Point\",\n        \"coordinates\": [\n          77.43026379999999,\n          23.2000768\n        ]\n      },\n      \"name\": \"Credo Brands Mktg Pvt Ltd (Trilanga)\",\n      \"store_code\": \"CBML-351\",\n      \"uid\": 10761,\n      \"contacts\": [\n        {\n          \"number\": \"8888888888\",\n          \"country_code\": 91\n        }\n      ],\n      \"manager_contact\": \"8888888888\",\n      \"tags\": [],\n      \"pincode\": \"462039\",\n      \"state\": \"Madhya Pradesh\"\n    },\n    {\n      \"city\": \"Vadodara\",\n      \"country\": \"India\",\n      \"address\": \"\\\"Mufti\\\", Shop No. G-7, Ground Floor, Beside L & T Knowledge city, NH-8 Waghodia road crossing.\",\n      \"store_email\": \"test@example.com\",\n      \"lat_long\": {\n        \"type\": \"Point\",\n        \"coordinates\": [\n          73.25479949999999,\n          22.3090899\n        ]\n      },\n      \"name\": \"Credo Brands Mktg Pvt Ltd (Taksh Galaxy Mall)\",\n      \"store_code\": \"CBML-472\",\n      \"uid\": 10763,\n      \"contacts\": [\n        {\n          \"number\": \"8888888888\",\n          \"country_code\": 91\n        }\n      ],\n      \"manager_contact\": \"8888888888\",\n      \"tags\": [],\n      \"pincode\": \"390019\",\n      \"state\": \"Gujarat\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "9111099a-1b26-43a0-b5a4-580681225a4f",
            "name": "getInStockLocations | List stores with inventory",
            "request": {
              "name": "getInStockLocations | List stores with inventory",
              "description": {
                "content": "List stores where specified products are currently in stock.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v2.0",
                  "in-stock",
                  "locations",
                  ""
                ],
                "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": "12",
                    "description": "Number of items to retrieve in each page."
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Search a store by its name or store_code."
                  },
                  {
                    "disabled": false,
                    "key": "city",
                    "value": "<string>",
                    "description": "Search stores by the city in which they are situated."
                  },
                  {
                    "disabled": false,
                    "key": "range",
                    "value": "20000",
                    "description": "Use this to retrieve stores within a particular range in meters, e.g. 10000, to indicate a 10km range."
                  },
                  {
                    "disabled": false,
                    "key": "latitude",
                    "value": "<number>",
                    "description": "Latitude of the location from where one wants to retrieve the nearest stores, e.g. 72.8691788."
                  },
                  {
                    "disabled": false,
                    "key": "longitude",
                    "value": "<number>",
                    "description": "Longitude of the location from where one wants to retrieve the nearest stores, e.g. 19.1174114."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "d99c1ac0-1d6a-4a53-a9dd-9b229e043625",
                "name": "Success. Returns a list of selling locations.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v2.0",
                      "in-stock",
                      "locations",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "12"
                      },
                      {
                        "key": "q",
                        "value": "Zachary-Waller"
                      },
                      {
                        "key": "city",
                        "value": "mumbai"
                      },
                      {
                        "key": "range",
                        "value": "20"
                      },
                      {
                        "key": "latitude",
                        "value": "72.9159784"
                      },
                      {
                        "key": "longitude",
                        "value": "19.0990231"
                      }
                    ],
                    "variable": []
                  },
                  "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    \"total\": 1,\n    \"has_previous\": false,\n    \"has_next\": false,\n    \"item_total\": 5\n  },\n  \"items\": [\n    {\n      \"uid\": 1,\n      \"_custom_json\": {},\n      \"additional_contacts\": [\n        {\n          \"country_code\": 91,\n          \"number\": \"8888888888\"\n        }\n      ],\n      \"address\": {\n        \"lat_long\": {\n          \"type\": \"Point\",\n          \"coordinates\": [\n            72.809786,\n            19.138787\n          ]\n        },\n        \"city\": \"MUMBAI\",\n        \"pincode\": \"400061\",\n        \"state\": \"MAHARASHTRA\",\n        \"country\": \"INDIA\",\n        \"landmark\": \"\",\n        \"address2\": \"\",\n        \"address1\": \"YARI ROAD, ANDHERI WEST\"\n      },\n      \"company_id\": 1,\n      \"display_name\": \"Reliance Digital P. Ltd\",\n      \"manager\": {\n        \"mobile_no\": {\n          \"country_code\": 91,\n          \"number\": \"8888888888\"\n        },\n        \"name\": \"Fahim Sakri\",\n        \"email\": \"test@example.com\"\n      },\n      \"name\": \"Reliance Digital P. Ltd\",\n      \"store_code\": \"HS-52b69\",\n      \"store_type\": \"high_street\",\n      \"company\": {\n        \"company_type\": \"mbo\",\n        \"business_type\": \"ltd/pvt ltd\",\n        \"name\": \"Reliance Digital P. Ltd1234789123\",\n        \"uid\": 1\n      },\n      \"departments\": [\n        {\n          \"priority_order\": 7,\n          \"name\": \"Baby Care & Kids Essentials\",\n          \"uid\": 7,\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"https://hdn-1.fynd.com/media/category_tab_icons/department/Babycareandkidsessential.png\"\n          },\n          \"is_active\": true,\n          \"slug\": \"baby-care-kids-essentials\"\n        },\n        {\n          \"priority_order\": 9,\n          \"name\": \"Industrial Supplies\",\n          \"uid\": 11,\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"https://hdn-1.fynd.com/media/logo/department/original/15483_a8803bf3fc244c748180588166df82da.jpg\"\n          },\n          \"is_active\": true,\n          \"slug\": \"industrial-supplies\"\n        },\n        {\n          \"priority_order\": 10,\n          \"name\": \"Electricals\",\n          \"uid\": 14,\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"https://hdn-1.fynd.com/department/pictures/square-logo/original/M93qfyuh1-https:hdn-1.fynd.commedialogodepartmentoriginal17588_44516b7413fd4a4a858556857aa0c4c8.jpg.jpeg\"\n          },\n          \"is_active\": true,\n          \"slug\": \"electricals\"\n        },\n        {\n          \"priority_order\": 1,\n          \"name\": \"Fashion\",\n          \"uid\": 21,\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"https://hdn-1.fynd.com/department/pictures/square-logo/original/jSt0jjI7D-https/hdn-1.fynd.com/department/pictures/square-logo/original/6ouiCBSSn-https/hdn-1.fynd.com/department/pictures/square-logo/original/o2Rti5if7-.jpeg.jpeg.jpeg\"\n          },\n          \"is_active\": true,\n          \"slug\": \"fashion\"\n        },\n        {\n          \"slug\": \"automobile\",\n          \"is_active\": true,\n          \"logo\": {\n            \"type\": \"image\",\n            \"url\": \"https://hdn-1.addsale.com/x0/department/pictures/square-logo/original/kRhYFHWZ5-.jpeg\"\n          },\n          \"name\": \"AUTOMOBILE\",\n          \"uid\": 24,\n          \"priority_order\": 1\n        }\n      ]\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b68f4f10-430f-41b6-99ae-9efa24f200ec",
            "name": "getLocationDetailsById | Get selling location",
            "request": {
              "name": "getLocationDetailsById | Get selling location",
              "description": {
                "content": "Get details about a store based on its location Id.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v2.0",
                  "locations",
                  ":location_id",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<integer>",
                    "key": "location_id",
                    "description": "(Required) Unique Location ID."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "c7764841-cffe-43ba-bbfd-b04bb7e10b81",
                "name": "Success. Returns a metadata object.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v2.0",
                      "locations",
                      ":location_id",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "location_id",
                        "description": "(Required) Unique Location ID."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"uid\": 1,\n  \"_custom_json\": {},\n  \"additional_contacts\": [\n    {\n      \"country_code\": 91,\n      \"number\": \"8888888888\"\n    }\n  ],\n  \"address\": {\n    \"lat_long\": {\n      \"type\": \"Point\",\n      \"coordinates\": [\n        72.809786,\n        19.138787\n      ]\n    },\n    \"city\": \"MUMBAI\",\n    \"pincode\": \"400061\",\n    \"state\": \"MAHARASHTRA\",\n    \"country\": \"INDIA\",\n    \"landmark\": \"\",\n    \"address2\": \"\",\n    \"address1\": \"YARI ROAD, ANDHERI WEST\"\n  },\n  \"company_id\": 1,\n  \"display_name\": \"Reliance Digital P. Ltd\",\n  \"manager\": {\n    \"mobile_no\": {\n      \"country_code\": 91,\n      \"number\": \"8888888888\"\n    },\n    \"name\": \"Fahim Sakri\",\n    \"email\": \"test@example.com\"\n  },\n  \"name\": \"Reliance Digital P. Ltd\",\n  \"store_code\": \"HS-52b69\",\n  \"store_type\": \"high_street\",\n  \"timing\": [\n    {\n      \"weekday\": \"monday\",\n      \"open\": true,\n      \"closing\": {\n        \"minute\": 30,\n        \"hour\": 21\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      }\n    },\n    {\n      \"weekday\": \"tuesday\",\n      \"open\": true,\n      \"closing\": {\n        \"minute\": 30,\n        \"hour\": 21\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      }\n    },\n    {\n      \"weekday\": \"wednesday\",\n      \"open\": true,\n      \"closing\": {\n        \"minute\": 30,\n        \"hour\": 21\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      }\n    },\n    {\n      \"weekday\": \"thursday\",\n      \"open\": true,\n      \"closing\": {\n        \"minute\": 30,\n        \"hour\": 21\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      }\n    },\n    {\n      \"weekday\": \"friday\",\n      \"open\": true,\n      \"closing\": {\n        \"minute\": 30,\n        \"hour\": 21\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      }\n    },\n    {\n      \"weekday\": \"saturday\",\n      \"open\": true,\n      \"closing\": {\n        \"minute\": 30,\n        \"hour\": 21\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      }\n    },\n    {\n      \"weekday\": \"sunday\",\n      \"open\": true,\n      \"closing\": {\n        \"minute\": 30,\n        \"hour\": 21\n      },\n      \"opening\": {\n        \"minute\": 0,\n        \"hour\": 11\n      }\n    }\n  ],\n  \"company\": {\n    \"company_type\": \"mbo\",\n    \"business_type\": \"ltd/pvt ltd\",\n    \"name\": \"Reliance Digital P. Ltd1234789123\",\n    \"uid\": 1\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "c1cdb784-79d1-4004-a245-8ab262d6cad3",
            "name": "getProductPriceBySlug | Get product price",
            "request": {
              "name": "getProductPriceBySlug | Get product price",
              "description": {
                "content": "Get the price of a product size at all the selling locations near to a PIN Code.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v4.0",
                  "products",
                  ":slug",
                  "sizes",
                  ":size",
                  "price",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "store_id",
                    "value": "<integer>",
                    "description": "The ID of the store that is selling the product, e.g. 1,2,3."
                  },
                  {
                    "disabled": false,
                    "key": "moq",
                    "value": "<integer>",
                    "description": "An Integer indication the Minimum Order Quantity of a product, e.g. 100."
                  },
                  {
                    "disabled": false,
                    "key": "fulfillment_option_slug",
                    "value": "<string>",
                    "description": "specifies the fulfillment method, indicating whether an order is for home delivery or store pickup "
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) 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,
                    "type": "any",
                    "value": "<string>",
                    "key": "size",
                    "description": "(Required) A string indicating the size of the product, e.g. S, M, XL. You can get slug value from the endpoint /service/application/catalog/v1.0/products/sizes."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "69b2936f-3af7-45a3-b712-43ab8d41ec16",
                "name": "Success. Returns a ProductSizePriceV3 object.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v4.0",
                      "products",
                      ":slug",
                      "sizes",
                      ":size",
                      "price",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "store_id",
                        "value": "1"
                      },
                      {
                        "key": "moq",
                        "value": "1"
                      },
                      {
                        "key": "fulfillment_option_slug",
                        "value": "pickup-delivery"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) 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,
                        "type": "any",
                        "value": "<string>",
                        "key": "size",
                        "description": "(Required) A string indicating the size of the product, e.g. S, M, XL. You can get slug value from the endpoint /service/application/catalog/v1.0/products/sizes."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"price_per_piece\": {\n    \"effective\": 66.5,\n    \"marked\": 66.5,\n    \"currency_code\": \"INR\",\n    \"currency_symbol\": \"₹\"\n  },\n  \"price\": {\n    \"effective\": 399,\n    \"marked\": 399,\n    \"currency_code\": \"INR\",\n    \"currency_symbol\": \"₹\"\n  },\n  \"quantity\": 5,\n  \"pincode\": \"400603\",\n  \"article_id\": \"1\",\n  \"long_lat\": [\n    72.9159784,\n    19.0990231\n  ],\n  \"item_type\": \"set\",\n  \"discount\": \"\",\n  \"article_assignment\": {\n    \"level\": \"multi-companies\",\n    \"strategy\": \"optimal\"\n  },\n  \"seller\": {\n    \"uid\": 1,\n    \"name\": \"Natalie Norman\"\n  },\n  \"store\": {\n    \"uid\": 1,\n    \"name\": \"Wayne Lamb\",\n    \"count\": 2\n  },\n  \"strategy_wise_listing\": [\n    {\n      \"distance\": 11,\n      \"quantity\": 5,\n      \"tat\": 2592000,\n      \"pincode\": \"400603\"\n    },\n    {\n      \"distance\": 11,\n      \"quantity\": 5,\n      \"tat\": 2592000,\n      \"pincode\": \"400603\"\n    }\n  ],\n  \"set\": {\n    \"size_distribution\": {\n      \"sizes\": [\n        {\n          \"size\": \"5\",\n          \"pieces\": 1\n        },\n        {\n          \"size\": \"7\",\n          \"pieces\": 1\n        },\n        {\n          \"size\": \"8\",\n          \"pieces\": 2\n        },\n        {\n          \"size\": \"9\",\n          \"pieces\": 1\n        },\n        {\n          \"size\": \"10\",\n          \"pieces\": 1\n        }\n      ]\n    },\n    \"quantity\": 6\n  },\n  \"is_gift\": true,\n  \"is_cod\": false,\n  \"delivery_promise\": {\n    \"min\": \"2023-08-03T18:19:23.000Z\",\n    \"max\": \"2023-08-04T14:19:23.000Z\"\n  },\n  \"fulfillment_option\": {\n    \"name\": \"Two Day Delivery\",\n    \"slug\": \"home_delivery\",\n    \"type\": \"Home delivery\",\n    \"is_default\": true\n  },\n  \"pickup_store_id\": 1,\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\": \"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  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e7d5f905-700e-4a82-9d87-0d7374c626b5",
            "name": "getProductSellersBySlug | List sellers",
            "request": {
              "name": "getProductSellersBySlug | List sellers",
              "description": {
                "content": "List all sellers offering a specific product identified by its slug and size.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v4.0",
                  "products",
                  ":slug",
                  "sizes",
                  ":size",
                  "sellers",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "strategy",
                    "value": "<string>",
                    "description": "Sort stores on the basis of strategy. eg, fast-delivery, low-price, optimal."
                  },
                  {
                    "disabled": false,
                    "key": "fulfillment_option_slug",
                    "value": "<string>",
                    "description": "specifies the fulfillment method, indicating whether an order is for home delivery or store pickup "
                  },
                  {
                    "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": "The number of items to retrieve in each page."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) 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,
                    "type": "any",
                    "value": "<string>",
                    "key": "size",
                    "description": "(Required) A string indicating the size of the product, e.g. S, M, XL. You can get slug value from the endpoint /service/application/catalog/v1.0/products/sizes."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "2c8387a8-f21f-4d0f-b1c9-255a0c13f929",
                "name": "Success. Returns a ProductSizeSellerV3 object. Check the example shown below or refer `ProductSizeSellersResponseV4` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v4.0",
                      "products",
                      ":slug",
                      "sizes",
                      ":size",
                      "sellers",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "strategy",
                        "value": "optimal"
                      },
                      {
                        "key": "fulfillment_option_slug",
                        "value": "pickup-delivery"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "1"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) 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,
                        "type": "any",
                        "value": "<string>",
                        "key": "size",
                        "description": "(Required) A string indicating the size of the product, e.g. S, M, XL. You can get slug value from the endpoint /service/application/catalog/v1.0/products/sizes."
                      }
                    ]
                  },
                  "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      \"price_per_piece\": {\n        \"effective\": 66.5,\n        \"marked\": 66.5,\n        \"currency_code\": \"INR\",\n        \"currency_symbol\": \"₹\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency_code\": \"INR\",\n        \"currency_symbol\": \"₹\"\n      },\n      \"quantity\": 5,\n      \"pincode\": \"400603\",\n      \"article_id\": \"1\",\n      \"discount\": \"\",\n      \"article_assignment\": {\n        \"level\": \"single-company\",\n        \"strategy\": \"optimal\"\n      },\n      \"seller\": {\n        \"uid\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"uid\": 1,\n        \"name\": \"Wayne Lamb\"\n      },\n      \"is_gift\": true,\n      \"is_cod\": false\n    },\n    {\n      \"price_per_piece\": {\n        \"effective\": 66.5,\n        \"marked\": 66.5,\n        \"currency_code\": \"INR\",\n        \"currency_symbol\": \"₹\"\n      },\n      \"price\": {\n        \"effective\": 399,\n        \"marked\": 399,\n        \"currency_code\": \"INR\",\n        \"currency_symbol\": \"₹\"\n      },\n      \"quantity\": 5,\n      \"pincode\": \"400603\",\n      \"article_id\": \"2\",\n      \"discount\": \"\",\n      \"article_assignment\": {\n        \"level\": \"single-company\",\n        \"strategy\": \"optimal\"\n      },\n      \"seller\": {\n        \"uid\": 1,\n        \"name\": \"Natalie Norman\"\n      },\n      \"store\": {\n        \"uid\": 1,\n        \"name\": \"Wayne Lamb\",\n        \"address\": {\n          \"lat_long\": {\n            \"type\": \"Point\",\n            \"coordinates\": [\n              72.809786,\n              19.138787\n            ]\n          },\n          \"city\": \"MUMBAI\",\n          \"pincode\": \"400061\",\n          \"state\": \"MAHARASHTRA\",\n          \"country\": \"INDIA\",\n          \"landmark\": \"\",\n          \"address2\": \"\",\n          \"address1\": \"YARI ROAD, ANDHERI WEST\"\n        },\n        \"code\": \"CBML-257\",\n        \"long_lat\": [\n          72.9159784,\n          19.0990231\n        ]\n      },\n      \"is_gift\": true,\n      \"is_cod\": false,\n      \"fulfillment_option\": {\n        \"name\": \"Two Day Delivery\",\n        \"slug\": \"home_delivery\",\n        \"type\": \"Home delivery\",\n        \"is_default\": true\n      },\n      \"pickup_store_id\": 1,\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\": \"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      }\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"total\": 1,\n    \"has_previous\": false,\n    \"has_next\": false,\n    \"item_total\": 2,\n    \"type\": \"number\"\n  },\n  \"sort_on\": [\n    {\n      \"default\": true,\n      \"is_selected\": true,\n      \"name\": \"Best price & fast delivery\",\n      \"value\": \"optimal\"\n    },\n    {\n      \"default\": false,\n      \"is_selected\": false,\n      \"name\": \"Best Price\",\n      \"value\": \"low-price\"\n    },\n    {\n      \"default\": false,\n      \"is_selected\": false,\n      \"name\": \"Fastest Delivery\",\n      \"value\": \"fast-delivery\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "21f8eca1-8274-4548-976f-a1f485bd4079",
            "name": "listCountryCurrencyMappings | List country to currency mapping",
            "request": {
              "name": "listCountryCurrencyMappings | List country to currency mapping",
              "description": {
                "content": "List all country-to-currencies mappings configured during the Price Factory setup for given application",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "catalog",
                  "v1.0",
                  "available-countries",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "4b779773-9fb1-4958-97ab-fb52d3e1af87",
                "name": "Success. Returns all avaialble country-to-currencies mappings for given application.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "catalog",
                      "v1.0",
                      "available-countries",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "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      \"iso2\": \"IN\",\n      \"iso3\": \"INA\",\n      \"uid\": \"67c7e2fbda6c90811a2baa88\",\n      \"is_default\": true,\n      \"currencies\": [\n        {\n          \"code\": \"INR\",\n          \"name\": \"Indian Rupee\",\n          \"symbol\": \"₹\",\n          \"is_default\": true\n        },\n        {\n          \"code\": \"ARS\",\n          \"name\": \"Argentine Peso\",\n          \"symbol\": \"AR$\",\n          \"is_default\": false\n        }\n      ]\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      },
      {
        "id": "8132cb3c-3a12-4618-a26b-b062571c742e",
        "name": "Communication",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "b4d56792-f94e-4752-9954-8ed22baf549e",
            "name": "getCommunicationConsent | Retrieve consent status",
            "request": {
              "name": "getCommunicationConsent | Retrieve consent status",
              "description": {
                "content": "Get the consent provided by the user for receiving communication.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "communication",
                  "v1.0",
                  "consent"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "cecb9d71-59fe-4111-8863-bfb27e249e60",
                "name": "Success. Returns all available communication opt-ins along with the consent details. Check the example shown below or refer `CommunicationConsent` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "communication",
                      "v1.0",
                      "consent"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"app_id\": \"000000000000000000000004\",\n  \"user_id\": \"5e56021c4bda3ccab6d9f884\",\n  \"channels\": {\n    \"email\": {\n      \"response\": \"yes\",\n      \"display_name\": \"Email\"\n    },\n    \"sms\": {\n      \"response\": \"yes\",\n      \"display_name\": \"SMS\"\n    },\n    \"whatsapp\": {\n      \"response\": \"yes\",\n      \"display_name\": \"WhatsApp\",\n      \"country_code\": \"91\",\n      \"phone_number\": \"8888888888\"\n    }\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5e5f85b6-1b6c-4396-a5ff-844d2c126f60",
            "name": "upsertCommunicationConsent | Update or adds consent settings",
            "request": {
              "name": "upsertCommunicationConsent | Update or adds consent settings",
              "description": {
                "content": "Update or insert the consent provided by the user for receiving communication messages.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "communication",
                  "v1.0",
                  "consent"
                ],
                "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  \"response\": \"<string>\",\n  \"action\": \"<string>\",\n  \"channel\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "168f4c3c-c656-48bf-bb8a-7eeeecb571f4",
                "name": "Success. Updates the channels for which user has consented. Check the example shown below or refer `CommunicationConsentRes` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "communication",
                      "v1.0",
                      "consent"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"response\": \"yes\",\n  \"action\": \"optin\",\n  \"channel\": \"sms\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"appId\": \"000000000000000000000004\",\n  \"userId\": \"5e56021c4bda3ccab6d9f884\",\n  \"channels\": {\n    \"email\": {\n      \"response\": \"yes\",\n      \"displayName\": \"Email\"\n    },\n    \"sms\": {\n      \"response\": \"yes\",\n      \"displayName\": \"SMS\"\n    },\n    \"whatsapp\": {\n      \"response\": \"noaction\",\n      \"displayName\": \"WhatsApp\"\n    }\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "577ddb05-ef59-40ea-b002-32c9365ac8e0",
                "name": "Bad request",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "communication",
                      "v1.0",
                      "consent"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"response\": \"yes\",\n  \"action\": \"optin\",\n  \"channel\": \"sms\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid action\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "7f9afcd6-1725-42b6-a2b5-ee9a1d6875fd",
            "name": "upsertAppPushtoken | Update or adds app push token",
            "request": {
              "name": "upsertAppPushtoken | Update or adds app push token",
              "description": {
                "content": "Update or inserts the push token of the user.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "communication",
                  "v1.0",
                  "pn-token"
                ],
                "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  \"bundle_identifier\": \"<string>\",\n  \"push_token\": \"<string>\",\n  \"unique_device_id\": \"<string>\",\n  \"type\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "0dcd313b-12e9-492f-8eba-da675ffbe5d7",
                "name": "Success. Check the example shown below or refer `PushtokenRes` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "communication",
                      "v1.0",
                      "pn-token"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"action\": \"create\",\n  \"bundle_identifier\": \"000002\",\n  \"push_token\": \"45\",\n  \"unique_device_id\": \"3\",\n  \"type\": \"fynd-platform\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"601b6924d8ea9a061570a09f\",\n  \"bundle_identifier\": \"000002\",\n  \"push_token\": \"45\",\n  \"unique_device_id\": \"3\",\n  \"type\": \"fynd-platform\",\n  \"platform\": \"web\",\n  \"application_id\": \"000000000000000000000004\",\n  \"user_id\": \"5e56021c4bda3ccab6d9f884\",\n  \"created_at\": \"2021-02-04T03:25:24.765Z\",\n  \"updated_at\": \"2021-02-04T03:25:51.152Z\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "b2de8144-e79e-49be-88dd-84be1ca5950d",
                "name": "Bad request",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "communication",
                      "v1.0",
                      "pn-token"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"action\": \"create\",\n  \"bundle_identifier\": \"000002\",\n  \"push_token\": \"45\",\n  \"unique_device_id\": \"3\",\n  \"type\": \"fynd-platform\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"status\": \"400\",\n  \"message\": \"`delete` is not a valid enum value for path `action`.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      },
      {
        "id": "54842159-03dd-4953-a492-ad525f345d0e",
        "name": "Configuration",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "556f041d-a7ac-4cc0-abda-f6841509b28f",
            "name": "getApplication | Get sales channel",
            "request": {
              "name": "getApplication | Get sales channel",
              "description": {
                "content": "Get details of the current sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "configuration",
                  "v1.0",
                  "application"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "b04972cb-133e-4b29-8aa2-a31f6b3e5985",
                "name": "Success. Check the example shown below or refer `Application` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "configuration",
                      "v1.0",
                      "application"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"website\": {\n    \"enabled\": true,\n    \"basepath\": \"/\"\n  },\n  \"cors\": {\n    \"domains\": []\n  },\n  \"auth\": {\n    \"enabled\": false\n  },\n  \"description\": \"Uniket B2B - India's Fastest Growing Retail Store - Aapki Badhti Dukaan\",\n  \"channel_type\": \"uniket\",\n  \"cache_ttl\": -1,\n  \"internal\": false,\n  \"is_active\": true,\n  \"_id\": \"000000000000000000000004\",\n  \"name\": \"Uniket B2B\",\n  \"owner\": \"5e71a60dc671daffd81992ea\",\n  \"company_id\": 1,\n  \"token\": \"iTNjY_yAI\",\n  \"redirections\": [],\n  \"meta\": [],\n  \"created_at\": \"2019-12-26T13:22:23.619Z\",\n  \"modified_at\": \"2020-12-02T05:49:41.610Z\",\n  \"__v\": 29,\n  \"banner\": {\n    \"secure_url\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/x1/company/1/applications/000000000000000000000004/application/pictures/landscape-banner/original/uSwlNpygq-Uniket-B2B.png\"\n  },\n  \"logo\": {\n    \"secure_url\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/x1/company/1/applications/000000000000000000000004/application/pictures/free-logo/original/oEf3SQjda-Uniket-B2B.png\"\n  },\n  \"favicon\": {\n    \"secure_url\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/x1/company/1/applications/000000000000000000000004/application/pictures/favicon/original/y3h6SSlY5-Uniket-B2B.png\"\n  },\n  \"domains\": [\n    {\n      \"verified\": true,\n      \"is_primary\": true,\n      \"is_shortlink\": true,\n      \"_id\": \"5eb1177748312a3bd55d0f1e\",\n      \"name\": \"uniket.hostx0.de\"\n    },\n    {\n      \"verified\": true,\n      \"is_primary\": false,\n      \"is_shortlink\": false,\n      \"_id\": \"5f0858c5f86e00cd42dccc8d\",\n      \"name\": \"jd.hostx0.de\"\n    }\n  ],\n  \"app_type\": \"live\",\n  \"mobile_logo\": {\n    \"secure_url\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/x1/company/1/applications/000000000000000000000004/application/pictures/free-logo/original/oEf3SQjda-Uniket-B2B.png\"\n  },\n  \"domain\": {\n    \"verified\": true,\n    \"is_primary\": true,\n    \"is_shortlink\": true,\n    \"_id\": \"5eb1177748312a3bd55d0f1e\",\n    \"name\": \"uniket.hostx0.de\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "609d34eb-1be3-47ab-a376-b4782d328765",
                "name": "Not found",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "configuration",
                      "v1.0",
                      "application"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"App not found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "120f6f2c-d163-4b09-a300-bda0daa47f11",
            "name": "getOwnerInfo | Get sales channel owner",
            "request": {
              "name": "getOwnerInfo | Get sales channel owner",
              "description": {
                "content": "Get details of the sales channel owner.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "configuration",
                  "v2.0",
                  "about"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "5d221d45-c2ec-4c43-8372-d9328b06f845",
                "name": "Success. Check the example shown below or refer `ApplicationAboutResponse` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "configuration",
                      "v2.0",
                      "about"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"application_info\": {\n    \"domains\": [\n      {\n        \"verified\": true,\n        \"name\": \"uniket-testing.addsale.link\",\n        \"custom\": false,\n        \"is_primary\": true\n      }\n    ],\n    \"website\": {\n      \"enabled\": true,\n      \"basepath\": \"/\"\n    },\n    \"cors\": {\n      \"domains\": []\n    },\n    \"description\": \"R-City Mall,Ghatkoper East,Mumbai\",\n    \"is_active\": true,\n    \"_id\": \"5cd3db5e9d692cfe5302a7ba\",\n    \"name\": \"Shivam Clothing Store\",\n    \"meta\": [\n      {\n        \"name\": \"tes\",\n        \"value\": \"test\"\n      }\n    ],\n    \"token\": \"xOfcP-aYE\",\n    \"secret\": \"\",\n    \"created_at\": \"2019-05-09T07:48:46.218Z\",\n    \"banner\": {\n      \"secure_url\": \"https://res.cloudinary.com/jkvora/image/upload/v1561551809/fqt2djkddoe2yjjlln2h.png\"\n    },\n    \"logo\": {\n      \"secure_url\": \"https://res.cloudinary.com/dwzm9bysq/image/upload/v1577513094/addsale/applications/app_5cd3db5e9d692cfe5302a7ba/media/store/logo/ayrkk2uzfknst2ohluzc.png\"\n    },\n    \"company_info\": {\n      \"_id\": \"5da4274a723af4000188a66c\",\n      \"uid\": 873,\n      \"created_on\": \"2019-10-14T07:44:10.391Z\",\n      \"is_active\": true,\n      \"name\": \"SAPPER LIFESTYLE PRIVATE LIMITED\",\n      \"addresses\": [\n        {\n          \"pincode\": \"110042\",\n          \"address1\": \"412, SISODIA MOHALLA BADALI VILLAGE\",\n          \"city\": \"NEW DELHI\",\n          \"state\": \"DELHI\",\n          \"country\": \"INDIA\",\n          \"address_type\": \"registered\"\n        },\n        {\n          \"pincode\": \"110042\",\n          \"address1\": \"412, SISODIA MOHALLA BADALI VILLAGE\",\n          \"city\": \"NEW DELHI\",\n          \"state\": \"DELHI\",\n          \"country\": \"INDIA\",\n          \"address_type\": \"office\"\n        }\n      ],\n      \"notification_emails\": [\n        \"test@example.com\"\n      ]\n    },\n    \"owner_info\": {\n      \"_id\": \"5c77921fa1bf7d8695ed57fd\",\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      \"phone_numbers\": [\n        {\n          \"active\": true,\n          \"primary\": true,\n          \"verified\": true,\n          \"country_code\": 91,\n          \"phone\": \"8888888888\"\n        }\n      ],\n      \"first_name\": \"Jalak\",\n      \"last_name\": \"Vora\",\n      \"profile_pic\": \"\"\n    }\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "73cccb85-eb49-4dd4-9dc5-d2bbf459c849",
            "name": "getBasicDetails | Get Sales channel",
            "request": {
              "name": "getBasicDetails | Get Sales channel",
              "description": {
                "content": "Get basic details of the sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "configuration",
                  "v1.0",
                  "detail"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "17c1421e-1135-4cc3-ab61-830208116937",
                "name": "Success. Check the example shown below or refer `ApplicationDetail` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "configuration",
                      "v1.0",
                      "detail"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"name\": \"Uniket B2B\",\n  \"description\": \"Uniket B2B - India's Fastest Growing Retail Store - Aapki Badhti Dukaan\",\n  \"logo\": {\n    \"secure_url\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/x1/company/1/applications/000000000000000000000004/application/pictures/free-logo/original/oEf3SQjda-Uniket-B2B.png\"\n  },\n  \"mobile_logo\": {\n    \"secure_url\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/x1/company/1/applications/000000000000000000000004/application/pictures/free-logo/original/oEf3SQjda-Uniket-B2B.png\"\n  },\n  \"favicon\": {\n    \"secure_url\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/x1/company/1/applications/000000000000000000000004/application/pictures/favicon/original/y3h6SSlY5-Uniket-B2B.png\"\n  },\n  \"banner\": {\n    \"secure_url\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/x1/company/1/applications/000000000000000000000004/application/pictures/landscape-banner/original/uSwlNpygq-Uniket-B2B.png\"\n  },\n  \"domain\": {\n    \"verified\": true,\n    \"is_primary\": true,\n    \"is_shortlink\": false,\n    \"_id\": \"5eb1177748312a3bd55d0f1e\",\n    \"name\": \"uniket.hostx0.de\"\n  },\n  \"domains\": [\n    {\n      \"verified\": true,\n      \"is_primary\": true,\n      \"is_shortlink\": false,\n      \"_id\": \"5eb1177748312a3bd55d0f1e\",\n      \"name\": \"uniket.hostx0.de\"\n    },\n    {\n      \"verified\": true,\n      \"is_primary\": false,\n      \"is_shortlink\": true,\n      \"_id\": \"5f0858c5f86e00cd42dccc8d\",\n      \"name\": \"jd.hostx0.de\"\n    }\n  ],\n  \"company_id\": 1,\n  \"_id\": \"000000000000000000000004\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "2bf61176-bd67-4c0f-afde-a733eb014404",
            "name": "getIntegrationTokens | Get API tokens",
            "request": {
              "name": "getIntegrationTokens | Get API tokens",
              "description": {
                "content": "Get tools integration token of the sales channel. For example, Firebase, MoEngage, Segment, GTM, Freshchat, Safetynet, Google Map, and Facebook.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "configuration",
                  "v1.0",
                  "token"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "2466fad4-3899-42c2-81bb-440aeddf1017",
                "name": "Success. Check the example shown below or refer `AppTokenResponse` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "configuration",
                      "v1.0",
                      "token"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"tokens\": {\n    \"firebase\": {\n      \"credentials\": {\n        \"project_id\": \"\",\n        \"gcm_sender_id\": \"\",\n        \"application_id\": \"\",\n        \"api_key\": \"\"\n      },\n      \"enabled\": false\n    },\n    \"moengage\": {\n      \"credentials\": {\n        \"app_id\": \"\"\n      },\n      \"enabled\": false\n    },\n    \"segment\": {\n      \"credentials\": {\n        \"write_key\": \"U2FsdGVkX18E920z+xtaD+GnGWoK/5SNxu61phXf6/o=\"\n      },\n      \"enabled\": false\n    },\n    \"gtm\": {\n      \"credentials\": {\n        \"api_key\": \"\"\n      },\n      \"enabled\": false\n    },\n    \"freshchat\": {\n      \"credentials\": {\n        \"app_id\": \"U2FsdGVkX19+Egjfy8alIB4S+n2IQEXz2X4yxzimxbGzq9M5+iFsvGjrBAyQrDZ/iIXgWQyWOFRHmf9xhFGajQ==\",\n        \"app_key\": \"U2FsdGVkX18OydYSvUBRKJDsLD1KCcwK6+jJVGma4Ck2PVwOv6BW5vyiM2sZ4kEpHbRV38KBPZPqlx3EfZd6mw==\"\n      },\n      \"enabled\": true\n    },\n    \"safetynet\": {\n      \"credentials\": {\n        \"api_key\": \"U2FsdGVkX1/Ex0BXvB16B81dwWIfVK8LPwexMMbVC3/nB9Y5n4stcnOMUCDalDs8Z92MecOQKydWg+E17QfZ4Q==\"\n      },\n      \"enabled\": true\n    },\n    \"fynd_rewards\": {\n      \"credentials\": {\n        \"public_key\": \"U2FsdGVkX1/C7x0hybxKPpWSMYBEKukQCVjnm7wfW3lrTJPmcr06xvLzVatPQJTKXeXvay0rdvcXuHlp8n/VAX7v9Usobmp1znadnPWt07GOvq5aPK9zDlg05tb+TX8Wx0q2rVonRK0Q6ZyMcn6Oy+Z812TpRAlcU1AmSrDtl/PMjuH1rSRTxKJLD0HzXk9zPl2M6GOKmgzjpHD4ZmtRSfJmm/h+qbZZ4AuD9upTbJzDm/pcp4S4cYu9rSV31JpOtAkrCxZFzCT8seWKa2eU8VdleRltwF5DO1x8Pny/hKNmhrUqxdkevY6lm4aEQjThA/EeBv1UPq52EFDteXLsZ6yBXyNAxcFNuPupour+K8hi0nfgbd/fsFqu5NUBOwz0hsqQh9OsTGt7SdiIyMSQgCttphaqhBbJ926UlG9d/O1W1u+i9rn7pECcH1eyUYlsNbYqghciz9pTrfRdqA8AIa2j7H/3Lxq37arxZCIDlTgl+Kk/8QUTsTefk+seGZsyiDyIkxW+FcmHBZLr3y85ST23szWSnyweV2hQHtPWnCE=\"\n      }\n    },\n    \"auth\": {\n      \"google\": {\n        \"app_id\": \"U2FsdGVkX19ZkUS8HAnz17Sbcixaj0N4xDcaxztzAPdkxsc2i56kuEL+hVDv5z47HjiY4jOFN0zd5HbO9vf5/adwr6L8QQVEmz1BEEGEze13a5PgONGZlfQkxeuQLBT9\"\n      },\n      \"facebook\": {\n        \"app_id\": \"U2FsdGVkX1/kPjoWmEvESc276Ect4VZmAFVTkQKKjsxgk6LXWjj73vPrBsnJyPpR\"\n      },\n      \"accountkit\": {\n        \"app_id\": \"\"\n      }\n    },\n    \"google_map\": {\n      \"enabled\": true,\n      \"credentials\": {\n        \"api_key\": \"U2FsdGVkX1+5tBH/3lREPiDwVukCS/Q2ftu/CYD9RdLYK8hGO/XJfrs2zpoGDKCJBhgTDRESItRKR7Lt/w+zeQ==\"\n      }\n    }\n  },\n  \"_id\": \"5e285cb1df7e5b1421d5f840\",\n  \"application\": \"000000000000000000000004\",\n  \"created_at\": \"2020-01-22T14:31:13.192Z\",\n  \"modified_at\": \"2020-05-01T04:14:42.117Z\",\n  \"__v\": 0\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "722d78c0-0060-4468-89dd-b4987f746f98",
            "name": "getOrderingStores | List order-enabled selling locations",
            "request": {
              "name": "getOrderingStores | List order-enabled selling locations",
              "description": {
                "content": "Get details of all the deployment store locations where the sales channel will be used for order placement.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "configuration",
                  "v2.0",
                  "ordering-store",
                  "stores"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The page number to navigate through the given set of results. Default value is 1."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<integer>",
                    "description": "The number of items to retrieve in each page. Default value is 10."
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "Store code or name of the ordering store."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "74a913e3-e32f-4441-8af8-fed976c83915",
                "name": "Success. Check the example shown below or refer `OrderingStores` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "configuration",
                      "v2.0",
                      "ordering-store",
                      "stores"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "<integer>"
                      },
                      {
                        "key": "page_size",
                        "value": "<integer>"
                      },
                      {
                        "key": "q",
                        "value": "MRVLB01"
                      }
                    ],
                    "variable": []
                  },
                  "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    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "b6aefb22-2001-4633-a232-1341c0b8e038",
                "name": "Not found",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "configuration",
                      "v2.0",
                      "ordering-store",
                      "stores"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "<integer>"
                      },
                      {
                        "key": "page_size",
                        "value": "<integer>"
                      },
                      {
                        "key": "q",
                        "value": "MRVLB01"
                      }
                    ],
                    "variable": []
                  },
                  "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 deployment meta found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "33f7ddeb-f24b-4592-a0f3-eb83a16e99e4",
            "name": "getStoreDetailById | Get a selling location",
            "request": {
              "name": "getStoreDetailById | Get a selling location",
              "description": {
                "content": "Get details of a selling location (store) by its ID.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "configuration",
                  "v2.0",
                  "ordering-store",
                  "stores",
                  ":store_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<integer>",
                    "key": "store_id",
                    "description": "(Required) Unique identifier for a store."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "1b400758-8a59-4121-be47-87e633c8156d",
                "name": "Success. Check the example shown below or refer `OrderingStore` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "configuration",
                      "v2.0",
                      "ordering-store",
                      "stores",
                      ":store_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "store_id",
                        "description": "(Required) Unique identifier for a store."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"uid\": 1,\n  \"name\": \"THE MANDHANA PARK KAMLANAGAR DELHI\",\n  \"pincode\": \"110007\",\n  \"store_code\": \"MRVLB22\",\n  \"code\": \"MRVLB22\",\n  \"display_name\": \"Kamla Nagar\",\n  \"store_type\": \"mall\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "2a5ee0ec-86a9-49d8-bde1-f4251004dde7",
                "name": "Not found",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "configuration",
                      "v2.0",
                      "ordering-store",
                      "stores",
                      ":store_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<integer>",
                        "key": "store_id",
                        "description": "(Required) Unique identifier for a store."
                      }
                    ]
                  },
                  "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}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "023b120a-2791-47a8-8972-00704e835d8c",
            "name": "getFeatures | Get sales channel features",
            "request": {
              "name": "getFeatures | Get sales channel features",
              "description": {
                "content": "Get configuration of the features of the sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "configuration",
                  "v1.0",
                  "feature"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "2e669fe3-ba94-44bd-bd46-033d08729377",
                "name": "Success. Check the example shown below or refer `AppFeatureResponse` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "configuration",
                      "v1.0",
                      "feature"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"feature\": {\n    \"product_detail\": {\n      \"similar\": [\n        \"basic\",\n        \"visual\",\n        \"brand\",\n        \"category\",\n        \"seller\",\n        \"price\",\n        \"specs\"\n      ],\n      \"seller_selection\": true,\n      \"update_product_meta\": true,\n      \"request_product\": true\n    },\n    \"landing_page\": {\n      \"launch_page\": {\n        \"page_type\": \"home\",\n        \"params\": {},\n        \"query\": {}\n      },\n      \"continue_as_guest\": true,\n      \"login_btn_text\": \"Click here to sign-in\",\n      \"show_domain_textbox\": true,\n      \"show_register_btn\": true\n    },\n    \"registration_page\": {\n      \"ask_store_address\": false\n    },\n    \"home_page\": {\n      \"order_processing\": true\n    },\n    \"common\": {\n      \"communication_optin_dialog\": {\n        \"visibility\": true\n      },\n      \"deployment_store_selection\": {\n        \"enabled\": true,\n        \"type\": \"hard\"\n      },\n      \"listing_price\": {\n        \"value\": \"min\",\n        \"sort\": \"min\"\n      },\n      \"currency\": {\n        \"value\": [\n          \"INR\"\n        ],\n        \"type\": \"explicit\",\n        \"default_currency\": \"INR\"\n      },\n      \"revenue_engine\": {\n        \"enabled\": false\n      },\n      \"feedback\": {\n        \"enabled\": true\n      },\n      \"compare_products\": {\n        \"enabled\": true\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    },\n    \"cart\": {\n      \"gst_input\": true,\n      \"staff_selection\": true,\n      \"placing_for_customer\": true,\n      \"google_map\": true\n    },\n    \"qr\": {\n      \"application\": true,\n      \"products\": true,\n      \"collections\": true\n    },\n    \"pcr\": {\n      \"staff_selection\": true\n    },\n    \"order\": {\n      \"buy_again\": true\n    },\n    \"security\": {\n      \"domains\": [\n        {\n          \"host\": \"example.com\",\n          \"url_scheme\": \"https\"\n        },\n        {\n          \"host\": \"api.example.com\",\n          \"url_scheme\": \"https\"\n        }\n      ]\n    },\n    \"price_strategy\": \"price_factory\",\n    \"international\": true,\n    \"_id\": \"5e57643c986e4119c973df7d\",\n    \"app\": \"000000000000000000000004\",\n    \"created_at\": \"2020-02-27T06:39:56.088Z\",\n    \"modified_at\": \"2021-02-02T11:04:14.289Z\",\n    \"__v\": 1\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "33617d08-f5f5-4d3c-80ef-efb9c31040dc",
                "name": "Not found",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "configuration",
                      "v1.0",
                      "feature"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Not Found",
                "code": 404,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"value\": {\n    \"message\": \"no feature found\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "cc687298-5523-4ecf-909e-839867936854",
            "name": "getContactInfo | Get sales channel contact",
            "request": {
              "name": "getContactInfo | Get sales channel contact",
              "description": {
                "content": "Get contact details of the sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "configuration",
                  "v1.0",
                  "information"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "5cb9b3da-5eef-4e90-9dc8-d7eaeaa31252",
                "name": "Success. Check the example shown below or refer `ApplicationAboutResponse` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "configuration",
                      "v1.0",
                      "information"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"address\": {\n    \"loc\": {},\n    \"address_line\": [\n      \"Warehouse 5, Near Industrial Complex\",\n      \"2nd Lane, Andheri\"\n    ],\n    \"phone\": [\n      {\n        \"code\": \"+91\",\n        \"number\": \"8888888888\"\n      }\n    ],\n    \"city\": \"Mumbai , Maharashtra , India\",\n    \"country\": \"India\",\n    \"pincode\": 400059\n  },\n  \"support\": {\n    \"phone\": [],\n    \"email\": [],\n    \"timing\": \"9 AM to 9 PM\"\n  },\n  \"social_links\": {\n    \"facebook\": {\n      \"title\": \"Facebook\",\n      \"icon\": \"https://hdn-1.fynd.com/system/svg/social-media/icon/original/hQAbAKdvHK-facebookfooteraopcjq.svg\",\n      \"link\": \"\"\n    },\n    \"instagram\": {\n      \"title\": \"Instagram\",\n      \"icon\": \"https://hdn-1.fynd.com/system/svg/social-media/icon/original/UZYsGWOqXp-instagramfooterl3utrr.svg\",\n      \"link\": \"\"\n    },\n    \"twitter\": {\n      \"title\": \"Twitter\",\n      \"icon\": \"https://hdn-1.fynd.com/system/svg/social-media/icon/original/oT2hW-BJjq-twitterfooternajsyr.svg\",\n      \"link\": \"\"\n    },\n    \"pinterest\": {\n      \"title\": \"Pinterest\",\n      \"icon\": \"https://hdn-1.fynd.com/system/svg/social-media/icon/original/v0erlcMk8p-pinterestfooternzmq4b.svg\",\n      \"link\": \"\"\n    },\n    \"google_plus\": {\n      \"title\": \"Google+\",\n      \"icon\": \"https://hdn-1.fynd.com/system/svg/social-media/icon/original/lw3Y5S58h4-googleplusysukr1.png\",\n      \"link\": \"\"\n    },\n    \"youtube\": {\n      \"title\": \"Youtube\",\n      \"icon\": \"https://hdn-1.fynd.com/system/svg/social-media/icon/original/EYV03PDST_-youtubefootermqhcr7.svg\",\n      \"link\": \"\"\n    },\n    \"linked_in\": {\n      \"title\": \"LinkedIn\",\n      \"icon\": \"https://hdn-1.fynd.com/system/svg/social-media/icon/original/qa7gx_bW9O-linkedinfooterrcr0yq.svg\",\n      \"link\": \"\"\n    },\n    \"vimeo\": {\n      \"title\": \"Vimeo\",\n      \"icon\": \"https://hdn-1.fynd.com/system/svg/social-media/icon/original/Ttc80b3U78-vimeofooternho4br.svg\",\n      \"link\": \"\"\n    },\n    \"blog_link\": {\n      \"title\": \"Blog\",\n      \"icon\": \"https://hdn-1.fynd.com/system/svg/social-media/icon/original/LKpxTk1I3s-mediumfooterdtvrva.svg\",\n      \"link\": \"\"\n    }\n  },\n  \"links\": [\n    {\n      \"title\": \"Shipping\",\n      \"link\": \"www.uniket.store/shipping-details\"\n    },\n    {\n      \"title\": \"Returns\",\n      \"link\": \"www.uniket.store/policy/return-policy\"\n    },\n    {\n      \"title\": \"Privacy\",\n      \"link\": \"www.uniket.store/policy/privacy-policy\"\n    },\n    {\n      \"title\": \"Terms\",\n      \"link\": \"www.uniket.store/policy/terms-conditions\"\n    }\n  ],\n  \"copyright_text\": \"#MadeInIndia © 2020 Shopsense Retail Technologies\",\n  \"_id\": \"5e6627bd0732616083e83750\",\n  \"business_highlights\": [\n    {\n      \"_id\": \"5fc901611dfba6c2e87d1ca9\",\n      \"title\": \"Most Genuine Products\",\n      \"icon\": \"https://hdn-1.addsale.com/x0/company/1/applications/000000000000000000000004/business-highlights/pictures/square-logo/original/bVlx43F2a-H6pvZ9tzp-business-logo-icon.png\",\n      \"sub_title\": \"Directly from brands\"\n    },\n    {\n      \"_id\": \"5fc901611dfba64ce57d1caa\",\n      \"title\": \"Credit Facility Available\",\n      \"icon\": \"https://hdn-1.addsale.com/x0/company/1/applications/000000000000000000000004/business-highlights/pictures/square-logo/original/VMnltS1m3-QuUnEjOsA-business-logo-icon.png\",\n      \"sub_title\": \"Free 30 Days Credit\"\n    },\n    {\n      \"_id\": \"5fc901611dfba64b2e7d1cab\",\n      \"title\": \"Assured Returns\",\n      \"icon\": \"https://hdn-1.addsale.com/x0/company/1/applications/000000000000000000000004/business-highlights/pictures/square-logo/original/cTHzgHJXK-sROtLMalN-business-logo-icon.png\",\n      \"sub_title\": \"For all damaged/wrong items\"\n    }\n  ],\n  \"application\": \"000000000000000000000004\",\n  \"created_at\": \"2020-03-09T11:25:49.921Z\",\n  \"modified_at\": \"2020-12-03T15:16:49.087Z\",\n  \"__v\": 99\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "fe8f6890-81ef-4d84-bd1d-b8526e79b037",
            "name": "getCurrencies | List currencies",
            "request": {
              "name": "getCurrencies | List currencies",
              "description": {
                "content": "List available currencies.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "configuration",
                  "v1.0",
                  "currencies"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "77ba6940-3916-4f17-a81e-c475fd236ad2",
                "name": "Success. Check the example shown below or refer `CurrenciesResponse` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "configuration",
                      "v1.0",
                      "currencies"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "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      \"modified_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": "dec09ca1-cc22-47e0-ad31-1db2dc74b8e4",
            "name": "getCurrencyById | Get a currency",
            "request": {
              "name": "getCurrencyById | Get a currency",
              "description": {
                "content": "Get details of the currency.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "configuration",
                  "v1.0",
                  "currency",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) ID assigned to the currency."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "37fad3e1-9c6a-4372-b7e9-ab91c0f6135d",
                "name": "Success. Check the example shown below or refer `Currency` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "configuration",
                      "v1.0",
                      "currency",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) ID assigned to the currency."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"5ec75d11f7bfb501d88f3559\",\n  \"is_active\": true,\n  \"name\": \"Gold Ounce\",\n  \"code\": \"XAU\",\n  \"created_at\": \"2020-05-22T05:03:13.429Z\",\n  \"modified_at\": \"2020-06-05T09:12:04.248Z\",\n  \"decimal_digits\": 1,\n  \"symbol\": \"\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "98d658e3-5fb8-406f-b80f-8b4ffceabb74",
            "name": "getAppCurrencies | Get currency configuration",
            "request": {
              "name": "getAppCurrencies | Get currency configuration",
              "description": {
                "content": "Get currency configuration of the sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "configuration",
                  "v1.0",
                  "currency"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "2ad7b0e3-cf8d-417f-bbdb-1c38114614c7",
                "name": "Success. Check the example shown below or refer `AppCurrencyResponse` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "configuration",
                      "v1.0",
                      "currency"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"application\": \"000000000000000000000001\",\n  \"default_currency\": {\n    \"ref\": \"5ecf6122d953d4242c044907\",\n    \"code\": \"INR\"\n  },\n  \"supported_currency\": [\n    {\n      \"_id\": \"5ecf6122d953d4242c044907\",\n      \"is_active\": true,\n      \"name\": \"Indian Rupee\",\n      \"code\": \"INR\",\n      \"decimal_digits\": 2,\n      \"symbol\": \"₹\",\n      \"created_at\": \"2020-05-28T06:58:42.532Z\",\n      \"modified_at\": \"2021-04-05T16:44:14.358Z\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "2da7b7ee-9a67-4054-b8e2-a0e8c64473e1",
            "name": "getLanguages | List languages",
            "request": {
              "name": "getLanguages | List languages",
              "description": {
                "content": "List available languages.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "configuration",
                  "v1.0",
                  "languages"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "74ae70da-5503-45a3-b423-f0d7a82ea7eb",
                "name": "Success. Check the example shown below or refer `LanguageResponse` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "configuration",
                      "v1.0",
                      "languages"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "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\": \"हिन्दी\",\n      \"code\": \"hi-IN\"\n    },\n    {\n      \"name\": \"English\",\n      \"code\": \"en-IN\"\n    },\n    {\n      \"name\": \"عربى\",\n      \"code\": \"ar-AE\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5885db46-96ba-4d41-a4e0-5b04f5c09177",
            "name": "getOrderingStoreCookie | Create cookies",
            "request": {
              "name": "getOrderingStoreCookie | Create cookies",
              "description": {
                "content": "Reset cookie of ordering store.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "configuration",
                  "v1.0",
                  "ordering-store",
                  "select"
                ],
                "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  \"ordering_store\": {\n    \"uid\": \"<integer>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "39911ddd-eef7-4849-9068-cbde75d9d5b1",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "configuration",
                      "v1.0",
                      "ordering-store",
                      "select"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"ordering_store\": {\n    \"uid\": 990\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "disabled": false,
                    "key": "set-cookie",
                    "value": "mollit elit adipisicing proident",
                    "description": ""
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"success\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "1b997bc9-f72b-4ddd-a6da-a4b94f40626f",
                "name": "API Error. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "configuration",
                      "v1.0",
                      "ordering-store",
                      "select"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"ordering_store\": {\n    \"uid\": 990\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"store not found\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e3f3366a-7545-4e1b-8516-ed2a1b5e15cc",
            "name": "removeOrderingStoreCookie | Delete store cookie",
            "request": {
              "name": "removeOrderingStoreCookie | Delete store cookie",
              "description": {
                "content": "Delete store cookie.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "configuration",
                  "v1.0",
                  "ordering-store",
                  "select"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "54d0979c-ab00-4ada-aeef-e974c394b1b6",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "configuration",
                      "v1.0",
                      "ordering-store",
                      "select"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "disabled": false,
                    "key": "set-cookie",
                    "value": "mollit elit adipisicing proident",
                    "description": ""
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"success\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "ee5e9b6b-ca1f-40d7-b865-bef3c834bc2c",
            "name": "getAppStaffList | List staff members",
            "request": {
              "name": "getAppStaffList | List staff members",
              "description": {
                "content": "List all staff members of the sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "configuration",
                  "v1.0",
                  "staff",
                  "list"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The page number to navigate through the given set of results. Default value is 1."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<integer>",
                    "description": "The number of items to retrieve in each page."
                  },
                  {
                    "disabled": false,
                    "key": "order_incent",
                    "value": "<boolean>",
                    "description": "Select `true` to retrieve the staff members eligible for getting incentives on orders."
                  },
                  {
                    "disabled": false,
                    "key": "ordering_store",
                    "value": "<integer>",
                    "description": "ID of the ordering store. Helps in retrieving staff members working at a particular ordering store."
                  },
                  {
                    "disabled": false,
                    "key": "user",
                    "value": "<string>",
                    "description": "ID of the staff. Helps in retrieving the details of a particular staff member."
                  },
                  {
                    "disabled": false,
                    "key": "user_name",
                    "value": "<string>",
                    "description": "Username of the member."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "f37b4270-f9dc-4e98-84b8-7d87b79f1222",
                "name": "Success. Check the example shown below or refer `AppStaffListResponse` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "configuration",
                      "v1.0",
                      "staff",
                      "list"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "<integer>"
                      },
                      {
                        "key": "page_size",
                        "value": "<integer>"
                      },
                      {
                        "key": "order_incent",
                        "value": "true"
                      },
                      {
                        "key": "ordering_store",
                        "value": "1"
                      },
                      {
                        "key": "user",
                        "value": "test"
                      },
                      {
                        "key": "user_name",
                        "value": "Fynd"
                      }
                    ],
                    "variable": []
                  },
                  "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\": \"5e6b6ae7d450b1219ffdf3b2\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "56510f36-2a8c-4d80-a5cf-b48278b5fe94",
                "name": "Invalid request or Missing params",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "configuration",
                      "v1.0",
                      "staff",
                      "list"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "<integer>"
                      },
                      {
                        "key": "page_size",
                        "value": "<integer>"
                      },
                      {
                        "key": "order_incent",
                        "value": "true"
                      },
                      {
                        "key": "ordering_store",
                        "value": "1"
                      },
                      {
                        "key": "user",
                        "value": "test"
                      },
                      {
                        "key": "user_name",
                        "value": "Fynd"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"UserId Is Not Valid\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "cf92ea20-b0d0-4f73-9e61-92f47939758d",
            "name": "getAppStaffs | Get staff member",
            "request": {
              "name": "getAppStaffs | Get staff member",
              "description": {
                "content": "Get a staff user including the names, employee code, incentive status, assigned ordering stores, and title of each staff added to the sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "configuration",
                  "v1.0",
                  "staff"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "order_incent",
                    "value": "<boolean>",
                    "description": "Select `true` to retrieve the staff members eligible for getting incentives on orders."
                  },
                  {
                    "disabled": false,
                    "key": "ordering_store",
                    "value": "<integer>",
                    "description": "ID of the ordering store. Helps in retrieving staff members working at a particular ordering store."
                  },
                  {
                    "disabled": false,
                    "key": "user",
                    "value": "<string>",
                    "description": "ID of the staff. Helps in retrieving the details of a particular staff member."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "15bcd737-c035-4dc3-9e02-4f09737a907e",
                "name": "Success. Check the example shown below or refer `AppStaffResponse` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "configuration",
                      "v1.0",
                      "staff"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "order_incent",
                        "value": "true"
                      },
                      {
                        "key": "ordering_store",
                        "value": "1"
                      },
                      {
                        "key": "user",
                        "value": "test"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"staff_users\": [\n    {\n      \"_id\": \"5e6b6ae7d450b1219ffdf3b2\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "58e960f8-3fb8-47f9-a520-2c84058aa380",
                "name": "Invalid request or Missing params",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "configuration",
                      "v1.0",
                      "staff"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "order_incent",
                        "value": "true"
                      },
                      {
                        "key": "ordering_store",
                        "value": "1"
                      },
                      {
                        "key": "user",
                        "value": "test"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"UserId Is Not Valid\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      },
      {
        "id": "5f2770bb-bab0-41f3-9b46-81e17602aba5",
        "name": "Content",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "2d63a2cf-19ef-4b5c-a6f6-75066e822798",
            "name": "getAnnouncements | List announcements",
            "request": {
              "name": "getAnnouncements | List announcements",
              "description": {
                "content": "List all current announcements in the application.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "content",
                  "v1.0",
                  "announcements"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "0526ccac-2d18-4c18-be08-72e664ae8a03",
                "name": "Success. Returns a JSON object with the details of the announcement shown on an individual page. `$all` is a special slug to indicate that an announcement is being shown on all the pages. Check the example shown below or refer `AnnouncementsResponseSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "content",
                      "v1.0",
                      "announcements"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"announcements\": {\n    \"$all\": [\n      {\n        \"announcement\": \"<link rel=\\\"stylesheet\\\" type=\\\"text/css\\\" href=\\\"https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/2.9.0/github-markdown.min.css\\\" /> <div class=\\\"markdown-body\\\" style='padding: 12px; color: #000; background-color: #fff;'><p>test Announcement</p>\\n</div>\",\n        \"schedule\": {\n          \"start\": \"2021-03-31T11:22:08.167Z\"\n        }\n      }\n    ]\n  },\n  \"refresh_rate\": 900,\n  \"refresh_pages\": []\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d7b0b505-ff8b-4b18-9ce6-5deec6f9b924",
            "name": "getBlog | Get a blog",
            "request": {
              "name": "getBlog | Get a blog",
              "description": {
                "content": "Get information related to a specific blog such as it's contents, author, publish date, SEO related information.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "content",
                  "v1.0",
                  "blogs",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "root_id",
                    "value": "<string>",
                    "description": "ID given to the HTML element."
                  },
                  {
                    "disabled": false,
                    "key": "preview",
                    "value": "<boolean>",
                    "description": "Boolean value to get the preview for the blogs."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) A short, human-readable, URL-friendly identifier of a blog. You can get slug value from the endpoint /service/application/content/v1.0/blogs/."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "aba8bc6b-3a85-4aeb-a29c-cadd71ec779a",
                "name": "Success. Returns a JSON object with blog details. Check the example shown below or refer `BlogSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "content",
                      "v1.0",
                      "blogs",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "root_id",
                        "value": "<string>"
                      },
                      {
                        "key": "preview",
                        "value": "<boolean>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) A short, human-readable, URL-friendly identifier of a blog. You can get slug value from the endpoint /service/application/content/v1.0/blogs/."
                      }
                    ]
                  },
                  "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": "61690827-2132-494b-b8b1-badadfecd8b3",
            "name": "getBlogs | List blogs",
            "request": {
              "name": "getBlogs | List blogs",
              "description": {
                "content": "List all the blogs against an application.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "content",
                  "v1.0",
                  "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."
                  },
                  {
                    "disabled": false,
                    "key": "tags",
                    "value": "<string>",
                    "description": "Blogs retrieve based on the list of tags passed."
                  },
                  {
                    "disabled": false,
                    "key": "search",
                    "value": "<string>",
                    "description": "Blogs retrieve based on the title."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "a0faff5d-5b7d-4667-84ea-121cc9951d8b",
                "name": "Success. Check the example shown below or refer `BlogGetDetails` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "content",
                      "v1.0",
                      "blogs"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "tags",
                        "value": "<string>"
                      },
                      {
                        "key": "search",
                        "value": "<string>"
                      }
                    ],
                    "variable": []
                  },
                  "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": "f990373a-3931-4f07-951f-6a0a215502bf",
            "name": "getDataLoaders | List Dataloaders",
            "request": {
              "name": "getDataLoaders | List Dataloaders",
              "description": {
                "content": "List all the data loaders that are enabled for an application.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "content",
                  "v1.0",
                  "data-loader"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "fd83dcce-5622-47ae-bf0a-4b6fda0aa2b2",
                "name": "Success. Returns a JSON object containing all the data loaders injected in the application. Check the example shown below or refer `DataLoadersSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "content",
                      "v1.0",
                      "data-loader"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "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\": \"Algolia\",\n      \"is_selected\": false,\n      \"type\": \"url\",\n      \"_id\": \"61bc4523a7ffc7504f4de4a5\",\n      \"service\": \"catalog\",\n      \"operation_id\": \"fetchSuggestions\",\n      \"url\": \"/ext/example/url\"\n    },\n    {\n      \"name\": \"Algolia v3\",\n      \"is_selected\": false,\n      \"type\": \"url\",\n      \"_id\": \"61bc452da7ffc7504f4de4a7\",\n      \"service\": \"catalog\",\n      \"operation_id\": \"fetchSuggestions\",\n      \"url\": \"/ext/example/url\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "3d122b5c-fd74-44b7-a163-8171c961e4d1",
            "name": "getFaqs | List FAQs",
            "request": {
              "name": "getFaqs | List FAQs",
              "description": {
                "content": "List frequently asked questions and answers.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "content",
                  "v1.0",
                  "faq"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "9acc2aa2-8a37-4a95-b46b-7079b3c9304e",
                "name": "Success. Returns a JSON object with question and answers. Check the example shown below or refer `FaqResponseSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "content",
                      "v1.0",
                      "faq"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "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\": \"5eb2db750a8ebf497e315028\",\n      \"question\": \"how to refer my friend\",\n      \"answer\": \"1. Click on refer and earn image in fynd app\\n2. Click on share the code\\n3. Use any method for sharing\\n4. Once the user activates the app with your code, both of you will get the refereal credits.\",\n      \"slug\": \"how to refer\",\n      \"application\": \"000000000000000000000001\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "a610e6d3-eaec-400f-a2a9-a371a2711993",
            "name": "getFaqCategories | List FAQ Categories",
            "request": {
              "name": "getFaqCategories | List FAQ Categories",
              "description": {
                "content": "List categories for organizing FAQs.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "content",
                  "v1.0",
                  "faq",
                  "categories"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "f558503d-bfd8-46c5-a43a-f1a93f221ac2",
                "name": "Success. Returns a JSON object with categories of FAQ. Check the example shown below or refer `GetFaqCategoriesSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "content",
                      "v1.0",
                      "faq",
                      "categories"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "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": "ff6626ea-0e0a-44d0-a45f-9d70424df6b4",
            "name": "getFaqBySlug | Get FAQ",
            "request": {
              "name": "getFaqBySlug | Get FAQ",
              "description": {
                "content": "Get a specific FAQ using its slug identifier.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "content",
                  "v1.0",
                  "faq",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) A short, human-readable, URL-friendly identifier of an FAQ. You can get slug value from the endpoint /service/application/content/v1.0/faq."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "bedc1886-1c50-4155-9e70-ca6b8707df58",
                "name": "Success. Returns a question and answer by its slug. Check the example shown below or refer `FaqSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "content",
                      "v1.0",
                      "faq",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) A short, human-readable, URL-friendly identifier of an FAQ. You can get slug value from the endpoint /service/application/content/v1.0/faq."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"_id\": \"5eb2db750a8ebf497e315028\",\n  \"question\": \"how to refer my friend\",\n  \"answer\": \"1. Click on refer and earn image in fynd app\\n2. Click on share the code\\n3. Use any method for sharing\\n4. Once the user activates the app with your code, both of you will get the refereal credits.\",\n  \"slug\": \"how to refer\",\n  \"application\": \"000000000000000000000001\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d292447f-dad4-4cf1-a9b8-b2dc8d13c665",
            "name": "getFaqCategoryBySlug | Get a FAQ category",
            "request": {
              "name": "getFaqCategoryBySlug | Get a FAQ category",
              "description": {
                "content": "Get a specific FAQ category using its slug.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "content",
                  "v1.0",
                  "faq",
                  "category",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) A short, human-readable, URL-friendly identifier of an FAQ category. You can get slug value from the endpoint /service/application/content/v1.0/faq/categories."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "3ef2c916-b1bf-4751-8a14-d0d55c4e6716",
                "name": "Success. Returns a FAQ category with its slug. Check the example shown below or refer `GetFaqCategoryBySlugSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "content",
                      "v1.0",
                      "faq",
                      "category",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) A short, human-readable, URL-friendly identifier of an FAQ category. You can get slug value from the endpoint /service/application/content/v1.0/faq/categories."
                      }
                    ]
                  },
                  "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": "407e7413-43ed-4755-a301-463e02bed4c0",
            "name": "getFaqsByCategorySlug | List FAQs by category",
            "request": {
              "name": "getFaqsByCategorySlug | List FAQs by category",
              "description": {
                "content": "Get FAQs belonging to a specific category slug.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "content",
                  "v1.0",
                  "faq",
                  "category",
                  ":slug",
                  "faqs"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) A short, human-readable, URL-friendly identifier of an FAQ category. You can get slug value from the endpoint /service/application/content/v1.0/faq/categories."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "9008a5bb-d6fd-4d40-971e-bc82ddb9dd02",
                "name": "Success. Returns a categorized list of question and answers using its slug. Check the example shown below or refer `GetFaqSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "content",
                      "v1.0",
                      "faq",
                      "category",
                      ":slug",
                      "faqs"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) A short, human-readable, URL-friendly identifier of an FAQ category. You can get slug value from the endpoint /service/application/content/v1.0/faq/categories."
                      }
                    ]
                  },
                  "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": "f7b670b4-281f-46be-90c0-0b8da354978d",
            "name": "getLandingPage | Get a landing page",
            "request": {
              "name": "getLandingPage | Get a landing page",
              "description": {
                "content": "Get content of the application's landing page.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "content",
                  "v1.0",
                  "landing-page"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "39a0dc38-1be6-4bf6-8794-904d653c4dd0",
                "name": "Success. Returns the landing page details. Check the example shown below or refer `LandingPageSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "content",
                      "v1.0",
                      "landing-page"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "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  \"_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": "6fd205bf-3309-45cd-bc1c-b56735953409",
            "name": "getLegalInformation | Get legal information",
            "request": {
              "name": "getLegalInformation | Get legal information",
              "description": {
                "content": "Get legal policies for an application which includes Terms and conditions, return policy, shipping policy and privacy policy.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "content",
                  "v1.0",
                  "legal"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "21a87d0b-7003-449b-a867-a2c54a0a1813",
                "name": "Success. Returns the T&C, Shipping Policy, Privacy Policy and Return Policy. Check the example shown below or refer `ApplicationLegal` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "content",
                      "v1.0",
                      "legal"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "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": "b370e33f-b28b-480d-a203-28dc3bd44504",
            "name": "getNavigations | List navigation items",
            "request": {
              "name": "getNavigations | List navigation items",
              "description": {
                "content": "Get the navigation link items which can be powered to generate menus on application's website or equivalent mobile apps.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "content",
                  "v1.0",
                  "navigations"
                ],
                "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."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "4a595aaa-59fa-46fb-95a7-9e97334a4ccb",
                "name": "Success. Returns a JSON object with navigation details. Check the example shown below or refer `NavigationGetDetails` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "content",
                      "v1.0",
                      "navigations"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      }
                    ],
                    "variable": []
                  },
                  "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": "72ac0150-ef46-4737-8f46-633b871042e6",
            "name": "getSEOConfiguration | Get SEO settings",
            "request": {
              "name": "getSEOConfiguration | Get SEO settings",
              "description": {
                "content": "Get search engine optimization configurations of an application. Details include the title, description and an image.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "content",
                  "v1.0",
                  "seo"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "8e14a7ed-c9ed-409a-b142-a1b4eefea5c2",
                "name": "Success. Returns a JSON object SEO details such as robots.txt, meta-tags, and sitemap. Check the example shown below or refer `SeoComponent` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "content",
                      "v1.0",
                      "seo"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "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": "b82319e3-054f-45a2-9598-132088542fa3",
            "name": "getSEOMarkupSchemas | List SEO Markup schemas",
            "request": {
              "name": "getSEOMarkupSchemas | List SEO Markup schemas",
              "description": {
                "content": "Get all SEO Markup schema Templates setup for an application.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "content",
                  "v1.0",
                  "seo",
                  "schema"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_type",
                    "value": "<string>",
                    "description": "The type of page against which schema template was created."
                  },
                  {
                    "disabled": false,
                    "key": "active",
                    "value": "true",
                    "description": "Boolean value for fetching seo schema."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "5e4a455f-abb5-4da8-97ea-8847180d4ff9",
                "name": "Success. Refer `SeoSchemaComponent` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "content",
                      "v1.0",
                      "seo",
                      "schema"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_type",
                        "value": "<string>"
                      },
                      {
                        "key": "active",
                        "value": "true"
                      }
                    ],
                    "variable": []
                  },
                  "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\": \"fugiat dolore consequat Lorem\",\n      \"title\": \"est do velit\",\n      \"page_type\": \"<string>\",\n      \"description\": \"sed ipsum\",\n      \"schema\": \"minim sint deserunt\",\n      \"active\": false,\n      \"created_at\": \"2012-01-05T06:24:41.374Z\",\n      \"updated_at\": \"1977-03-18T09:39:30.524Z\",\n      \"application\": \"elit pariatur labore\"\n    },\n    {\n      \"id\": \"id cillum\",\n      \"title\": \"qui in\",\n      \"page_type\": \"<string>\",\n      \"description\": \"labo\",\n      \"schema\": \"in est fugiat\",\n      \"active\": false,\n      \"created_at\": \"1947-08-02T16:52:24.365Z\",\n      \"updated_at\": \"1949-03-26T13:42:03.304Z\",\n      \"application\": \"Lorem labor\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "6e18e4fb-d484-40bf-acab-eba0aa762819",
            "name": "getSupportInformation | Get customer support information",
            "request": {
              "name": "getSupportInformation | Get customer support information",
              "description": {
                "content": "Get customer support contact details. Contact Details can be either a phone number or an email-id or both.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "content",
                  "v1.0",
                  "support"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "b08ab856-7855-4279-9dc6-16473fc3e720",
                "name": "Success. Returns all support information including email and phone number. Check the example shown below or refer `Support` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "content",
                      "v1.0",
                      "support"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "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": "deecfae5-740b-449e-bedc-0edfff1f4718",
            "name": "getTags | Get HTML tags",
            "request": {
              "name": "getTags | Get HTML tags",
              "description": {
                "content": "Lists HTML tags to power additional functionalities within an application.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "content",
                  "v1.0",
                  "tags"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "04dd4a6b-a4e3-4d59-8ca4-359998de4399",
                "name": "Success. Returns a JSON object containing all the tags injected in the application. Check the example shown below or refer `TagsSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "content",
                      "v1.0",
                      "tags"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"application\": \"000000000000000000000001\",\n  \"_id\": \"5f7c37b2dd0144bb3a353c5f\",\n  \"tags\": [\n    {\n      \"name\": \"Tapfiliate JS\",\n      \"sub_type\": \"external\",\n      \"_id\": \"5f7c37b2dd0144f1f8353c60\",\n      \"type\": \"js\",\n      \"url\": \"https://script.tapfiliate.com/tapfiliate.js\",\n      \"position\": \"body-bottom\",\n      \"attributes\": {\n        \"async\": true\n      }\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "0e65cc9a-2727-46ec-ae43-5e7e28970379",
            "name": "getPage | Get a page",
            "request": {
              "name": "getPage | Get a page",
              "description": {
                "content": "Get detailed information for a specific page within the theme.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "content",
                  "v2.0",
                  "pages",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "root_id",
                    "value": "<string>",
                    "description": "ID given to the HTML element."
                  }
                ],
                "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 from the endpoint /service/application/content/v2.0/pages/."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "20ce6167-a4b0-48cb-bff8-018524c0f222",
                "name": "Success. Returns a JSON object with page details. Check the example shown below or refer `CustomPageSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "content",
                      "v2.0",
                      "pages",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "root_id",
                        "value": "<string>"
                      }
                    ],
                    "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 from the endpoint /service/application/content/v2.0/pages/."
                      }
                    ]
                  },
                  "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_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": "fb6acdda-da23-4037-afe1-08f2bd426756",
            "name": "getPages | Lists pages",
            "request": {
              "name": "getPages | Lists pages",
              "description": {
                "content": "Lists all Custom Pages.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "content",
                  "v2.0",
                  "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."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "cf9dda52-f01a-42e4-b7d1-bf27492a98ca",
                "name": "Success. Returns a list of pages along with their details. Check the example shown below or refer `PageGetStorefrontResponse` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "content",
                      "v2.0",
                      "pages"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      }
                    ],
                    "variable": []
                  },
                  "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": "4db97c2b-4f6a-44b3-bea4-18011745e051",
            "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",
                  "application",
                  "content",
                  "v2.0",
                  "customobjects",
                  "definition",
                  ":definition_slug",
                  "entries",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "definition_slug",
                    "description": "(Required) Slug of Meta object definition"
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) Slug of Meta object"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "25fd601a-5a99-4c68-84ec-cea8b65c0a64",
                "name": "Success. Returns a custom object. Refer `CustomObjectByIdSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "content",
                      "v2.0",
                      "customobjects",
                      "definition",
                      ":definition_slug",
                      "entries",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "definition_slug",
                        "description": "(Required) Slug of Meta object definition"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) Slug of Meta object"
                      }
                    ]
                  },
                  "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  \"definition\": {\n    \"id\": \"653907ced878d53c1a502d92\",\n    \"name\": \"painter\",\n    \"type\": \"painter\"\n  },\n  \"references\": [],\n  \"fields\": [\n    {\n      \"slug\": \"name\",\n      \"value\": [\n        \"Bruce Wayne\"\n      ],\n      \"type\": \"string_single_line\"\n    },\n    {\n      \"slug\": \"age\",\n      \"value\": [\n        5\n      ],\n      \"type\": \"integer\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "6f34749f-fed9-48bc-993e-6d498a17ffdf",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "content",
                      "v2.0",
                      "customobjects",
                      "definition",
                      ":definition_slug",
                      "entries",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "definition_slug",
                        "description": "(Required) Slug of Meta object definition"
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) Slug of Meta object"
                      }
                    ]
                  },
                  "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": "e6e56a5c-ae49-414a-94e7-f968972a4402",
            "name": "getCustomFieldsByResourceId | Get list of custom fields of given resource and resource slug",
            "request": {
              "name": "getCustomFieldsByResourceId | 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",
                  "application",
                  "content",
                  "v2.0",
                  "customfields",
                  "resource",
                  ":resource",
                  ":resource_slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "resource",
                    "description": "(Required) This is the name of resource for which you want to fetch custom fields eg. product, collection, customer etc."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "resource_slug",
                    "description": "(Required) This is the resource id for which custom fields created"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "fc86c93e-cfbb-4a57-a6ad-340bf9206a6f",
                "name": "Success. Returns a list of custom fields. Refer `CustomFieldsResponseByResourceIdSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "content",
                      "v2.0",
                      "customfields",
                      "resource",
                      ":resource",
                      ":resource_slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) This is the name of resource for which you want to fetch custom fields eg. product, collection, customer etc."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource_slug",
                        "description": "(Required) This is the resource id for which custom fields created"
                      }
                    ]
                  },
                  "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": "3e776c8e-7f87-4b75-8066-c518466a52e8",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "content",
                      "v2.0",
                      "customfields",
                      "resource",
                      ":resource",
                      ":resource_slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) This is the name of resource for which you want to fetch custom fields eg. product, collection, customer etc."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource_slug",
                        "description": "(Required) This is the resource id for which custom fields 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\": \"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": "d2fa4f04-7965-44b5-a699-2540e84832cb",
            "name": "getBulkCustomFieldsByResource | Get bulk list of custom fields of given resource",
            "request": {
              "name": "getBulkCustomFieldsByResource | Get bulk list of custom fields of given resource",
              "description": {
                "content": "Retrieves a bulk list of custom fields attached to a particular resource by using the resource and resource IDs. The resource_ids query parameter is required and can accept multiple comma-separated values. Optional filters for keys and namespaces can also be applied.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "content",
                  "v2.0",
                  "customfields",
                  "resource",
                  ":resource"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "resource_ids",
                    "value": "<string>",
                    "description": "(Required) This is the resource ids for which custom fields created with comma separated."
                  },
                  {
                    "disabled": false,
                    "key": "keys",
                    "value": "<string>",
                    "description": "Filter custom fields by specific keys (slugs). Multiple values can be provided as comma-separated."
                  },
                  {
                    "disabled": false,
                    "key": "namespaces",
                    "value": "<string>",
                    "description": "Filter custom fields by specific namespaces. Multiple values can be provided as comma-separated."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "resource",
                    "description": "(Required) This is the name of resource for which you want to fetch custom fields eg. product, collection, customer etc."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "e8ed72fe-a1fe-4512-bbe5-0a2481f98df7",
                "name": "Returns a bulk list of custom fields grouped by resource IDs. Refer `BulkCustomFieldsResponseByResourceSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "content",
                      "v2.0",
                      "customfields",
                      "resource",
                      ":resource"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "resource_ids",
                        "value": "65af75619fb5333f5a966066,65d196092d911c78a03fb68d"
                      },
                      {
                        "key": "keys",
                        "value": "brand_story,designer_name"
                      },
                      {
                        "key": "namespaces",
                        "value": "custom"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) This is the name of resource for which you want to fetch custom fields eg. product, collection, customer etc."
                      }
                    ]
                  },
                  "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      \"resource_id\": \"12420924\",\n      \"resource_slug\": \"12420924\",\n      \"items\": [\n        {\n          \"namespace\": \"custom\",\n          \"resource\": \"product\",\n          \"value\": [\n            \"Tester 1\",\n            \"Tester 2\"\n          ],\n          \"type\": \"dropdown\",\n          \"multi_value\": true,\n          \"company_id\": \"32496\",\n          \"has_invalid_values\": false,\n          \"invalid_value_errors\": [],\n          \"is_deleted\": false,\n          \"created_at\": \"2025-11-11T11:11:11.845Z\",\n          \"updated_at\": \"2025-11-11T11:11:11.845Z\",\n          \"slug\": \"namer\",\n          \"resource_slug\": \"12420924\",\n          \"id\": \"691319cfb1fb8c620cac0d0d\"\n        },\n        {\n          \"namespace\": \"custom\",\n          \"resource\": \"product\",\n          \"value\": [\n            \"jhjhjh@example.com\"\n          ],\n          \"type\": \"string_single_line\",\n          \"multi_value\": false,\n          \"company_id\": \"32496\",\n          \"has_invalid_values\": false,\n          \"invalid_value_errors\": [],\n          \"is_deleted\": false,\n          \"created_at\": \"2025-11-11T11:11:11.846Z\",\n          \"updated_at\": \"2025-11-11T11:11:11.846Z\",\n          \"slug\": \"tester-one\",\n          \"resource_slug\": \"12420924\",\n          \"id\": \"691319cfb1fb8c620cac0d0e\"\n        },\n        {\n          \"namespace\": \"custom\",\n          \"resource\": \"product\",\n          \"value\": [\n            \"ghj\"\n          ],\n          \"type\": \"string_single_line\",\n          \"multi_value\": true,\n          \"company_id\": \"32496\",\n          \"application_id\": \"68e8c07c7bd80728cfecec06\",\n          \"has_invalid_values\": false,\n          \"invalid_value_errors\": [],\n          \"is_deleted\": false,\n          \"created_at\": \"2025-11-11T11:17:45.551Z\",\n          \"updated_at\": \"2025-11-11T11:17:45.551Z\",\n          \"slug\": \"xcsadf\",\n          \"resource_slug\": \"12420924\",\n          \"id\": \"69131b59be73f963e07c958a\"\n        },\n        {\n          \"namespace\": \"custom\",\n          \"resource\": \"product\",\n          \"value\": [\n            \"prashant\"\n          ],\n          \"type\": \"metaobject\",\n          \"multi_value\": false,\n          \"company_id\": \"32496\",\n          \"application_id\": \"68e8c07c7bd80728cfecec06\",\n          \"has_invalid_values\": false,\n          \"invalid_value_errors\": [],\n          \"is_deleted\": false,\n          \"created_at\": \"2025-11-11T12:28:24.707Z\",\n          \"updated_at\": \"2025-11-17T06:26:06.598Z\",\n          \"slug\": \"designer\",\n          \"resource_slug\": \"12420924\",\n          \"id\": \"69132be8be73f963e07c9892\"\n        }\n      ]\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "2113f137-81ac-448a-9637-de638cb44015",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "content",
                      "v2.0",
                      "customfields",
                      "resource",
                      ":resource"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "resource_ids",
                        "value": "65af75619fb5333f5a966066,65d196092d911c78a03fb68d"
                      },
                      {
                        "key": "keys",
                        "value": "brand_story,designer_name"
                      },
                      {
                        "key": "namespaces",
                        "value": "custom"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "resource",
                        "description": "(Required) This is the name of resource for which you want to fetch custom fields eg. product, collection, customer etc."
                      }
                    ]
                  },
                  "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": "b78aa479-3117-42d6-977d-9b2a9d394b22",
        "name": "FileStorage",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "fd323a67-0198-4799-a0b0-24edda398caa",
            "name": "startUpload | Initiates file upload",
            "request": {
              "name": "startUpload | Initiates file upload",
              "description": {
                "content": "Starts the process of uploading a file to storage location, and returns a signed url in response.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "assets",
                  "v2.0",
                  "namespaces",
                  ":namespace",
                  "upload",
                  "start"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "namespace",
                    "description": "(Required) A classification value that categorizes files based on the namespace used to determine their storage location and validate their data before upload. The namespace  also acts as a directory structure within the storage bucket and enforces file-specific rules.\nAvailable namespaces:\n  - user-profile-pic: Public namespace allowing images up to 15Mb\n  - feedback-media: Public namespace allowing images and videos up to 1Gb\n  - users-vto-images: Private namespace allowing images up to 40Mb\n  - application-audience: Private namespace allowing images and PDFs up to 50Mb"
                  }
                ]
              },
              "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    \"subpath\": \"<string>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "2045e1cd-dc23-4f43-894f-2fdad378c491",
                "name": "Success. Returns a response containing relaving and absolute_url of storage service",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "assets",
                      "v2.0",
                      "namespaces",
                      ":namespace",
                      "upload",
                      "start"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) A classification value that categorizes files based on the namespace used to determine their storage location and validate their data before upload. The namespace  also acts as a directory structure within the storage bucket and enforces file-specific rules.\nAvailable namespaces:\n  - user-profile-pic: Public namespace allowing images up to 15Mb\n  - feedback-media: Public namespace allowing images and videos up to 1Gb\n  - users-vto-images: Private namespace allowing images up to 40Mb\n  - application-audience: Private namespace allowing images and PDFs up to 50Mb"
                      }
                    ]
                  },
                  "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": "50f5b987-adb1-4674-be7f-b497d86dadae",
                "name": "Missing or incorrect required field",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "assets",
                      "v2.0",
                      "namespaces",
                      ":namespace",
                      "upload",
                      "start"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) A classification value that categorizes files based on the namespace used to determine their storage location and validate their data before upload. The namespace  also acts as a directory structure within the storage bucket and enforces file-specific rules.\nAvailable namespaces:\n  - user-profile-pic: Public namespace allowing images up to 15Mb\n  - feedback-media: Public namespace allowing images and videos up to 1Gb\n  - users-vto-images: Private namespace allowing images up to 40Mb\n  - application-audience: Private namespace allowing images and PDFs up to 50Mb"
                      }
                    ]
                  },
                  "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    \"admin-catalogue-import-export\",\n    \"admin-catalogue-assets\"\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e5b84746-2ac4-4798-a1ef-fc95229e3811",
            "name": "completeUpload | Finalizes upload process.",
            "request": {
              "name": "completeUpload | Finalizes upload process.",
              "description": {
                "content": "\nComplete the file upload and store the file details such as name, size, content type, and namespace to maintain integrity within the system's database.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "assets",
                  "v2.0",
                  "namespaces",
                  ":namespace",
                  "upload",
                  "complete"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "namespace",
                    "description": "(Required) A classification value that categorizes files based on the namespace used to determine their storage location and validate their data before upload. The namespace  also acts as a directory structure within the storage bucket and enforces file-specific rules.\nAvailable namespaces:\n  - user-profile-pic: Public namespace allowing images up to 15Mb\n  - feedback-media: Public namespace allowing images and videos up to 1Gb\n  - users-vto-images: Private namespace allowing images up to 40Mb\n  - application-audience: Private namespace allowing images and PDFs up to 50Mb"
                  }
                ]
              },
              "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": "cb24a092-adfd-4731-988d-fea8f0337e22",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "assets",
                      "v2.0",
                      "namespaces",
                      ":namespace",
                      "upload",
                      "complete"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) A classification value that categorizes files based on the namespace used to determine their storage location and validate their data before upload. The namespace  also acts as a directory structure within the storage bucket and enforces file-specific rules.\nAvailable namespaces:\n  - user-profile-pic: Public namespace allowing images up to 15Mb\n  - feedback-media: Public namespace allowing images and videos up to 1Gb\n  - users-vto-images: Private namespace allowing images up to 40Mb\n  - application-audience: Private namespace allowing images and PDFs up to 50Mb"
                      }
                    ]
                  },
                  "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  \"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  \"created_by\": {\n    \"username\": \"test_example_com_12345\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "482fd3a8-7f5c-4166-8744-4539a147f444",
                "name": "cdn is not passed correctly",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "assets",
                      "v2.0",
                      "namespaces",
                      ":namespace",
                      "upload",
                      "complete"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "namespace",
                        "description": "(Required) A classification value that categorizes files based on the namespace used to determine their storage location and validate their data before upload. The namespace  also acts as a directory structure within the storage bucket and enforces file-specific rules.\nAvailable namespaces:\n  - user-profile-pic: Public namespace allowing images up to 15Mb\n  - feedback-media: Public namespace allowing images and videos up to 1Gb\n  - users-vto-images: Private namespace allowing images up to 40Mb\n  - application-audience: Private namespace allowing images and PDFs up to 50Mb"
                      }
                    ]
                  },
                  "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          \"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": "89e0bbc4-9912-41d6-a1a7-2d91128602ee",
            "name": "signUrls | Signs file URLs.",
            "request": {
              "name": "signUrls | Signs file URLs.",
              "description": {
                "content": "Generates secure, signed URLs that is valid for certain expiry time for accessing stored files.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "assets",
                  "v1.0",
                  "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": "7deeb23c-481c-49db-a3cc-0f2403135d7e",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "assets",
                      "v1.0",
                      "sign-urls"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "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
            }
          }
        ],
        "event": []
      },
      {
        "id": "c9a8dffd-e6ec-47ba-b6f4-7493f941d933",
        "name": "Finance",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "a25fa39d-32ac-474e-a2b2-f538eb6d20c5",
            "name": "customerCreditBalance | This API will provide customer's credit balance against phone number or email and seller*affiliate id",
            "request": {
              "name": "customerCreditBalance | This API will provide customer's credit balance against phone number or email and seller*affiliate id",
              "description": {
                "content": "This API will provide customer's credit balance against phone number or email and seller*affiliate id",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "finance",
                  "v1.0",
                  "customer-credit-balance"
                ],
                "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}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "c9351220-d00b-47d7-8242-0970a9aec40b",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "finance",
                      "v1.0",
                      "customer-credit-balance"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"data\": {\n    \"seller_id\": 123,\n    \"affiliate_id\": \"12345\",\n    \"customer_mobile_number\": \"8888888888\",\n    \"customer_email\": \"test@example.com\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"data\": {\n    \"customer_mobile_number\": \"8888888888\",\n    \"customer_email\": \"test@example.com\",\n    \"total_credited_balance\": 100,\n    \"total_locked_amount\": 50,\n    \"allowed_redemption_amount\": 50\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "58ba17b2-3575-4175-9142-1b540ce1d82e",
                "name": "Bad request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "finance",
                      "v1.0",
                      "customer-credit-balance"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"data\": {\n    \"seller_id\": 123,\n    \"affiliate_id\": \"12345\",\n    \"customer_mobile_number\": \"8888888888\",\n    \"customer_email\": \"test@example.com\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"reason\": \"body.data.app_id:Field required\",\n  \"message\": \"body.data.app_id:Field required\",\n  \"status\": 400,\n  \"code\": null,\n  \"exception\": \"RequestValidationError\",\n  \"info\": null,\n  \"request_id\": null,\n  \"stack_trace\": null,\n  \"meta\": {\n    \"columns_errors\": [\n      {\n        \"code\": null,\n        \"message\": \"body.data.app_id:Field required\"\n      }\n    ]\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "c4406543-444d-4afc-a6e1-71d89e9f75ec",
            "name": "lockUnlockCreditNote | Lock or Unlock requested credit note.",
            "request": {
              "name": "lockUnlockCreditNote | Lock or Unlock requested credit note.",
              "description": {
                "content": "Used to lock or unlock requested credit note.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "finance",
                  "v1.0",
                  "lock-unlock-credit-note"
                ],
                "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    \"seller_id\": \"<integer>\",\n    \"affiliate_id\": \"<string>\",\n    \"ordering_channel\": \"<string>\",\n    \"credit_note_number\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"request_type\": \"<string>\",\n    \"order_id\": \"<string>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "13d276f1-bd96-411b-8c3d-cc59a146e0cc",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "finance",
                      "v1.0",
                      "lock-unlock-credit-note"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"data\": {\n    \"seller_id\": 100,\n    \"affiliate_id\": \"100\",\n    \"ordering_channel\": \"ecomm\",\n    \"credit_note_number\": \"credit_note_test_exchange_6\",\n    \"amount\": 10,\n    \"request_type\": \"lock\",\n    \"order_id\": \"11111\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"data\": {\n    \"credit_note_number\": \"D00009907A000117\",\n    \"amount\": 100\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "626994a3-6a1f-43fc-b431-fedeefa5ea49",
                "name": "Request failed due to invalid data.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "finance",
                      "v1.0",
                      "lock-unlock-credit-note"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"data\": {\n    \"seller_id\": 100,\n    \"affiliate_id\": \"100\",\n    \"ordering_channel\": \"ecomm\",\n    \"credit_note_number\": \"credit_note_test_exchange_6\",\n    \"amount\": 10,\n    \"request_type\": \"lock\",\n    \"order_id\": \"11111\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"reason\": \"body.data.app_id:Field required\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      },
      {
        "id": "747334b2-1c7a-45b8-96df-af1164c1fb1d",
        "name": "Lead",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "ebd353a3-9226-4ad3-a1d5-10c3a642e3bd",
            "name": "getCustomForm | Get custom form",
            "request": {
              "name": "getCustomForm | Get custom form",
              "description": {
                "content": "Get a customizable form template for data collection.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "lead",
                  "v1.0",
                  "form",
                  ":slug"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) Slug of form whose response is getting submitted."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "7806eaae-5dbb-43e3-ae41-bd1c31276ed5",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "lead",
                      "v1.0",
                      "form",
                      ":slug"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) Slug of form whose response is getting submitted."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"priority\": \"high\",\n  \"login_required\": false,\n  \"should_notify\": false,\n  \"inputs\": [\n    {\n      \"required\": false,\n      \"type\": \"text\",\n      \"display\": \"Name\",\n      \"placeholder\": \"Please enter your name\",\n      \"key\": \"name\"\n    }\n  ],\n  \"available_assignees\": [],\n  \"_id\": \"5fd258a9088f957f34c288fc\",\n  \"title\": \"trail form\",\n  \"description\": \"Trail form description\",\n  \"slug\": \"trail-form\",\n  \"application_id\": \"000000000000000000000003\",\n  \"created_on\": {\n    \"user_agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\",\n    \"platform\": \"web\",\n    \"meta\": {\n      \"browser\": {\n        \"name\": \"Chrome\",\n        \"version\": \"87.0.4280.88\"\n      },\n      \"os\": {\n        \"name\": \"macOS\",\n        \"version\": \"10.15.6\",\n        \"versionName\": \"Catalina\"\n      },\n      \"platform\": {\n        \"type\": \"desktop\",\n        \"vendor\": \"Apple\"\n      },\n      \"engine\": {\n        \"name\": \"Blink\"\n      }\n    }\n  },\n  \"created_by\": \"5d1363adf599d850df93175e\",\n  \"createdAt\": \"2020-12-10T17:19:37.515Z\",\n  \"updatedAt\": \"2020-12-10T17:19:43.214Z\",\n  \"__v\": 0\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "8278a9f7-3f55-4695-9176-45d67ad0ca85",
            "name": "submitCustomForm | Submits form data",
            "request": {
              "name": "submitCustomForm | Submits form data",
              "description": {
                "content": "Create user-entered data from a custom form for processing.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "lead",
                  "v1.0",
                  "form",
                  ":slug",
                  "submit"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) Slug of form whose response is getting submitted."
                  }
                ]
              },
              "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  \"response\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"attachments\": [\n    {\n      \"value\": \"<string>\",\n      \"type\": \"<string>\",\n      \"display\": \"<string>\"\n    },\n    {\n      \"value\": \"<string>\",\n      \"type\": \"<string>\",\n      \"display\": \"<string>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "d1157e50-fc6a-4a87-a5ef-8c0cb45911bb",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "lead",
                      "v1.0",
                      "form",
                      ":slug",
                      "submit"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) Slug of form whose response is getting submitted."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"response\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"attachments\": [\n    {\n      \"value\": \"<string>\",\n      \"type\": \"<string>\",\n      \"display\": \"<string>\"\n    },\n    {\n      \"value\": \"<string>\",\n      \"type\": \"<string>\",\n      \"display\": \"<string>\"\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"ticket\": {\n    \"context\": {\n      \"application_id\": \"000000000000000000000003\",\n      \"company_id\": \"884\"\n    },\n    \"content\": {\n      \"title\": \"Some title Response\",\n      \"description\": \"description\",\n      \"attachments\": []\n    },\n    \"status\": {\n      \"display\": \"In Progress\",\n      \"color\": \"#ffa951\",\n      \"key\": \"in_progress\"\n    },\n    \"priority\": {\n      \"display\": \"Medium\",\n      \"color\": \"#f37736\",\n      \"key\": \"medium\"\n    },\n    \"assigned_to\": {\n      \"agent_id\": \"5d1363adf599d850df93175e\",\n      \"gender\": \"male\",\n      \"accountType\": \"user\",\n      \"active\": true,\n      \"profilePicUrl\": \"https://platform-lookaside.fbsbx.com/platform/profilepic/?asid=2136700473091190&height=400&width=400&ext=1554542761&hash=AeS6cuWIdjDdJJ-b\",\n      \"hasOldPasswordHash\": false,\n      \"_id\": \"5d1363adf599d850df93175e\",\n      \"phoneNumbers\": [\n        {\n          \"active\": true,\n          \"primary\": true,\n          \"verified\": true,\n          \"countryCode\": 91,\n          \"phone\": \"8888888888\"\n        }\n      ],\n      \"firstName\": \"Nikhil\",\n      \"lastName\": \"Manapure\",\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      \"createdAt\": \"2019-01-01T17:22:38.528Z\",\n      \"updatedAt\": \"2021-01-22T10:02:42.258Z\",\n      \"uid\": \"20500281\",\n      \"__v\": 56\n    },\n    \"tags\": [\n      \"some-title\"\n    ],\n    \"_id\": \"6012f38557751ee8fc162cf7\",\n    \"created_on\": {\n      \"user_agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36\",\n      \"platform\": \"web\",\n      \"meta\": {\n        \"browser\": {\n          \"name\": \"Chrome\",\n          \"version\": \"88.0.4324.96\"\n        },\n        \"os\": {\n          \"name\": \"macOS\",\n          \"version\": \"10.15.7\",\n          \"versionName\": \"Catalina\"\n        },\n        \"platform\": {\n          \"type\": \"desktop\",\n          \"vendor\": \"Apple\"\n        },\n        \"engine\": {\n          \"name\": \"Blink\"\n        }\n      }\n    },\n    \"source\": \"sales_channel\",\n    \"created_by\": {\n      \"id\": \"5d1363adf599d850df93175e\",\n      \"user\": {\n        \"gender\": \"male\",\n        \"accountType\": \"user\",\n        \"active\": true,\n        \"profilePicUrl\": \"https://platform-lookaside.fbsbx.com/platform/profilepic/?asid=2136700473091190&height=400&width=400&ext=1554542761&hash=AeS6cuWIdjDdJJ-b\",\n        \"hasOldPasswordHash\": false,\n        \"_id\": \"5d1363adf599d850df93175e\",\n        \"phoneNumbers\": [\n          {\n            \"active\": true,\n            \"primary\": true,\n            \"verified\": true,\n            \"countryCode\": 91,\n            \"phone\": \"8888888888\"\n          }\n        ],\n        \"firstName\": \"Nikhil\",\n        \"lastName\": \"Manapure\",\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        \"createdAt\": \"2019-01-01T17:22:38.528Z\",\n        \"updatedAt\": \"2021-01-22T10:02:42.258Z\",\n        \"uid\": \"20500281\",\n        \"__v\": 56\n      }\n    },\n    \"response_id\": \"6012f38457751e0fb8162cf6\",\n    \"category\": {\n      \"form\": {\n        \"login_required\": false,\n        \"should_notify\": false,\n        \"inputs\": [\n          {\n            \"required\": false,\n            \"type\": \"text\",\n            \"enum\": [],\n            \"display\": \"Single lineeee\",\n            \"key\": \"single-lineeee\",\n            \"showRegexInput\": false\n          },\n          {\n            \"required\": false,\n            \"type\": \"email\",\n            \"enum\": [],\n            \"display\": \"Email\",\n            \"regex\": \"\\\\S+@\\\\S+\\\\.\\\\S+\",\n            \"key\": \"email\",\n            \"showRegexInput\": true\n          },\n          {\n            \"required\": false,\n            \"type\": \"text\",\n            \"enum\": [],\n            \"display\": \"dfsdf\",\n            \"key\": \"dfsdf\",\n            \"showRegexInput\": false\n          }\n        ],\n        \"available_assignees\": [\n          \"5b9b98150df588546aaea6d2\",\n          \"5c45d78395d7504f76c2cb37\"\n        ],\n        \"_id\": \"5fd72db3dc250f8decfc61b2\",\n        \"title\": \"SOme title\",\n        \"description\": \"SOme big description\",\n        \"slug\": \"some-title\",\n        \"application_id\": \"000000000000000000000003\",\n        \"created_on\": {\n          \"user_agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\",\n          \"platform\": \"web\",\n          \"meta\": {\n            \"browser\": {\n              \"name\": \"Chrome\",\n              \"version\": \"87.0.4280.88\"\n            },\n            \"os\": {\n              \"name\": \"macOS\",\n              \"version\": \"10.15.6\",\n              \"versionName\": \"Catalina\"\n            },\n            \"platform\": {\n              \"type\": \"desktop\",\n              \"vendor\": \"Apple\"\n            },\n            \"engine\": {\n              \"name\": \"Blink\"\n            }\n          }\n        },\n        \"created_by\": \"5d1363adf599d850df93175e\",\n        \"createdAt\": \"2020-12-14T09:17:39.953Z\",\n        \"updatedAt\": \"2021-01-28T18:48:07.717Z\",\n        \"__v\": 0\n      },\n      \"key\": \"some-title\",\n      \"display\": \"SOme title\"\n    },\n    \"ticket_id\": \"43\",\n    \"createdAt\": \"2021-01-28T17:25:25.013Z\",\n    \"updatedAt\": \"2021-01-28T17:25:33.396Z\",\n    \"__v\": 0,\n    \"video_room_id\": \"6012f38557751ee8fc162cf7\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      },
      {
        "id": "4bd3a4a0-e6b9-4611-883e-909d9cf57d51",
        "name": "Logistic",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "de784601-9bee-44c1-9839-7c095edfa181",
            "name": "getAllCountries | Get deliverable countries",
            "request": {
              "name": "getAllCountries | Get deliverable countries",
              "description": {
                "content": "Get a list of countries within the specified delivery zones for that application.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "logistics",
                  "v1.0",
                  "country-list"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "2a22c6b0-1c4c-4060-892e-1f1eb4ca0ff5",
                "name": "Success",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "logistics",
                      "v1.0",
                      "country-list"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"results\": [\n    {\n      \"uid\": \"1\",\n      \"name\": \"INDIA\",\n      \"type\": \"countryc\",\n      \"display_name\": \"India\",\n      \"sub_type\": \"country\",\n      \"parent_id\": [\n        \"abc\"\n      ],\n      \"meta\": {\n        \"iso2\": \"IN\",\n        \"iso3\": \"IND\",\n        \"currency\": {\n          \"code\": \"INR\",\n          \"name\": \"Indian Rupee\",\n          \"symbol\": \"₹\"\n        },\n        \"latitude\": \"28.10\",\n        \"longitude\": \"77.99\",\n        \"phone_code\": \"+91\",\n        \"zone\": \"red\",\n        \"deliverables\": [\n          \"essential\"\n        ],\n        \"parent_id\": null,\n        \"hierarchy\": [\n          {\n            \"display_name\": \"Pincode\",\n            \"slug\": \"pincode\"\n          }\n        ],\n        \"country_code\": \"IN\"\n      },\n      \"logistics\": {\n        \"dp\": {\n          \"dp1\": {\n            \"fm_priority\": 1,\n            \"lm_priority\": 2,\n            \"rvp_priority\": 3,\n            \"payment_mode\": \"all\",\n            \"operations\": [\n              \"inter_city\"\n            ],\n            \"assign_dp_from_sb\": true,\n            \"internal_account_id\": \"4\",\n            \"external_account_id\": \"5\"\n          }\n        }\n      },\n      \"is_active\": true,\n      \"lat_long\": {},\n      \"serviceability\": {\n        \"ext1\": {\n          \"schema1\": {\n            \"is_first_mile\": true,\n            \"is_last_mile\": true,\n            \"is_reverse_pickup\": true,\n            \"route_code\": \"r1\",\n            \"pickup_cutoff\": \"10:30\",\n            \"is_installation\": false,\n            \"is_qc\": false,\n            \"lm_cod_limit\": null\n          }\n        }\n      }\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "9a393ad8-f1da-457e-9627-30a6a1efd9de",
            "name": "getCountries | Get countries",
            "request": {
              "name": "getCountries | Get countries",
              "description": {
                "content": "List of supported countries.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "logistics",
                  "v2.0",
                  "countries"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "onboarding",
                    "value": "<boolean>",
                    "description": "List 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": "Used to search for matching results based on the provided input."
                  },
                  {
                    "disabled": false,
                    "key": "hierarchy",
                    "value": "<string>",
                    "description": "Fetch countries that has certain heirarchy present."
                  },
                  {
                    "disabled": false,
                    "key": "phone_code",
                    "value": "<string>",
                    "description": "Filter countries by phone code (e.g., +1 for United States, +91 for India, etc.)."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "89760185-a897-48e5-a956-7680c8005873",
                "name": "Successfully retrieved all countries with associated data.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "logistics",
                      "v2.0",
                      "countries"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "onboarding",
                        "value": "true"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "6"
                      },
                      {
                        "key": "q",
                        "value": "400603"
                      },
                      {
                        "key": "hierarchy",
                        "value": "pincode"
                      },
                      {
                        "key": "phone_code",
                        "value": "+91"
                      }
                    ],
                    "variable": []
                  },
                  "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\": \"64c6ac280000000000000000\",\n      \"name\": \"INDIA\",\n      \"type\": \"country\",\n      \"display_name\": \"India\",\n      \"iso2\": \"IN\",\n      \"iso3\": \"IND\",\n      \"timezones\": [\n        \"Asia/Kolkata\"\n      ],\n      \"latitude\": \"28.6667\",\n      \"longitude\": \"77.2167\",\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      \"display_name\": \"USA\",\n      \"type\": \"country\",\n      \"id\": \"66a931280000000000000000\",\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      \"latitude\": \"38.8951\",\n      \"longitude\": \"-77.0364\",\n      \"currency\": {\n        \"code\": \"USD\",\n        \"name\": \"United States Dollar\",\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"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "1e982b4d-7dbf-4ccc-af6d-e13fb234eb70",
            "name": "getCountry | Get country details",
            "request": {
              "name": "getCountry | Get country details",
              "description": {
                "content": "Get details about a particular country and its address format customized for different business scenarios.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "logistics",
                  "v1.0",
                  "countries",
                  ":country_iso_code"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "country_iso_code",
                    "description": "(Required) The ISO 3166-1 alpha-2 code representing the country (e.g., \"IN\" for India, \"US\" for the United States)."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "88c1b324-2248-411f-8b7c-354c9d2635bd",
                "name": "Get country data.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "logistics",
                      "v1.0",
                      "countries",
                      ":country_iso_code"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "country_iso_code",
                        "description": "(Required) The ISO 3166-1 alpha-2 code representing the country (e.g., \"IN\" for India, \"US\" for the United States)."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"name\": \"INDIA\",\n  \"display_name\": \"India\",\n  \"type\": \"country\",\n  \"id\": \"64c6ac280000000000000000\",\n  \"iso2\": \"IN\",\n  \"iso3\": \"IND\",\n  \"timezones\": [\n    \"Asia/Kolkata\"\n  ],\n  \"latitude\": \"28.6667\",\n  \"longitude\": \"77.2167\",\n  \"currency\": {\n    \"code\": \"INR\",\n    \"name\": \"Indian Rupee\",\n    \"symbol\": \"₹\"\n  },\n  \"phone_code\": \"+91\",\n  \"hierarchy\": [\n    {\n      \"display_name\": \"Pincode\",\n      \"slug\": \"pincode\"\n    },\n    {\n      \"display_name\": \"City\",\n      \"slug\": \"city\"\n    },\n    {\n      \"display_name\": \"State\",\n      \"slug\": \"state\"\n    }\n  ],\n  \"fields\": {\n    \"serviceability_fields\": [\n      \"pincode\"\n    ],\n    \"address_template\": {\n      \"checkout_form\": \"{address} {area}_{landmark} {pincode}_{city} {state}_{name} {phone}_{email}\",\n      \"store_os_form\": \"{pincode}_{address}_{area}_{landmark}\",\n      \"default_display\": \"{address} {area}_{landmark}_{city} {state} {pincode}_{country}\"\n    },\n    \"address\": [\n      {\n        \"display_name\": \"Flat No/House No\",\n        \"slug\": \"address\",\n        \"input\": \"textbox\",\n        \"required\": true,\n        \"edit\": true,\n        \"values\": null,\n        \"validation\": null,\n        \"error_text\": null\n      },\n      {\n        \"display_name\": \"Building Name/street\",\n        \"slug\": \"area\",\n        \"input\": \"textbox\",\n        \"required\": true,\n        \"edit\": true,\n        \"values\": null,\n        \"validation\": null,\n        \"error_text\": null\n      },\n      {\n        \"display_name\": \"Locality/Landmark\",\n        \"slug\": \"landmark\",\n        \"input\": \"textbox\",\n        \"required\": true,\n        \"edit\": true,\n        \"values\": null,\n        \"validation\": null,\n        \"error_text\": null\n      },\n      {\n        \"display_name\": \"Pincode\",\n        \"slug\": \"pincode\",\n        \"input\": \"textbox\",\n        \"required\": true,\n        \"edit\": true,\n        \"values\": {\n          \"get_one\": {\n            \"operation_id\": \"getLocality\",\n            \"params\": {\n              \"path\": {\n                \"value\": \"400601\",\n                \"type\": \"pincode\"\n              }\n            }\n          }\n        },\n        \"validation\": {\n          \"type\": \"regex\",\n          \"regex\": {\n            \"value\": \"^[0-9]{6}$\",\n            \"length\": {\n              \"min\": 6,\n              \"max\": 6\n            }\n          }\n        },\n        \"error_text\": \"Invalid Pincode\"\n      },\n      {\n        \"display_name\": \"City\",\n        \"slug\": \"city\",\n        \"input\": \"textbox\",\n        \"required\": true,\n        \"edit\": false,\n        \"values\": null,\n        \"validation\": null,\n        \"error_text\": \"Invalid City\"\n      },\n      {\n        \"display_name\": \"State\",\n        \"slug\": \"state\",\n        \"input\": \"textbox\",\n        \"required\": true,\n        \"edit\": false,\n        \"values\": null,\n        \"validation\": null,\n        \"error_text\": \"Invalid State\"\n      },\n      {\n        \"display_name\": \"Full Name\",\n        \"slug\": \"name\",\n        \"input\": \"textbox\",\n        \"required\": true,\n        \"edit\": true,\n        \"values\": null,\n        \"validation\": {\n          \"type\": \"regex\",\n          \"regex\": {\n            \"value\": \".*\",\n            \"length\": {\n              \"min\": null,\n              \"max\": null\n            }\n          }\n        },\n        \"error_text\": null\n      },\n      {\n        \"display_name\": \"Mobile Number\",\n        \"slug\": \"phone\",\n        \"input\": \"textbox\",\n        \"required\": true,\n        \"edit\": true,\n        \"values\": null,\n        \"validation\": {\n          \"type\": \"regex\",\n          \"regex\": {\n            \"value\": \"^\\\\\\\\+[0-9]{2}\\\\\\\\s[0-9]{10}$\",\n            \"length\": {\n              \"min\": 13,\n              \"max\": 13\n            }\n          }\n        },\n        \"error_text\": \"Invalid Phone Number\"\n      },\n      {\n        \"display_name\": \"Email\",\n        \"slug\": \"email\",\n        \"input\": \"textbox\",\n        \"required\": false,\n        \"edit\": true,\n        \"values\": null,\n        \"validation\": {\n          \"type\": \"regex\",\n          \"regex\": {\n            \"value\": \"^[\\\\w\\\\.-]+@[a-zA-Z\\\\d\\\\.-]+\\\\.[a-zA-Z]{2,}$\",\n            \"length\": {\n              \"min\": null,\n              \"max\": null\n            }\n          }\n        },\n        \"error_text\": \"Invalid Email\"\n      }\n    ]\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "6007c006-78bf-4484-9460-5fe4a6dd98a1",
                "name": "Invalid request.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "logistics",
                      "v1.0",
                      "countries",
                      ":country_iso_code"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "country_iso_code",
                        "description": "(Required) The ISO 3166-1 alpha-2 code representing the country (e.g., \"IN\" for India, \"US\" for the United States)."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Country not found.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "73bf97f4-edfb-467d-b550-9bc213dfc183",
            "name": "getDeliveryPromise | Get delivery promise",
            "request": {
              "name": "getDeliveryPromise | Get delivery promise",
              "description": {
                "content": "Delivery Promise Configurations involve estimating and communicating the anticipated delivery date or time to customers, taking into account parameters like store processing time, delivery partner time to delivery, and buffer time. This helps establish precise delivery expectations based on both the delivery partner's capabilities and the store's operations.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "logistics",
                  "v1.0",
                  "delivery-promise"
                ],
                "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": "12",
                    "description": "The number of items to retrieve in each page. Default value is 12."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "disabled": false,
                  "description": "(Required) Header carrying structured location information. Example for India: {\"country\":\"INDIA\",\"country_iso_code\":\"IN\",\"pincode\":\"400093\",\"city\":\"Mumbai\",\"state\":\"Maharashtra\"}; example for UAE: {\"country\":\"UNITED ARAB EMIRATES\",\"country_iso_code\":\"AE\",\"city\":\"Abu Dhabi\",\"sector\":\"Abu Dhabi\"}.",
                  "key": "x-location-detail",
                  "value": "<string>"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "b6d75358-8251-4f9e-81e9-8b198a5fb76a",
                "name": "Get delivery promise data",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "logistics",
                      "v1.0",
                      "delivery-promise"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "6"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "(Required) Header carrying structured location information. Example for India: {\"country\":\"INDIA\",\"country_iso_code\":\"IN\",\"pincode\":\"400093\",\"city\":\"Mumbai\",\"state\":\"Maharashtra\"}; example for UAE: {\"country\":\"UNITED ARAB EMIRATES\",\"country_iso_code\":\"AE\",\"city\":\"Abu Dhabi\",\"sector\":\"Abu Dhabi\"}.",
                      "key": "x-location-detail",
                      "value": "{\"country_code\": \"IN\", \"state_code\":\"MH\",\"city_code\":\"MUM\",\"pincode\": \"400001\"}"
                    },
                    {
                      "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      \"code\": \"HS-01\",\n      \"name\": \"store1\",\n      \"promise\": {\n        \"min\": \"2024-08-11T12:40:39Z\",\n        \"max\": \"2024-08-09T12:40:39Z\"\n      }\n    },\n    {\n      \"uid\": 2,\n      \"code\": \"WH-01\",\n      \"name\": \"store2\",\n      \"promise\": {\n        \"min\": \"2024-08-11T12:40:39Z\",\n        \"max\": \"2025-02-09T12:40:39Z\"\n      }\n    }\n  ],\n  \"promise\": {\n    \"min\": \"2024-08-11T12:40:39Z\",\n    \"max\": \"2025-02-09T12:40:39Z\"\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"
              },
              {
                "id": "0d9d80d7-f3e4-435b-b30c-c8bea2291c38",
                "name": "Failure Response Status for bad request",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "logistics",
                      "v1.0",
                      "delivery-promise"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "6"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "(Required) Header carrying structured location information. Example for India: {\"country\":\"INDIA\",\"country_iso_code\":\"IN\",\"pincode\":\"400093\",\"city\":\"Mumbai\",\"state\":\"Maharashtra\"}; example for UAE: {\"country\":\"UNITED ARAB EMIRATES\",\"country_iso_code\":\"AE\",\"city\":\"Abu Dhabi\",\"sector\":\"Abu Dhabi\"}.",
                      "key": "x-location-detail",
                      "value": "{\"country_code\": \"IN\", \"state_code\":\"MH\",\"city_code\":\"MUM\",\"pincode\": \"400001\"}"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid request parameters.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "58e45596-f577-4cba-b589-18e34a7bc38e",
            "name": "getLocalities | Get Localities",
            "request": {
              "name": "getLocalities | Get Localities",
              "description": {
                "content": "Get Localities data.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "logistics",
                  "v1.0",
                  "localities",
                  ":locality_type"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "country",
                    "value": "<string>",
                    "description": "A `country` contains a specific value of the country iso2 code."
                  },
                  {
                    "disabled": false,
                    "key": "state",
                    "value": "<string>",
                    "description": "A `state` contains a specific value of the state, province."
                  },
                  {
                    "disabled": false,
                    "key": "city",
                    "value": "<string>",
                    "description": "A `city` contains a specific value of the city."
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "Page number."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "12",
                    "description": "Page size."
                  },
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "The search string to search in the list of locality by name."
                  },
                  {
                    "disabled": false,
                    "key": "sector",
                    "value": "<string>",
                    "description": "Sector name of mentioned address."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "locality_type",
                    "description": "(Required) A `locality_type` contains unique geographical division."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "02b9715e-1c71-4f5d-8659-6bc6cf585c95",
                "name": "Get Localities data",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "logistics",
                      "v1.0",
                      "localities",
                      ":locality_type"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "country",
                        "value": "IN"
                      },
                      {
                        "key": "state",
                        "value": "MAHARASHTRA"
                      },
                      {
                        "key": "city",
                        "value": "MUMBAI"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "1"
                      },
                      {
                        "key": "q",
                        "value": "111045"
                      },
                      {
                        "key": "sector",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "locality_type",
                        "description": "(Required) A `locality_type` contains unique geographical division."
                      }
                    ]
                  },
                  "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\": \"111045\",\n      \"code\": \"111045\",\n      \"display_name\": \"111045\",\n      \"type\": \"pincode\",\n      \"meta\": {},\n      \"lat_long\": {\n        \"type\": \"Point\",\n        \"coordinates\": [\n          18.6291,\n          72.8919\n        ]\n      },\n      \"parent_uid\": \"64aec5a93a079bd328537c66\",\n      \"localities\": [\n        {\n          \"name\": \"MUMBAI\",\n          \"display_name\": \"MUMBAI\",\n          \"type\": \"city\",\n          \"code\": \"MUM\",\n          \"meta\": {},\n          \"parent_uid\": \"64aec5a93a079bd32853783b\",\n          \"id\": \"64aec5a93a079bd328537c66\",\n          \"parent_ids\": [\n            \"64aec5a93a079bd32853783b\",\n            \"country1\"\n          ]\n        },\n        {\n          \"name\": \"MAHARASHTRA\",\n          \"display_name\": \"MAHARASHTRA\",\n          \"type\": \"state\",\n          \"code\": \"MH\",\n          \"meta\": {},\n          \"parent_uid\": \"country1\",\n          \"id\": \"64aec5a93a079bd32853783b\",\n          \"parent_ids\": [\n            \"country1\"\n          ]\n        },\n        {\n          \"name\": \"INDIA\",\n          \"display_name\": \"India\",\n          \"type\": \"country\",\n          \"parent_uid\": null,\n          \"code\": \"IN\",\n          \"meta\": {\n            \"iso2\": \"IN\",\n            \"iso3\": \"IND\",\n            \"currency\": {\n              \"code\": \"INR\",\n              \"name\": \"Indian Rupee\",\n              \"symbol\": \"₹\"\n            },\n            \"phone_code\": \"+91\",\n            \"parent_id\": [],\n            \"zone\": \"red\",\n            \"deliverables\": [\n              \"essential\"\n            ],\n            \"hierarchy\": [\n              {\n                \"display_name\": \"Pincode\",\n                \"slug\": \"pincode\"\n              },\n              {\n                \"display_name\": \"City\",\n                \"slug\": \"city\"\n              },\n              {\n                \"display_name\": \"State\",\n                \"slug\": \"state\"\n              }\n            ],\n            \"address_fields\": [\n              \"pincode\",\n              \"state\"\n            ],\n            \"country_capital\": {\n              \"city\": \"Delhi\",\n              \"latitude\": \"28.6667\",\n              \"longitude\": \"77.2167\"\n            }\n          },\n          \"id\": \"country1\",\n          \"parent_ids\": []\n        }\n      ],\n      \"id\": \"661d004380af9b1e027d2785\",\n      \"parent_ids\": [\n        \"64aec5a93a079bd328537c66\",\n        \"64aec5a93a079bd32853783b\",\n        \"country1\"\n      ]\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": true,\n    \"has_previous\": false,\n    \"item_total\": 5,\n    \"size\": 1,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "2e2adbf1-a6b2-4961-a4a0-02c71ea2738d",
                "name": "Invalid Request",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "logistics",
                      "v1.0",
                      "localities",
                      ":locality_type"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "country",
                        "value": "IN"
                      },
                      {
                        "key": "state",
                        "value": "MAHARASHTRA"
                      },
                      {
                        "key": "city",
                        "value": "MUMBAI"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "1"
                      },
                      {
                        "key": "q",
                        "value": "111045"
                      },
                      {
                        "key": "sector",
                        "value": "<string>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "locality_type",
                        "description": "(Required) A `locality_type` contains unique geographical division."
                      }
                    ]
                  },
                  "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 Locality\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "f850cd29-7397-4b35-a056-132ee4e4c362",
            "name": "getLocality | Get Locality API",
            "request": {
              "name": "getLocality | Get Locality API",
              "description": {
                "content": "Get detailed geographical data for a specific locality, such as a pincode. For example, for a pincode value of 400603, the service returns its parent locations, including city, state, and country details.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "logistics",
                  "v1.0",
                  "localities",
                  ":locality_type",
                  ":locality_value"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "country",
                    "value": "<string>",
                    "description": "A `country` contains a specific value of the country iso2 code."
                  },
                  {
                    "disabled": false,
                    "key": "state",
                    "value": "<string>",
                    "description": "A `state` contains a specific value of the state, province."
                  },
                  {
                    "disabled": false,
                    "key": "city",
                    "value": "<string>",
                    "description": "A `city` contains a specific value of the city."
                  },
                  {
                    "disabled": false,
                    "key": "sector",
                    "value": "<string>",
                    "description": "A `sector` is a distinct category or division within an area"
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "locality_type",
                    "description": "(Required) A `locality_type` contains value geographical division."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "locality_value",
                    "description": "(Required) A `locality_value` contains a specific unique id of the locality."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "c10d76b9-80c4-459c-8a45-81cd1c63b561",
                "name": "Get Locality data",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "logistics",
                      "v1.0",
                      "localities",
                      ":locality_type",
                      ":locality_value"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "country",
                        "value": "IN"
                      },
                      {
                        "key": "state",
                        "value": "MAHARASHTRA"
                      },
                      {
                        "key": "city",
                        "value": "MUMBAI"
                      },
                      {
                        "key": "sector",
                        "value": "Mussaffa"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "locality_type",
                        "description": "(Required) A `locality_type` contains value geographical division."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "locality_value",
                        "description": "(Required) A `locality_value` contains a specific unique id of the locality."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"id\": \"649f1f280000000000000000\",\n  \"name\": \"ABU DHABI\",\n  \"display_name\": \"Abu Dhabi\",\n  \"type\": \"city\",\n  \"meta\": {\n    \"zone\": \"red\"\n  },\n  \"parent_uid\": \"64b78b60707446a37f2aec6f\",\n  \"custom_meta\": {},\n  \"parent_ids\": [\n    \"64b78b60707446a37f2aec6f\"\n  ],\n  \"localities\": [\n    {\n      \"name\": \"United Arab Emirates\",\n      \"id\": \"64b78b60707486a37f2apd00\",\n      \"display_name\": \"United Arab Emirates\",\n      \"type\": \"country\",\n      \"serviceability\": {},\n      \"meta\": {},\n      \"parent_uid\": null,\n      \"parent_ids\": []\n    }\n  ],\n  \"serviceability\": {\n    \"ext1\": {\n      \"schema1\": {\n        \"is_first_mile\": true,\n        \"is_last_mile\": true,\n        \"is_reverse_pickup\": true,\n        \"route_code\": \"r2\",\n        \"pickup_cutoff\": \"10:30\",\n        \"is_installation\": false,\n        \"is_qc\": false,\n        \"lm_cod_limit\": null\n      }\n    }\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "ab30704f-b2b8-456e-817d-7e5f75c88063",
                "name": "Invalid request.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "logistics",
                      "v1.0",
                      "localities",
                      ":locality_type",
                      ":locality_value"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "country",
                        "value": "IN"
                      },
                      {
                        "key": "state",
                        "value": "MAHARASHTRA"
                      },
                      {
                        "key": "city",
                        "value": "MUMBAI"
                      },
                      {
                        "key": "sector",
                        "value": "Mussaffa"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "locality_type",
                        "description": "(Required) A `locality_type` contains value geographical division."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "locality_value",
                        "description": "(Required) A `locality_value` contains a specific unique id of the locality."
                      }
                    ]
                  },
                  "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 Locality\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "2fa27d85-ea33-44c6-9e2e-73394f5f9a98",
            "name": "validateAddress | Validate address",
            "request": {
              "name": "validateAddress | Validate address",
              "description": {
                "content": "Validate addresses using specific templates customized for each country and tailored to various business scenarios. This validation ensures that the data conforms to the information currently stored in the system.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "logistics",
                  "v1.0",
                  "country",
                  ":country_iso_code",
                  "address",
                  "templates",
                  ":template_name",
                  "validate"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "country_iso_code",
                    "description": "(Required) The ISO 3166-1 alpha-2 code representing the country (e.g., \"IN\" for India, \"US\" for the United States)."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "template_name",
                    "description": "(Required) The type of address form."
                  }
                ]
              },
              "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\": \"<string>\",\n  \"address_meta\": {\n    \"proident_b\": \"culpa ad deseru\",\n    \"ind7\": -22850743,\n    \"ullamco_82\": 52298588\n  },\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"area\": \"<string>\",\n  \"landmark\": \"<string>\",\n  \"pincode\": \"<string>\",\n  \"sector\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"name\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"email\": \"<string>\",\n  \"country_iso_code\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "871277c6-c681-4c7a-b898-f4816b66fff1",
                "name": "Valid",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "logistics",
                      "v1.0",
                      "country",
                      ":country_iso_code",
                      "address",
                      "templates",
                      ":template_name",
                      "validate"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "country_iso_code",
                        "description": "(Required) The ISO 3166-1 alpha-2 code representing the country (e.g., \"IN\" for India, \"US\" for the United States)."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "template_name",
                        "description": "(Required) The type of address form."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"address\": \"ab\",\n  \"area\": \"Ted 02\",\n  \"landmark\": \"ab\",\n  \"pincode\": \"401107\",\n  \"city\": \"THANE\",\n  \"state\": \"State1\",\n  \"name\": \"Ted 02\",\n  \"phone\": \"8888888888\",\n  \"email\": \"test@example.com\",\n  \"address_meta\": {}\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"address\": \"WeWork\",\n  \"area\": \"Andheri\",\n  \"landmark\": \"Police Station\",\n  \"pincode\": \"400093\",\n  \"city\": \"Mumbai\",\n  \"state\": \"Maharashtra\",\n  \"name\": \"WeWork\",\n  \"phone\": \"8888888888\",\n  \"email\": \"test@example.com\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "c8762428-0172-4658-9957-76bfa4f49eef",
                "name": "Invalid.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "logistics",
                      "v1.0",
                      "country",
                      ":country_iso_code",
                      "address",
                      "templates",
                      ":template_name",
                      "validate"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "country_iso_code",
                        "description": "(Required) The ISO 3166-1 alpha-2 code representing the country (e.g., \"IN\" for India, \"US\" for the United States)."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "template_name",
                        "description": "(Required) The type of address form."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"address\": \"ab\",\n  \"area\": \"Ted 02\",\n  \"landmark\": \"ab\",\n  \"pincode\": \"401107\",\n  \"city\": \"THANE\",\n  \"state\": \"State1\",\n  \"name\": \"Ted 02\",\n  \"phone\": \"8888888888\",\n  \"email\": \"test@example.com\",\n  \"address_meta\": {}\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"error\": {\n    \"type\": \"\",\n    \"value\": \"\",\n    \"message\": \"No address fields found for the specified country code\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "6b7f2240-3592-40e6-8fdd-73d03768bc35",
            "name": "getFulfillmentOptions | Get fulfillment options",
            "request": {
              "name": "getFulfillmentOptions | Get fulfillment options",
              "description": {
                "content": "Fetches available fulfillment options.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "logistics",
                  "v1.0",
                  "fulfillment-options"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "product_slug",
                    "value": "<string>",
                    "description": "The unique identifier of the product."
                  },
                  {
                    "disabled": false,
                    "key": "store_id",
                    "value": "<integer>",
                    "description": "The unique identifier of the store."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "disabled": false,
                  "description": "(Required) Custom header for this operation",
                  "key": "x-application-data",
                  "value": "<string>"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "f4143bfe-a2e6-4d9e-a42b-75f3dadf4fe1",
                "name": "Valid",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "logistics",
                      "v1.0",
                      "fulfillment-options"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "product_slug",
                        "value": "productj-2"
                      },
                      {
                        "key": "store_id",
                        "value": "1"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "disabled": false,
                      "description": "(Required) Custom header for this operation",
                      "key": "x-application-data",
                      "value": "{\"_id\": \"64aed377b1fd04565d0dff30\"}"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"items\": [\n    {\n      \"slug\": \"standard-delivery\",\n      \"description\": \"Delivery service for standard shipping.\",\n      \"is_default\": false,\n      \"id\": \"67b72a15b9953f3176bab772\",\n      \"type\": \"HomeDelivery\",\n      \"name\": \"Standard Delivery 2\"\n    },\n    {\n      \"slug\": \"express-delivery\",\n      \"description\": \"Standard delivery service for standard shipping.\",\n      \"is_default\": true,\n      \"id\": \"67b72a4b0eec01a55359c51e\",\n      \"type\": \"HomeDelivery\",\n      \"name\": \"Express Delivery\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "4cbcc74e-6339-456b-99eb-de7d19e0f871",
            "name": "getFulfillmentOptionStores | Get Fulfillment Option Stores",
            "request": {
              "name": "getFulfillmentOptionStores | Get Fulfillment Option Stores",
              "description": {
                "content": "Fetches a paginated list of stores associated with a given fulfillment option slug.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "logistics",
                  "v1.0",
                  "fulfillment-options",
                  ":slug",
                  "stores"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "1",
                    "description": "The current page number for pagination."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "10",
                    "description": "The number of items per page."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) The unique slug identifier of the fulfillment option."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "f7f476a3-b986-4b4a-a0de-6934e29f1a13",
                "name": "Successfully retrieved fulfillment option stores.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "logistics",
                      "v1.0",
                      "fulfillment-options",
                      ":slug",
                      "stores"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) The unique slug identifier of the fulfillment option."
                      }
                    ]
                  },
                  "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\": 181440,\n      \"code\": \"HS-cc206\",\n      \"store_code\": \"HS-cc206\",\n      \"address\": {\n        \"country\": \"Malaysia\",\n        \"state\": \"Johor\",\n        \"pincode\": \"82100\",\n        \"address1\": \"OPEX\",\n        \"country_code\": \"MY\",\n        \"city\": \"Ayer Baloi\",\n        \"latitude\": 1.6116829,\n        \"longitude\": 103.3818345,\n        \"lat_long\": {\n          \"type\": \"Point\",\n          \"coordinates\": [\n            103.3818345,\n            1.6116829\n          ]\n        }\n      },\n      \"company_id\": 616688,\n      \"name\": \"A Johor-82100\",\n      \"store_type\": \"high_street\",\n      \"sub_type\": \"store\",\n      \"tags\": [],\n      \"region\": \"683043d0570e746540abe266\",\n      \"avg_order_processing_time\": 0,\n      \"timezone\": \"Asia/Kuala_Lumpur\",\n      \"holiday_list\": [],\n      \"customfields\": {\n        \"boolean\": {\n          \"value\": [\n            \"true\"\n          ]\n        },\n        \"decimal\": {\n          \"value\": [\n            1.38\n          ]\n        },\n        \"integer\": {\n          \"value\": [\n            9\n          ]\n        }\n      },\n      \"is_open\": true,\n      \"promise_customfields\": {\n        \"duration-minute\": {\n          \"type\": \"duration\",\n          \"unit\": \"days\",\n          \"value\": 10\n        }\n      },\n      \"distance\": {\n        \"value\": null,\n        \"unit\": \"m\",\n        \"reason\": \"invalid_customer_location\"\n      },\n      \"timing\": {\n        \"operational_timing\": [\n          {\n            \"weekday\": \"monday\",\n            \"open\": false,\n            \"opening\": {\n              \"hour\": 11,\n              \"minute\": 0\n            },\n            \"closing\": {\n              \"hour\": 21,\n              \"minute\": 30\n            }\n          },\n          {\n            \"weekday\": \"tuesday\",\n            \"open\": true,\n            \"opening\": {\n              \"hour\": 11,\n              \"minute\": 0\n            },\n            \"closing\": {\n              \"hour\": 21,\n              \"minute\": 30\n            }\n          },\n          {\n            \"weekday\": \"wednesday\",\n            \"open\": true,\n            \"opening\": {\n              \"hour\": 11,\n              \"minute\": 0\n            },\n            \"closing\": {\n              \"hour\": 21,\n              \"minute\": 30\n            }\n          },\n          {\n            \"weekday\": \"thursday\",\n            \"open\": true,\n            \"opening\": {\n              \"hour\": 11,\n              \"minute\": 0\n            },\n            \"closing\": {\n              \"hour\": 21,\n              \"minute\": 30\n            }\n          },\n          {\n            \"weekday\": \"friday\",\n            \"open\": true,\n            \"opening\": {\n              \"hour\": 11,\n              \"minute\": 0\n            },\n            \"closing\": {\n              \"hour\": 21,\n              \"minute\": 30\n            }\n          },\n          {\n            \"weekday\": \"saturday\",\n            \"open\": true,\n            \"opening\": {\n              \"hour\": 11,\n              \"minute\": 0\n            },\n            \"closing\": {\n              \"hour\": 21,\n              \"minute\": 30\n            }\n          },\n          {\n            \"weekday\": \"sunday\",\n            \"open\": true,\n            \"opening\": {\n              \"hour\": 11,\n              \"minute\": 0\n            },\n            \"closing\": {\n              \"hour\": 21,\n              \"minute\": 30\n            }\n          }\n        ],\n        \"order_acceptance_timing\": [\n          {\n            \"weekday\": \"monday\",\n            \"open\": false,\n            \"opening\": {\n              \"hour\": 11,\n              \"minute\": 0\n            },\n            \"closing\": {\n              \"hour\": 21,\n              \"minute\": 30\n            }\n          },\n          {\n            \"weekday\": \"tuesday\",\n            \"open\": true,\n            \"opening\": {\n              \"hour\": 11,\n              \"minute\": 0\n            },\n            \"closing\": {\n              \"hour\": 21,\n              \"minute\": 30\n            }\n          },\n          {\n            \"weekday\": \"wednesday\",\n            \"open\": true,\n            \"opening\": {\n              \"hour\": 11,\n              \"minute\": 0\n            },\n            \"closing\": {\n              \"hour\": 21,\n              \"minute\": 30\n            }\n          },\n          {\n            \"weekday\": \"thursday\",\n            \"open\": true,\n            \"opening\": {\n              \"hour\": 11,\n              \"minute\": 0\n            },\n            \"closing\": {\n              \"hour\": 21,\n              \"minute\": 30\n            }\n          },\n          {\n            \"weekday\": \"friday\",\n            \"open\": true,\n            \"opening\": {\n              \"hour\": 11,\n              \"minute\": 0\n            },\n            \"closing\": {\n              \"hour\": 21,\n              \"minute\": 30\n            }\n          },\n          {\n            \"weekday\": \"saturday\",\n            \"open\": true,\n            \"opening\": {\n              \"hour\": 11,\n              \"minute\": 0\n            },\n            \"closing\": {\n              \"hour\": 21,\n              \"minute\": 30\n            }\n          },\n          {\n            \"weekday\": \"sunday\",\n            \"open\": true,\n            \"opening\": {\n              \"hour\": 11,\n              \"minute\": 0\n            },\n            \"closing\": {\n              \"hour\": 21,\n              \"minute\": 30\n            }\n          }\n        ]\n      }\n    }\n  ],\n  \"page\": {\n    \"current\": 1,\n    \"has_next\": false,\n    \"has_previous\": false,\n    \"item_total\": 3,\n    \"size\": 10,\n    \"type\": \"number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      },
      {
        "id": "6a294a2f-9131-4058-a9c4-59ca85e1fb83",
        "name": "Order",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "f10bc637-f8bc-4b66-bf43-88b758951d7a",
            "name": "getRefundModes | Get refund modes for a shipment",
            "request": {
              "name": "getRefundModes | Get refund modes for a shipment",
              "description": {
                "content": "Returns a list of available refund options for the given company and shipment.\n",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "order-manage",
                  "v1.0",
                  "shipment",
                  ":shipment_id",
                  "refund",
                  "modes"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "line_numbers",
                    "value": "<integer>",
                    "description": "A comma-separated list of line numbers."
                  },
                  {
                    "disabled": false,
                    "key": "line_numbers",
                    "value": "<integer>",
                    "description": "A comma-separated list of line numbers."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "shipment_id",
                    "description": "(Required) Numeric identifier of the shipment."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "8a114e46-e31b-41c3-bdcf-c3dea22dc04a",
                "name": "A JSON object containing refund options.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "order-manage",
                      "v1.0",
                      "shipment",
                      ":shipment_id",
                      "refund",
                      "modes"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "line_numbers",
                        "value": "<integer>"
                      },
                      {
                        "key": "line_numbers",
                        "value": "<integer>"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "shipment_id",
                        "description": "(Required) Numeric identifier of the shipment."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"refund_options\": [\n    {\n      \"slug\": \"creditnote\",\n      \"display_name\": \"Store Credits\",\n      \"amount\": 1701,\n      \"currency_symbol\": \"₹\",\n      \"beneficiary_type\": null,\n      \"message\": \"₹1701.0 in store credits will be added to your account instantly after returned bag is picked/received by us.\",\n      \"logo\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/sandbx/wrkr/payments/misc/default-assets/original/netbanking.png\",\n      \"suggested_list\": [],\n      \"refund_modes\": [\n        {\n          \"refund_mode\": \"creditnote\",\n          \"display_name\": \"Store Credits\",\n          \"payment_identifiers\": [\n            \"COD\",\n            \"CARD\"\n          ],\n          \"logo\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/sandbx/wrkr/payments/misc/default-assets/original/netbanking.png\"\n        }\n      ]\n    },\n    {\n      \"slug\": \"settle_offline\",\n      \"display_name\": \"Settle Offline\",\n      \"amount\": 1701,\n      \"currency_symbol\": \"₹\",\n      \"beneficiary_type\": null,\n      \"message\": \"₹1701.0 will be credited back to the original payment method.\",\n      \"logo\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/sandbx/wrkr/payments/misc/default-assets/original/netbanking.png\",\n      \"suggested_list\": [],\n      \"refund_modes\": [\n        {\n          \"refund_mode\": \"settle_offline\",\n          \"display_name\": \"Settle Offline\",\n          \"payment_identifiers\": [\n            \"COD\",\n            \"CARD\"\n          ],\n          \"logo\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/sandbx/wrkr/payments/misc/default-assets/original/netbanking.png\"\n        }\n      ]\n    },\n    {\n      \"slug\": \"transfer_to_bank\",\n      \"display_name\": \"Transfer to Bank\",\n      \"amount\": 3402,\n      \"currency_symbol\": \"₹\",\n      \"beneficiary_type\": \"bank\",\n      \"message\": \"₹1701.0 will be credited back to source. Get remaining ₹1701.0 amount using Bank Amount.\",\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/payments/original/sxyfYfRyM-UPI_QR.png\",\n      \"suggested_list\": [],\n      \"refund_modes\": [\n        {\n          \"refund_mode\": \"transfer_to_bank\",\n          \"display_name\": \"Transfer To Bank\",\n          \"payment_identifiers\": [\n            \"COD\"\n          ],\n          \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/payments/original/sxyfYfRyM-UPI_QR.png\"\n        },\n        {\n          \"refund_mode\": \"refund_to_source\",\n          \"display_name\": \"Refund To Source\",\n          \"payment_identifiers\": [\n            \"CARD\"\n          ],\n          \"logo\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/sandbx/wrkr/payments/misc/default-assets/original/netbanking.png\"\n        }\n      ]\n    },\n    {\n      \"slug\": \"transfer_to_bank\",\n      \"display_name\": \"Transfer to Bank\",\n      \"amount\": 3402,\n      \"currency_symbol\": \"₹\",\n      \"beneficiary_type\": \"bank\",\n      \"message\": \"₹1701.0 will be credited back to source. Get remaining ₹1701.0 amount using Bank Amount.\",\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/payments/original/sxyfYfRyM-UPI_QR.png\",\n      \"suggested_list\": [\n        \"@abcdicici\",\n        \"@apl\",\n        \"@yapl\",\n        \"@rapl\",\n        \"@abfspay\",\n        \"@bpunity\",\n        \"@axisb\",\n        \"@yescred\",\n        \"@yesfam\",\n        \"@fifederal\",\n        \"@fkaxis\",\n        \"@freoicici\",\n        \"@gwaxis\",\n        \"@icici\",\n        \"@okaxis\",\n        \"@okhdfcbank\",\n        \"@okicici\",\n        \"@oksbi\",\n        \"@yesg\",\n        \"@inhdfc\",\n        \"@jupiteraxis\",\n        \"@goaxb\",\n        \"@kphdfc\",\n        \"@ikwik\",\n        \"@mvhdfc\",\n        \"@naviaxis\",\n        \"@niyoicici\",\n        \"@oneyes\",\n        \"@axb\",\n        \"@paytm\",\n        \"@ptyes\",\n        \"@ptaxis\",\n        \"@pthdfc\",\n        \"@ptsbi\",\n        \"@ybl\",\n        \"@ibl\",\n        \"@axl\",\n        \"@yespop\",\n        \"@rmrbl\",\n        \"@pingpay\",\n        \"@seyes\",\n        \"@shriramhdfcbank\",\n        \"@sliceaxis\",\n        \"@superyes\",\n        \"@tapicici\",\n        \"@timecosmos\",\n        \"@yestp\",\n        \"@idfcbank\",\n        \"@waicici\",\n        \"@waaxis\",\n        \"@wahdfcbank\",\n        \"@wasbi\"\n      ],\n      \"refund_modes\": [\n        {\n          \"refund_mode\": \"transfer_to_bank\",\n          \"display_name\": \"Transfer To UPI\",\n          \"payment_identifiers\": [\n            \"COD\"\n          ],\n          \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/payments/original/sxyfYfRyM-UPI_QR.png\"\n        },\n        {\n          \"refund_mode\": \"refund_to_source\",\n          \"display_name\": \"Refund To Source\",\n          \"payment_identifiers\": [\n            \"CARD\"\n          ],\n          \"logo\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/sandbx/wrkr/payments/misc/default-assets/original/netbanking.png\"\n        }\n      ]\n    }\n  ],\n  \"is_refund_config_enabled\": true,\n  \"refund_price_breakup\": [\n    {\n      \"name\": \"amount_paid\",\n      \"display\": \"Amount Paid\",\n      \"value\": 1701,\n      \"currency_symbol\": \"₹\",\n      \"currency_code\": \"INR\"\n    },\n    {\n      \"name\": \"deduction_values\",\n      \"display\": \"Deductions\",\n      \"value\": 0,\n      \"currency_symbol\": \"₹\",\n      \"currency_code\": \"INR\",\n      \"sub_values\": [\n        {\n          \"name\": \"cod_charges\",\n          \"display\": \"COD Charges\",\n          \"value\": 0,\n          \"currency_symbol\": \"₹\",\n          \"currency_code\": \"INR\"\n        },\n        {\n          \"name\": \"delivery_charges\",\n          \"display\": \"Delivery Charges\",\n          \"value\": 0,\n          \"currency_symbol\": \"₹\",\n          \"currency_code\": \"INR\"\n        }\n      ]\n    },\n    {\n      \"name\": \"refund_amount\",\n      \"display\": \"Total Refund\",\n      \"value\": 1701,\n      \"currency_symbol\": \"₹\",\n      \"currency_code\": \"INR\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "4c116620-bd9b-412b-be3c-86dcdcd73228",
            "name": "getRefundModesWithPriceBreakup | Get refund modes and Refund Price Break for a shipment",
            "request": {
              "name": "getRefundModesWithPriceBreakup | Get refund modes and Refund Price Break for a shipment",
              "description": {
                "content": "Returns a list of available refund options for the given company and shipment.\n",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "order-manage",
                  "v1.0",
                  "shipment",
                  ":shipment_id",
                  "refund",
                  "modes"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "shipment_id",
                    "description": "(Required) Numeric 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  \"line_numbers\": [\n    {\n      \"line_number\": \"<number>\",\n      \"quantity\": \"<number>\"\n    },\n    {\n      \"line_number\": \"<number>\",\n      \"quantity\": \"<number>\"\n    }\n  ]\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "9888c4be-5b3e-43d3-9c6e-57d493c15333",
                "name": "A JSON object containing refund options.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "order-manage",
                      "v1.0",
                      "shipment",
                      ":shipment_id",
                      "refund",
                      "modes"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "shipment_id",
                        "description": "(Required) Numeric identifier of the shipment."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"line_numbers\": [\n    {\n      \"line_number\": \"<number>\",\n      \"quantity\": \"<number>\"\n    },\n    {\n      \"line_number\": \"<number>\",\n      \"quantity\": \"<number>\"\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"refund_options\": [\n    {\n      \"slug\": \"creditnote\",\n      \"display_name\": \"Store Credits\",\n      \"amount\": 1701,\n      \"currency_symbol\": \"₹\",\n      \"beneficiary_type\": null,\n      \"message\": \"₹1701.0 in store credits will be added to your account instantly after returned bag is picked/received by us.\",\n      \"logo\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/sandbx/wrkr/payments/misc/default-assets/original/netbanking.png\",\n      \"suggested_list\": [],\n      \"refund_modes\": [\n        {\n          \"refund_mode\": \"creditnote\",\n          \"display_name\": \"Store Credits\",\n          \"payment_identifiers\": [\n            \"COD\",\n            \"CARD\"\n          ],\n          \"logo\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/sandbx/wrkr/payments/misc/default-assets/original/netbanking.png\"\n        }\n      ]\n    },\n    {\n      \"slug\": \"settle_offline\",\n      \"display_name\": \"Settle Offline\",\n      \"amount\": 1701,\n      \"currency_symbol\": \"₹\",\n      \"beneficiary_type\": null,\n      \"message\": \"₹1701.0 will be credited back to the original payment method.\",\n      \"logo\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/sandbx/wrkr/payments/misc/default-assets/original/netbanking.png\",\n      \"suggested_list\": [],\n      \"refund_modes\": [\n        {\n          \"refund_mode\": \"settle_offline\",\n          \"display_name\": \"Settle Offline\",\n          \"payment_identifiers\": [\n            \"COD\",\n            \"CARD\"\n          ],\n          \"logo\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/sandbx/wrkr/payments/misc/default-assets/original/netbanking.png\"\n        }\n      ]\n    },\n    {\n      \"slug\": \"transfer_to_bank\",\n      \"display_name\": \"Transfer to Bank\",\n      \"amount\": 3402,\n      \"currency_symbol\": \"₹\",\n      \"beneficiary_type\": \"bank\",\n      \"message\": \"₹1701.0 will be credited back to source. Get remaining ₹1701.0 amount using Bank Amount.\",\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/payments/original/sxyfYfRyM-UPI_QR.png\",\n      \"suggested_list\": [],\n      \"refund_modes\": [\n        {\n          \"refund_mode\": \"transfer_to_bank\",\n          \"display_name\": \"Transfer To Bank\",\n          \"payment_identifiers\": [\n            \"COD\"\n          ],\n          \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/payments/original/sxyfYfRyM-UPI_QR.png\"\n        },\n        {\n          \"refund_mode\": \"refund_to_source\",\n          \"display_name\": \"Refund To Source\",\n          \"payment_identifiers\": [\n            \"CARD\"\n          ],\n          \"logo\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/sandbx/wrkr/payments/misc/default-assets/original/netbanking.png\"\n        }\n      ]\n    },\n    {\n      \"slug\": \"transfer_to_bank\",\n      \"display_name\": \"Transfer to Bank\",\n      \"amount\": 3402,\n      \"currency_symbol\": \"₹\",\n      \"beneficiary_type\": \"bank\",\n      \"message\": \"₹1701.0 will be credited back to source. Get remaining ₹1701.0 amount using Bank Amount.\",\n      \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/payments/original/sxyfYfRyM-UPI_QR.png\",\n      \"suggested_list\": [\n        \"@abcdicici\",\n        \"@apl\",\n        \"@yapl\",\n        \"@rapl\",\n        \"@abfspay\",\n        \"@bpunity\",\n        \"@axisb\",\n        \"@yescred\",\n        \"@yesfam\",\n        \"@fifederal\",\n        \"@fkaxis\",\n        \"@freoicici\",\n        \"@gwaxis\",\n        \"@icici\",\n        \"@okaxis\",\n        \"@okhdfcbank\",\n        \"@okicici\",\n        \"@oksbi\",\n        \"@yesg\",\n        \"@inhdfc\",\n        \"@jupiteraxis\",\n        \"@goaxb\",\n        \"@kphdfc\",\n        \"@ikwik\",\n        \"@mvhdfc\",\n        \"@naviaxis\",\n        \"@niyoicici\",\n        \"@oneyes\",\n        \"@axb\",\n        \"@paytm\",\n        \"@ptyes\",\n        \"@ptaxis\",\n        \"@pthdfc\",\n        \"@ptsbi\",\n        \"@ybl\",\n        \"@ibl\",\n        \"@axl\",\n        \"@yespop\",\n        \"@rmrbl\",\n        \"@pingpay\",\n        \"@seyes\",\n        \"@shriramhdfcbank\",\n        \"@sliceaxis\",\n        \"@superyes\",\n        \"@tapicici\",\n        \"@timecosmos\",\n        \"@yestp\",\n        \"@idfcbank\",\n        \"@waicici\",\n        \"@waaxis\",\n        \"@wahdfcbank\",\n        \"@wasbi\"\n      ],\n      \"refund_modes\": [\n        {\n          \"refund_mode\": \"transfer_to_bank\",\n          \"display_name\": \"Transfer To UPI\",\n          \"payment_identifiers\": [\n            \"COD\"\n          ],\n          \"logo\": \"https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyndnp/wrkr/x5/payments/original/sxyfYfRyM-UPI_QR.png\"\n        },\n        {\n          \"refund_mode\": \"refund_to_source\",\n          \"display_name\": \"Refund To Source\",\n          \"payment_identifiers\": [\n            \"CARD\"\n          ],\n          \"logo\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/sandbx/wrkr/payments/misc/default-assets/original/netbanking.png\"\n        }\n      ]\n    }\n  ],\n  \"is_refund_config_enabled\": true,\n  \"refund_price_breakup\": [\n    {\n      \"name\": \"amount_paid\",\n      \"display\": \"Amount Paid\",\n      \"value\": 1701,\n      \"currency_symbol\": \"₹\",\n      \"currency_code\": \"INR\"\n    },\n    {\n      \"name\": \"deduction_values\",\n      \"display\": \"Deductions\",\n      \"value\": 0,\n      \"currency_symbol\": \"₹\",\n      \"currency_code\": \"INR\",\n      \"sub_values\": [\n        {\n          \"name\": \"cod_charges\",\n          \"display\": \"COD Charges\",\n          \"value\": 0,\n          \"currency_symbol\": \"₹\",\n          \"currency_code\": \"INR\"\n        },\n        {\n          \"name\": \"delivery_charges\",\n          \"display\": \"Delivery Charges\",\n          \"value\": 0,\n          \"currency_symbol\": \"₹\",\n          \"currency_code\": \"INR\"\n        }\n      ]\n    },\n    {\n      \"name\": \"refund_amount\",\n      \"display\": \"Total Refund\",\n      \"value\": 1701,\n      \"currency_symbol\": \"₹\",\n      \"currency_code\": \"INR\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "ab459806-c97b-4d32-ac4d-827b4c968cbe",
            "name": "getOrders | List customer orders",
            "request": {
              "name": "getOrders | List customer orders",
              "description": {
                "content": "Get all orders associated with a customer account.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "order",
                  "v1.0",
                  "orders"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "status",
                    "value": "<integer>",
                    "description": "A filter to retrieve orders by their current status such as 'placed', 'delivered' etc."
                  },
                  {
                    "disabled": false,
                    "key": "page_no",
                    "value": "<integer>",
                    "description": "The page number to navigate through the given set of results. Default value is 1."
                  },
                  {
                    "disabled": false,
                    "key": "page_size",
                    "value": "<integer>",
                    "description": "The number of items to retrieve in each page. Default value is 10."
                  },
                  {
                    "disabled": false,
                    "key": "from_date",
                    "value": "<date>",
                    "description": "The date from which the orders should be retrieved."
                  },
                  {
                    "disabled": false,
                    "key": "to_date",
                    "value": "<date>",
                    "description": "The date till which the orders should be retrieved."
                  },
                  {
                    "disabled": false,
                    "key": "start_date",
                    "value": "<dateTime>",
                    "description": "Start date in UTC (ISO-8601 format)."
                  },
                  {
                    "disabled": false,
                    "key": "end_date",
                    "value": "<dateTime>",
                    "description": "End date in UTC (ISO-8601 format)."
                  },
                  {
                    "disabled": false,
                    "key": "custom_meta",
                    "value": "6388422a5ebd6a6cf4a8ede6",
                    "description": "A filter and retrieve data using special fields included for special use-cases."
                  },
                  {
                    "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": "867553b4-15f5-4b61-bec0-5187544eff36",
                "name": "Success. Returns all the orders.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "order",
                      "v1.0",
                      "orders"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "status",
                        "value": "<integer>"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      },
                      {
                        "key": "page_size",
                        "value": "<integer>"
                      },
                      {
                        "key": "from_date",
                        "value": "<date>"
                      },
                      {
                        "key": "to_date",
                        "value": "<date>"
                      },
                      {
                        "key": "start_date",
                        "value": "2023-08-29T10:49:36.804Z"
                      },
                      {
                        "key": "end_date",
                        "value": "2023-08-30T10:49:36.804Z"
                      },
                      {
                        "key": "custom_meta",
                        "value": "6388422a5ebd6a6cf4a8ede6"
                      },
                      {
                        "key": "allow_inactive",
                        "value": "false"
                      }
                    ],
                    "variable": []
                  },
                  "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      \"bags_for_reorder\": [\n        {\n          \"item_id\": 7500429,\n          \"item_size\": \"OS\",\n          \"store_id\": 50,\n          \"seller_id\": 33,\n          \"article_assignment\": {\n            \"level\": \"multi-companies\",\n            \"strategy\": \"low-price\"\n          },\n          \"quantity\": 3\n        }\n      ],\n      \"gstin_code\": \"27AALCA0442L1ZM\",\n      \"user_info\": {\n        \"mobile\": \"8888888888\",\n        \"first_name\": \"User\",\n        \"last_name\": \"-\",\n        \"gender\": \"male\"\n      },\n      \"order_created_time\": \"2022-09-23T12:07:20.000Z\",\n      \"order_created_ts\": \"2022-09-23T06:37:20.000Z\",\n      \"total_shipments_in_order\": 2,\n      \"order_id\": \"FY632D541F01152493D0\",\n      \"charges\": [],\n      \"breakup_values\": [\n        {\n          \"name\": \"mrp_total\",\n          \"display\": \"MRP Total\",\n          \"value\": 3000\n        },\n        {\n          \"name\": \"sub_total\",\n          \"display\": \"Sub Total\",\n          \"value\": 1797\n        },\n        {\n          \"name\": \"coupon\",\n          \"display\": \"Coupon\",\n          \"value\": 0\n        },\n        {\n          \"name\": \"discount\",\n          \"display\": \"Discount\",\n          \"value\": -1203\n        },\n        {\n          \"name\": \"promotion\",\n          \"display\": \"Promotion\",\n          \"value\": 0\n        },\n        {\n          \"name\": \"reward_points\",\n          \"display\": \"Reward Points\",\n          \"value\": 0\n        },\n        {\n          \"name\": \"cashback_applied\",\n          \"display\": \"Cashback Applied\",\n          \"value\": 0\n        },\n        {\n          \"name\": \"delivery_charges\",\n          \"display\": \"Delivery Charges\",\n          \"value\": 0\n        },\n        {\n          \"name\": \"cod_charges\",\n          \"display\": \"COD Charges\",\n          \"value\": 0\n        },\n        {\n          \"name\": \"amount_to_be_collected\",\n          \"display\": \"Amount To Be Collected\",\n          \"value\": 0\n        },\n        {\n          \"name\": \"Delivery Charge 2\",\n          \"display\": \"Delivery Charge 2\",\n          \"value\": 100\n        },\n        {\n          \"name\": \"total\",\n          \"display\": \"Total\",\n          \"value\": 1897\n        },\n        {\n          \"name\": \"loyalty_discount\",\n          \"display\": \"Loyalty Discount\",\n          \"value\": 10\n        }\n      ],\n      \"shipments\": [\n        {\n          \"order_id\": \"FY632D541F01152493D0\",\n          \"breakup_values\": [\n            {\n              \"name\": \"mrp_total\",\n              \"display\": \"MRP Total\",\n              \"value\": 2000\n            },\n            {\n              \"name\": \"sub_total\",\n              \"display\": \"Sub Total\",\n              \"value\": 1198\n            },\n            {\n              \"name\": \"coupon\",\n              \"display\": \"Coupon\",\n              \"value\": 0\n            },\n            {\n              \"name\": \"discount\",\n              \"display\": \"Discount\",\n              \"value\": -802\n            },\n            {\n              \"name\": \"promotion\",\n              \"display\": \"Promotion\",\n              \"value\": 0\n            },\n            {\n              \"name\": \"reward_points\",\n              \"display\": \"Reward Points\",\n              \"value\": 0\n            },\n            {\n              \"name\": \"cashback_applied\",\n              \"display\": \"Cashback Applied\",\n              \"value\": 0\n            },\n            {\n              \"name\": \"delivery_charges\",\n              \"display\": \"Delivery Charges\",\n              \"value\": 0\n            },\n            {\n              \"name\": \"cod_charges\",\n              \"display\": \"COD Charges\",\n              \"value\": 0\n            },\n            {\n              \"name\": \"amount_to_be_collected\",\n              \"display\": \"Amount To Be Collected\",\n              \"value\": 0\n            },\n            {\n              \"name\": \"Delivery Charge 2\",\n              \"display\": \"Delivery Charge 2\",\n              \"value\": 100\n            },\n            {\n              \"name\": \"total\",\n              \"display\": \"Total\",\n              \"value\": 1298\n            },\n            {\n              \"name\": \"loyalty_discount\",\n              \"display\": \"Loyalty Discount\",\n              \"value\": 10\n            }\n          ],\n          \"beneficiary_details\": false,\n          \"shipment_created_at\": \"2022-09-23T12:07:35.000Z\",\n          \"shipment_created_ts\": \"2022-09-23T06:37:35.000Z\",\n          \"shipment_id\": \"16639150404761166748K\",\n          \"affiliate_shipment_id\": \"Ajio2232323\",\n          \"shipment_status\": {\n            \"title\": \"Placed\",\n            \"value\": \"processing\",\n            \"hex_code\": \"#02D1CB\"\n          },\n          \"track_url\": \"\",\n          \"traking_no\": \"\",\n          \"awb_no\": \"\",\n          \"dp_name\": \"\",\n          \"tracking_details\": [\n            {\n              \"status\": \"Order Placed\",\n              \"time\": \"2022-09-23T12:07:35.000Z\",\n              \"is_passed\": true,\n              \"value\": \"processing\"\n            },\n            {\n              \"status\": \"Order Confirmed\",\n              \"time\": \"\",\n              \"is_passed\": false,\n              \"value\": \"confirmed\"\n            },\n            {\n              \"status\": \"Delivery Partner Assigned\",\n              \"time\": \"\",\n              \"is_passed\": false,\n              \"value\": \"dp_assigned\"\n            },\n            {\n              \"status\": \"In Transit\",\n              \"time\": \"\",\n              \"is_passed\": false,\n              \"value\": \"in_transit\"\n            },\n            {\n              \"status\": \"Out For Delivery\",\n              \"time\": \"\",\n              \"is_passed\": false,\n              \"value\": \"out_for_delivery\"\n            },\n            {\n              \"status\": \"Delivered\",\n              \"time\": \"\",\n              \"is_passed\": false,\n              \"value\": \"delivered\"\n            }\n          ],\n          \"total_bags\": 1,\n          \"order_type\": \"HomeDelivery\",\n          \"promise\": {\n            \"show_promise\": true,\n            \"timestamp\": {\n              \"dp_promise\": null,\n              \"min\": \"2022-09-26T06:37:17.000Z\",\n              \"max\": \"2022-09-27T06:37:17.000Z\"\n            }\n          },\n          \"bags\": [\n            {\n              \"id\": 67631,\n              \"current_status\": {\n                \"status\": \"placed\",\n                \"updated_at\": \"2022-09-23T12:07:35.000Z\",\n                \"name\": \"Placed\",\n                \"journey_type\": \"forward\"\n              },\n              \"charges\": [],\n              \"prices\": {\n                \"price_effective\": 599,\n                \"discount\": 401,\n                \"amount_paid\": 599,\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\": 599,\n                \"added_to_fynd_cash\": false,\n                \"cashback_applied\": 0,\n                \"gst_tax_percentage\": 5,\n                \"value_of_good\": 570.48,\n                \"price_marked\": 1000,\n                \"transfer_price\": 0,\n                \"brand_calculated_amount\": 599,\n                \"promotion_effective_discount\": 0,\n                \"coupon_value\": 0,\n                \"amount_to_be_collected\": 0,\n                \"loyalty_discount\": 0,\n                \"pm_price_split\": {\n                  \"\": 599\n                }\n              },\n              \"item\": {\n                \"name\": \"FYND Black T-Shirt 03\",\n                \"brand\": {\n                  \"name\": \"lacoste\",\n                  \"logo\": \"https://hdn-1.jiomarketx0.de/x0/brands/pictures/square-logo/original/JK1ZUAgrl-Logo.png\"\n                },\n                \"image\": [\n                  \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/Cg5vRX38t-FYND-Black-Cotton-Mens-T-shirt.jpeg\",\n                  \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/QkYTI_VBn-FYND-Black-Cotton-Mens-T-shirt.jpeg\",\n                  \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/QRNIZFn7_-FYND-Black-T-Shirt.jpeg\",\n                  \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/TJLO6V8dW-FYND-Black-T-Shirt.jpeg\",\n                  \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/h0HW_3rr5-FYND-Black-T-Shirt-01.jpeg\",\n                  \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/u1zbaCncl-FYND-Black-T-Shirt-01.jpeg\",\n                  \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/TJLO6V8dW-FYND-Black-T-Shirt.jpeg\",\n                  \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/h0HW_3rr5-FYND-Black-T-Shirt-01.jpeg\",\n                  \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/u1zbaCncl-FYND-Black-T-Shirt-01.jpeg\"\n                ],\n                \"slug_key\": \"fynd-black-cotton-mens-t-shirt\",\n                \"size\": \"OS\",\n                \"code\": \"SHIRT-01\",\n                \"id\": 7500429,\n                \"category\": {\n                  \"l1\": [\n                    {\n                      \"uid\": 124,\n                      \"name\": \"Apparel\",\n                      \"level\": 1,\n                      \"departments\": [\n                        {\n                          \"uid\": 24,\n                          \"name\": \"Crafts Of India\"\n                        },\n                        {\n                          \"uid\": 8,\n                          \"name\": \"Fashion\"\n                        }\n                      ],\n                      \"gated_category_types\": {}\n                    }\n                  ],\n                  \"l2\": [\n                    {\n                      \"uid\": 50,\n                      \"name\": \"Western Wear\",\n                      \"level\": 2,\n                      \"departments\": [\n                        {\n                          \"uid\": 8,\n                          \"name\": \"Fashion\"\n                        }\n                      ],\n                      \"gated_category_types\": {}\n                    }\n                  ],\n                  \"l3\": [\n                    {\n                      \"uid\": 25,\n                      \"name\": \"T-Shirts\",\n                      \"level\": 3,\n                      \"departments\": [\n                        {\n                          \"uid\": 1,\n                          \"name\": \"Men's Fashionjhjh\"\n                        },\n                        {\n                          \"uid\": 8,\n                          \"name\": \"Fashion\"\n                        }\n                      ],\n                      \"gated_category_types\": {\n                        \"food\": false\n                      }\n                    }\n                  ]\n                },\n                \"seller_identifier\": \"SHIRT-01\"\n              },\n              \"financial_breakup\": [\n                {\n                  \"price_effective\": 599,\n                  \"discount\": 401,\n                  \"amount_paid\": 599,\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\": 599,\n                  \"added_to_fynd_cash\": false,\n                  \"cashback_applied\": 0,\n                  \"gst_tax_percentage\": 5,\n                  \"value_of_good\": 570.48,\n                  \"price_marked\": 1000,\n                  \"transfer_price\": 0,\n                  \"brand_calculated_amount\": 599,\n                  \"promotion_effective_discount\": 0,\n                  \"coupon_value\": 0,\n                  \"amount_to_be_collected\": 0,\n                  \"loyalty_discount\": 0,\n                  \"pm_price_split\": {\n                    \"\": 599\n                  },\n                  \"size\": \"OS\",\n                  \"total_units\": 1,\n                  \"hsn_code\": \"62063000\",\n                  \"identifiers\": {\n                    \"sku_code\": \"SHIRT-01\"\n                  },\n                  \"item_name\": \"FYND Black T-Shirt 03\",\n                  \"gst_fee\": 28.52,\n                  \"gst_tag\": \"SGST\"\n                }\n              ],\n              \"quantity\": 2,\n              \"can_cancel\": true,\n              \"can_return\": false,\n              \"delivery_date\": null,\n              \"returnable_date\": null,\n              \"article\": [\n                {\n                  \"tags\": [\n                    \"1P\"\n                  ]\n                }\n              ]\n            }\n          ],\n          \"size_info\": {\n            \"SHIRT-01\": {\n              \"quantity\": 2,\n              \"price_effective\": 599,\n              \"amount_paid\": 599,\n              \"price_marked\": 1000,\n              \"margin\": 40.1\n            }\n          },\n          \"total_details\": {\n            \"sizes\": 1,\n            \"total_price\": 599,\n            \"pieces\": 2\n          },\n          \"fulfilling_store\": {\n            \"name\": \"Jio-market-store4\",\n            \"company_id\": 33,\n            \"id\": 50,\n            \"code\": \"store3\"\n          },\n          \"fulfilling_company\": {\n            \"id\": 33,\n            \"name\": \"RELIANCE JIO INFOCOMM LIMITED\"\n          },\n          \"delivery_date\": null,\n          \"delivery_address\": {\n            \"id\": \"62dfe1d112b842b2959de99e\",\n            \"uid\": 660,\n            \"area\": \"asd\",\n            \"city\": \"Mumbai\",\n            \"name\": \"Vaishakh Shetty\",\n            \"email\": \"test@example.com\",\n            \"phone\": \"8888888888\",\n            \"state\": \"Maharashtra\",\n            \"address\": \"dsa\",\n            \"country\": \"India\",\n            \"pincode\": \"400059\",\n            \"version\": \"1.0\",\n            \"address1\": \" asd\",\n            \"address2\": \"\",\n            \"landmark\": \"tr\",\n            \"latitude\": 19.1157486,\n            \"address_1\": \" asd\",\n            \"area_code\": \"400059\",\n            \"longitude\": 72.8773159,\n            \"created_at\": \"2022-09-22T18:19:29.000Z\",\n            \"updated_at\": \"2022-09-22T18:19:29.000Z\",\n            \"address_type\": \"home\",\n            \"country_code\": \"91\",\n            \"geo_location\": {\n              \"latitude\": 19.1157486,\n              \"longitude\": 72.8773159\n            },\n            \"area_code_slug\": \"pincode\",\n            \"delivery_address_id\": 660,\n            \"addressee_name\": \"Vaishakh Shetty\",\n            \"delivery_code_required\": 1\n          },\n          \"billing_address\": {\n            \"id\": \"62dfe1d112b842b2959de99e\",\n            \"uid\": 660,\n            \"area\": \"asd\",\n            \"city\": \"Mumbai\",\n            \"name\": \"Vaishakh Shetty\",\n            \"email\": \"test@example.com\",\n            \"phone\": \"8888888888\",\n            \"state\": \"Maharashtra\",\n            \"address\": \"dsa\",\n            \"country\": \"India\",\n            \"pincode\": \"400059\",\n            \"version\": \"1.0\",\n            \"address1\": \" asd\",\n            \"address2\": \"\",\n            \"landmark\": \"tr\",\n            \"latitude\": 19.1157486,\n            \"address_1\": \" asd\",\n            \"area_code\": \"400059\",\n            \"longitude\": 72.8773159,\n            \"created_at\": \"2022-09-22T18:19:29.000Z\",\n            \"updated_at\": \"2022-09-22T18:19:29.000Z\",\n            \"address_type\": \"home\",\n            \"country_code\": \"91\",\n            \"geo_location\": {\n              \"latitude\": 19.1157486,\n              \"longitude\": 72.8773159\n            },\n            \"area_code_slug\": \"pincode\",\n            \"delivery_address_id\": 660,\n            \"addressee_name\": \"Vaishakh Shetty\",\n            \"delivery_code_required\": 1\n          },\n          \"can_cancel\": true,\n          \"can_return\": false,\n          \"returnable_date\": null,\n          \"show_download_invoice\": false,\n          \"show_track_link\": false,\n          \"prices\": {\n            \"amount_paid\": 1198,\n            \"refund_amount\": 1198,\n            \"price_marked\": 2000,\n            \"cod_charges\": 0,\n            \"coupon_value\": 0,\n            \"discount\": 802,\n            \"cashback_applied\": 0,\n            \"delivery_charge\": 0,\n            \"fynd_credits\": 0,\n            \"cashback\": 0,\n            \"price_effective\": 1198,\n            \"refund_credit\": 0,\n            \"value_of_good\": 1140.96,\n            \"discount_percent\": 40,\n            \"amount_to_be_collected\": 0,\n            \"loyalty_discount\": 0\n          },\n          \"can_break\": {\n            \"bag_repriced\": {\n              \"can_break_entity\": false\n            },\n            \"cancelled_seller\": {\n              \"can_break_entity\": false\n            },\n            \"bag_not_verified\": {\n              \"can_break_entity\": false\n            },\n            \"product_not_available\": {\n              \"can_break_entity\": false\n            },\n            \"bag_invoiced\": {\n              \"can_break_entity\": false\n            },\n            \"store_reassigned\": {\n              \"can_break_entity\": false\n            },\n            \"cancelled_fynd\": {\n              \"can_break_entity\": false\n            },\n            \"cancelled_operations\": {\n              \"can_break_entity\": true\n            },\n            \"cancelled_customer\": {\n              \"can_break_entity\": true\n            },\n            \"bag_not_confirmed\": {\n              \"can_break_entity\": true\n            },\n            \"delivery_sla_breached\": {\n              \"can_break_entity\": false\n            },\n            \"bag_confirmed\": {\n              \"can_break_entity\": true\n            }\n          },\n          \"need_help_url\": \"https://fynd.freshdesk.com/support/solutions/33000003306\",\n          \"payment\": {\n            \"logo\": \"https://hdn-1.fynd.com/payment/Pos+Logo.png\",\n            \"mode\": \"Jio Partner Pay\",\n            \"mop\": \"PREPAID\",\n            \"status\": \"Paid\"\n          },\n          \"payment_info\": [\n            {\n              \"logo\": \"https://hdn-1.fynd.com/payment/Pos+Logo.png\",\n              \"mode\": \"Jio Partner Pay\",\n              \"mop\": \"PREPAID\",\n              \"status\": \"Paid\"\n            }\n          ],\n          \"user_info\": {\n            \"email\": \"test@example.com\",\n            \"gender\": \"male\",\n            \"mobile\": \"8888888888\",\n            \"name\": \"User -\"\n          },\n          \"comment\": \"\",\n          \"invoice\": {\n            \"updated_date\": \"1970-01-01T00:00:00.000Z\",\n            \"store_invoice_id\": null,\n            \"invoice_url\": \"\",\n            \"label_url\": \"\"\n          },\n          \"refund_details\": {\n            \"rrn\": null\n          },\n          \"fulfillment_option\": {\n            \"name\": \"Standard Delivery\",\n            \"slug\": \"standard-delivery\",\n            \"is_default\": true,\n            \"type\": \"HomeDelivery\"\n          },\n          \"ndr_details\": {\n            \"show_ndr_form\": true,\n            \"non_editable_address_fields\": [\n              \"pincode\",\n              \"country\",\n              \"state\",\n              \"city\"\n            ],\n            \"allowed_delivery_window\": {\n              \"start_date\": \"2025-04-10T00:00:00Z\",\n              \"end_date\": \"2025-04-20T23:59:59Z\",\n              \"excluded_dates\": [\n                \"2025-04-15\"\n              ]\n            }\n          }\n        },\n        {\n          \"order_id\": \"FY632D541F01152493D0\",\n          \"breakup_values\": [\n            {\n              \"name\": \"mrp_total\",\n              \"display\": \"MRP Total\",\n              \"value\": 1000\n            },\n            {\n              \"name\": \"sub_total\",\n              \"display\": \"Sub Total\",\n              \"value\": 599\n            },\n            {\n              \"name\": \"coupon\",\n              \"display\": \"Coupon\",\n              \"value\": 0\n            },\n            {\n              \"name\": \"discount\",\n              \"display\": \"Discount\",\n              \"value\": -401\n            },\n            {\n              \"name\": \"promotion\",\n              \"display\": \"Promotion\",\n              \"value\": 0\n            },\n            {\n              \"name\": \"reward_points\",\n              \"display\": \"Reward Points\",\n              \"value\": 0\n            },\n            {\n              \"name\": \"cashback_applied\",\n              \"display\": \"Cashback Applied\",\n              \"value\": 0\n            },\n            {\n              \"name\": \"delivery_charges\",\n              \"display\": \"Delivery Charges\",\n              \"value\": 0\n            },\n            {\n              \"name\": \"cod_charges\",\n              \"display\": \"COD Charges\",\n              \"value\": 0\n            },\n            {\n              \"name\": \"amount_to_be_collected\",\n              \"display\": \"Amount To Be Collected\",\n              \"value\": 0\n            },\n            {\n              \"name\": \"total\",\n              \"display\": \"Total\",\n              \"value\": 599\n            },\n            {\n              \"name\": \"loyalty_discount\",\n              \"display\": \"Loyalty Discount\",\n              \"value\": 10\n            }\n          ],\n          \"beneficiary_details\": false,\n          \"shipment_created_at\": \"2022-09-23T12:07:58.000Z\",\n          \"shipment_id\": \"16639150772951172388K\",\n          \"shipment_status\": {\n            \"title\": \"Refund Initiated\",\n            \"value\": \"refund_initiated\",\n            \"hex_code\": \"#FE8F46\"\n          },\n          \"track_url\": \"\",\n          \"traking_no\": \"\",\n          \"awb_no\": \"\",\n          \"dp_name\": \"\",\n          \"tracking_details\": [\n            {\n              \"status\": \"Order Placed\",\n              \"time\": \"2022-09-23T12:07:35.000Z\",\n              \"is_passed\": true,\n              \"value\": \"processing\"\n            },\n            {\n              \"status\": \"Cancelled\",\n              \"time\": \"2022-09-23T12:07:57.000Z\",\n              \"is_passed\": true,\n              \"value\": \"cancelled\"\n            },\n            {\n              \"status\": \"Refund Processing\",\n              \"time\": \"2022-09-23T12:07:58.000Z\",\n              \"is_passed\": true,\n              \"value\": \"refund_initiated\",\n              \"tracking_details\": [\n                {\n                  \"status\": \"Refund Initiated\",\n                  \"time\": \"2022-09-23T12:07:58.000Z\",\n                  \"is_passed\": true,\n                  \"value\": \"refund_initiated\"\n                },\n                {\n                  \"status\": \"Refund Completed\",\n                  \"time\": \"\",\n                  \"is_passed\": false,\n                  \"value\": \"refund_done\"\n                }\n              ]\n            }\n          ],\n          \"total_bags\": 1,\n          \"order_type\": null,\n          \"promise\": {\n            \"show_promise\": false,\n            \"timestamp\": {\n              \"dp_promise\": null,\n              \"min\": \"2022-09-26T06:37:17.000Z\",\n              \"max\": \"2022-09-27T06:37:17.000Z\"\n            }\n          },\n          \"bags\": [\n            {\n              \"id\": 67632,\n              \"current_status\": {\n                \"status\": \"refund_acknowledged\",\n                \"updated_at\": \"2022-09-23T12:07:58.000Z\",\n                \"name\": \"Refund Acknowledged\",\n                \"journey_type\": null\n              },\n              \"prices\": {\n                \"price_effective\": 599,\n                \"discount\": 401,\n                \"amount_paid\": 599,\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\": 599,\n                \"added_to_fynd_cash\": false,\n                \"cashback_applied\": 0,\n                \"gst_tax_percentage\": 5,\n                \"value_of_good\": 570.48,\n                \"price_marked\": 1000,\n                \"transfer_price\": 0,\n                \"brand_calculated_amount\": 599,\n                \"promotion_effective_discount\": 0,\n                \"coupon_value\": 0,\n                \"amount_to_be_collected\": 0,\n                \"loyalty_discount\": 0,\n                \"pm_price_split\": {\n                  \"\": 599\n                }\n              },\n              \"item\": {\n                \"name\": \"FYND Black T-Shirt 03\",\n                \"brand\": {\n                  \"name\": \"lacoste\",\n                  \"logo\": \"https://hdn-1.jiomarketx0.de/x0/brands/pictures/square-logo/original/JK1ZUAgrl-Logo.png\"\n                },\n                \"image\": [\n                  \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/Cg5vRX38t-FYND-Black-Cotton-Mens-T-shirt.jpeg\",\n                  \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/QkYTI_VBn-FYND-Black-Cotton-Mens-T-shirt.jpeg\",\n                  \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/QRNIZFn7_-FYND-Black-T-Shirt.jpeg\",\n                  \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/TJLO6V8dW-FYND-Black-T-Shirt.jpeg\",\n                  \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/h0HW_3rr5-FYND-Black-T-Shirt-01.jpeg\",\n                  \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/u1zbaCncl-FYND-Black-T-Shirt-01.jpeg\",\n                  \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/TJLO6V8dW-FYND-Black-T-Shirt.jpeg\",\n                  \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/h0HW_3rr5-FYND-Black-T-Shirt-01.jpeg\",\n                  \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/u1zbaCncl-FYND-Black-T-Shirt-01.jpeg\"\n                ],\n                \"slug_key\": \"fynd-black-cotton-mens-t-shirt\",\n                \"size\": \"OS\",\n                \"code\": \"SHIRT-01\",\n                \"id\": 7500429,\n                \"category\": {\n                  \"l1\": [\n                    {\n                      \"uid\": 124,\n                      \"name\": \"Apparel\",\n                      \"level\": 1,\n                      \"departments\": [\n                        {\n                          \"uid\": 24,\n                          \"name\": \"Crafts Of India\"\n                        },\n                        {\n                          \"uid\": 8,\n                          \"name\": \"Fashion\"\n                        }\n                      ],\n                      \"gated_category_types\": {}\n                    }\n                  ],\n                  \"l2\": [\n                    {\n                      \"uid\": 50,\n                      \"name\": \"Western Wear\",\n                      \"level\": 2,\n                      \"departments\": [\n                        {\n                          \"uid\": 8,\n                          \"name\": \"Fashion\"\n                        }\n                      ],\n                      \"gated_category_types\": {}\n                    }\n                  ],\n                  \"l3\": [\n                    {\n                      \"uid\": 25,\n                      \"name\": \"T-Shirts\",\n                      \"level\": 3,\n                      \"departments\": [\n                        {\n                          \"uid\": 1,\n                          \"name\": \"Men's Fashionjhjh\"\n                        },\n                        {\n                          \"uid\": 8,\n                          \"name\": \"Fashion\"\n                        }\n                      ],\n                      \"gated_category_types\": {\n                        \"food\": false\n                      }\n                    }\n                  ]\n                },\n                \"seller_identifier\": \"SHIRT-01\"\n              },\n              \"financial_breakup\": [\n                {\n                  \"price_effective\": 599,\n                  \"discount\": 401,\n                  \"amount_paid\": 599,\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\": 599,\n                  \"added_to_fynd_cash\": false,\n                  \"cashback_applied\": 0,\n                  \"gst_tax_percentage\": 5,\n                  \"value_of_good\": 570.48,\n                  \"price_marked\": 1000,\n                  \"transfer_price\": 0,\n                  \"brand_calculated_amount\": 599,\n                  \"promotion_effective_discount\": 0,\n                  \"coupon_value\": 0,\n                  \"amount_to_be_collected\": 0,\n                  \"loyalty_discount\": 0,\n                  \"pm_price_split\": {\n                    \"\": 599\n                  },\n                  \"size\": \"OS\",\n                  \"total_units\": 1,\n                  \"hsn_code\": \"62063000\",\n                  \"identifiers\": {\n                    \"sku_code\": \"SHIRT-01\"\n                  },\n                  \"item_name\": \"FYND Black T-Shirt 03\",\n                  \"gst_fee\": 28.52,\n                  \"gst_tag\": \"SGST\"\n                }\n              ],\n              \"quantity\": 1,\n              \"can_cancel\": false,\n              \"can_return\": false,\n              \"delivery_date\": null,\n              \"returnable_date\": null\n            }\n          ],\n          \"size_info\": {\n            \"SHIRT-01\": {\n              \"quantity\": 1,\n              \"price_effective\": 599,\n              \"amount_paid\": 599,\n              \"price_marked\": 1000,\n              \"margin\": 40.1\n            }\n          },\n          \"total_details\": {\n            \"sizes\": 1,\n            \"total_price\": 599,\n            \"pieces\": 1\n          },\n          \"fulfilling_store\": {\n            \"name\": \"Jio-market-store4\",\n            \"company_id\": 33,\n            \"id\": 50,\n            \"code\": \"store3\"\n          },\n          \"fulfilling_company\": {\n            \"id\": 33,\n            \"name\": \"RELIANCE JIO INFOCOMM LIMITED\"\n          },\n          \"delivery_date\": null,\n          \"delivery_address\": {\n            \"id\": \"62dfe1d112b842b2959de99e\",\n            \"uid\": 660,\n            \"area\": \"asd\",\n            \"city\": \"Mumbai\",\n            \"name\": \"Vaishakh Shetty\",\n            \"email\": \"test@example.com\",\n            \"phone\": \"8888888888\",\n            \"state\": \"Maharashtra\",\n            \"address\": \"dsa\",\n            \"country\": \"India\",\n            \"pincode\": \"400059\",\n            \"version\": \"1.0\",\n            \"address1\": \" asd\",\n            \"address2\": \"\",\n            \"landmark\": \"tr\",\n            \"latitude\": 19.1157486,\n            \"address_1\": \" asd\",\n            \"area_code\": \"400059\",\n            \"longitude\": 72.8773159,\n            \"created_at\": \"2022-09-22T18:19:29.000Z\",\n            \"updated_at\": \"2022-09-22T18:19:29.000Z\",\n            \"address_type\": \"home\",\n            \"country_code\": \"91\",\n            \"geo_location\": {\n              \"latitude\": 19.1157486,\n              \"longitude\": 72.8773159\n            },\n            \"area_code_slug\": \"pincode\",\n            \"delivery_address_id\": 660,\n            \"addressee_name\": \"Vaishakh Shetty\",\n            \"delivery_code_required\": 1\n          },\n          \"can_cancel\": false,\n          \"can_return\": false,\n          \"returnable_date\": null,\n          \"show_download_invoice\": false,\n          \"show_track_link\": false,\n          \"prices\": {\n            \"amount_paid\": 599,\n            \"refund_amount\": 599,\n            \"price_marked\": 1000,\n            \"cod_charges\": 0,\n            \"coupon_value\": 0,\n            \"discount\": 401,\n            \"cashback_applied\": 0,\n            \"delivery_charge\": 0,\n            \"fynd_credits\": 0,\n            \"cashback\": 0,\n            \"price_effective\": 599,\n            \"refund_credit\": 0,\n            \"value_of_good\": 570.48,\n            \"discount_percent\": 40,\n            \"amount_to_be_collected\": 0,\n            \"loyalty_discount\": 0\n          },\n          \"can_break\": {\n            \"refund_completed\": {\n              \"can_break_entity\": false\n            },\n            \"rto_delivery_attempt_failed\": {\n              \"can_break_entity\": false\n            },\n            \"return_rejected_by_dp\": {\n              \"can_break_entity\": false\n            },\n            \"return_to_origin\": {\n              \"can_break_entity\": false\n            },\n            \"rto_initiated\": {\n              \"can_break_entity\": false\n            },\n            \"refund_failed\": {\n              \"can_break_entity\": false\n            },\n            \"bag_picked\": {\n              \"can_break_entity\": false\n            },\n            \"rto_bag_delivered\": {\n              \"can_break_entity\": false\n            },\n            \"return_dp_assigned\": {\n              \"can_break_entity\": false\n            },\n            \"return_bag_in_transit\": {\n              \"can_break_entity\": false\n            },\n            \"return_bag_out_for_delivery\": {\n              \"can_break_entity\": false\n            },\n            \"return_initiated\": {\n              \"can_break_entity\": true\n            },\n            \"return_rejected_by_store\": {\n              \"can_break_entity\": false\n            },\n            \"rto_bag_out_for_delivery\": {\n              \"can_break_entity\": false\n            },\n            \"deadstock\": {\n              \"can_break_entity\": false\n            },\n            \"bag_lost\": {\n              \"can_break_entity\": false\n            },\n            \"return_bag_delivered\": {\n              \"can_break_entity\": false\n            },\n            \"return_completed\": {\n              \"can_break_entity\": false\n            },\n            \"return_bag_picked\": {\n              \"can_break_entity\": false\n            },\n            \"rto_bag_accepted\": {\n              \"can_break_entity\": false\n            },\n            \"deadstock_defective\": {\n              \"can_break_entity\": false\n            },\n            \"rto_in_transit\": {\n              \"can_break_entity\": false\n            },\n            \"return_accepted\": {\n              \"can_break_entity\": false\n            },\n            \"out_for_pickup\": {\n              \"can_break_entity\": false\n            },\n            \"return_bag_not_delivered\": {\n              \"can_break_entity\": false\n            },\n            \"cancelled_customer\": {\n              \"can_break_entity\": true\n            },\n            \"return_bag_lost\": {\n              \"can_break_entity\": false\n            }\n          },\n          \"need_help_url\": \"https://fynd.freshdesk.com/support/solutions/33000003306\",\n          \"payment\": {\n            \"logo\": \"https://hdn-1.fynd.com/payment/Pos+Logo.png\",\n            \"mode\": \"Jio Partner Pay\",\n            \"mop\": \"PREPAID\",\n            \"status\": \"Paid\"\n          },\n          \"payment_info\": [\n            {\n              \"logo\": \"https://hdn-1.fynd.com/payment/Pos+Logo.png\",\n              \"mode\": \"Jio Partner Pay\",\n              \"mop\": \"PREPAID\",\n              \"status\": \"Paid\"\n            }\n          ],\n          \"user_info\": {\n            \"email\": \"test@example.com\",\n            \"gender\": \"male\",\n            \"mobile\": \"8888888888\",\n            \"name\": \"User -\"\n          },\n          \"comment\": \"\",\n          \"invoice\": {\n            \"updated_date\": \"1970-01-01T00:00:00.000Z\",\n            \"store_invoice_id\": null,\n            \"invoice_url\": \"\",\n            \"label_url\": \"\"\n          },\n          \"refund_details\": {\n            \"rrn\": \"\"\n          },\n          \"fulfillment_option\": {\n            \"name\": \"Standard Delivery\",\n            \"slug\": \"standard-delivery\",\n            \"is_default\": true,\n            \"type\": \"HomeDelivery\"\n          },\n          \"ndr_details\": null\n        }\n      ],\n      \"meta\": {}\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"size\": 12,\n    \"current\": 1,\n    \"has_next\": false,\n    \"item_total\": 10\n  },\n  \"filters\": {\n    \"statuses\": [\n      {\n        \"display\": \"All Status\",\n        \"value\": 1,\n        \"is_selected\": true\n      },\n      {\n        \"display\": \"Delivered\",\n        \"value\": 2,\n        \"is_selected\": false\n      },\n      {\n        \"display\": \"Cancelled\",\n        \"value\": 3,\n        \"is_selected\": false\n      },\n      {\n        \"display\": \"Returned\",\n        \"value\": 4,\n        \"is_selected\": false\n      }\n    ],\n    \"global\": [\n      {\n        \"display_test\": \"Status\",\n        \"value\": \"status\",\n        \"type\": \"single_select\",\n        \"placeholder_text\": \"Select status\",\n        \"required\": false,\n        \"options\": [\n          {\n            \"display_text\": \"All\",\n            \"value\": \"all\",\n            \"is_selected\": true\n          },\n          {\n            \"display_text\": \"Delivered\",\n            \"value\": \"delivered\",\n            \"is_selected\": false\n          },\n          {\n            \"display_text\": \"Cancelled\",\n            \"value\": \"cancelled\",\n            \"is_selected\": false\n          },\n          {\n            \"display_text\": \"Returned\",\n            \"value\": \"returned\",\n            \"is_selected\": false\n          }\n        ]\n      },\n      {\n        \"display_test\": \"Time\",\n        \"value\": \"time_range\",\n        \"type\": \"single_select\",\n        \"placeholder_text\": \"Select time\",\n        \"required\": false,\n        \"options\": [\n          {\n            \"display_text\": \"Last 30 days\",\n            \"value\": \"last_30_days\",\n            \"is_selected\": false\n          },\n          {\n            \"display_text\": \"Last 3 months\",\n            \"value\": \"last_3_months\",\n            \"is_selected\": false\n          },\n          {\n            \"display_text\": \"2024\",\n            \"value\": 2024,\n            \"is_selected\": false\n          },\n          {\n            \"display_text\": \"2023\",\n            \"value\": 2023,\n            \"is_selected\": false\n          }\n        ]\n      }\n    ]\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "797297f2-aae8-4abf-998c-aae944d5414e",
            "name": "getOrderById | Get an order",
            "request": {
              "name": "getOrderById | Get an order",
              "description": {
                "content": "Get order details such as tracking details, shipment, store information using Fynd Order ID.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "order",
                  "v1.0",
                  "orders",
                  ":order_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "allow_inactive",
                    "value": "false",
                    "description": "Flag to allow inactive shipments."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "order_id",
                    "description": "(Required) A unique number used for identifying and tracking an order."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "b615c5fd-51c6-4f5b-882f-3c99be3e2047",
                "name": "Success. ",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "order",
                      "v1.0",
                      "orders",
                      ":order_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "allow_inactive",
                        "value": "false"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "order_id",
                        "description": "(Required) A unique number used for identifying and tracking an order."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"order\": {\n    \"bags_for_reorder\": [\n      {\n        \"item_id\": 7500429,\n        \"item_size\": \"OS\",\n        \"store_id\": 50,\n        \"seller_id\": 33,\n        \"article_assignment\": {\n          \"level\": \"multi-companies\",\n          \"strategy\": \"low-price\"\n        },\n        \"quantity\": 3\n      }\n    ],\n    \"gstin_code\": \"27AALCA0442L1ZM\",\n    \"user_info\": {\n      \"mobile\": \"8888888888\",\n      \"first_name\": \"User\",\n      \"last_name\": \"-\",\n      \"gender\": \"male\"\n    },\n    \"order_created_time\": \"2022-09-23T12:07:20.000Z\",\n    \"total_shipments_in_order\": 2,\n    \"order_id\": \"FY632D541F01152493D0\",\n    \"charges\": [],\n    \"breakup_values\": [\n      {\n        \"name\": \"mrp_total\",\n        \"display\": \"MRP Total\",\n        \"value\": 3000\n      },\n      {\n        \"name\": \"sub_total\",\n        \"display\": \"Sub Total\",\n        \"value\": 1797\n      },\n      {\n        \"name\": \"coupon\",\n        \"display\": \"Coupon\",\n        \"value\": 0\n      },\n      {\n        \"name\": \"discount\",\n        \"display\": \"Discount\",\n        \"value\": -1203\n      },\n      {\n        \"name\": \"promotion\",\n        \"display\": \"Promotion\",\n        \"value\": 0\n      },\n      {\n        \"name\": \"reward_points\",\n        \"display\": \"Reward Points\",\n        \"value\": 0\n      },\n      {\n        \"name\": \"cashback_applied\",\n        \"display\": \"Cashback Applied\",\n        \"value\": 0\n      },\n      {\n        \"name\": \"delivery_charges\",\n        \"display\": \"Delivery Charges\",\n        \"value\": 0\n      },\n      {\n        \"name\": \"cod_charges\",\n        \"display\": \"COD Charges\",\n        \"value\": 0\n      },\n      {\n        \"name\": \"amount_to_be_collected\",\n        \"display\": \"Amount To Be Collected\",\n        \"value\": 0\n      },\n      {\n        \"name\": \"Delivery Charge 2\",\n        \"display\": \"Delivery Charge 2\",\n        \"value\": 100\n      },\n      {\n        \"name\": \"total\",\n        \"display\": \"Total\",\n        \"value\": 1897\n      },\n      {\n        \"name\": \"loyalty_discount\",\n        \"display\": \"Loyalty Discount\",\n        \"value\": 10\n      }\n    ],\n    \"shipments\": [\n      {\n        \"order_id\": \"FY632D541F01152493D0\",\n        \"order\": {\n          \"meta\": {\n            \"custom_cart_id\": \"652ce6972512f05477a32547\",\n            \"name\": \"Universal/Smart Bazar/Fresh Cart\",\n            \"slug\": \"universal/smart-bazar/fresh-cart\"\n          },\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        \"breakup_values\": [\n          {\n            \"name\": \"mrp_total\",\n            \"display\": \"MRP Total\",\n            \"value\": 2000\n          },\n          {\n            \"name\": \"sub_total\",\n            \"display\": \"Sub Total\",\n            \"value\": 1198\n          },\n          {\n            \"name\": \"coupon\",\n            \"display\": \"Coupon\",\n            \"value\": 0\n          },\n          {\n            \"name\": \"discount\",\n            \"display\": \"Discount\",\n            \"value\": -802\n          },\n          {\n            \"name\": \"promotion\",\n            \"display\": \"Promotion\",\n            \"value\": 0\n          },\n          {\n            \"name\": \"reward_points\",\n            \"display\": \"Reward Points\",\n            \"value\": 0\n          },\n          {\n            \"name\": \"cashback_applied\",\n            \"display\": \"Cashback Applied\",\n            \"value\": 0\n          },\n          {\n            \"name\": \"delivery_charges\",\n            \"display\": \"Delivery Charges\",\n            \"value\": 0\n          },\n          {\n            \"name\": \"cod_charges\",\n            \"display\": \"COD Charges\",\n            \"value\": 0\n          },\n          {\n            \"name\": \"amount_to_be_collected\",\n            \"display\": \"Amount To Be Collected\",\n            \"value\": 0\n          },\n          {\n            \"name\": \"Delivery Charge 2\",\n            \"display\": \"Delivery Charge 2\",\n            \"value\": 100\n          },\n          {\n            \"name\": \"total\",\n            \"display\": \"Total\",\n            \"value\": 1298\n          },\n          {\n            \"name\": \"loyalty_discount\",\n            \"display\": \"Loyalty Discount\",\n            \"value\": 10\n          }\n        ],\n        \"beneficiary_details\": false,\n        \"shipment_created_at\": \"2022-09-23T12:07:35.000Z\",\n        \"shipment_id\": \"16639150404761166748K\",\n        \"shipment_status\": {\n          \"title\": \"Placed\",\n          \"value\": \"processing\",\n          \"hex_code\": \"#02D1CB\"\n        },\n        \"track_url\": \"\",\n        \"traking_no\": \"\",\n        \"awb_no\": \"\",\n        \"dp_name\": \"\",\n        \"tracking_details\": [\n          {\n            \"status\": \"Order Placed\",\n            \"time\": \"2022-09-23T12:07:35.000Z\",\n            \"is_passed\": true,\n            \"value\": \"processing\"\n          },\n          {\n            \"status\": \"Order Confirmed\",\n            \"time\": \"\",\n            \"is_passed\": false,\n            \"value\": \"confirmed\"\n          },\n          {\n            \"status\": \"Delivery Partner Assigned\",\n            \"time\": \"\",\n            \"is_passed\": false,\n            \"value\": \"dp_assigned\"\n          },\n          {\n            \"status\": \"In Transit\",\n            \"time\": \"\",\n            \"is_passed\": false,\n            \"value\": \"in_transit\"\n          },\n          {\n            \"status\": \"Out For Delivery\",\n            \"time\": \"\",\n            \"is_passed\": false,\n            \"value\": \"out_for_delivery\"\n          },\n          {\n            \"status\": \"Delivered\",\n            \"time\": \"\",\n            \"is_passed\": false,\n            \"value\": \"delivered\"\n          }\n        ],\n        \"total_bags\": 1,\n        \"order_type\": \"HomeDelivery\",\n        \"promise\": {\n          \"show_promise\": true,\n          \"timestamp\": {\n            \"dp_promise\": null,\n            \"min\": \"2022-09-26T06:37:17.000Z\",\n            \"max\": \"2022-09-27T06:37:17.000Z\"\n          }\n        },\n        \"bags\": [\n          {\n            \"id\": 67631,\n            \"current_status\": {\n              \"status\": \"placed\",\n              \"updated_at\": \"2022-09-23T12:07:35.000Z\",\n              \"name\": \"Placed\",\n              \"journey_type\": \"forward\"\n            },\n            \"charges\": [],\n            \"prices\": {\n              \"price_effective\": 599,\n              \"discount\": 401,\n              \"amount_paid\": 599,\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\": 599,\n              \"added_to_fynd_cash\": false,\n              \"cashback_applied\": 0,\n              \"gst_tax_percentage\": 5,\n              \"value_of_good\": 570.48,\n              \"price_marked\": 1000,\n              \"transfer_price\": 0,\n              \"brand_calculated_amount\": 599,\n              \"promotion_effective_discount\": 0,\n              \"coupon_value\": 0,\n              \"amount_to_be_collected\": 0,\n              \"loyalty_discount\": 0,\n              \"pm_price_split\": {\n                \"\": 599\n              }\n            },\n            \"item\": {\n              \"name\": \"FYND Black T-Shirt 03\",\n              \"brand\": {\n                \"name\": \"lacoste\",\n                \"logo\": \"https://hdn-1.jiomarketx0.de/x0/brands/pictures/square-logo/original/JK1ZUAgrl-Logo.png\"\n              },\n              \"image\": [\n                \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/Cg5vRX38t-FYND-Black-Cotton-Mens-T-shirt.jpeg\",\n                \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/QkYTI_VBn-FYND-Black-Cotton-Mens-T-shirt.jpeg\",\n                \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/QRNIZFn7_-FYND-Black-T-Shirt.jpeg\",\n                \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/TJLO6V8dW-FYND-Black-T-Shirt.jpeg\",\n                \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/h0HW_3rr5-FYND-Black-T-Shirt-01.jpeg\",\n                \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/u1zbaCncl-FYND-Black-T-Shirt-01.jpeg\",\n                \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/TJLO6V8dW-FYND-Black-T-Shirt.jpeg\",\n                \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/h0HW_3rr5-FYND-Black-T-Shirt-01.jpeg\",\n                \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/u1zbaCncl-FYND-Black-T-Shirt-01.jpeg\"\n              ],\n              \"slug_key\": \"fynd-black-cotton-mens-t-shirt\",\n              \"size\": \"OS\",\n              \"code\": \"SHIRT-01\",\n              \"id\": 7500429,\n              \"category\": {\n                \"l1\": [\n                  {\n                    \"uid\": 124,\n                    \"name\": \"Apparel\",\n                    \"level\": 1,\n                    \"departments\": [\n                      {\n                        \"uid\": 24,\n                        \"name\": \"Crafts Of India\"\n                      },\n                      {\n                        \"uid\": 8,\n                        \"name\": \"Fashion\"\n                      }\n                    ],\n                    \"gated_category_types\": {}\n                  }\n                ],\n                \"l2\": [\n                  {\n                    \"uid\": 50,\n                    \"name\": \"Western Wear\",\n                    \"level\": 2,\n                    \"departments\": [\n                      {\n                        \"uid\": 8,\n                        \"name\": \"Fashion\"\n                      }\n                    ],\n                    \"gated_category_types\": {}\n                  }\n                ],\n                \"l3\": [\n                  {\n                    \"uid\": 25,\n                    \"name\": \"T-Shirts\",\n                    \"level\": 3,\n                    \"departments\": [\n                      {\n                        \"uid\": 1,\n                        \"name\": \"Men's Fashionjhjh\"\n                      },\n                      {\n                        \"uid\": 8,\n                        \"name\": \"Fashion\"\n                      }\n                    ],\n                    \"gated_category_types\": {\n                      \"food\": false\n                    }\n                  }\n                ]\n              },\n              \"seller_identifier\": \"SHIRT-01\"\n            },\n            \"financial_breakup\": [\n              {\n                \"price_effective\": 599,\n                \"discount\": 401,\n                \"amount_paid\": 599,\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\": 599,\n                \"added_to_fynd_cash\": false,\n                \"cashback_applied\": 0,\n                \"gst_tax_percentage\": 5,\n                \"value_of_good\": 570.48,\n                \"price_marked\": 1000,\n                \"transfer_price\": 0,\n                \"brand_calculated_amount\": 599,\n                \"promotion_effective_discount\": 0,\n                \"coupon_value\": 0,\n                \"amount_to_be_collected\": 0,\n                \"loyalty_discount\": 0,\n                \"pm_price_split\": {\n                  \"\": 599\n                },\n                \"size\": \"OS\",\n                \"total_units\": 1,\n                \"hsn_code\": \"62063000\",\n                \"identifiers\": {\n                  \"sku_code\": \"SHIRT-01\"\n                },\n                \"item_name\": \"FYND Black T-Shirt 03\",\n                \"gst_fee\": 28.52,\n                \"gst_tag\": \"SGST\"\n              }\n            ],\n            \"quantity\": 2,\n            \"can_cancel\": true,\n            \"can_return\": false,\n            \"delivery_date\": null,\n            \"returnable_date\": null,\n            \"article\": {\n              \"tags\": [\n                \"1P\"\n              ]\n            }\n          }\n        ],\n        \"size_info\": {\n          \"SHIRT-01\": {\n            \"quantity\": 2,\n            \"price_effective\": 599,\n            \"amount_paid\": 599,\n            \"price_marked\": 1000,\n            \"margin\": 40.1\n          }\n        },\n        \"total_details\": {\n          \"sizes\": 1,\n          \"total_price\": 599,\n          \"pieces\": 2\n        },\n        \"fulfilling_store\": {\n          \"name\": \"Jio-market-store4\",\n          \"company_id\": 33,\n          \"id\": 50,\n          \"code\": \"store3\"\n        },\n        \"fulfilling_company\": {\n          \"id\": 33,\n          \"name\": \"RELIANCE JIO INFOCOMM LIMITED\"\n        },\n        \"delivery_date\": null,\n        \"delivery_address\": {\n          \"id\": \"62dfe1d112b842b2959de99e\",\n          \"uid\": 660,\n          \"area\": \"asd\",\n          \"city\": \"Mumbai\",\n          \"name\": \"Vaishakh Shetty\",\n          \"email\": \"test@example.com\",\n          \"phone\": \"8888888888\",\n          \"state\": \"Maharashtra\",\n          \"address\": \"dsa\",\n          \"country\": \"India\",\n          \"pincode\": \"400059\",\n          \"version\": \"1.0\",\n          \"address1\": \" asd\",\n          \"address2\": \"\",\n          \"landmark\": \"tr\",\n          \"latitude\": 19.1157486,\n          \"address_1\": \" asd\",\n          \"area_code\": \"400059\",\n          \"longitude\": 72.8773159,\n          \"created_at\": \"2022-09-22T18:19:29.000Z\",\n          \"updated_at\": \"2022-09-22T18:19:29.000Z\",\n          \"address_type\": \"home\",\n          \"country_code\": \"91\",\n          \"geo_location\": {\n            \"latitude\": 19.1157486,\n            \"longitude\": 72.8773159\n          },\n          \"area_code_slug\": \"pincode\",\n          \"delivery_address_id\": 660,\n          \"addressee_name\": \"Vaishakh Shetty\",\n          \"delivery_code_required\": 1\n        },\n        \"billing_address\": {\n          \"id\": \"62dfe1d112b842b2959de99e\",\n          \"uid\": 660,\n          \"area\": \"asd\",\n          \"city\": \"Mumbai\",\n          \"name\": \"Vaishakh Shetty\",\n          \"email\": \"test@example.com\",\n          \"phone\": \"8888888888\",\n          \"state\": \"Maharashtra\",\n          \"address\": \"dsa\",\n          \"country\": \"India\",\n          \"pincode\": \"400059\",\n          \"version\": \"1.0\",\n          \"address1\": \" asd\",\n          \"address2\": \"\",\n          \"landmark\": \"tr\",\n          \"latitude\": 19.1157486,\n          \"address_1\": \" asd\",\n          \"area_code\": \"400059\",\n          \"longitude\": 72.8773159,\n          \"created_at\": \"2022-09-22T18:19:29.000Z\",\n          \"updated_at\": \"2022-09-22T18:19:29.000Z\",\n          \"address_type\": \"home\",\n          \"country_code\": \"91\",\n          \"geo_location\": {\n            \"latitude\": 19.1157486,\n            \"longitude\": 72.8773159\n          },\n          \"area_code_slug\": \"pincode\",\n          \"delivery_address_id\": 660,\n          \"addressee_name\": \"Vaishakh Shetty\",\n          \"delivery_code_required\": 1\n        },\n        \"can_cancel\": true,\n        \"can_return\": false,\n        \"returnable_date\": null,\n        \"show_download_invoice\": false,\n        \"show_track_link\": false,\n        \"prices\": {\n          \"amount_paid\": 1198,\n          \"refund_amount\": 1198,\n          \"price_marked\": 2000,\n          \"cod_charges\": 0,\n          \"coupon_value\": 0,\n          \"discount\": 802,\n          \"cashback_applied\": 0,\n          \"delivery_charge\": 0,\n          \"fynd_credits\": 0,\n          \"cashback\": 0,\n          \"price_effective\": 1198,\n          \"refund_credit\": 0,\n          \"value_of_good\": 1140.96,\n          \"discount_percent\": 40,\n          \"amount_to_be_collected\": 0,\n          \"loyalty_discount\": 0\n        },\n        \"can_break\": {\n          \"bag_repriced\": {\n            \"can_break_entity\": false\n          },\n          \"cancelled_seller\": {\n            \"can_break_entity\": false\n          },\n          \"bag_not_verified\": {\n            \"can_break_entity\": false\n          },\n          \"product_not_available\": {\n            \"can_break_entity\": false\n          },\n          \"bag_invoiced\": {\n            \"can_break_entity\": false\n          },\n          \"store_reassigned\": {\n            \"can_break_entity\": false\n          },\n          \"cancelled_fynd\": {\n            \"can_break_entity\": false\n          },\n          \"cancelled_operations\": {\n            \"can_break_entity\": true\n          },\n          \"cancelled_customer\": {\n            \"can_break_entity\": true\n          },\n          \"bag_not_confirmed\": {\n            \"can_break_entity\": true\n          },\n          \"delivery_sla_breached\": {\n            \"can_break_entity\": false\n          },\n          \"bag_confirmed\": {\n            \"can_break_entity\": true\n          }\n        },\n        \"need_help_url\": \"https://fynd.freshdesk.com/support/solutions/33000003306\",\n        \"payment\": {\n          \"logo\": \"https://hdn-1.fynd.com/payment/Pos+Logo.png\",\n          \"mode\": \"Jio Partner Pay\",\n          \"mop\": \"PREPAID\",\n          \"status\": \"Paid\"\n        },\n        \"payment_info\": [\n          {\n            \"logo\": \"https://hdn-1.fynd.com/payment/Pos+Logo.png\",\n            \"mode\": \"Jio Partner Pay\",\n            \"mop\": \"PREPAID\",\n            \"status\": \"Paid\"\n          }\n        ],\n        \"user_info\": {\n          \"email\": \"test@example.com\",\n          \"gender\": \"male\",\n          \"mobile\": \"8888888888\",\n          \"name\": \"User -\"\n        },\n        \"comment\": \"\",\n        \"invoice\": {\n          \"updated_date\": \"1970-01-01T00:00:00.000Z\",\n          \"store_invoice_id\": null,\n          \"invoice_url\": \"\",\n          \"label_url\": \"\"\n        },\n        \"refund_details\": {\n          \"rrn\": null\n        },\n        \"fulfillment_option\": {\n          \"name\": \"Standard Delivery\",\n          \"slug\": \"standard-delivery\",\n          \"is_default\": true,\n          \"type\": \"HomeDelivery\"\n        },\n        \"ndr_details\": {\n          \"show_ndr_form\": true,\n          \"non_editable_address_fields\": [\n            \"pincode\",\n            \"country\",\n            \"state\",\n            \"city\"\n          ],\n          \"allowed_delivery_window\": {\n            \"start_date\": \"2025-04-10T00:00:00Z\",\n            \"end_date\": \"2025-04-20T23:59:59Z\",\n            \"excluded_dates\": [\n              \"2025-04-15\"\n            ]\n          }\n        }\n      },\n      {\n        \"order_id\": \"FY632D541F01152493D0\",\n        \"breakup_values\": [\n          {\n            \"name\": \"mrp_total\",\n            \"display\": \"MRP Total\",\n            \"value\": 1000\n          },\n          {\n            \"name\": \"sub_total\",\n            \"display\": \"Sub Total\",\n            \"value\": 599\n          },\n          {\n            \"name\": \"coupon\",\n            \"display\": \"Coupon\",\n            \"value\": 0\n          },\n          {\n            \"name\": \"discount\",\n            \"display\": \"Discount\",\n            \"value\": -401\n          },\n          {\n            \"name\": \"promotion\",\n            \"display\": \"Promotion\",\n            \"value\": 0\n          },\n          {\n            \"name\": \"reward_points\",\n            \"display\": \"Reward Points\",\n            \"value\": 0\n          },\n          {\n            \"name\": \"cashback_applied\",\n            \"display\": \"Cashback Applied\",\n            \"value\": 0\n          },\n          {\n            \"name\": \"delivery_charges\",\n            \"display\": \"Delivery Charges\",\n            \"value\": 0\n          },\n          {\n            \"name\": \"cod_charges\",\n            \"display\": \"COD Charges\",\n            \"value\": 0\n          },\n          {\n            \"name\": \"amount_to_be_collected\",\n            \"display\": \"Amount To Be Collected\",\n            \"value\": 0\n          },\n          {\n            \"name\": \"total\",\n            \"display\": \"Total\",\n            \"value\": 599\n          },\n          {\n            \"name\": \"loyalty_discount\",\n            \"display\": \"Loyalty Discount\",\n            \"value\": 10\n          }\n        ],\n        \"beneficiary_details\": false,\n        \"shipment_created_at\": \"2022-09-23T12:07:58.000Z\",\n        \"shipment_id\": \"16639150772951172388K\",\n        \"shipment_status\": {\n          \"title\": \"Refund Initiated\",\n          \"value\": \"refund_initiated\",\n          \"hex_code\": \"#FE8F46\"\n        },\n        \"track_url\": \"\",\n        \"traking_no\": \"\",\n        \"awb_no\": \"\",\n        \"dp_name\": \"\",\n        \"tracking_details\": [\n          {\n            \"status\": \"Order Placed\",\n            \"time\": \"2022-09-23T12:07:35.000Z\",\n            \"is_passed\": true,\n            \"value\": \"processing\"\n          },\n          {\n            \"status\": \"Cancelled\",\n            \"time\": \"2022-09-23T12:07:57.000Z\",\n            \"is_passed\": true,\n            \"value\": \"cancelled\"\n          },\n          {\n            \"status\": \"Refund Processing\",\n            \"time\": \"2022-09-23T12:07:58.000Z\",\n            \"is_passed\": true,\n            \"value\": \"refund_initiated\",\n            \"tracking_details\": [\n              {\n                \"status\": \"Refund Initiated\",\n                \"time\": \"2022-09-23T12:07:58.000Z\",\n                \"is_passed\": true,\n                \"value\": \"refund_initiated\"\n              },\n              {\n                \"status\": \"Refund Completed\",\n                \"time\": \"\",\n                \"is_passed\": false,\n                \"value\": \"refund_done\"\n              }\n            ]\n          }\n        ],\n        \"total_bags\": 1,\n        \"order_type\": null,\n        \"promise\": {\n          \"show_promise\": false,\n          \"timestamp\": {\n            \"dp_promise\": null,\n            \"min\": \"2022-09-26T06:37:17.000Z\",\n            \"max\": \"2022-09-27T06:37:17.000Z\"\n          }\n        },\n        \"bags\": [\n          {\n            \"id\": 67632,\n            \"current_status\": {\n              \"status\": \"refund_acknowledged\",\n              \"updated_at\": \"2022-09-23T12:07:58.000Z\",\n              \"name\": \"Refund Acknowledged\",\n              \"journey_type\": null\n            },\n            \"prices\": {\n              \"price_effective\": 599,\n              \"discount\": 401,\n              \"amount_paid\": 599,\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\": 599,\n              \"added_to_fynd_cash\": false,\n              \"cashback_applied\": 0,\n              \"gst_tax_percentage\": 5,\n              \"value_of_good\": 570.48,\n              \"price_marked\": 1000,\n              \"transfer_price\": 0,\n              \"brand_calculated_amount\": 599,\n              \"promotion_effective_discount\": 0,\n              \"coupon_value\": 0,\n              \"amount_to_be_collected\": 0,\n              \"loyalty_discount\": 0,\n              \"pm_price_split\": {\n                \"\": 599\n              }\n            },\n            \"item\": {\n              \"name\": \"FYND Black T-Shirt 03\",\n              \"brand\": {\n                \"name\": \"lacoste\",\n                \"logo\": \"https://hdn-1.jiomarketx0.de/x0/brands/pictures/square-logo/original/JK1ZUAgrl-Logo.png\"\n              },\n              \"image\": [\n                \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/Cg5vRX38t-FYND-Black-Cotton-Mens-T-shirt.jpeg\",\n                \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/QkYTI_VBn-FYND-Black-Cotton-Mens-T-shirt.jpeg\",\n                \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/QRNIZFn7_-FYND-Black-T-Shirt.jpeg\",\n                \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/TJLO6V8dW-FYND-Black-T-Shirt.jpeg\",\n                \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/h0HW_3rr5-FYND-Black-T-Shirt-01.jpeg\",\n                \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/u1zbaCncl-FYND-Black-T-Shirt-01.jpeg\",\n                \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/TJLO6V8dW-FYND-Black-T-Shirt.jpeg\",\n                \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/h0HW_3rr5-FYND-Black-T-Shirt-01.jpeg\",\n                \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/u1zbaCncl-FYND-Black-T-Shirt-01.jpeg\"\n              ],\n              \"slug_key\": \"fynd-black-cotton-mens-t-shirt\",\n              \"size\": \"OS\",\n              \"code\": \"SHIRT-01\",\n              \"id\": 7500429,\n              \"category\": {\n                \"l1\": [\n                  {\n                    \"uid\": 124,\n                    \"name\": \"Apparel\",\n                    \"level\": 1,\n                    \"departments\": [\n                      {\n                        \"uid\": 24,\n                        \"name\": \"Crafts Of India\"\n                      },\n                      {\n                        \"uid\": 8,\n                        \"name\": \"Fashion\"\n                      }\n                    ],\n                    \"gated_category_types\": {}\n                  }\n                ],\n                \"l2\": [\n                  {\n                    \"uid\": 50,\n                    \"name\": \"Western Wear\",\n                    \"level\": 2,\n                    \"departments\": [\n                      {\n                        \"uid\": 8,\n                        \"name\": \"Fashion\"\n                      }\n                    ],\n                    \"gated_category_types\": {}\n                  }\n                ],\n                \"l3\": [\n                  {\n                    \"uid\": 25,\n                    \"name\": \"T-Shirts\",\n                    \"level\": 3,\n                    \"departments\": [\n                      {\n                        \"uid\": 1,\n                        \"name\": \"Men's Fashionjhjh\"\n                      },\n                      {\n                        \"uid\": 8,\n                        \"name\": \"Fashion\"\n                      }\n                    ],\n                    \"gated_category_types\": {\n                      \"food\": false\n                    }\n                  }\n                ]\n              },\n              \"seller_identifier\": \"SHIRT-01\"\n            },\n            \"financial_breakup\": [\n              {\n                \"price_effective\": 599,\n                \"discount\": 401,\n                \"amount_paid\": 599,\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\": 599,\n                \"added_to_fynd_cash\": false,\n                \"cashback_applied\": 0,\n                \"gst_tax_percentage\": 5,\n                \"value_of_good\": 570.48,\n                \"price_marked\": 1000,\n                \"transfer_price\": 0,\n                \"brand_calculated_amount\": 599,\n                \"promotion_effective_discount\": 0,\n                \"coupon_value\": 0,\n                \"amount_to_be_collected\": 0,\n                \"loyalty_discount\": 0,\n                \"pm_price_split\": {\n                  \"\": 599\n                },\n                \"size\": \"OS\",\n                \"total_units\": 1,\n                \"hsn_code\": \"62063000\",\n                \"identifiers\": {\n                  \"sku_code\": \"SHIRT-01\"\n                },\n                \"item_name\": \"FYND Black T-Shirt 03\",\n                \"gst_fee\": 28.52,\n                \"gst_tag\": \"SGST\"\n              }\n            ],\n            \"quantity\": 1,\n            \"can_cancel\": false,\n            \"can_return\": false,\n            \"delivery_date\": null,\n            \"returnable_date\": null\n          }\n        ],\n        \"size_info\": {\n          \"SHIRT-01\": {\n            \"quantity\": 1,\n            \"price_effective\": 599,\n            \"amount_paid\": 599,\n            \"price_marked\": 1000,\n            \"margin\": 40.1\n          }\n        },\n        \"total_details\": {\n          \"sizes\": 1,\n          \"total_price\": 599,\n          \"pieces\": 1\n        },\n        \"fulfilling_store\": {\n          \"name\": \"Jio-market-store4\",\n          \"company_id\": 33,\n          \"id\": 50,\n          \"code\": \"store3\"\n        },\n        \"fulfilling_company\": {\n          \"id\": 33,\n          \"name\": \"RELIANCE JIO INFOCOMM LIMITED\"\n        },\n        \"delivery_date\": null,\n        \"delivery_address\": {\n          \"id\": \"62dfe1d112b842b2959de99e\",\n          \"uid\": 660,\n          \"area\": \"asd\",\n          \"city\": \"Mumbai\",\n          \"name\": \"Vaishakh Shetty\",\n          \"email\": \"test@example.com\",\n          \"phone\": \"8888888888\",\n          \"state\": \"Maharashtra\",\n          \"address\": \"dsa\",\n          \"country\": \"India\",\n          \"pincode\": \"400059\",\n          \"version\": \"1.0\",\n          \"address1\": \" asd\",\n          \"address2\": \"\",\n          \"landmark\": \"tr\",\n          \"latitude\": 19.1157486,\n          \"address_1\": \" asd\",\n          \"area_code\": \"400059\",\n          \"longitude\": 72.8773159,\n          \"created_at\": \"2022-09-22T18:19:29.000Z\",\n          \"updated_at\": \"2022-09-22T18:19:29.000Z\",\n          \"address_type\": \"home\",\n          \"country_code\": \"91\",\n          \"geo_location\": {\n            \"latitude\": 19.1157486,\n            \"longitude\": 72.8773159\n          },\n          \"area_code_slug\": \"pincode\",\n          \"delivery_address_id\": 660,\n          \"addressee_name\": \"Vaishakh Shetty\",\n          \"delivery_code_required\": 1\n        },\n        \"can_cancel\": false,\n        \"can_return\": false,\n        \"returnable_date\": null,\n        \"show_download_invoice\": false,\n        \"show_track_link\": false,\n        \"prices\": {\n          \"amount_paid\": 599,\n          \"refund_amount\": 599,\n          \"price_marked\": 1000,\n          \"cod_charges\": 0,\n          \"coupon_value\": 0,\n          \"discount\": 401,\n          \"cashback_applied\": 0,\n          \"delivery_charge\": 0,\n          \"fynd_credits\": 0,\n          \"cashback\": 0,\n          \"price_effective\": 599,\n          \"refund_credit\": 0,\n          \"value_of_good\": 570.48,\n          \"discount_percent\": 40,\n          \"amount_to_be_collected\": 0,\n          \"loyalty_discount\": 0\n        },\n        \"can_break\": {\n          \"refund_completed\": {\n            \"can_break_entity\": false\n          },\n          \"rto_delivery_attempt_failed\": {\n            \"can_break_entity\": false\n          },\n          \"return_rejected_by_dp\": {\n            \"can_break_entity\": false\n          },\n          \"return_to_origin\": {\n            \"can_break_entity\": false\n          },\n          \"rto_initiated\": {\n            \"can_break_entity\": false\n          },\n          \"refund_failed\": {\n            \"can_break_entity\": false\n          },\n          \"bag_picked\": {\n            \"can_break_entity\": false\n          },\n          \"rto_bag_delivered\": {\n            \"can_break_entity\": false\n          },\n          \"return_dp_assigned\": {\n            \"can_break_entity\": false\n          },\n          \"return_bag_in_transit\": {\n            \"can_break_entity\": false\n          },\n          \"return_bag_out_for_delivery\": {\n            \"can_break_entity\": false\n          },\n          \"return_initiated\": {\n            \"can_break_entity\": true\n          },\n          \"return_rejected_by_store\": {\n            \"can_break_entity\": false\n          },\n          \"rto_bag_out_for_delivery\": {\n            \"can_break_entity\": false\n          },\n          \"deadstock\": {\n            \"can_break_entity\": false\n          },\n          \"bag_lost\": {\n            \"can_break_entity\": false\n          },\n          \"return_bag_delivered\": {\n            \"can_break_entity\": false\n          },\n          \"return_completed\": {\n            \"can_break_entity\": false\n          },\n          \"return_bag_picked\": {\n            \"can_break_entity\": false\n          },\n          \"rto_bag_accepted\": {\n            \"can_break_entity\": false\n          },\n          \"deadstock_defective\": {\n            \"can_break_entity\": false\n          },\n          \"rto_in_transit\": {\n            \"can_break_entity\": false\n          },\n          \"return_accepted\": {\n            \"can_break_entity\": false\n          },\n          \"out_for_pickup\": {\n            \"can_break_entity\": false\n          },\n          \"return_bag_not_delivered\": {\n            \"can_break_entity\": false\n          },\n          \"cancelled_customer\": {\n            \"can_break_entity\": true\n          },\n          \"return_bag_lost\": {\n            \"can_break_entity\": false\n          }\n        },\n        \"need_help_url\": \"https://fynd.freshdesk.com/support/solutions/33000003306\",\n        \"payment\": {\n          \"logo\": \"https://hdn-1.fynd.com/payment/Pos+Logo.png\",\n          \"mode\": \"Jio Partner Pay\",\n          \"mop\": \"PREPAID\",\n          \"status\": \"Paid\"\n        },\n        \"payment_info\": [\n          {\n            \"logo\": \"https://hdn-1.fynd.com/payment/Pos+Logo.png\",\n            \"mode\": \"Jio Partner Pay\",\n            \"mop\": \"PREPAID\",\n            \"status\": \"Paid\"\n          }\n        ],\n        \"user_info\": {\n          \"email\": \"test@example.com\",\n          \"gender\": \"male\",\n          \"mobile\": \"8888888888\",\n          \"name\": \"User -\"\n        },\n        \"comment\": \"\",\n        \"invoice\": {\n          \"updated_date\": \"1970-01-01T00:00:00.000Z\",\n          \"store_invoice_id\": null,\n          \"invoice_url\": \"\",\n          \"label_url\": \"\"\n        },\n        \"refund_details\": {\n          \"rrn\": \"\"\n        },\n        \"fulfillment_option\": {\n          \"name\": \"Standard Delivery\",\n          \"slug\": \"standard-delivery\",\n          \"is_default\": true,\n          \"type\": \"HomeDelivery\"\n        },\n        \"ndr_details\": null\n      }\n    ],\n    \"is_validated\": false,\n    \"meta\": {}\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "676c2e49-bebe-437a-aa5d-e5a4f74f0629",
            "name": "getPosOrderById | Retrieves POS order details",
            "request": {
              "name": "getPosOrderById | Retrieves POS order details",
              "description": {
                "content": "Retrieve a POS order and all its details such as tracking details, shipment, store information using Fynd Order ID.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "order",
                  "v1.0",
                  "orders",
                  "pos-order",
                  ":order_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "order_id",
                    "description": "(Required) A unique number used for identifying and tracking your orders."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "102bcf1d-a6dc-4726-8ade-f07f3dec4cf4",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "order",
                      "v1.0",
                      "orders",
                      "pos-order",
                      ":order_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "order_id",
                        "description": "(Required) A unique number used for identifying and tracking your orders."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"order\": {\n    \"order_created_time\": \"2022-08-11T16:09:17.000Z\",\n    \"total_shipments_in_order\": 1,\n    \"order_id\": \"FY62F4CE260113EFCC64\",\n    \"charges\": [],\n    \"breakup_values\": [\n      {\n        \"name\": \"mrp_total\",\n        \"display\": \"MRP Total\",\n        \"value\": 1000\n      },\n      {\n        \"name\": \"sub_total\",\n        \"display\": \"Sub Total\",\n        \"value\": 999\n      },\n      {\n        \"name\": \"coupon\",\n        \"display\": \"Coupon\",\n        \"value\": 0\n      },\n      {\n        \"name\": \"discount\",\n        \"display\": \"Discount\",\n        \"value\": -1\n      },\n      {\n        \"name\": \"promotion\",\n        \"display\": \"Promotion\",\n        \"value\": 0\n      },\n      {\n        \"name\": \"reward_points\",\n        \"display\": \"Reward Points\",\n        \"value\": 0\n      },\n      {\n        \"name\": \"cashback_applied\",\n        \"display\": \"Cashback Applied\",\n        \"value\": 0\n      },\n      {\n        \"name\": \"delivery_charges\",\n        \"display\": \"Delivery Charges\",\n        \"value\": 0\n      },\n      {\n        \"name\": \"cod_charges\",\n        \"display\": \"COD Charges\",\n        \"value\": 0\n      },\n      {\n        \"name\": \"total\",\n        \"display\": \"Total\",\n        \"value\": 999\n      },\n      {\n        \"name\": \"loyalty_discount\",\n        \"display\": \"Loyalty Discount\",\n        \"value\": 10\n      }\n    ],\n    \"shipments\": [\n      {\n        \"order_id\": \"FY62F4CE260113EFCC64\",\n        \"charges\": [],\n        \"breakup_values\": [\n          {\n            \"name\": \"mrp_total\",\n            \"display\": \"MRP Total\",\n            \"value\": 1000\n          },\n          {\n            \"name\": \"sub_total\",\n            \"display\": \"Sub Total\",\n            \"value\": 999\n          },\n          {\n            \"name\": \"coupon\",\n            \"display\": \"Coupon\",\n            \"value\": 0\n          },\n          {\n            \"name\": \"discount\",\n            \"display\": \"Discount\",\n            \"value\": -1\n          },\n          {\n            \"name\": \"promotion\",\n            \"display\": \"Promotion\",\n            \"value\": 0\n          },\n          {\n            \"name\": \"reward_points\",\n            \"display\": \"Reward Points\",\n            \"value\": 0\n          },\n          {\n            \"name\": \"cashback_applied\",\n            \"display\": \"Cashback Applied\",\n            \"value\": 0\n          },\n          {\n            \"name\": \"delivery_charges\",\n            \"display\": \"Delivery Charges\",\n            \"value\": 0\n          },\n          {\n            \"name\": \"cod_charges\",\n            \"display\": \"COD Charges\",\n            \"value\": 0\n          },\n          {\n            \"name\": \"total\",\n            \"display\": \"Total\",\n            \"value\": 999\n          },\n          {\n            \"name\": \"loyalty_discount\",\n            \"display\": \"Loyalty Discount\",\n            \"value\": 10\n          }\n        ],\n        \"beneficiary_details\": false,\n        \"shipment_created_at\": \"2022-08-22T21:33:33.000Z\",\n        \"shipment_id\": \"16602143565551542371K\",\n        \"shipment_status\": {\n          \"title\": \"DP Assigned\",\n          \"value\": \"dp_assigned\",\n          \"hex_code\": \"#FE8F46\"\n        },\n        \"track_url\": \"\",\n        \"traking_no\": \"Tracking No.: 118022046\",\n        \"awb_no\": \"118022046\",\n        \"dp_name\": \"ecom_jio\",\n        \"tracking_details\": [\n          {\n            \"status\": \"Order Placed\",\n            \"time\": \"2022-08-11T16:09:17.000Z\",\n            \"is_passed\": true,\n            \"value\": \"processing\"\n          },\n          {\n            \"status\": \"Order Confirmed\",\n            \"time\": \"2022-08-22T17:14:02.000Z\",\n            \"is_passed\": true,\n            \"value\": \"confirmed\"\n          },\n          {\n            \"status\": \"Delivery Partner Assigned\",\n            \"time\": \"2022-08-22T17:14:13.000Z\",\n            \"is_passed\": true,\n            \"value\": \"dp_assigned\"\n          },\n          {\n            \"status\": \"In Transit\",\n            \"time\": \"\",\n            \"is_passed\": false,\n            \"value\": \"in_transit\"\n          },\n          {\n            \"status\": \"Out For Delivery\",\n            \"time\": \"\",\n            \"is_passed\": false,\n            \"value\": \"out_for_delivery\"\n          },\n          {\n            \"status\": \"Delivered\",\n            \"time\": \"\",\n            \"is_passed\": false,\n            \"value\": \"delivered\"\n          }\n        ],\n        \"total_bags\": 1,\n        \"order_type\": \"HomeDelivery\",\n        \"promise\": {\n          \"show_promise\": false,\n          \"timestamp\": {\n            \"dp_promise\": null,\n            \"min\": \"2022-08-15T09:38:44.000Z\",\n            \"max\": \"2022-08-18T09:38:44.000Z\"\n          }\n        },\n        \"bags\": [\n          {\n            \"id\": 59987,\n            \"charges\": [],\n            \"current_status\": {\n              \"status\": \"bag_not_picked\",\n              \"updated_at\": \"2022-08-22T21:33:33.000Z\",\n              \"name\": \"Bag Not Picked\",\n              \"journey_type\": \"forward\"\n            },\n            \"prices\": {\n              \"price_effective\": 999,\n              \"discount\": 1,\n              \"amount_paid\": 999,\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\": 999,\n              \"added_to_fynd_cash\": false,\n              \"cashback_applied\": 0,\n              \"gst_tax_percentage\": 18,\n              \"value_of_good\": 846.61,\n              \"price_marked\": 1000,\n              \"transfer_price\": 0,\n              \"brand_calculated_amount\": 999,\n              \"promotion_effective_discount\": 0,\n              \"coupon_value\": 0,\n              \"loyalty_discount\": 0,\n              \"pm_price_split\": {\n                \"Net Banking\": 999\n              }\n            },\n            \"item\": {\n              \"name\": \"Puma Men Tshirt\",\n              \"brand\": {\n                \"name\": \"Dabur\",\n                \"logo\": \"https://hdn-1.jiomarketx0.de/x0/brands/pictures/square-logo/original/kv5DZy0J8-Logo.jpeg\"\n              },\n              \"image\": [\n                \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/e6qJ_Bihn-61x838nYQUL._UL1440_.jpg\"\n              ],\n              \"slug_key\": \"puma-men-tshirt\",\n              \"size\": \"OS\",\n              \"code\": \"PUMATSHIRT\",\n              \"id\": 7507572,\n              \"category\": [],\n              \"seller_identifier\": \"PUMATSHIRT\"\n            },\n            \"financial_breakup\": [\n              {\n                \"price_effective\": 999,\n                \"discount\": 1,\n                \"amount_paid\": 999,\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\": 999,\n                \"added_to_fynd_cash\": false,\n                \"cashback_applied\": 0,\n                \"gst_tax_percentage\": 18,\n                \"value_of_good\": 846.61,\n                \"price_marked\": 1000,\n                \"transfer_price\": 0,\n                \"brand_calculated_amount\": 999,\n                \"promotion_effective_discount\": 0,\n                \"coupon_value\": 0,\n                \"loyalty_discount\": 0,\n                \"pm_price_split\": {\n                  \"Net Banking\": 999\n                },\n                \"size\": \"OS\",\n                \"total_units\": 1,\n                \"hsn_code\": \"99972900\",\n                \"identifiers\": {\n                  \"sku_code\": \"PUMATSHIRT\"\n                },\n                \"item_name\": \"Puma Men Tshirt\",\n                \"gst_fee\": 152.38,\n                \"gst_tag\": \"IGST\"\n              }\n            ],\n            \"quantity\": 1\n          }\n        ],\n        \"size_info\": {\n          \"PUMATSHIRT\": {\n            \"quantity\": 1,\n            \"price_effective\": 999,\n            \"amount_paid\": 999,\n            \"price_marked\": 1000,\n            \"margin\": 0.1\n          }\n        },\n        \"total_details\": {\n          \"sizes\": 1,\n          \"total_price\": 999,\n          \"pieces\": 1\n        },\n        \"fulfilling_store\": {\n          \"name\": \"jio-location\",\n          \"company_id\": 41,\n          \"id\": 8,\n          \"code\": \"jio-location\"\n        },\n        \"fulfilling_company\": {\n          \"id\": 41,\n          \"name\": \"Jio\"\n        },\n        \"fulfillment_option\": {\n          \"name\": \"Standard Delivery\",\n          \"slug\": \"standard-delivery\",\n          \"is_default\": true,\n          \"type\": \"HomeDelivery\"\n        },\n        \"ndr_details\": {\n          \"show_ndr_form\": true,\n          \"non_editable_address_fields\": [\n            \"pincode\",\n            \"country\",\n            \"state\",\n            \"city\"\n          ],\n          \"allowed_delivery_window\": {\n            \"start_date\": \"2025-04-10T00:00:00Z\",\n            \"end_date\": \"2025-04-20T23:59:59Z\",\n            \"excluded_dates\": [\n              \"2025-04-15\"\n            ]\n          }\n        }\n      }\n    ],\n    \"is_validated\": false\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e647c2a7-3ddf-4271-87c8-13c68d1b3e60",
            "name": "getShipmentById | Get a Shipment",
            "request": {
              "name": "getShipmentById | Get a Shipment",
              "description": {
                "content": "Get shipment details such as price breakup, tracking details, store information, etc. using Shipment ID.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "order",
                  "v1.0",
                  "orders",
                  "shipments",
                  ":shipment_id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "allow_inactive",
                    "value": "false",
                    "description": "Flag to allow inactive shipments."
                  }
                ],
                "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."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": {
                "type": "apikey",
                "apikey": [
                  {
                    "key": "key",
                    "value": "x-application-id"
                  },
                  {
                    "key": "value",
                    "value": "{{apiKey}}"
                  },
                  {
                    "key": "in",
                    "value": "header"
                  }
                ]
              }
            },
            "response": [
              {
                "id": "8cce43ab-66c5-4fff-af3b-e81262dc6581",
                "name": "Success. ",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "order",
                      "v1.0",
                      "orders",
                      "shipments",
                      ":shipment_id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "allow_inactive",
                        "value": "false"
                      }
                    ],
                    "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."
                      }
                    ]
                  },
                  "header": [
                    {
                      "description": {
                        "content": "Added as a part of security scheme: apikey",
                        "type": "text/plain"
                      },
                      "key": "x-application-id",
                      "value": "<API Key>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"shipment\": {\n    \"order_id\": \"FY62F3B8290150D13E36\",\n    \"order\": {\n      \"meta\": {\n        \"custom_cart_id\": \"652ce6972512f05477a32547\",\n        \"name\": \"Universal/Smart Bazar/Fresh Cart\",\n        \"slug\": \"universal/smart-bazar/fresh-cart\"\n      }\n    },\n    \"charges\": [],\n    \"breakup_values\": [\n      {\n        \"name\": \"mrp_total\",\n        \"display\": \"MRP Total\",\n        \"value\": 50\n      },\n      {\n        \"name\": \"sub_total\",\n        \"display\": \"Sub Total\",\n        \"value\": 50\n      },\n      {\n        \"name\": \"coupon\",\n        \"display\": \"Coupon\",\n        \"value\": 0\n      },\n      {\n        \"name\": \"discount\",\n        \"display\": \"Discount\",\n        \"value\": 0\n      },\n      {\n        \"name\": \"promotion\",\n        \"display\": \"Promotion\",\n        \"value\": 0\n      },\n      {\n        \"name\": \"reward_points\",\n        \"display\": \"Reward Points\",\n        \"value\": 0\n      },\n      {\n        \"name\": \"cashback_applied\",\n        \"display\": \"Cashback Applied\",\n        \"value\": 0\n      },\n      {\n        \"name\": \"delivery_charges\",\n        \"display\": \"Delivery Charges\",\n        \"value\": 0\n      },\n      {\n        \"name\": \"cod_charges\",\n        \"display\": \"COD Charges\",\n        \"value\": 0\n      },\n      {\n        \"name\": \"amount_to_be_collected\",\n        \"display\": \"Amount To Be Collected\",\n        \"value\": 0\n      },\n      {\n        \"name\": \"total\",\n        \"display\": \"Total\",\n        \"value\": 50\n      },\n      {\n        \"name\": \"loyalty_discount\",\n        \"display\": \"Loyalty Discount\",\n        \"value\": 10\n      }\n    ],\n    \"beneficiary_details\": false,\n    \"need_help_url\": \"https://fynd.freshdesk.com/support/solutions/33000003306\",\n    \"shipment_created_at\": \"2022-08-10T19:22:42.000Z\",\n    \"shipment_id\": \"16601395620321798247K\",\n    \"affiliate_shipment_id\": \"12221FHTHSGJl\",\n    \"shipment_status\": {\n      \"title\": \"DP Assigned\",\n      \"value\": \"dp_assigned\",\n      \"hex_code\": \"#FE8F46\"\n    },\n    \"track_url\": \"\",\n    \"traking_no\": \"Tracking No.: 5923410031146\",\n    \"awb_no\": \"5923410031146\",\n    \"dp_name\": \"delhivery_jio_surface\",\n    \"tracking_details\": [\n      {\n        \"status\": \"Order Placed\",\n        \"time\": \"2022-08-10T19:22:55.000Z\",\n        \"is_passed\": true,\n        \"value\": \"processing\"\n      },\n      {\n        \"status\": \"Order Confirmed\",\n        \"time\": \"2022-08-18T19:11:02.000Z\",\n        \"is_passed\": true,\n        \"value\": \"confirmed\"\n      },\n      {\n        \"status\": \"Delivery Partner Assigned\",\n        \"time\": \"2022-08-18T19:11:38.000Z\",\n        \"is_passed\": true,\n        \"value\": \"dp_assigned\"\n      },\n      {\n        \"status\": \"In Transit\",\n        \"time\": \"\",\n        \"is_passed\": false,\n        \"value\": \"in_transit\"\n      },\n      {\n        \"status\": \"Out For Delivery\",\n        \"time\": \"\",\n        \"is_passed\": false,\n        \"value\": \"out_for_delivery\"\n      },\n      {\n        \"status\": \"Delivered\",\n        \"time\": \"\",\n        \"is_passed\": false,\n        \"value\": \"delivered\"\n      }\n    ],\n    \"total_bags\": 1,\n    \"promise\": {\n      \"show_promise\": false,\n      \"timestamp\": {\n        \"min\": \"2022-08-14T13:52:37.000Z\",\n        \"max\": \"2022-08-17T13:52:37.000Z\",\n        \"dp_promise\": null\n      }\n    },\n    \"bags\": [\n      {\n        \"id\": 59624,\n        \"charges\": [],\n        \"current_status\": {\n          \"status\": \"bag_not_picked\",\n          \"updated_at\": \"2022-08-18T23:46:11.000Z\",\n          \"name\": \"Bag Not Picked\",\n          \"journey_type\": \"forward\"\n        },\n        \"prices\": {\n          \"price_effective\": 50,\n          \"discount\": 0,\n          \"amount_paid\": 50,\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\": 50,\n          \"added_to_fynd_cash\": false,\n          \"cashback_applied\": 0,\n          \"gst_tax_percentage\": 18,\n          \"value_of_good\": 42.37,\n          \"price_marked\": 50,\n          \"transfer_price\": 0,\n          \"brand_calculated_amount\": 50,\n          \"promotion_effective_discount\": 0,\n          \"coupon_value\": 0,\n          \"amount_to_be_collected\": 0,\n          \"loyalty_discount\": 0,\n          \"pm_price_split\": {\n            \"COD\": 50\n          }\n        },\n        \"item\": {\n          \"name\": \"Tissues\",\n          \"l2_category\": [\n            \"Tools & Accessories\"\n          ],\n          \"l2_category_id\": 3,\n          \"brand\": {\n            \"name\": \"Zepto\",\n            \"logo\": \"https://hdn-1.jiomarketx0.de/x0/brands/pictures/square-logo/original/5XLRHXC5H-Logo.png\"\n          },\n          \"image\": [\n            \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/hGov80Pbv-411yLXtNYNL._SL1000_.jpg\",\n            \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/U-6bpneFP-Tissues.jpeg\",\n            \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/U-6bpneFP-Tissues.jpeg\",\n            \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/U-6bpneFP-Tissues.jpeg\",\n            \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/U-6bpneFP-Tissues.jpeg\",\n            \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/U-6bpneFP-Tissues.jpeg\",\n            \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/U-6bpneFP-Tissues.jpeg\",\n            \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/U-6bpneFP-Tissues.jpeg\",\n            \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/U-6bpneFP-Tissues.jpeg\",\n            \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/U-6bpneFP-Tissues.jpeg\",\n            \"https://hdn-1.jiomarketx0.de/x0/products/pictures/item/free/270x0/U-6bpneFP-Tissues.jpeg\"\n          ],\n          \"slug_key\": \"tissues\",\n          \"size\": \"OS\",\n          \"code\": \"TIS-102\",\n          \"id\": 7500474,\n          \"seller_identifier\": \"987432134\",\n          \"attributes\": {}\n        },\n        \"financial_breakup\": [\n          {\n            \"price_effective\": 50,\n            \"discount\": 0,\n            \"amount_paid\": 50,\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\": 50,\n            \"added_to_fynd_cash\": false,\n            \"cashback_applied\": 0,\n            \"gst_tax_percentage\": 18,\n            \"value_of_good\": 42.37,\n            \"price_marked\": 50,\n            \"transfer_price\": 0,\n            \"brand_calculated_amount\": 50,\n            \"promotion_effective_discount\": 0,\n            \"coupon_value\": 0,\n            \"amount_to_be_collected\": 0,\n            \"loyalty_discount\": 0,\n            \"pm_price_split\": {\n              \"COD\": 50\n            },\n            \"size\": \"OS\",\n            \"total_units\": 1,\n            \"hsn_code\": \"70099200\",\n            \"identifiers\": {\n              \"sku_code\": \"987432134\"\n            },\n            \"item_name\": \"Tissues\",\n            \"gst_fee\": 7.62,\n            \"gst_tag\": \"SGST\"\n          }\n        ],\n        \"quantity\": 1,\n        \"departments\": [\n          31\n        ],\n        \"can_cancel\": false,\n        \"can_return\": false\n      }\n    ],\n    \"size_info\": {\n      \"TIS-102\": {\n        \"quantity\": 1,\n        \"price_effective\": 50,\n        \"amount_paid\": 50,\n        \"price_marked\": 50,\n        \"margin\": 0\n      }\n    },\n    \"total_details\": {\n      \"sizes\": 1,\n      \"total_price\": 50,\n      \"pieces\": 1\n    },\n    \"fulfilling_store\": {\n      \"name\": \"Jio-market-store3\",\n      \"company_id\": 33,\n      \"id\": 50,\n      \"code\": \"store3\",\n      \"tags\": [\n        \"infibeam\"\n      ]\n    },\n    \"fulfilling_company\": {\n      \"id\": 33,\n      \"name\": \"RELIANCE JIO INFOCOMM LIMITED\"\n    },\n    \"gstin_code\": \"27AALCA0442L1ZM\",\n    \"billing_address\": {\n      \"id\": \"62e8fc91c1700b808fe528bd\",\n      \"uid\": 745,\n      \"area\": \"test\",\n      \"city\": \"Mumbai\",\n      \"name\": \"abc\",\n      \"email\": \"test@example.com\",\n      \"phone\": \"8888888888\",\n      \"state\": \"Maharashtra\",\n      \"address\": \"1234\",\n      \"country\": \"India\",\n      \"pincode\": \"400074\",\n      \"version\": \"1.0\",\n      \"address1\": \" test\",\n      \"address2\": \"\",\n      \"landmark\": \"test\",\n      \"latitude\": 19.0653252,\n      \"address_1\": \" test\",\n      \"area_code\": \"400074\",\n      \"longitude\": 72.8423802,\n      \"created_at\": \"2022-08-10T18:52:38.000Z\",\n      \"updated_at\": \"2022-08-10T18:52:38.000Z\",\n      \"address_type\": \"home\",\n      \"country_code\": \"91\",\n      \"geo_location\": {\n        \"latitude\": 19.0653252,\n        \"longitude\": 72.8423802\n      },\n      \"area_code_slug\": \"pincode\",\n      \"delivery_address_id\": 745,\n      \"addressee_name\": \"abc\",\n      \"delivery_code_required\": 1\n    },\n    \"delivery_address\": {\n      \"id\": \"62e8fc91c1700b808fe528bd\",\n      \"uid\": 745,\n      \"area\": \"test\",\n      \"city\": \"Mumbai\",\n      \"name\": \"abc\",\n      \"email\": \"test@example.com\",\n      \"phone\": \"8888888888\",\n      \"state\": \"Maharashtra\",\n      \"address\": \"1234\",\n      \"country\": \"India\",\n      \"pincode\": \"400074\",\n      \"version\": \"1.0\",\n      \"address1\": \" test\",\n      \"address2\": \"\",\n      \"landmark\": \"test\",\n      \"latitude\": 19.0653252,\n      \"address_1\": \" test\",\n      \"area_code\": \"400074\",\n      \"longitude\": 72.8423802,\n      \"created_at\": \"2022-08-10T18:52:38.000Z\",\n      \"updated_at\": \"2022-08-10T18:52:38.000Z\",\n      \"address_type\": \"home\",\n      \"country_code\": \"91\",\n      \"geo_location\": {\n        \"latitude\": 19.0653252,\n        \"longitude\": 72.8423802\n      },\n      \"area_code_slug\": \"pincode\",\n      \"delivery_address_id\": 745,\n      \"addressee_name\": \"abc\",\n      \"delivery_code_required\": 1\n    },\n    \"can_cancel\": false,\n    \"can_return\": false,\n    \"delivery_date\": null,\n    \"returnable_date\": null,\n    \"show_download_invoice\": true,\n    \"show_track_link\": true,\n    \"prices\": {\n      \"amount_paid\": 50,\n      \"refund_amount\": 50,\n      \"price_marked\": 50,\n      \"cod_charges\": 0,\n      \"coupon_value\": 0,\n      \"discount\": 0,\n      \"cashback_applied\": 0,\n      \"delivery_charge\": 0,\n      \"fynd_credits\": 0,\n      \"cashback\": 0,\n      \"price_effective\": 50,\n      \"refund_credit\": 0,\n      \"value_of_good\": 42.37,\n      \"amount_to_be_collected\": 0,\n      \"loyalty_discount\": 0\n    },\n    \"can_break\": {\n      \"bag_not_picked\": {\n        \"can_break_entity\": false\n      },\n      \"cancelled_customer\": {\n        \"can_break_entity\": true\n      },\n      \"bag_picked\": {\n        \"can_break_entity\": false\n      },\n      \"cancelled_fynd\": {\n        \"can_break_entity\": true\n      },\n      \"bag_rescheduled\": {\n        \"can_break_entity\": false\n      },\n      \"cancelled_at_dp\": {\n        \"can_break_entity\": false\n      },\n      \"handed_over_to_dg\": {\n        \"can_break_entity\": false\n      },\n      \"dp_assigned\": {\n        \"can_break_entity\": false\n      },\n      \"cancelled_operations\": {\n        \"can_break_entity\": false\n      },\n      \"cancelled_seller\": {\n        \"can_break_entity\": false\n      },\n      \"out_for_pickup\": {\n        \"can_break_entity\": false\n      },\n      \"bag_pick_failed\": {\n        \"can_break_entity\": false\n      },\n      \"update_qr_code\": {\n        \"can_break_entity\": false\n      }\n    },\n    \"payment\": {\n      \"logo\": \"https://hdn-1.fynd.com/payment/Pos+Logo.png\",\n      \"mode\": \"Jio Partner Pay\",\n      \"mop\": \"COD\",\n      \"display_name\": \"COD\",\n      \"payment_mode\": \"COD\",\n      \"status\": \"Unpaid\"\n    },\n    \"payment_info\": [\n      {\n        \"logo\": \"https://hdn-1.fynd.com/payment/Pos+Logo.png\",\n        \"mode\": \"Jio Partner Pay\",\n        \"mop\": \"COD\",\n        \"display_name\": \"COD\",\n        \"payment_mode\": \"COD\",\n        \"status\": \"Unpaid\"\n      }\n    ],\n    \"user_info\": {\n      \"email\": \"test@example.com\",\n      \"gender\": \"male\",\n      \"mobile\": \"8888888888\",\n      \"name\": \"User -\"\n    },\n    \"comment\": \"\",\n    \"invoice\": {\n      \"updated_date\": \"2022-08-18T19:11:02.000Z\",\n      \"store_invoice_id\": \"00000050AA000147\",\n      \"invoice_url\": \"\",\n      \"label_url\": \"\"\n    },\n    \"refund_details\": {\n      \"rrn\": \"\"\n    },\n    \"fulfillment_option\": {\n      \"name\": \"Standard Delivery\",\n      \"slug\": \"standard-delivery\",\n      \"is_default\": true,\n      \"type\": \"HomeDelivery\"\n    },\n    \"ndr_details\": {\n      \"show_ndr_form\": true,\n      \"non_editable_address_fields\": [\n        \"pincode\",\n        \"country\",\n        \"state\",\n        \"city\"\n      ],\n      \"allowed_delivery_window\": {\n        \"start_date\": \"2025-04-10T00:00:00Z\",\n        \"end_date\": \"2025-04-20T23:59:59Z\",\n        \"excluded_dates\": [\n          \"2025-04-15\"\n        ]\n      }\n    },\n    \"meta\": {}\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "6fb2c10b-fe63-4512-bf54-5e9083b3e43d",
            "name": "getInvoiceByShipmentId | Retrieves invoice for shipment",
            "request": {
              "name": "getInvoiceByShipmentId | Retrieves invoice for shipment",
              "description": {
                "content": "Get invoice corresponding to a specific shipment ID.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "order",
                  "v1.0",
                  "orders",
                  "shipments",
                  ":shipment_id",
                  "invoice"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "shipment_id",
                    "description": "(Required) Unique identifier for a shipment."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "f1f8c42a-0591-4b70-9c37-e46bf2414f89",
                "name": "Success. ",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "order",
                      "v1.0",
                      "orders",
                      "shipments",
                      ":shipment_id",
                      "invoice"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "shipment_id",
                        "description": "(Required) Unique identifier for a shipment."
                      }
                    ]
                  },
                  "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  \"presigned_type\": \"GET\",\n  \"shipment_id\": \"17291513844841775952\",\n  \"presigned_url\": \"\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "7359d6a1-cc31-48fa-8d7d-74b82efb0666",
            "name": "trackShipment | Track shipment status",
            "request": {
              "name": "trackShipment | Track shipment status",
              "description": {
                "content": "Track Shipment by shipment id, for application based on application Id.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "order",
                  "v1.0",
                  "orders",
                  "shipments",
                  ":shipment_id",
                  "track"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "16544950215681060915J",
                    "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."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": {
                "type": "apikey",
                "apikey": [
                  {
                    "key": "key",
                    "value": "x-application-id"
                  },
                  {
                    "key": "value",
                    "value": "{{apiKey}}"
                  },
                  {
                    "key": "in",
                    "value": "header"
                  }
                ]
              }
            },
            "response": [
              {
                "id": "7ad3ca92-712e-4f34-98d9-6294b06488c0",
                "name": "Success. ",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "order",
                      "v1.0",
                      "orders",
                      "shipments",
                      ":shipment_id",
                      "track"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "16544950215681060915J",
                        "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."
                      }
                    ]
                  },
                  "header": [
                    {
                      "description": {
                        "content": "Added as a part of security scheme: apikey",
                        "type": "text/plain"
                      },
                      "key": "x-application-id",
                      "value": "<API Key>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\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": "18b3489e-d543-4c5a-b5a6-dd6bb9659a4f",
            "name": "getCustomerDetailsByShipmentId | Get shipment's customer",
            "request": {
              "name": "getCustomerDetailsByShipmentId | Get shipment's customer",
              "description": {
                "content": "Get customer details such as mobile number using Shipment ID.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "order",
                  "v1.0",
                  "orders",
                  ":order_id",
                  "shipments",
                  ":shipment_id",
                  "customer-details"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "16544950215681060915J",
                    "key": "order_id",
                    "description": "(Required) A unique number used for identifying and tracking your orders."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "FY6299E19701B4EAEFC2",
                    "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."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": {
                "type": "apikey",
                "apikey": [
                  {
                    "key": "key",
                    "value": "x-application-id"
                  },
                  {
                    "key": "value",
                    "value": "{{apiKey}}"
                  },
                  {
                    "key": "in",
                    "value": "header"
                  }
                ]
              }
            },
            "response": [
              {
                "id": "bd983bca-67ef-4593-ba6c-76a4c2dd758b",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "order",
                      "v1.0",
                      "orders",
                      ":order_id",
                      "shipments",
                      ":shipment_id",
                      "customer-details"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "16544950215681060915J",
                        "key": "order_id",
                        "description": "(Required) A unique number used for identifying and tracking your orders."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "FY6299E19701B4EAEFC2",
                        "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."
                      }
                    ]
                  },
                  "header": [
                    {
                      "description": {
                        "content": "Added as a part of security scheme: apikey",
                        "type": "text/plain"
                      },
                      "key": "x-application-id",
                      "value": "<API Key>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"order_id\": \"FYMP629D972D01B6BD76\",\n  \"shipment_id\": \"16544950215681060915J\",\n  \"name\": \"sagar Kulkarni\",\n  \"phone\": \"XXX-XXX-6780\",\n  \"country\": \"India\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "f3af5e6c-d402-406d-a2ba-07c72e1567b5",
            "name": "sendOtpToShipmentCustomer | Send OTP to customer",
            "request": {
              "name": "sendOtpToShipmentCustomer | Send OTP to customer",
              "description": {
                "content": "Send OTP to the customer for shipment verification.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "order",
                  "v1.0",
                  "orders",
                  ":order_id",
                  "shipments",
                  ":shipment_id",
                  "otp",
                  "send",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "event_type",
                    "value": "refund_bank_details",
                    "description": "Type of the event for which the OTP needs to be sent. This determines the context or purpose of OTP verification. Supported values are:\n  - `refund_bank_details`: Used when the customer needs to verify refund bank information.\n  - `customer_ndr`: Used when the customer needs to confirm delivery preferences after a failed delivery attempt (Non-Delivery Report).\n"
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "FY6299E19701B4EAEFC2",
                    "key": "order_id",
                    "description": "(Required) A unique number used for identifying and tracking your orders."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "16544950215681060915J",
                    "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."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": {
                "type": "apikey",
                "apikey": [
                  {
                    "key": "key",
                    "value": "x-application-id"
                  },
                  {
                    "key": "value",
                    "value": "{{apiKey}}"
                  },
                  {
                    "key": "in",
                    "value": "header"
                  }
                ]
              }
            },
            "response": [
              {
                "id": "a4597096-c09f-4a45-a35c-9d074c568dfe",
                "name": "Success to acknowledge the service was notified",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "order",
                      "v1.0",
                      "orders",
                      ":order_id",
                      "shipments",
                      ":shipment_id",
                      "otp",
                      "send",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "event_type",
                        "value": "refund_bank_details"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "FY6299E19701B4EAEFC2",
                        "key": "order_id",
                        "description": "(Required) A unique number used for identifying and tracking your orders."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "16544950215681060915J",
                        "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."
                      }
                    ]
                  },
                  "header": [
                    {
                      "description": {
                        "content": "Added as a part of security scheme: apikey",
                        "type": "text/plain"
                      },
                      "key": "x-application-id",
                      "value": "<API Key>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"request_id\": \"0fe0d6e16205ddc57d212e947ee31896\",\n  \"message\": \"OTP sent\",\n  \"resend_timer\": 30\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "f09acf77-d190-4669-967f-244a9de21097",
            "name": "verifyOtpShipmentCustomer | Verifies OTP",
            "request": {
              "name": "verifyOtpShipmentCustomer | Verifies OTP",
              "description": {
                "content": "Verify OTP for getting shipment details",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "order",
                  "v1.0",
                  "orders",
                  ":order_id",
                  "shipments",
                  ":shipment_id",
                  "otp",
                  "verify",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "FYMP6294545C010B89FD",
                    "key": "order_id",
                    "description": "(Required) A string that represents the unique identifier assigned to the order."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "16538880933361957252J",
                    "key": "shipment_id",
                    "description": "(Required) The unique identifier for the shipment."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": {
                "type": "apikey",
                "apikey": [
                  {
                    "key": "key",
                    "value": "x-application-id"
                  },
                  {
                    "key": "value",
                    "value": "{{apiKey}}"
                  },
                  {
                    "key": "in",
                    "value": "header"
                  }
                ]
              },
              "body": {
                "mode": "raw",
                "raw": "{\n  \"otp_code\": \"<string>\",\n  \"request_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "cd15258c-b19a-44b7-a4ac-a98cfbe67598",
                "name": "Success, the code is valid and returns a session token",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "order",
                      "v1.0",
                      "orders",
                      ":order_id",
                      "shipments",
                      ":shipment_id",
                      "otp",
                      "verify",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "FYMP6294545C010B89FD",
                        "key": "order_id",
                        "description": "(Required) A string that represents the unique identifier assigned to the order."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "16538880933361957252J",
                        "key": "shipment_id",
                        "description": "(Required) The unique identifier for the shipment."
                      }
                    ]
                  },
                  "header": [
                    {
                      "description": {
                        "content": "Added as a part of security scheme: apikey",
                        "type": "text/plain"
                      },
                      "key": "x-application-id",
                      "value": "<API Key>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"otp_code\": \"<string>\",\n  \"request_id\": \"<string>\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "3ef9caf7-64b3-458f-8323-d85229365319",
            "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",
                  "application",
                  "order",
                  "v1.0",
                  "orders",
                  "shipments",
                  ":shipment_id",
                  "bags",
                  ":bag_id",
                  "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": "<string>",
                    "key": "bag_id",
                    "description": "(Required) Identifier for a bag or product."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "5fa9b6dc-fd51-4b66-a0ee-76fdf619a18b",
                "name": "A successful response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "order",
                      "v1.0",
                      "orders",
                      "shipments",
                      ":shipment_id",
                      "bags",
                      ":bag_id",
                      "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": "<string>",
                        "key": "bag_id",
                        "description": "(Required) Identifier for a bag or product."
                      }
                    ]
                  },
                  "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        \"remark_required\": false\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": "913128b5-42b3-4553-ab10-625a4757f5c5",
            "name": "getShipmentReasons | List shipment cancellation reasons",
            "request": {
              "name": "getShipmentReasons | List shipment cancellation reasons",
              "description": {
                "content": "Get reasons to perform full or partial cancellation of a shipment.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "order",
                  "v1.0",
                  "orders",
                  "shipments",
                  ":shipment_id",
                  "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."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": {
                "type": "apikey",
                "apikey": [
                  {
                    "key": "key",
                    "value": "x-application-id"
                  },
                  {
                    "key": "value",
                    "value": "{{apiKey}}"
                  },
                  {
                    "key": "in",
                    "value": "header"
                  }
                ]
              }
            },
            "response": [
              {
                "id": "e272484a-e3d3-4b0a-9d4d-44c884eb06a6",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "order",
                      "v1.0",
                      "orders",
                      "shipments",
                      ":shipment_id",
                      "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."
                      }
                    ]
                  },
                  "header": [
                    {
                      "description": {
                        "content": "Added as a part of security scheme: apikey",
                        "type": "text/plain"
                      },
                      "key": "x-application-id",
                      "value": "<API Key>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"reasons\": [\n    {\n      \"reason_id\": 115,\n      \"priority\": 9,\n      \"reason_text\": \"Wrong size/colour delivered\",\n      \"show_text_area\": false,\n      \"feedback_type\": \"bag\",\n      \"flow\": \"return\"\n    },\n    {\n      \"reason_id\": 116,\n      \"priority\": 10,\n      \"reason_text\": \"Product does not fit me\",\n      \"show_text_area\": false,\n      \"feedback_type\": \"bag\",\n      \"flow\": \"return\"\n    },\n    {\n      \"reason_id\": 117,\n      \"priority\": 11,\n      \"reason_text\": \"Quality of product is not good\",\n      \"show_text_area\": false,\n      \"feedback_type\": \"bag\",\n      \"flow\": \"return\"\n    },\n    {\n      \"reason_id\": 118,\n      \"priority\": 12,\n      \"reason_text\": \"Wrong product delivered\",\n      \"show_text_area\": true,\n      \"feedback_type\": \"bag\",\n      \"flow\": \"return\"\n    },\n    {\n      \"reason_id\": 119,\n      \"priority\": 13,\n      \"reason_text\": \"Damaged product delivered\",\n      \"show_text_area\": true,\n      \"feedback_type\": \"bag\",\n      \"flow\": \"return\"\n    },\n    {\n      \"reason_id\": 120,\n      \"priority\": 14,\n      \"reason_text\": \"Used product delivered\",\n      \"show_text_area\": true,\n      \"feedback_type\": \"bag\",\n      \"flow\": \"return\"\n    },\n    {\n      \"reason_id\": 124,\n      \"priority\": 15,\n      \"reason_text\": \"Missing Items/Partially Received\",\n      \"show_text_area\": true,\n      \"feedback_type\": \"bag\",\n      \"flow\": \"return\"\n    },\n    {\n      \"reason_id\": 121,\n      \"priority\": 16,\n      \"reason_text\": \"Found better price elsewhere\",\n      \"show_text_area\": true,\n      \"feedback_type\": \"bag\",\n      \"flow\": \"return\"\n    },\n    {\n      \"reason_id\": 122,\n      \"priority\": 17,\n      \"reason_text\": \"Product looks different from image\",\n      \"show_text_area\": true,\n      \"feedback_type\": \"bag\",\n      \"flow\": \"return\"\n    },\n    {\n      \"reason_id\": 123,\n      \"priority\": 18,\n      \"reason_text\": \"Other issue\",\n      \"show_text_area\": true,\n      \"feedback_type\": \"bag\",\n      \"flow\": \"return\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b5603227-f620-4bc4-8bf8-354af5faac5e",
            "name": "updateShipmentStatus | Updates shipment status",
            "request": {
              "name": "updateShipmentStatus | Updates shipment status",
              "description": {
                "content": "This operation allows for updating the status and properties of a shipment.  For example, it allows users to initiate a return by providing reasons and  uploading quality check images.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "order",
                  "v1.0",
                  "orders",
                  "shipments",
                  ":shipment_id",
                  "status"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "shipment_id",
                    "description": "(Required) The unique identifier for the shipment."
                  }
                ]
              },
              "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  \"statuses\": [\n    {\n      \"shipments\": [\n        {\n          \"identifier\": \"<string>\",\n          \"reasons\": {\n            \"products\": [\n              {\n                \"data\": {\n                  \"reason_id\": \"<integer>\",\n                  \"reason_text\": \"<string>\"\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              },\n              {\n                \"data\": {\n                  \"reason_id\": \"<integer>\",\n                  \"reason_text\": \"<string>\"\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              }\n            ],\n            \"entities\": [\n              {\n                \"data\": {\n                  \"reason_id\": \"<integer>\",\n                  \"reason_text\": \"<string>\"\n                },\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ]\n              },\n              {\n                \"data\": {\n                  \"reason_id\": \"<integer>\",\n                  \"reason_text\": \"<string>\"\n                },\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ]\n              }\n            ]\n          },\n          \"products\": [\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_updates\": {\n            \"products\": [\n              {\n                \"data\": {\n                  \"magna_0_\": 77831900,\n                  \"ut__\": 22650292\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              },\n              {\n                \"data\": {\n                  \"deserunt9e\": -25691037,\n                  \"ea_4b1\": -19089930.863633826\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              }\n            ],\n            \"entities\": [\n              {\n                \"data\": {\n                  \"in_9c_\": 89653660.37064624,\n                  \"consectetur_d\": \"eu commodo ad in\"\n                },\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ]\n              },\n              {\n                \"data\": {\n                  \"ipsum3d\": \"eiusmod commodo laborum\",\n                  \"dolor2\": \"magna aute labore cupidatat\"\n                },\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\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              \"beneficiary_details\": {\n                \"beneficiary_id\": \"<string>\"\n              },\n              \"payment_identifiers\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            {\n              \"refund_mode\": \"<string>\",\n              \"display_name\": \"<string>\",\n              \"beneficiary_details\": {\n                \"beneficiary_id\": \"<string>\"\n              },\n              \"payment_identifiers\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          ]\n        },\n        {\n          \"identifier\": \"<string>\",\n          \"reasons\": {\n            \"products\": [\n              {\n                \"data\": {\n                  \"reason_id\": \"<integer>\",\n                  \"reason_text\": \"<string>\"\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              },\n              {\n                \"data\": {\n                  \"reason_id\": \"<integer>\",\n                  \"reason_text\": \"<string>\"\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              }\n            ],\n            \"entities\": [\n              {\n                \"data\": {\n                  \"reason_id\": \"<integer>\",\n                  \"reason_text\": \"<string>\"\n                },\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ]\n              },\n              {\n                \"data\": {\n                  \"reason_id\": \"<integer>\",\n                  \"reason_text\": \"<string>\"\n                },\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ]\n              }\n            ]\n          },\n          \"products\": [\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_updates\": {\n            \"products\": [\n              {\n                \"data\": {\n                  \"cillume_5\": 83883779.95894077,\n                  \"in4_9\": 38790774.28321257\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              },\n              {\n                \"data\": {\n                  \"voluptatec\": 56456061.15314013,\n                  \"et_b\": -54453738.07143081,\n                  \"pariatur_228\": \"elit reprehenderit sed ut\"\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              }\n            ],\n            \"entities\": [\n              {\n                \"data\": {\n                  \"voluptate_5\": true\n                },\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ]\n              },\n              {\n                \"data\": {\n                  \"Ut6\": false\n                },\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\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              \"beneficiary_details\": {\n                \"beneficiary_id\": \"<string>\"\n              },\n              \"payment_identifiers\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            {\n              \"refund_mode\": \"<string>\",\n              \"display_name\": \"<string>\",\n              \"beneficiary_details\": {\n                \"beneficiary_id\": \"<string>\"\n              },\n              \"payment_identifiers\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          ]\n        }\n      ],\n      \"exclude_bags_next_state\": \"<string>\",\n      \"status\": \"<string>\"\n    },\n    {\n      \"shipments\": [\n        {\n          \"identifier\": \"<string>\",\n          \"reasons\": {\n            \"products\": [\n              {\n                \"data\": {\n                  \"reason_id\": \"<integer>\",\n                  \"reason_text\": \"<string>\"\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              },\n              {\n                \"data\": {\n                  \"reason_id\": \"<integer>\",\n                  \"reason_text\": \"<string>\"\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              }\n            ],\n            \"entities\": [\n              {\n                \"data\": {\n                  \"reason_id\": \"<integer>\",\n                  \"reason_text\": \"<string>\"\n                },\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ]\n              },\n              {\n                \"data\": {\n                  \"reason_id\": \"<integer>\",\n                  \"reason_text\": \"<string>\"\n                },\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ]\n              }\n            ]\n          },\n          \"products\": [\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_updates\": {\n            \"products\": [\n              {\n                \"data\": {\n                  \"elit_d2\": true,\n                  \"do73\": -78657807.26533478\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              },\n              {\n                \"data\": {\n                  \"voluptate_f_\": \"deserunt id\",\n                  \"ex_92\": 83518824.08606887,\n                  \"idac\": 91096980\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              }\n            ],\n            \"entities\": [\n              {\n                \"data\": {\n                  \"et0\": -26051525.732588172\n                },\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ]\n              },\n              {\n                \"data\": {\n                  \"adipisicing57\": -11747560\n                },\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\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              \"beneficiary_details\": {\n                \"beneficiary_id\": \"<string>\"\n              },\n              \"payment_identifiers\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            {\n              \"refund_mode\": \"<string>\",\n              \"display_name\": \"<string>\",\n              \"beneficiary_details\": {\n                \"beneficiary_id\": \"<string>\"\n              },\n              \"payment_identifiers\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          ]\n        },\n        {\n          \"identifier\": \"<string>\",\n          \"reasons\": {\n            \"products\": [\n              {\n                \"data\": {\n                  \"reason_id\": \"<integer>\",\n                  \"reason_text\": \"<string>\"\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              },\n              {\n                \"data\": {\n                  \"reason_id\": \"<integer>\",\n                  \"reason_text\": \"<string>\"\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              }\n            ],\n            \"entities\": [\n              {\n                \"data\": {\n                  \"reason_id\": \"<integer>\",\n                  \"reason_text\": \"<string>\"\n                },\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ]\n              },\n              {\n                \"data\": {\n                  \"reason_id\": \"<integer>\",\n                  \"reason_text\": \"<string>\"\n                },\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ]\n              }\n            ]\n          },\n          \"products\": [\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_updates\": {\n            \"products\": [\n              {\n                \"data\": {\n                  \"etf91\": true\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              },\n              {\n                \"data\": {\n                  \"dolore_b5\": false,\n                  \"dolor_e7\": -96922824\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              }\n            ],\n            \"entities\": [\n              {\n                \"data\": {\n                  \"aliquip2\": false,\n                  \"voluptate95e\": -9826327,\n                  \"sit_b2\": 72125499,\n                  \"officia_5a\": false\n                },\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\n                ]\n              },\n              {\n                \"data\": {\n                  \"ipsum3\": -50896105.12923488\n                },\n                \"filters\": [\n                  \"<object>\",\n                  \"<object>\"\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              \"beneficiary_details\": {\n                \"beneficiary_id\": \"<string>\"\n              },\n              \"payment_identifiers\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            {\n              \"refund_mode\": \"<string>\",\n              \"display_name\": \"<string>\",\n              \"beneficiary_details\": {\n                \"beneficiary_id\": \"<string>\"\n              },\n              \"payment_identifiers\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          ]\n        }\n      ],\n      \"exclude_bags_next_state\": \"<string>\",\n      \"status\": \"<string>\"\n    }\n  ],\n  \"task\": \"<boolean>\",\n  \"lock_after_transition\": \"<boolean>\",\n  \"force_transition\": \"<boolean>\",\n  \"unlock_before_transition\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "848b9ac3-a114-4aad-8b3c-94d801304564",
                "name": "Success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "order",
                      "v1.0",
                      "orders",
                      "shipments",
                      ":shipment_id",
                      "status"
                    ],
                    "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"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"statuses\": [\n    {\n      \"shipments\": [\n        {\n          \"identifier\": \"16722505549091367924\",\n          \"products\": [\n            {\n              \"line_number\": 1,\n              \"quantity\": 2\n            }\n          ],\n          \"reasons\": {\n            \"products\": [\n              {\n                \"filters\": [\n                  {\n                    \"line_number\": 1,\n                    \"quantity\": 2\n                  }\n                ],\n                \"data\": {\n                  \"reason_id\": 84,\n                  \"reason_text\": \"\"\n                }\n              }\n            ]\n          },\n          \"data_updates\": {\n            \"products\": [\n              {\n                \"filters\": [],\n                \"data\": {\n                  \"meta\": {\n                    \"return_qc_json\": {\n                      \"images\": [],\n                      \"return_reason\": {\n                        \"id\": 3,\n                        \"display_name\": \"Size is M\",\n                        \"meta\": {\n                          \"show_text_area\": false\n                        },\n                        \"qc_type\": [],\n                        \"reasons\": [],\n                        \"question_set\": [\n                          {\n                            \"id\": 84,\n                            \"display_name\": \"Check the brand\"\n                          }\n                        ]\n                      },\n                      \"reason_options\": []\n                    }\n                  }\n                }\n              }\n            ],\n            \"entities\": [\n              {\n                \"filters\": [],\n                \"data\": {\n                  \"meta\": {\n                    \"qc_requried\": false\n                  }\n                }\n              }\n            ]\n          }\n        }\n      ],\n      \"status\": \"return_initiated\"\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          \"identifier\": \"16722505549091367924\",\n          \"status\": 200,\n          \"final_state\": {\n            \"return_initiated\": \"return_initiated\",\n            \"shipment_id\": \"16722505549091367924\"\n          }\n        }\n      ]\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "3fc4aa17-bc90-476a-8073-081f462f06d3",
            "name": "submitDeliveryReattemptRequest | Initiates a delivery reattempt request for a given shipment",
            "request": {
              "name": "submitDeliveryReattemptRequest | Initiates a delivery reattempt request for a given shipment",
              "description": {
                "content": "This operation allows customers to submit a request for reattempting the delivery of a specific shipment  with optional address updates and a new delivery date.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "order",
                  "v1.0",
                  "shipments",
                  ":shipment_id",
                  "delivery-reattempt"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "shipment_id",
                    "description": "(Required) The unique identifier for the shipment."
                  }
                ]
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "PUT",
              "auth": {
                "type": "apikey",
                "apikey": [
                  {
                    "key": "key",
                    "value": "x-application-id"
                  },
                  {
                    "key": "value",
                    "value": "{{apiKey}}"
                  },
                  {
                    "key": "in",
                    "value": "header"
                  }
                ]
              },
              "body": {
                "mode": "raw",
                "raw": "{\n  \"delivery_reschedule_date\": \"<dateTime>\",\n  \"remark\": \"<string>\",\n  \"delivery_address\": {\n    \"pariatur_9c4\": true\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "f6757152-8163-4bf2-afeb-e62ac99fb093",
                "name": "Success response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "order",
                      "v1.0",
                      "shipments",
                      ":shipment_id",
                      "delivery-reattempt"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "shipment_id",
                        "description": "(Required) The unique identifier for the shipment."
                      }
                    ]
                  },
                  "header": [
                    {
                      "description": {
                        "content": "Added as a part of security scheme: apikey",
                        "type": "text/plain"
                      },
                      "key": "x-application-id",
                      "value": "<API Key>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"shipment_id\": \"17488925349431305794,\",\n  \"delivery_reschedule_date\": \"2025-06-10T09:23:08.157Z,\",\n  \"remark\": \"Rescheduling delivery of a shipment\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Delivery re-attempt request submitted successfully\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "93219c88-83da-4000-ac81-96e791e35874",
                "name": "Request failure response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "order",
                      "v1.0",
                      "shipments",
                      ":shipment_id",
                      "delivery-reattempt"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "shipment_id",
                        "description": "(Required) The unique identifier for the shipment."
                      }
                    ]
                  },
                  "header": [
                    {
                      "description": {
                        "content": "Added as a part of security scheme: apikey",
                        "type": "text/plain"
                      },
                      "key": "x-application-id",
                      "value": "<API Key>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"shipment_id\": \"17488925349431305794,\",\n  \"delivery_reschedule_date\": \"2025-06-10T09:23:08.157Z,\",\n  \"remark\": \"Rescheduling delivery of a shipment\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"errors\": [\n    {\n      \"field\": \"remark\",\n      \"message\": \"remark is required\"\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "29de3784-b1f5-4dfc-85cd-6298e767ea07",
                "name": "Request failure response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "order",
                      "v1.0",
                      "shipments",
                      ":shipment_id",
                      "delivery-reattempt"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "shipment_id",
                        "description": "(Required) The unique identifier for the shipment."
                      }
                    ]
                  },
                  "header": [
                    {
                      "description": {
                        "content": "Added as a part of security scheme: apikey",
                        "type": "text/plain"
                      },
                      "key": "x-application-id",
                      "value": "<API Key>"
                    },
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"shipment_id\": \"17488925349431305794,\",\n  \"delivery_reschedule_date\": \"2025-06-10T09:23:08.157Z,\",\n  \"remark\": \"Rescheduling delivery of a shipment\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Forbidden",
                "code": 403,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Requested shipment does not exist.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      },
      {
        "id": "fbd56cda-4c94-4e80-811e-ecd1cc1f3861",
        "name": "Payment",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "5802d27e-d913-4e29-8582-546aa9038c51",
            "name": "getAggregatorsConfig | Get payment aggregators",
            "request": {
              "name": "getAggregatorsConfig | Get payment aggregators",
              "description": {
                "content": "Get aggregator secret key of all payment gateways utilized for payments when using the SDK for the payment gateway.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "config",
                  "aggregators",
                  "key"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "refresh",
                    "value": "<boolean>",
                    "description": "Select `true` to remove temporary cache files on payment gateway and replace with the latest one."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "1b7a9b84-e319-44b9-8be9-2accb90a9f08",
                "name": "Success. Returns the keys of all payment gateways. Check the example shown below or refer `AggregatorsConfigDetail` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "config",
                      "aggregators",
                      "key"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "refresh",
                        "value": "true"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"simpl\": {\n    \"key\": \"bf9d0ff65ffe6e54223a871e733bbd1c\",\n    \"secret\": \"XXXX-XXXX-XXXX-XXXX\",\n    \"config_type\": \"fynd\",\n    \"sdk\": true\n  },\n  \"juspay\": {\n    \"key\": \"XXXX-XXXX-XXXX-XXXX\",\n    \"secret\": \"XXXX-XXXX-XXXX-XXXX\",\n    \"config_type\": \"fynd\",\n    \"merchant_key\": \"XXXX-XXXX-XXXX-XXXX\",\n    \"sdk\": false,\n    \"api\": \"https://api.juspay.in\"\n  },\n  \"razorpay\": {\n    \"key\": \"XXXX-XXXX-XXXX-XXXX\",\n    \"secret\": \"XXXX-XXXX-XXXX-XXXX\",\n    \"config_type\": \"fynd\",\n    \"webhook_secret\": \"XXXX-XXXX-XXXX-XXXX\",\n    \"sdk\": true,\n    \"api\": \"https://api.razorpay.com/v1/\",\n    \"vpa\": \"XXXX-XXXX-XXXX-XXXX\"\n  },\n  \"success\": true,\n  \"env\": \"live\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "5c42b2aa-b144-4bbc-bfd3-f9fa3f89b0b8",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "config",
                      "aggregators",
                      "key"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "refresh",
                        "value": "true"
                      }
                    ],
                    "variable": []
                  },
                  "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    \"code\": \"BAD_REQUEST_ERROR\",\n    \"description\": \"application id not found.\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b05edbca-10ae-4915-b83b-5a8db8af7791",
            "name": "attachCardToCustomer | Link payment card to customer",
            "request": {
              "name": "attachCardToCustomer | Link payment card to customer",
              "description": {
                "content": "Link payment card to a user account for seamless transactions. Upon successful linking, the card becomes associated with the user's profile, enabling secure and convenient payments.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "card",
                  "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  \"card_id\": \"<string>\",\n  \"nickname\": \"\",\n  \"refresh\": \"<boolean>\",\n  \"name_on_card\": \"\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "c9b6d492-30be-470a-a06e-69de5c93d60b",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "card",
                      "attach"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"card_id\": \"pm_1IGQlvHY5NCLOJpYNTBP6WpY\",\n  \"refresh\": true,\n  \"name_on_card\": \"Lorem Ipsum\",\n  \"nickname\": \"Lorem Ipsum\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"\",\n  \"data\": {\n    \"id\": \"pm_1IGQlvHY5NCLOJpYNTBP6WpY\",\n    \"brand\": \"visa\",\n    \"checks\": {\n      \"address_line1_check\": null,\n      \"address_postal_code_check\": null,\n      \"cvc_check\": \"pass\"\n    },\n    \"country\": \"US\",\n    \"exp_month\": 11,\n    \"exp_year\": 2025,\n    \"fingerprint\": \"poKWfSweJ0I5CvEA\",\n    \"funding\": \"credit\",\n    \"generated_from\": null,\n    \"last4\": \"1111\",\n    \"networks\": {\n      \"available\": [\n        \"visa\"\n      ],\n      \"preferred\": null\n    },\n    \"three_d_secure_usage\": {\n      \"supported\": true\n    },\n    \"wallet\": null\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "ba7d1755-01c2-4d87-a652-eb96bf4209bc",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "card",
                      "attach"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"card_id\": \"pm_1IGQlvHY5NCLOJpYNTBP6WpY\",\n  \"refresh\": true,\n  \"name_on_card\": \"Lorem Ipsum\",\n  \"nickname\": \"Lorem Ipsum\"\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": "2670576c-a415-4af5-9fd8-5c6e23f8d409",
            "name": "getActiveCardAggregator | Retrieve active card aggregator",
            "request": {
              "name": "getActiveCardAggregator | Retrieve active card aggregator",
              "description": {
                "content": "Get details about the active card aggregator used by the user, including the aggregator name.You can refresh the data by setting the 'refresh' parameter to true if needed.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "card",
                  "aggregator"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "refresh",
                    "value": "false",
                    "description": "Select `true` to remove temporary cache files on payment gateway and replace with the latest one."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "8d713cdd-c20c-48d9-9c19-7aae05ed60d4",
                "name": "Success. Returns an active payment gateway.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "card",
                      "aggregator"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "refresh",
                        "value": "true"
                      }
                    ],
                    "variable": []
                  },
                  "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  \"cards\": {\n    \"aggregator\": \"Stripe\",\n    \"api\": \"https://www.example.com/cards/\",\n    \"customer_id\": \"lorem_12345\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "2802fe70-039c-4f43-9f11-111088be41c5",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "card",
                      "aggregator"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "refresh",
                        "value": "true"
                      }
                    ],
                    "variable": []
                  },
                  "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    \"code\": \"BAD_REQUEST_ERROR\",\n    \"description\": \"Some thing wrong in payload\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "41012688-f932-45e6-9de6-3991bde0feaa",
            "name": "getActiveUserCards | Get customer cards",
            "request": {
              "name": "getActiveUserCards | Get customer cards",
              "description": {
                "content": "List all active cards saved by the user.Includes details such as the card's aggregator name, card ID, token, reference, number, expiration date, type, issuer, brand, nickname, and whether it has expired.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "cards"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "force_refresh",
                    "value": "false",
                    "description": "Select `true` to clear the cache."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "4062cf95-9fd5-46c3-95c3-2f2c1cc0f7a7",
                "name": "Success. Returns a list of cards saved by the user.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "cards"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "force_refresh",
                        "value": "true"
                      }
                    ],
                    "variable": []
                  },
                  "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\": \"Success\",\n  \"data\": [\n    {\n      \"aggregator_name\": \"Razorpay\",\n      \"card_id\": \"token_lorem_ipsum_001\",\n      \"card_token\": \"card_token_lorem_ipsum_001\",\n      \"card_reference\": \"ref_lorem_ipsum_001\",\n      \"card_number\": \"XXXX-XXXX-XXXX-1111\",\n      \"card_isin\": \"001\",\n      \"exp_year\": 2025,\n      \"exp_month\": 5,\n      \"card_type\": \"credit\",\n      \"card_issuer\": \"ICIC\",\n      \"card_brand\": \"VISA\",\n      \"nickname\": \"Visa\",\n      \"card_name\": \"Lorem Ipsum\",\n      \"expired\": false,\n      \"card_fingerprint\": null,\n      \"card_brand_image\": \"https://hdn-1.fynd.com/payment/visa.png\",\n      \"bank_logo\": \"https://hdn-1.fynd.com/payment/bank.png\",\n      \"compliant_with_tokenisation_guidelines\": true\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "f89e0096-9f7a-41a2-b227-ef251975cd94",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "cards"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "force_refresh",
                        "value": "true"
                      }
                    ],
                    "variable": []
                  },
                  "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    \"code\": \"BAD_REQUEST_ERROR\",\n    \"description\": \"Some thing wrong in payload\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "bef77b4e-ba86-47c1-83be-c79e3e337ace",
            "name": "deleteUserCard | Delete customer card",
            "request": {
              "name": "deleteUserCard | Delete customer card",
              "description": {
                "content": "Delete payment card from the user's account.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "card",
                  "remove"
                ],
                "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  \"card_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "6f308768-bdbb-46e5-9087-6fc741511996",
                "name": "Success. Returns a success message if card is deleted.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "card",
                      "remove"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"card_id\": \"token_lorem_ipsum_001\"\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": "90ca14d4-ceda-42e3-8ef9-06e4cc54a94f",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "card",
                      "remove"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"card_id\": \"token_lorem_ipsum_001\"\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": "a92a16a9-e0a0-43cc-97ee-158dc9634737",
            "name": "verifyCustomerForPayment | Verify payment customer",
            "request": {
              "name": "verifyCustomerForPayment | Verify payment customer",
              "description": {
                "content": "Verify if the user is eligible for pay-later payment from the payment aggregator side using the customer's phone number.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "payment",
                  "customer",
                  "validation"
                ],
                "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  \"phone_number\": \"<string>\",\n  \"transaction_amount_in_paise\": \"<integer>\",\n  \"billing_address\": {\n    \"eiusmodaa5\": \"Duis sit in\",\n    \"cupidatatd\": 60065241,\n    \"laboris_a1e\": 7191413.8563839495\n  },\n  \"order_items\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"payload\": \"<string>\",\n  \"merchant_params\": {\n    \"consectetur9e\": \"dolor proide\",\n    \"exc07\": 53245309.843343675,\n    \"fugiatb7c\": -77355348.9615269\n  },\n  \"delivery_address\": {\n    \"esta\": 8129654,\n    \"esse53\": false\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "a6d7204c-a5c2-4763-8a25-6dd1a9cc1b78",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "customer",
                      "validation"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"aggregator\": \"simpl\",\n  \"transaction_amount_in_paise\": 20000,\n  \"phone_number\": \"8888888888\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"message\": \"data fetched\",\n  \"data\": {\n    \"api_version\": 2,\n    \"data\": {\n      \"approved\": true,\n      \"button_text\": \"Buy Now, Pay Later\",\n      \"first_transaction\": false\n    },\n    \"aggregator\": \"Simpl\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "c64b423a-5799-44a2-abe4-a6703b95d8d9",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "customer",
                      "validation"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"aggregator\": \"simpl\",\n  \"transaction_amount_in_paise\": 20000,\n  \"phone_number\": \"8888888888\"\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": "0f145fd9-75d1-463d-9412-7686de36aae8",
            "name": "verifyAndChargePayment | Verify order confirmation and charge",
            "request": {
              "name": "verifyAndChargePayment | Verify order confirmation and charge",
              "description": {
                "content": "Verify the payment status and charge from the customer's BNPL (Buy Now, Pay Later) account after order confirmation.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "payment",
                  "confirm",
                  "charge"
                ],
                "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  \"amount\": \"<integer>\",\n  \"order_id\": \"<string>\",\n  \"verified\": \"<boolean>\",\n  \"transaction_token\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "12b31364-9e7f-44b2-b2ab-bf309f0551ca",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "confirm",
                      "charge"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"transaction_token\": \"paylater_transaction_id\",\n  \"order_id\": \"FY000000001000000101\",\n  \"aggregator\": \"Simpl\",\n  \"verified\": true,\n  \"amount\": 10000\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  \"status\": \"complete\",\n  \"order_id\": \"FY000000001000000101\",\n  \"aggregator\": \"Simpl\",\n  \"cart_id\": \"0000000\",\n  \"delivery_address_id\": \"0000000\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "6367b9a3-fe1b-4604-9a0a-55ac37a96537",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "confirm",
                      "charge"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"transaction_token\": \"paylater_transaction_id\",\n  \"order_id\": \"FY000000001000000101\",\n  \"aggregator\": \"Simpl\",\n  \"verified\": true,\n  \"amount\": 10000\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": "5f26638c-af9e-4554-9bc8-435b7c78c242",
            "name": "initialisePayment | Start payment process",
            "request": {
              "name": "initialisePayment | Start payment process",
              "description": {
                "content": "Initiate the payment procedure for an order. Upon successful initiation, it returns a  details including the success status, aggregator information, payment method, status, merchant order ID aggregator order , polling URL, timeout, virtual ID, Razorpay payment ID, customer ID, and device ID.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "payment",
                  "request"
                ],
                "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  \"merchant_order_id\": \"<string>\",\n  \"method\": \"<string>\",\n  \"order_id\": \"<string>\",\n  \"amount\": \"<integer>\",\n  \"email\": \"<email>\",\n  \"contact\": \"<string>\",\n  \"razorpay_payment_id\": \"<string>\",\n  \"device_id\": \"<string>\",\n  \"customer_id\": \"<string>\",\n  \"vpa\": \"<string>\",\n  \"currency\": \"<string>\",\n  \"timeout\": \"<integer>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "aace90b5-7827-4065-b3ed-be3d0ccb4213",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "request"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"amount\": 10000,\n  \"order_id\": \"lorem_GX8W00p2ipsum\",\n  \"email\": \"test@example.com\",\n  \"contact\": \"8888888888\",\n  \"currency\": \"INR\",\n  \"customer_id\": \"cust_lorem_001\",\n  \"method\": \"upi\",\n  \"aggregator\": \"UPI_Razorpay\",\n  \"merchant_order_id\": \"FY000120000101\",\n  \"vpa\": \"success@razopray\",\n  \"device_id\": \"1234567890\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"aggregator\": \"UPI_Razorpay\",\n  \"method\": \"upi\",\n  \"status\": \"success\",\n  \"merchant_order_id\": \"FY000120000101\",\n  \"aggregator_order_id\": \"lorem_GX8W00p2ipsum\",\n  \"polling_url\": \"https://api.fynd.com/service/application/payment/v0.1/payments/confirm/polling/?app_id=000000000000000000000001\",\n  \"timeout\": 240,\n  \"virtual_id\": null,\n  \"razorpay_payment_id\": \"pay_dummy_001\",\n  \"customer_id\": \"cust_dummy_001\",\n  \"device_id\": \"1234567890\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "017d2f05-1c08-4b3c-834f-fb260fe11fdb",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "request"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"amount\": 10000,\n  \"order_id\": \"lorem_GX8W00p2ipsum\",\n  \"email\": \"test@example.com\",\n  \"contact\": \"8888888888\",\n  \"currency\": \"INR\",\n  \"customer_id\": \"cust_lorem_001\",\n  \"method\": \"upi\",\n  \"aggregator\": \"UPI_Razorpay\",\n  \"merchant_order_id\": \"FY000120000101\",\n  \"vpa\": \"success@razopray\",\n  \"device_id\": \"1234567890\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"aggregator\": \"UPI_Razorpay\",\n  \"method\": \"upi\",\n  \"error\": {\n    \"code\": \"BAD_REQUEST_ERROR\",\n    \"description\": \"Invalid VPA. Please enter a valid Virtual Payment Address\",\n    \"source\": null,\n    \"step\": null,\n    \"reason\": null,\n    \"metadata\": {},\n    \"field\": \"vpa\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "2cc10885-9b38-477b-ad83-51427cefa84b",
            "name": "checkAndUpdatePaymentStatus | Update payment status",
            "request": {
              "name": "checkAndUpdatePaymentStatus | Update payment status",
              "description": {
                "content": "Polling process to confirm the payment status. It periodically checks and updates the current status of a payment, ensuring timely and accurate confirmation of payment transactions.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "payment",
                  "confirm",
                  "polling"
                ],
                "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  \"merchant_order_id\": \"<string>\",\n  \"method\": \"<string>\",\n  \"order_id\": \"<string>\",\n  \"status\": \"<string>\",\n  \"merchant_transaction_id\": \"<string>\",\n  \"device_id\": \"<string>\",\n  \"customer_id\": \"<string>\",\n  \"contact\": \"<string>\",\n  \"virtual_id\": \"<string>\",\n  \"vpa\": \"<string>\",\n  \"currency\": \"<string>\",\n  \"amount\": \"<integer>\",\n  \"email\": \"<email>\",\n  \"razorpay_payment_id\": \"<string>\",\n  \"merchant_url\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "8f12bb88-e3d4-435e-a0a9-1f486a4940b1",
                "name": "Success. Returns the status of payment.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "confirm",
                      "polling"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"amount\": 10000,\n  \"order_id\": \"lorem_GX8W00p2ipsum\",\n  \"email\": \"test@example.com\",\n  \"contact\": \"8888888888\",\n  \"currency\": \"INR\",\n  \"customer_id\": \"cust_lorem_001\",\n  \"method\": \"upi\",\n  \"aggregator\": \"UPI_Razorpay\",\n  \"merchant_order_id\": \"FY000120000101\",\n  \"vpa\": \"success@razopray\",\n  \"device_id\": \"1234567890\",\n  \"merchant_transaction_id\": \"\",\n  \"status\": \"\",\n  \"razorpay_payment_id\": \"pay_P63nk6yir23eYj\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"aggregator_name\": \"UPI_Razorpay\",\n  \"status\": \"success\",\n  \"retry\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "d6816936-8407-4cae-9b02-9ec1e6697038",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "confirm",
                      "polling"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"amount\": 10000,\n  \"order_id\": \"lorem_GX8W00p2ipsum\",\n  \"email\": \"test@example.com\",\n  \"contact\": \"8888888888\",\n  \"currency\": \"INR\",\n  \"customer_id\": \"cust_lorem_001\",\n  \"method\": \"upi\",\n  \"aggregator\": \"UPI_Razorpay\",\n  \"merchant_order_id\": \"FY000120000101\",\n  \"vpa\": \"success@razopray\",\n  \"device_id\": \"1234567890\",\n  \"merchant_transaction_id\": \"\",\n  \"status\": \"\",\n  \"razorpay_payment_id\": \"pay_P63nk6yir23eYj\"\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": "b665c859-6a4a-404a-8857-853c7fe1c6a3",
            "name": "getPaymentModeRoutes | Get payment modes",
            "request": {
              "name": "getPaymentModeRoutes | Get payment modes",
              "description": {
                "content": "Get available payment methods on the payment page, specifying the aggregator for each option, such as 'Netbanking powered by Juspay' and 'Card powered by Razorpay'.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "payment",
                  "options"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "amount",
                    "value": "<integer>",
                    "description": "(Required) Payable amount."
                  },
                  {
                    "disabled": false,
                    "key": "cart_id",
                    "value": "<string>",
                    "description": "(Required) Identifier of the cart."
                  },
                  {
                    "disabled": false,
                    "key": "checkout_mode",
                    "value": "<string>",
                    "description": "Option to checkout for self or for others."
                  },
                  {
                    "disabled": false,
                    "key": "refresh",
                    "value": "<boolean>",
                    "description": "Select `true` to remove temporary cache files on payment gateway and replace with the latest one."
                  },
                  {
                    "disabled": false,
                    "key": "order_id",
                    "value": "<string>",
                    "description": "Identifier of the order, order_id."
                  },
                  {
                    "disabled": false,
                    "key": "card_reference",
                    "value": "<string>",
                    "description": "Card reference id of user's debit or credit card."
                  },
                  {
                    "disabled": false,
                    "key": "user_details",
                    "value": "<string>",
                    "description": "URLencoded JSON containing details of an anonymous user."
                  },
                  {
                    "disabled": false,
                    "key": "display_split",
                    "value": "<boolean>",
                    "description": "Display Split Payment Option or not."
                  },
                  {
                    "disabled": false,
                    "key": "advance_payment",
                    "value": "<boolean>",
                    "description": "Display Advance Payment Options or Normal."
                  },
                  {
                    "disabled": false,
                    "key": "shipment_id",
                    "value": "<string>",
                    "description": "Identifier of the shipment, shipment_id."
                  },
                  {
                    "disabled": false,
                    "key": "fulfillment_option",
                    "value": "<string>",
                    "description": "List of fulfillment option slugs used to filter payment modes. A payment mode is included only if it is not explicitly disabled for any of the provided fulfillment options."
                  },
                  {
                    "disabled": false,
                    "key": "fulfillment_option",
                    "value": "<string>",
                    "description": "List of fulfillment option slugs used to filter payment modes. A payment mode is included only if it is not explicitly disabled for any of the provided fulfillment options."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "a5e6502b-322c-4fab-8948-ff6255ca9f41",
                "name": "Success. Returns all available options for payment. Check the example shown below or refer `PaymentModeRouteDetails` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "options"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "amount",
                        "value": "1000"
                      },
                      {
                        "key": "cart_id",
                        "value": "4234324234"
                      },
                      {
                        "key": "checkout_mode",
                        "value": "self"
                      },
                      {
                        "key": "refresh",
                        "value": "true"
                      },
                      {
                        "key": "order_id",
                        "value": "FY65C47E27CB249F378C"
                      },
                      {
                        "key": "card_reference",
                        "value": "1"
                      },
                      {
                        "key": "user_details",
                        "value": "%7B%22first_name%22:%22Fynd%22,%22last_name%22:%22Dummy%22,%22mobile%22:%229999999999%22,%22email%22:%22test@example.com"
                      },
                      {
                        "key": "display_split",
                        "value": "false"
                      },
                      {
                        "key": "advance_payment",
                        "value": "false"
                      },
                      {
                        "key": "shipment_id",
                        "value": "12345"
                      },
                      {
                        "key": "fulfillment_option",
                        "value": "express-delivery"
                      },
                      {
                        "key": "fulfillment_option",
                        "value": "fast-track"
                      },
                      {
                        "key": "fulfillment_option",
                        "value": "self-pickup"
                      }
                    ],
                    "variable": []
                  },
                  "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  \"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        \"aggregator_name\": \"Fynd\",\n        \"logo\": \"https://hdn-1.fynd.com/payment/cod.png\",\n        \"logo_url\": {\n          \"small\": \"https://hdn-1.fynd.com/payment/cod.png\",\n          \"large\": \"https://hdn-1.fynd.com/payment/cod.png\"\n        },\n        \"list\": [\n          {\n            \"cod_limit\": 1000,\n            \"remaining_limit\": 100,\n            \"aggregator_name\": \"name\"\n          }\n        ]\n      },\n      {\n        \"name\": \"CARD\",\n        \"display_priority\": 2,\n        \"payment_mode_id\": 2,\n        \"display_name\": \"Card\",\n        \"list\": [],\n        \"anonymous_enable\": true,\n        \"aggregator_name\": \"Razorpay\",\n        \"add_card_enabled\": false,\n        \"supported_methods\": [\n          {\n            \"name\": \"Visa\",\n            \"logo\": \"https://hdn-1.fynd.com/payment/VISA.png\"\n          },\n          {\n            \"name\": \"GPAY\",\n            \"logo\": \"https://hdn-1.fynd.com/payment/GPAY.png\"\n          }\n        ],\n        \"stored_payment_details\": [\n          {\n            \"card_id\": \"card_xyz123\",\n            \"aggregator_name\": \"razorpay\",\n            \"last4\": \"1234\",\n            \"brand\": \"Visa\",\n            \"expiry_month\": 12,\n            \"expiry_year\": 2031,\n            \"cvv_less\": true,\n            \"cvv_length\": 3\n          },\n          {\n            \"card_id\": \"card_abc456\",\n            \"last4\": \"5678\",\n            \"brand\": \"MasterCard\",\n            \"expiry_month\": 8,\n            \"expiry_year\": 2031,\n            \"cvv_less\": true,\n            \"cvv_length\": 3\n          }\n        ],\n        \"save_card\": true\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            \"name\": \"ICICI Bank\",\n            \"code\": \"ICIC\",\n            \"bank_name\": \"ICICI Bank\",\n            \"bank_code\": \"ICIC\",\n            \"url\": \"https://hdn-1.fynd.com/payment/NB_ICICI.png\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/NB_ICICI.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/NB_ICICI.png\"\n            },\n            \"merchant_code\": \"NB_ICICI\",\n            \"display_priority\": 1,\n            \"display_name\": \"ICICI Bank\"\n          },\n          {\n            \"aggregator_name\": \"Razorpay\",\n            \"name\": \"HDFC Bank\",\n            \"code\": \"HDFC\",\n            \"bank_name\": \"HDFC Bank\",\n            \"bank_code\": \"HDFC\",\n            \"url\": \"https://hdn-1.fynd.com/payment/NB_HDFC.png\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/NB_HDFC.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/NB_HDFC.png\"\n            },\n            \"merchant_code\": \"NB_HDFC\",\n            \"display_priority\": 2,\n            \"display_name\": \"HDFC Bank\"\n          },\n          {\n            \"aggregator_name\": \"Razorpay\",\n            \"name\": \"Axis Bank\",\n            \"code\": \"UTIB\",\n            \"bank_name\": \"Axis Bank\",\n            \"bank_code\": \"UTIB\",\n            \"url\": \"https://hdn-1.fynd.com/payment/NB_AXIS.png\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/NB_AXIS.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/NB_AXIS.png\"\n            },\n            \"merchant_code\": \"NB_AXIS\",\n            \"display_priority\": 3,\n            \"display_name\": \"Axis Bank\"\n          },\n          {\n            \"aggregator_name\": \"Razorpay\",\n            \"name\": \"State Bank of India\",\n            \"code\": \"SBIN\",\n            \"bank_name\": \"State Bank of India\",\n            \"bank_code\": \"SBIN\",\n            \"url\": \"https://hdn-1.fynd.com/payment/NB_SBI.png\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/NB_SBI.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/NB_SBI.png\"\n            },\n            \"merchant_code\": \"NB_SBI\",\n            \"display_priority\": 4,\n            \"display_name\": \"State Bank of India\"\n          },\n          {\n            \"aggregator_name\": \"Razorpay\",\n            \"name\": \"Kotak Mahindra Bank\",\n            \"code\": \"KKBK\",\n            \"bank_name\": \"Kotak Mahindra Bank\",\n            \"bank_code\": \"KKBK\",\n            \"url\": \"https://hdn-1.fynd.com/payment/NB_KOTAK.png\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/NB_KOTAK.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/NB_KOTAK.png\"\n            },\n            \"merchant_code\": \"NB_KOTAK\",\n            \"display_priority\": 5,\n            \"display_name\": \"Kotak Mahindra Bank\"\n          },\n          {\n            \"aggregator_name\": \"Razorpay\",\n            \"name\": \"Indusind Bank\",\n            \"code\": \"INDB\",\n            \"bank_name\": \"Indusind Bank\",\n            \"bank_code\": \"INDB\",\n            \"url\": \"https://hdn-1.fynd.com/payment/NB_INDUS.png\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/NB_INDUS.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/NB_INDUS.png\"\n            },\n            \"merchant_code\": \"INDB\",\n            \"display_priority\": 6,\n            \"display_name\": \"Indusind Bank\"\n          },\n          {\n            \"aggregator_name\": \"Razorpay\",\n            \"name\": \"City Union Bank\",\n            \"code\": \"CIUB\",\n            \"bank_name\": \"City Union Bank\",\n            \"bank_code\": \"CIUB\",\n            \"url\": \"https://hdn-1.fynd.com/payment/NB_generic.png\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/NB_generic.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/NB_generic.png\"\n            },\n            \"merchant_code\": \"NB_CUB\",\n            \"display_priority\": 9,\n            \"display_name\": \"City Union Bank\"\n          },\n          {\n            \"aggregator_name\": \"Razorpay\",\n            \"name\": \"Catholic Syrian Bank\",\n            \"code\": \"CSBK\",\n            \"bank_name\": \"Catholic Syrian Bank\",\n            \"bank_code\": \"CSBK\",\n            \"url\": \"https://hdn-1.fynd.com/payment/NB_generic.png\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/NB_generic.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/NB_generic.png\"\n            },\n            \"merchant_code\": \"CSBK\",\n            \"display_priority\": 11,\n            \"display_name\": \"Catholic Syrian Bank\"\n          },\n          {\n            \"aggregator_name\": \"Razorpay\",\n            \"name\": \"State Bank of Hyderabad\",\n            \"code\": \"SBHY\",\n            \"bank_name\": \"State Bank of Hyderabad\",\n            \"bank_code\": \"SBHY\",\n            \"url\": \"https://hdn-1.fynd.com/payment/NB_generic.png\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/NB_generic.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/NB_generic.png\"\n            },\n            \"merchant_code\": \"NB_SBH\",\n            \"display_priority\": 12,\n            \"display_name\": \"State Bank of Hyderabad\"\n          },\n          {\n            \"aggregator_name\": \"Razorpay\",\n            \"name\": \"Allahabad Bank\",\n            \"code\": \"ALLA\",\n            \"bank_name\": \"Allahabad Bank\",\n            \"bank_code\": \"ALLA\",\n            \"url\": \"https://hdn-1.fynd.com/payment/NB_generic.png\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/NB_generic.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/NB_generic.png\"\n            },\n            \"merchant_code\": \"ALLA\",\n            \"display_priority\": 15,\n            \"display_name\": \"Allahabad Bank\"\n          },\n          {\n            \"aggregator_name\": \"Razorpay\",\n            \"name\": \"Syndicate Bank\",\n            \"code\": \"SYNB\",\n            \"bank_name\": \"Syndicate Bank\",\n            \"bank_code\": \"SYNB\",\n            \"url\": \"https://hdn-1.fynd.com/payment/NB_generic.png\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/NB_generic.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/NB_generic.png\"\n            },\n            \"merchant_code\": \"SYNB\",\n            \"display_priority\": 17,\n            \"display_name\": \"Syndicate Bank\"\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            \"name\": \"Paytm\",\n            \"display_name\": \"Paytm\",\n            \"code\": \"paytm\",\n            \"wallet_id\": 4,\n            \"merchant_code\": \"PAYTM\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/paytm_logo_small.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/paytm_logo_large.png\"\n            },\n            \"aggregator_name\": \"Juspay\",\n            \"display_priority\": 1,\n            \"meta\": {\n              \"balance\": 10,\n              \"token\": \"613b11af-dd32-4b59-8f18-70b2a93dc702\",\n              \"linked\": true,\n              \"mobile\": 8888888888,\n              \"wallet_code\": \"PAYTM\"\n            }\n          },\n          {\n            \"wallet_name\": \"Amazon Pay\",\n            \"wallet_code\": \"amazonpay\",\n            \"name\": \"Amazon Pay\",\n            \"display_name\": \"Amazon Pay\",\n            \"code\": \"amazonpay\",\n            \"wallet_id\": 10,\n            \"merchant_code\": \"AMAZONPAY\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/amazon-pay.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/amazon-pay.png\"\n            },\n            \"aggregator_name\": \"Razorpay\",\n            \"display_priority\": 9\n          }\n        ]\n      },\n      {\n        \"name\": \"UPI\",\n        \"display_priority\": 9,\n        \"payment_mode_id\": 7,\n        \"display_name\": \"UPI\",\n        \"list\": [\n          {\n            \"aggregator_name\": \"Razorpay\",\n            \"name\": \"UPI\",\n            \"display_name\": \"BHIM UPI\",\n            \"code\": \"UPI\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/upi_100x78.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/upi_150x100.png\"\n            },\n            \"merchant_code\": \"UPI\",\n            \"timeout\": 310,\n            \"retry_count\": 0,\n            \"fynd_vpa\": \"shopsense.rzp@hdfcbank\",\n            \"intent_flow\": true,\n            \"intent_app\": [\n              {\n                \"code\": \"google_pay\",\n                \"display_name\": \"Google Pay\",\n                \"package_name\": \"com.google.android.apps.nbu.paisa.user\",\n                \"logos\": {\n                  \"small\": \"https://hdn-1.fynd.com/payment/upi-google-pay.png\",\n                  \"large\": \"https://hdn-1.fynd.com/payment/upi-google-pay.png\"\n                }\n              }\n            ],\n            \"intent_app_error_list\": [\n              \"com.csam.icici.bank.imobile\",\n              \"in.org.npci.upiapp\",\n              \"com.whatsapp\"\n            ],\n            \"intent_app_error_dict_list\": [\n              {\n                \"package_name\": \"com.csam.icici.bank.imobile\",\n                \"code\": \"icici\"\n              },\n              {\n                \"package_name\": \"in.org.npci.upiapp\",\n                \"code\": \"upiapp\"\n              },\n              {\n                \"package_name\": \"com.whatsapp\",\n                \"code\": \"whatsapp\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"name\": \"JUSPAYPG\",\n        \"display_priority\": 18,\n        \"payment_mode_id\": 24,\n        \"display_name\": \"Pay Using Juspay\",\n        \"list\": []\n      },\n      {\n        \"name\": \"PL\",\n        \"display_priority\": 21,\n        \"display_name\": \"Pay Later\",\n        \"list\": [\n          {\n            \"aggregator_name\": \"Simpl\",\n            \"name\": \"Simpl\",\n            \"display_name\": \"Simpl\",\n            \"code\": \"simpl\",\n            \"merchant_code\": \"SIMPL\",\n            \"logo\": \"https://hdn-1.fynd.com/payment/simpl_logo.png\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/simpl_logo.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/simpl_logo.png\"\n            }\n          },\n          {\n            \"aggregator_name\": \"Potlee\",\n            \"name\": \"POTLEE\",\n            \"display_name\": \"Potlee\",\n            \"code\": \"POTLEE\",\n            \"merchant_code\": \"POTLEE\",\n            \"logo_url\": {\n              \"large\": \"https://hdn-1.fynd.com/payment/Potlee.png\",\n              \"small\": \"https://hdn-1.fynd.com/payment/Potlee.png\"\n            }\n          }\n        ]\n      },\n      {\n        \"name\": \"Store Credit\",\n        \"display_priority\": 16,\n        \"payment_mode_id\": 16,\n        \"display_name\": \"Store Credit\",\n        \"list\": [\n          {\n            \"aggregator_name\": \"CreditNote\",\n            \"name\": \"Store Credit\",\n            \"partial_payment_allowed\": true,\n            \"display_name\": \"Store Credit\",\n            \"code\": \"CREDITNOTE\",\n            \"logo_url\": {\n              \"large\": \"https://hdn-1.fynd.com/payment/Pos+Logo.png\",\n              \"small\": \"https://hdn-1.fynd.com/payment/Pos+Logo.png\"\n            },\n            \"merchant_code\": \"CREDITNOTE\"\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.fyndx0.de/gringotts/api/v1/validate-customer/?app_id=000000000000000000000001\",\n            \"sdk\": {\n              \"config\": {\n                \"redirect\": false,\n                \"callback_url\": null,\n                \"action_url\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/confirm/charge/?app_id=000000000000000000000001\"\n              },\n              \"data\": {\n                \"user_phone\": \"8888888888\",\n                \"user_email\": \"test@example.com\"\n              }\n            },\n            \"return_url\": null\n          }\n        },\n        \"api_link\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/request/?app_id=000000000000000000000001\",\n        \"payment_flow\": \"sdk\",\n        \"payment_flow_data\": null,\n        \"is_customer_validation_required\": true,\n        \"cust_validation_url\": \"https://api.fyndx0.de/platform/payment/api/v1/validate-customer/?app_id=000000000000000000000001\",\n        \"config\": {\n          \"redirect\": false,\n          \"final_payment_action_url\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/confirm/charge/?app_id=000000000000000000000001\"\n        }\n      },\n      \"potlee\": {\n        \"data\": {\n          \"gateway\": {\n            \"route\": \"potlee\",\n            \"entity\": \"api\",\n            \"is_customer_validation_required\": true,\n            \"cust_validation_url\": \"https://api.fyndx0.de/gringotts/api/v1/validate-customer/\",\n            \"return_url\": null\n          },\n          \"payment_flow_data\": {\n            \"is_customer_validation_required\": true,\n            \"cust_validation_url\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/callback/\",\n            \"config\": {\n              \"redirect\": true,\n              \"final_payment_action_url\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/callback/\"\n            },\n            \"return_url\": null\n          }\n        },\n        \"api_link\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/request/?app_id=000000000000000000000001\",\n        \"payment_flow\": \"api\",\n        \"payment_flow_data\": {\n          \"return_url\": null,\n          \"cust_validation_url\": \"https://api.fyndx0.de/gringotts/api/v1/validate-customer/\",\n          \"is_customer_validation_required\": true\n        }\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\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/request/?app_id=000000000000000000000001\",\n        \"payment_flow\": \"sdk\"\n      },\n      \"bqr_razorpay\": {\n        \"data\": {},\n        \"api_link\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/request/?app_id=000000000000000000000001\",\n        \"payment_flow\": \"api\"\n      },\n      \"fynd\": {\n        \"data\": {},\n        \"api_link\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/request/?app_id=000000000000000000000001\",\n        \"payment_flow\": \"api\"\n      },\n      \"ccavenue\": {\n        \"data\": {},\n        \"api_link\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/request/?app_id=000000000000000000000001\",\n        \"payment_flow\": \"sdk\"\n      },\n      \"payumoney\": {\n        \"data\": {},\n        \"api_link\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/request/?app_id=000000000000000000000001\",\n        \"payment_flow\": \"sdk\"\n      }\n    }\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "ff42fada-dc42-453f-ad45-21e9352f2960",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "options"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "amount",
                        "value": "1000"
                      },
                      {
                        "key": "cart_id",
                        "value": "4234324234"
                      },
                      {
                        "key": "checkout_mode",
                        "value": "self"
                      },
                      {
                        "key": "refresh",
                        "value": "true"
                      },
                      {
                        "key": "order_id",
                        "value": "FY65C47E27CB249F378C"
                      },
                      {
                        "key": "card_reference",
                        "value": "1"
                      },
                      {
                        "key": "user_details",
                        "value": "%7B%22first_name%22:%22Fynd%22,%22last_name%22:%22Dummy%22,%22mobile%22:%229999999999%22,%22email%22:%22test@example.com"
                      },
                      {
                        "key": "display_split",
                        "value": "false"
                      },
                      {
                        "key": "advance_payment",
                        "value": "false"
                      },
                      {
                        "key": "shipment_id",
                        "value": "12345"
                      },
                      {
                        "key": "fulfillment_option",
                        "value": "express-delivery"
                      },
                      {
                        "key": "fulfillment_option",
                        "value": "fast-track"
                      },
                      {
                        "key": "fulfillment_option",
                        "value": "self-pickup"
                      }
                    ],
                    "variable": []
                  },
                  "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    \"code\": \"BAD_REQUEST_ERROR\",\n    \"description\": \"\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "6e23b09d-7d13-412a-9b39-7302561ca225",
            "name": "getPosPaymentModeRoutes | POS payment modes",
            "request": {
              "name": "getPosPaymentModeRoutes | POS payment modes",
              "description": {
                "content": "Get available payment methods on the payment page for POS, specifying the aggregator for each option, such as 'CARD powered by Juspay' and 'QR powered by Razorpay'.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "payment",
                  "options",
                  "pos"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "amount",
                    "value": "<integer>",
                    "description": "(Required) Payable amount."
                  },
                  {
                    "disabled": false,
                    "key": "cart_id",
                    "value": "<string>",
                    "description": "(Required) Identifier of the cart."
                  },
                  {
                    "disabled": false,
                    "key": "pincode",
                    "value": "<string>",
                    "description": "(Required) The PIN Code of the destination address, e.g. 400059."
                  },
                  {
                    "disabled": false,
                    "key": "checkout_mode",
                    "value": "<string>",
                    "description": "Option to checkout for self or for others."
                  },
                  {
                    "disabled": false,
                    "key": "refresh",
                    "value": "<boolean>",
                    "description": "Select `true` to remove temporary cache files on payment gateway and replace with the latest one."
                  },
                  {
                    "disabled": false,
                    "key": "card_reference",
                    "value": "<string>",
                    "description": "Card reference id of user's debit or credit card."
                  },
                  {
                    "disabled": false,
                    "key": "order_type",
                    "value": "<string>",
                    "description": "(Required) 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": "fulfillment_option",
                    "value": "<string>",
                    "description": "List of fulfillment option slugs used to filter payment modes. A payment mode is included only if it is not explicitly disabled for any of the provided fulfillment options."
                  },
                  {
                    "disabled": false,
                    "key": "fulfillment_option",
                    "value": "<string>",
                    "description": "List of fulfillment option slugs used to filter payment modes. A payment mode is included only if it is not explicitly disabled for any of the provided fulfillment options."
                  },
                  {
                    "disabled": false,
                    "key": "user_details",
                    "value": "<string>",
                    "description": "URLencoded JSON containing details of an anonymous user."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "db7afeb1-6bf6-40ce-ab04-aa810ca38923",
                "name": "Success. Returns all available options for payment. Check the example shown below or refer `PaymentModeRouteDetails` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "options",
                      "pos"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "amount",
                        "value": "1000"
                      },
                      {
                        "key": "cart_id",
                        "value": "2343432412342"
                      },
                      {
                        "key": "pincode",
                        "value": "122001"
                      },
                      {
                        "key": "checkout_mode",
                        "value": "self"
                      },
                      {
                        "key": "refresh",
                        "value": "true"
                      },
                      {
                        "key": "card_reference",
                        "value": "1"
                      },
                      {
                        "key": "order_type",
                        "value": "HomeDelivery"
                      },
                      {
                        "key": "fulfillment_option",
                        "value": "express-delivery"
                      },
                      {
                        "key": "fulfillment_option",
                        "value": "fast-track"
                      },
                      {
                        "key": "fulfillment_option",
                        "value": "self-pickup"
                      },
                      {
                        "key": "user_details",
                        "value": "%7B%22first_name%22:%22Fynd%22,%22last_name%22:%22Dummy%22,%22mobile%22:%229999999999%22,%22email%22:%22test@example.com"
                      }
                    ],
                    "variable": []
                  },
                  "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  \"payment_options\": {\n    \"payment_option\": [\n      {\n        \"name\": \"CAS\",\n        \"display_priority\": 21,\n        \"payment_mode_id\": 39,\n        \"display_name\": \"Cash at Store\",\n        \"list\": [\n          {\n            \"aggregator_name\": \"Fynd\",\n            \"name\": \"CAS\",\n            \"display_name\": \"Cash\",\n            \"code\": \"CAS\",\n            \"logo_url\": {\n              \"large\": \"https://hdn-1.fynd.com/payment/cod.png\",\n              \"small\": \"https://hdn-1.fynd.com/payment/cod.png\"\n            },\n            \"merchant_code\": \"CAS\"\n          }\n        ]\n      },\n      {\n        \"name\": \"CSAS\",\n        \"display_priority\": 21,\n        \"payment_mode_id\": 40,\n        \"display_name\": \"Card Swiped at Store\",\n        \"list\": [\n          {\n            \"aggregator_name\": \"Fynd\",\n            \"name\": \"CSAS\",\n            \"display_name\": \"Card Swipe\",\n            \"code\": \"CSAS\",\n            \"logo_url\": {\n              \"large\": \"https://hdn-1.fynd.com/payment/cod.png\",\n              \"small\": \"https://hdn-1.fynd.com/payment/cod.png\"\n            },\n            \"merchant_code\": \"CSAS\"\n          }\n        ]\n      },\n      {\n        \"name\": \"UPI\",\n        \"display_priority\": 9,\n        \"payment_mode_id\": 7,\n        \"display_name\": \"UPI\",\n        \"list\": [\n          {\n            \"aggregator_name\": \"Razorpay\",\n            \"name\": \"UPI\",\n            \"display_name\": \"BHIM UPI\",\n            \"code\": \"UPI\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/upi_100x78.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/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\": [\n              {\n                \"code\": \"google_pay\",\n                \"display_name\": \"Google Pay\",\n                \"package_name\": \"com.google.android.apps.nbu.paisa.user\",\n                \"logos\": {\n                  \"small\": \"https://hdn-1.fynd.com/payment/upi-google-pay.png\",\n                  \"large\": \"https://hdn-1.fynd.com/payment/upi-google-pay.png\"\n                }\n              }\n            ],\n            \"intent_app_error_list\": [\n              \"com.csam.icici.bank.imobile\",\n              \"in.org.npci.upiapp\",\n              \"com.whatsapp\"\n            ],\n            \"intent_app_error_dict_list\": [\n              {\n                \"package_name\": \"com.csam.icici.bank.imobile\",\n                \"code\": \"icici\"\n              },\n              {\n                \"package_name\": \"in.org.npci.upiapp\",\n                \"code\": \"upiapp\"\n              },\n              {\n                \"package_name\": \"com.whatsapp\",\n                \"code\": \"whatsapp\"\n              }\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.fyndx0.de/gringotts/api/v1/validate-customer/?app_id=000000000000000000000001\",\n            \"sdk\": {\n              \"config\": {\n                \"redirect\": false,\n                \"callback_url\": null,\n                \"action_url\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/confirm/charge/?app_id=000000000000000000000001\"\n              },\n              \"data\": {\n                \"user_phone\": \"8888888888\",\n                \"user_email\": \"test@example.com\"\n              }\n            },\n            \"return_url\": null\n          }\n        },\n        \"api_link\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/request/?app_id=000000000000000000000001\",\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\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/request/?app_id=000000000000000000000001\",\n        \"payment_flow\": \"sdk\"\n      },\n      \"upi_razorpay\": {\n        \"data\": {},\n        \"api_link\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/request/?app_id=000000000000000000000001\",\n        \"payment_flow\": \"api\"\n      },\n      \"bqr_razorpay\": {\n        \"data\": {},\n        \"api_link\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/request/?app_id=000000000000000000000001\",\n        \"payment_flow\": \"api\"\n      },\n      \"cashfree\": {\n        \"data\": {},\n        \"api_link\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/request/?app_id=000000000000000000000001\",\n        \"payment_flow\": \"api\"\n      },\n      \"fynd\": {\n        \"data\": {},\n        \"api_link\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/request/?app_id=000000000000000000000001\",\n        \"payment_flow\": \"api\"\n      },\n      \"ccavenue\": {\n        \"data\": {},\n        \"api_link\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/request/?app_id=000000000000000000000001\",\n        \"payment_flow\": \"sdk\"\n      },\n      \"payumoney\": {\n        \"data\": {},\n        \"api_link\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/request/?app_id=000000000000000000000001\",\n        \"payment_flow\": \"sdk\"\n      }\n    }\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "685f3090-29f4-44d7-aeda-a684c8f98f6b",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "options",
                      "pos"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "amount",
                        "value": "1000"
                      },
                      {
                        "key": "cart_id",
                        "value": "2343432412342"
                      },
                      {
                        "key": "pincode",
                        "value": "122001"
                      },
                      {
                        "key": "checkout_mode",
                        "value": "self"
                      },
                      {
                        "key": "refresh",
                        "value": "true"
                      },
                      {
                        "key": "card_reference",
                        "value": "1"
                      },
                      {
                        "key": "order_type",
                        "value": "HomeDelivery"
                      },
                      {
                        "key": "fulfillment_option",
                        "value": "express-delivery"
                      },
                      {
                        "key": "fulfillment_option",
                        "value": "fast-track"
                      },
                      {
                        "key": "fulfillment_option",
                        "value": "self-pickup"
                      },
                      {
                        "key": "user_details",
                        "value": "%7B%22first_name%22:%22Fynd%22,%22last_name%22:%22Dummy%22,%22mobile%22:%229999999999%22,%22email%22:%22test@example.com"
                      }
                    ],
                    "variable": []
                  },
                  "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    \"code\": \"BAD_REQUEST_ERROR\",\n    \"description\": \"\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "2d55f218-d4aa-40b0-9caa-f68925738b57",
            "name": "walletLinkInitiate | Initiate linking of wallet",
            "request": {
              "name": "walletLinkInitiate | Initiate linking of wallet",
              "description": {
                "content": "Link wallet for the aggregator for processing of payment.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "payment",
                  "options",
                  "wallet",
                  "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  \"aggregator\": \"<string>\",\n  \"mobile\": \"<string>\",\n  \"wallet_code\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "b3caa378-15b8-4256-944e-d5259acb68ad",
                "name": "OTP for Wallet Linking sent",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "options",
                      "wallet",
                      "link"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"aggregator\": \"Jio\",\n  \"mobile\": \"8888888888\",\n  \"wallet_code\": \"Paytm\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"data\": {\n    \"message\": \"OTP sent successfully\",\n    \"link_token\": \"31a2f5a7-ee30-4cbb-8669-53071878f6d7\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "f1149160-d799-4bcb-b43e-6fb0758fb46d",
                "name": "Wallet Linking Failed",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "options",
                      "wallet",
                      "link"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"aggregator\": \"Jio\",\n  \"mobile\": \"8888888888\",\n  \"wallet_code\": \"Paytm\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"data\": {\n    \"message\": \"wallet linking failed\",\n    \"reason\": \"wallet does not exist for this mobile number\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "0b10a21e-553a-4eb4-8c8a-f6b179fe6fca",
            "name": "linkWallet | OTP verification",
            "request": {
              "name": "linkWallet | OTP verification",
              "description": {
                "content": "Verify the linking of wallet using OTP for further processing of payment.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "payment",
                  "options",
                  "wallet",
                  "verify"
                ],
                "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  \"link_token\": \"<string>\",\n  \"otp\": \"<integer>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "122fe0e2-3be5-4f20-853f-dbeec868c734",
                "name": "OTP Verification",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "options",
                      "wallet",
                      "verify"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"aggregator\": \"Jio\",\n  \"link_token\": \"31a2f5a7-ee30-4cbb-8669-53071878f6d7\",\n  \"otp\": 489871\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"data\": {\n    \"message\": \"OTP verified successfully\",\n    \"balance\": 234,\n    \"token\": \"100f8193-63b6-4f2b-a9bc-6830639583a6\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "ff0a0025-13e1-4f5f-9fee-7dbff94bdd85",
                "name": "OTP Verification Failed",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "options",
                      "wallet",
                      "verify"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"aggregator\": \"Jio\",\n  \"link_token\": \"31a2f5a7-ee30-4cbb-8669-53071878f6d7\",\n  \"otp\": 489871\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"data\": {\n    \"message\": \"OTP verification failed\",\n    \"reason\": \"Invalid payment instrument details.\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "81f055ff-1807-4200-b29f-0133df60842b",
            "name": "delinkWallet | Delink the wallet",
            "request": {
              "name": "delinkWallet | Delink the wallet",
              "description": {
                "content": "Delink the wallet.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "payment",
                  "options",
                  "wallet",
                  "delink"
                ],
                "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  \"wallet_code\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "45e3d4a5-505e-4437-8aba-a775a758656d",
                "name": "Wallet delinked successfully",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "options",
                      "wallet",
                      "delink"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"aggregator\": \"Jio\",\n  \"wallet_code\": \"Paytm\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"data\": {\n    \"message\": \"Wallet delinked successfully\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "d8a193a2-0450-4fbf-9257-be623491710b",
                "name": "Wallet delinking Failed",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "options",
                      "wallet",
                      "delink"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"aggregator\": \"Jio\",\n  \"wallet_code\": \"Paytm\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"data\": {\n    \"message\": \"Wallet delinking Failed\",\n    \"reason\": \"Network Error, Try After some time\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "ab952990-c463-455d-a3b2-7aa9d53b31d2",
            "name": "resendOrCancelPayment | Resend or cancel a pending payment transaction",
            "request": {
              "name": "resendOrCancelPayment | Resend or cancel a pending payment transaction",
              "description": {
                "content": "Resend or cancel payment link that have been initiated but may require modification or cancellation for various reasons, ensuring flexibility and control in payment processing.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "payment",
                  "resend_or_cancel"
                ],
                "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  \"request_type\": \"<string>\",\n  \"device_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "8c675464-d2ca-47f5-8e22-cd168914328a",
                "name": "Success. Returns the status of payment.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "resend_or_cancel"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"order_id\": \"FY615DE25839C4AF3A5A\",\n  \"request_type\": \"resend\",\n  \"device_id\": \"1234567890\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"data\": {\n    \"message\": \"Notification triggered.\",\n    \"status\": \"success\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "7c14767c-b621-43cf-8dba-3a092ea46b0c",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "resend_or_cancel"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"order_id\": \"FY615DE25839C4AF3A5A\",\n  \"request_type\": \"resend\",\n  \"device_id\": \"1234567890\"\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": "6467bfd9-e83b-4472-ba36-5026132d8de6",
            "name": "renderHTML | Render HTML",
            "request": {
              "name": "renderHTML | Render HTML",
              "description": {
                "content": "Render HTML for a payment aggregator page.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "payment",
                  "html",
                  "render",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept",
                  "value": "text/html"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null,
              "body": {
                "mode": "raw",
                "raw": "{\n  \"base64_html\": \"<string>\",\n  \"returntype\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "c7753a2a-b431-4582-9e91-380dc9eb6520",
                "name": "Success and return HTML decoded text",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "html",
                      "render",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "text/html"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"base64_html\": \"PGh0bWw+PGhlYWQ+PG1ldGEgbmFtZT0ndmlld3BvcnQnIGNvbnRlbnQ9J3dpZHRoPWRldmljZS13aWR0aCwgaW5pdGlhbC1zY2FsZT0xICwgbWF4aW11bS1zY2FsZT0xLCB1c2VyLXNjYWxhYmxlPW5vJz48c2NyaXB0IHR5cGU9J3RleHQvamF2YXNjcmlwdCc+ZnVuY3Rpb24gZm9ybVN1Ym1pdCgpe2RvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdwYXltZW50Jykuc3VibWl0KCk7fTwvc2NyaXB0PjwvaGVhZD48Ym9keSBvbmxvYWQ9J2phdmFzY3JpcHQ6Zm9ybVN1Ym1pdCgpOyc+PGZvcm0gbmFtZT0ncGF5bWVudCcgaWQ9J3BheW1lbnQnIG1ldGhvZD0nUE9TVCcgYWN0aW9uPSdodHRwczovL3J0c3MtcmVwbGljYS5qaW9sYWJzLmNvbS9qaW9wYXlwZy92MS9wYXltZW50LW9wdGlvbnMnPjxpbWcgc3JjPSdodHRwczovL3J0c3MtcmVwbGljYS5qaW9sYWJzLmNvbS91cGxvYWQvbXlqaW9jb3Jlc3RhdGljZmlsZXMvaW1hZ2VzL2xvYWRlci5naWYnIHdpZHRoPScyNSUnIGhlaWdodD0nYXV0bycgc3R5bGU9J2Rpc3BsYXk6IGJsb2NrOyBtYXJnaW4tdG9wOiAxMjBweDttYXJnaW4tbGVmdDogYXV0bzsgbWFyZ2luLXJpZ2h0OiBhdXRvOyBtYXJnaW4tYm90dG9tOjEwcHg7Jy8+PGRpdiBzdHlsZT0ndGV4dC1hbGlnbjogY2VudGVyJz48cCBzdHlsZT0nZGlzcGxheTogaW5saW5lLWJsb2NrO3ZlcnRpY2FsLWFsaWduOiBtaWRkbGU7Zm9udC1zaXplOjE2cHgnPlJlZGlyZWN0aW5nIHRvIHBheW1lbnQgZ2F0ZXdheS4gUGxlYXNlIGRvIG5vdCBjbGljayBvbiByZWZyZXNoIG9yIGJhY2sgYnV0dG9uLiA8L3A+PC9kaXY+PGlucHV0IHR5cGU9J2hpZGRlbicgbmFtZT0ncGFyYW0xJyB2YWx1ZT0nZmY1MGI2MWQzMGVkNDMxYWExMGVhOTU1MzZiNzc2MDgnLz48aW5wdXQgdHlwZT0nc3VibWl0JyB2YWx1ZT0nJyBzdHlsZT0nZGlzcGxheTogbm9uZTsnLz48L2Zvcm0+PC9ib2R5PjwvaHRtbD4=\",\n  \"returntype\": \"json\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "text/html"
                  }
                ],
                "body": "",
                "cookie": [],
                "_postman_previewlanguage": "text"
              },
              {
                "id": "cc0c204b-9517-4e71-a4b1-f693a92077ff",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "html",
                      "render",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"base64_html\": \"PGh0bWw+PGhlYWQ+PG1ldGEgbmFtZT0ndmlld3BvcnQnIGNvbnRlbnQ9J3dpZHRoPWRldmljZS13aWR0aCwgaW5pdGlhbC1zY2FsZT0xICwgbWF4aW11bS1zY2FsZT0xLCB1c2VyLXNjYWxhYmxlPW5vJz48c2NyaXB0IHR5cGU9J3RleHQvamF2YXNjcmlwdCc+ZnVuY3Rpb24gZm9ybVN1Ym1pdCgpe2RvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdwYXltZW50Jykuc3VibWl0KCk7fTwvc2NyaXB0PjwvaGVhZD48Ym9keSBvbmxvYWQ9J2phdmFzY3JpcHQ6Zm9ybVN1Ym1pdCgpOyc+PGZvcm0gbmFtZT0ncGF5bWVudCcgaWQ9J3BheW1lbnQnIG1ldGhvZD0nUE9TVCcgYWN0aW9uPSdodHRwczovL3J0c3MtcmVwbGljYS5qaW9sYWJzLmNvbS9qaW9wYXlwZy92MS9wYXltZW50LW9wdGlvbnMnPjxpbWcgc3JjPSdodHRwczovL3J0c3MtcmVwbGljYS5qaW9sYWJzLmNvbS91cGxvYWQvbXlqaW9jb3Jlc3RhdGljZmlsZXMvaW1hZ2VzL2xvYWRlci5naWYnIHdpZHRoPScyNSUnIGhlaWdodD0nYXV0bycgc3R5bGU9J2Rpc3BsYXk6IGJsb2NrOyBtYXJnaW4tdG9wOiAxMjBweDttYXJnaW4tbGVmdDogYXV0bzsgbWFyZ2luLXJpZ2h0OiBhdXRvOyBtYXJnaW4tYm90dG9tOjEwcHg7Jy8+PGRpdiBzdHlsZT0ndGV4dC1hbGlnbjogY2VudGVyJz48cCBzdHlsZT0nZGlzcGxheTogaW5saW5lLWJsb2NrO3ZlcnRpY2FsLWFsaWduOiBtaWRkbGU7Zm9udC1zaXplOjE2cHgnPlJlZGlyZWN0aW5nIHRvIHBheW1lbnQgZ2F0ZXdheS4gUGxlYXNlIGRvIG5vdCBjbGljayBvbiByZWZyZXNoIG9yIGJhY2sgYnV0dG9uLiA8L3A+PC9kaXY+PGlucHV0IHR5cGU9J2hpZGRlbicgbmFtZT0ncGFyYW0xJyB2YWx1ZT0nZmY1MGI2MWQzMGVkNDMxYWExMGVhOTU1MzZiNzc2MDgnLz48aW5wdXQgdHlwZT0nc3VibWl0JyB2YWx1ZT0nJyBzdHlsZT0nZGlzcGxheTogbm9uZTsnLz48L2Zvcm0+PC9ib2R5PjwvaHRtbD4=\",\n  \"returntype\": \"json\"\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": "9d20f1d2-8106-4958-b454-d9c3215b5ed9",
            "name": "validateVPA | Validate VPA",
            "request": {
              "name": "validateVPA | Validate VPA",
              "description": {
                "content": "Validate if a Virtual Payment Address (VPA) is valid for processing payments and returns the validation result.is_valid boolean value indicating whether the VPA is valid for payments.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "validate-vpa"
                ],
                "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  \"upi_vpa\": \"<string>\",\n  \"aggregator\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "b8b78ebf-6b0b-407c-9033-06d3b0771cdc",
                "name": "Success. Returns the status of payment.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "validate-vpa"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"upi_vpa\": \"success@razorpay\",\n  \"aggregator\": \"razorpay\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"data\": {\n    \"upi_vpa\": \"success@razorpay\",\n    \"status\": \"VALID\",\n    \"is_valid\": true,\n    \"customer_name\": \"Verified\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "3c9715c5-f60b-40a4-805a-9acd91094abb",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "validate-vpa"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"upi_vpa\": \"success@razorpay\",\n  \"aggregator\": \"razorpay\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"data\": {\n    \"status\": \"failed\"\n  },\n  \"message\": \"error message\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "f8348c81-cfa1-4ae8-a48a-191cac9cb705",
            "name": "cardDetails | Get card details",
            "request": {
              "name": "cardDetails | Get card details",
              "description": {
                "content": "Get details of a specified payment card, including information such as the card type, brand, country, and expiration date.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "cards",
                  "info",
                  ":card_info"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "aggregator",
                    "value": "juspay",
                    "description": "This is a string value describing the aggregator name."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "card_info",
                    "description": "(Required) Card first 6 digit IIN(prefix) number."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "a8c28f0e-aaa4-4ad9-a5c2-49b284286ff5",
                "name": "Success. Returns the status of payment.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "cards",
                      "info",
                      ":card_info"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "aggregator",
                        "value": "razorpay"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "card_info",
                        "description": "(Required) Card first 6 digit IIN(prefix) 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  \"data\": {\n    \"country\": \"INDIA\",\n    \"extended_card_type\": \"DEBIT\",\n    \"card_brand\": \"MASTERCARD\",\n    \"card_object\": \"tkn_1416af8beba94c96a3dqer196cd9fce7\",\n    \"id\": \"529992\",\n    \"card_sub_type\": null,\n    \"type\": \"DEBIT\",\n    \"bank\": \"\",\n    \"is_domestic_card\": true,\n    \"status\": true,\n    \"user\": \"63b4fce75a2bca1dw0f08f3f9\",\n    \"name_on_card\": \"Dummy\",\n    \"bank_code\": \"HDFC\",\n    \"card_token\": \"tkn_1416af8beba94c96a3dqer196cd9fce7\",\n    \"card_exp_year\": \"2024\",\n    \"card_exp_month\": \"12\",\n    \"is_enabled\": \"true,\",\n    \"cvv_length\": \"3,\",\n    \"logo\": \"https://example.com/logos/visa.png\",\n    \"is_card_valid\": true\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "db803c86-a502-427e-bb7b-63874dff3190",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "cards",
                      "info",
                      ":card_info"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "aggregator",
                        "value": "razorpay"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "card_info",
                        "description": "(Required) Card first 6 digit IIN(prefix) number."
                      }
                    ]
                  },
                  "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  \"data\": {\n    \"status\": \"failed\"\n  },\n  \"message\": \"error message\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "f7095f8b-e204-4603-8e14-ae116fe7002d",
            "name": "getActiveRefundTransferModes | Get refund transfer modes",
            "request": {
              "name": "getActiveRefundTransferModes | Get refund transfer modes",
              "description": {
                "content": "Lists available refund modes, such as UPI, providing details like display name, logo, and ID for each mode.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "refund",
                  "transfer-mode"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "784c9747-f128-40ca-8dbe-fac8cae1d1c7",
                "name": "Success. Shows the available refund mode to choose, e.g. Netbanking.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "refund",
                      "transfer-mode"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "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      \"display_name\": \"BANK\",\n      \"items\": [\n        {\n          \"id\": 6,\n          \"name\": \"bank\",\n          \"display_name\": \"BANK\",\n          \"logo_small\": \"https://hdn-1.fynd.com/payment/netbanking.png\",\n          \"logo_large\": \"https://hdn-1.fynd.com/payment/netbanking.png\"\n        }\n      ]\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "42572c53-3b4c-41db-a102-0bdf8f4152d4",
            "name": "enableOrDisableRefundTransferMode | Toggle refund mode",
            "request": {
              "name": "enableOrDisableRefundTransferMode | Toggle refund mode",
              "description": {
                "content": "Enable/Disable a particular refund transfer mode based on the request body parameters, indicating whether the mode should be enabled or disabled.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "refund",
                  "transfer-mode"
                ],
                "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  \"enable\": \"<boolean>\",\n  \"transfer_mode\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "982ff0da-94de-4009-bffb-5a6bf40e02d6",
                "name": "Success. Shows whether the refund mode was successfully enabled or disabled.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "refund",
                      "transfer-mode"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"transfer_mode\": \"bank\",\n  \"enable\": true\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": "c20d9e9b-bb26-47d0-9270-2da95460b567",
            "name": "getUserBeneficiariesDetail | Retrieve beneficiary details ",
            "request": {
              "name": "getUserBeneficiariesDetail | Retrieve beneficiary details ",
              "description": {
                "content": "Get beneficiaries associated with the user for processing refunds, based on the provided order ID.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "refund",
                  "user",
                  "beneficiary"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "order_id",
                    "value": "<string>",
                    "description": "(Required) A unique number used for identifying and tracking your orders."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "8f6158c4-3937-4ff7-a4b0-be39e55ae714",
                "name": "Success. Returns the details of the beneficiary getting a refund.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "refund",
                      "user",
                      "beneficiary"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "order_id",
                        "value": "FY65C2797B2F00FCF07E"
                      }
                    ],
                    "variable": []
                  },
                  "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": "6fae3d97-53a7-4717-946c-7b671da20e1a",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "refund",
                      "user",
                      "beneficiary"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "order_id",
                        "value": "FY65C2797B2F00FCF07E"
                      }
                    ],
                    "variable": []
                  },
                  "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": "0cbe8703-5971-4e2c-965f-cf7e54850d8c",
            "name": "getOrderBeneficiariesDetail | Retrieve beneficiary details",
            "request": {
              "name": "getOrderBeneficiariesDetail | Retrieve beneficiary details",
              "description": {
                "content": "Get beneficiary details like bank name , ifsc code , branch name associated with a specific order for refund processing.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "refund",
                  "order",
                  "beneficiaries"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "order_id",
                    "value": "<string>",
                    "description": "(Required) A unique number used for identifying and tracking your orders."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "6352f715-0fbc-4b22-8686-c7ecd3ce094a",
                "name": "Success. Returns the details of the beneficiary getting a refund.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "refund",
                      "order",
                      "beneficiaries"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "order_id",
                        "value": "FY65C2797B2F00FCF07E"
                      }
                    ],
                    "variable": []
                  },
                  "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": "5ca52f14-21a4-41df-8a07-bfc1a1072569",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "refund",
                      "order",
                      "beneficiaries"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "order_id",
                        "value": "FY65C2797B2F00FCF07E"
                      }
                    ],
                    "variable": []
                  },
                  "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": "3dbb5b31-6db5-4450-a8c2-e266f132075e",
            "name": "verifyOtpAndAddBeneficiaryForBank | Verify OTP for bank and add beneficiary",
            "request": {
              "name": "verifyOtpAndAddBeneficiaryForBank | Verify OTP for bank and add beneficiary",
              "description": {
                "content": "Verify the OTP provided by the user and adds a bank beneficiary for refund processing.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "refund",
                  "verification",
                  "bank"
                ],
                "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  \"hash_key\": \"<string>\",\n  \"otp\": \"<string>\",\n  \"request_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "c522728d-2d03-438d-9a7f-5b008dc7a0dd",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "refund",
                      "verification",
                      "bank"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"otp\": \"9944\",\n  \"hash_key\": \"fdefdtefdtedtedvefder\",\n  \"request_id\": \"dtefdtferdferdferdfredcefce\"\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}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "8ca3787b-60c5-496f-89a9-765ba5384930",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "refund",
                      "verification",
                      "bank"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"otp\": \"9944\",\n  \"hash_key\": \"fdefdtefdtedtedvefder\",\n  \"request_id\": \"dtefdtferdferdferdfredcefce\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": \"false\",\n  \"description\": \"OTP Verification Failed\",\n  \"is_verified_flag\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "04bd60bc-e982-426f-8d14-fa40fae179db",
            "name": "addBeneficiaryDetails | Add beneficiary for refund",
            "request": {
              "name": "addBeneficiaryDetails | Add beneficiary for refund",
              "description": {
                "content": "Add beneficiary details specifically for refund transactions, including account holder name, account number and bank details.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "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  \"delights\": \"<boolean>\",\n  \"details\": {\n    \"account_holder\": \"<string>\",\n    \"account_no\": \"<string>\",\n    \"bank_name\": \"<string>\",\n    \"branch_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"ifsc_code\": \"<string>\",\n    \"mobile\": \"<string>\",\n    \"address\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"vpa\": \"<string>\",\n    \"wallet\": \"<string>\"\n  },\n  \"order_id\": \"<string>\",\n  \"shipment_id\": \"<string>\",\n  \"transfer_mode\": \"<string>\",\n  \"otp\": \"<string>\",\n  \"request_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "0a65ee71-bd5b-4eab-a745-102c034ffdba",
                "name": "Success. Shows whether the beneficiary details were saved to a returned/cancelled order or not.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "refund",
                      "account"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"details\": {\n    \"account_holder\": \"shashi bro\",\n    \"account_no\": \"1234567890123\",\n    \"address\": \"A-402, HARI SMRUTI BLDG, KHANDWALA LANE\",\n    \"bank_name\": \"Test\",\n    \"branch_name\": \"Test1\",\n    \"comment\": \"Test\",\n    \"email\": \"test@example.com\",\n    \"ifsc_code\": \"SBIN0008752\",\n    \"mobile\": \"8888888888\"\n  },\n  \"order_id\": \"FY5DD3F05A09120FFE4B\",\n  \"transfer_mode\": \"bank\",\n  \"shipment_id\": \"16100144824381402124\",\n  \"delights\": false\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  \"is_verified_flag\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "8d9556b9-58c1-4c8a-b9a7-36589b09d52a",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "refund",
                      "account"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"details\": {\n    \"account_holder\": \"shashi bro\",\n    \"account_no\": \"1234567890123\",\n    \"address\": \"A-402, HARI SMRUTI BLDG, KHANDWALA LANE\",\n    \"bank_name\": \"Test\",\n    \"branch_name\": \"Test1\",\n    \"comment\": \"Test\",\n    \"email\": \"test@example.com\",\n    \"ifsc_code\": \"SBIN0008752\",\n    \"mobile\": \"8888888888\"\n  },\n  \"order_id\": \"FY5DD3F05A09120FFE4B\",\n  \"transfer_mode\": \"bank\",\n  \"shipment_id\": \"16100144824381402124\",\n  \"delights\": false\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": "1a6cbeb8-7afd-4834-8583-c1d25f837808",
            "name": "addRefundBankAccountUsingOTP | Add refund account using OTP verification",
            "request": {
              "name": "addRefundBankAccountUsingOTP | Add refund account using OTP verification",
              "description": {
                "content": "Add bank account specifically for refunds, employing OTP verification for security.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "refund",
                  "account",
                  "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  \"details\": {\n    \"account_no\": \"<string>\",\n    \"bank_name\": \"<string>\",\n    \"ifsc_code\": \"<string>\",\n    \"branch_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": "96bfecdc-06fb-4bba-a426-773da982dc7e",
                "name": "Success. Shows whether the beneficiary details were saved to a returned/cancelled order or not.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "refund",
                      "account",
                      "otp"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"details\": {\n    \"account_holder\": \"Lorem Ipsum\",\n    \"account_no\": \"1234567890123\",\n    \"bank_name\": \"SBI\",\n    \"branch_name\": \"Lorem Ipsum\",\n    \"ifsc_code\": \"SBINLOREMIPSUM0001\"\n  },\n  \"order_id\": \"FY1203108000000001\",\n  \"shipment_id\": \"12345678901234567890\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Account successfully created\",\n  \"is_verified_flag\": true,\n  \"beneficiary_id\": \"V2fc4XjiqJynRpXBHFpP693kVMvNMorElAvU7tWfTok=\",\n  \"account_no\": \"XXXX-XXXX-3210\",\n  \"account_holder\": \"JOHN DOE\",\n  \"bank_name\": \"ICICI Bank\",\n  \"logo\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/testz0/misc/default-assets/original/NB_ICICI.png\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "8312a096-7f68-455f-9ce4-0ea04eb864f6",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "refund",
                      "account",
                      "otp"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"details\": {\n    \"account_holder\": \"Lorem Ipsum\",\n    \"account_no\": \"1234567890123\",\n    \"bank_name\": \"SBI\",\n    \"branch_name\": \"Lorem Ipsum\",\n    \"ifsc_code\": \"SBINLOREMIPSUM0001\"\n  },\n  \"order_id\": \"FY1203108000000001\",\n  \"shipment_id\": \"12345678901234567890\"\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": "98f7e09c-36ed-4898-87db-e83e764838e9",
            "name": "verifyOtpAndAddBeneficiaryForWallet | Verify OTP for wallet",
            "request": {
              "name": "verifyOtpAndAddBeneficiaryForWallet | Verify OTP for wallet",
              "description": {
                "content": "Verify OTP provided by the user and adds a wallet beneficiary.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "refund",
                  "verification",
                  "wallet"
                ],
                "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_code\": \"<string>\",\n  \"mobile\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "4a9c9660-d249-43ad-97de-5596a7e1769e",
                "name": "Success. Sends the OTP to the given mobile number.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "refund",
                      "verification",
                      "wallet"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"mobile\": \"8888888888\",\n  \"country_code\": \"91\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"is_verified_flag\": \"false\",\n  \"request_id\": \"c3ca6c13d490c885a125d106b45697b7\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "c4b84ac2-ddd6-4e88-806b-6e147003bb41",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "refund",
                      "verification",
                      "wallet"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"mobile\": \"8888888888\",\n  \"country_code\": \"91\"\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\": \"Mobile no wrong\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b70008c2-f0da-4cd5-97bf-5aa0fc60cd36",
            "name": "updateDefaultBeneficiary | Set default beneficiary for refund ",
            "request": {
              "name": "updateDefaultBeneficiary | Set default beneficiary for refund ",
              "description": {
                "content": "Update default beneficiary for the order refund of the user.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "refund",
                  "beneficiary",
                  "default"
                ],
                "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  \"beneficiary_id\": \"<string>\",\n  \"order_id\": \"<string>\",\n  \"shipment_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "be3494ee-5fac-4acc-aa68-e59d24409c50",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "refund",
                      "beneficiary",
                      "default"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"order_id\": \"FY5E85A08E01FA5075F0\",\n  \"beneficiary_id\": \"f0dd53b2f284aa73484ff3d9e006cfd5\",\n  \"shipment_id\": \"12321312334432\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"is_beneficiary_set\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "d7869992-3765-4af9-8cd7-3ac968ba7f42",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "refund",
                      "beneficiary",
                      "default"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"order_id\": \"FY5E85A08E01FA5075F0\",\n  \"beneficiary_id\": \"f0dd53b2f284aa73484ff3d9e006cfd5\",\n  \"shipment_id\": \"12321312334432\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"is_beneficiary_set\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "9a9f9f16-fbdc-4165-863e-706dac7b0fb4",
            "name": "getPaymentLink | Get payment link",
            "request": {
              "name": "getPaymentLink | Get payment link",
              "description": {
                "content": "Get a generated payment link.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "create-payment-link",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "payment_link_id",
                    "value": "<string>",
                    "description": "Unique payment link id."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "ceff2429-58ad-4fdc-adc9-95774236f4f7",
                "name": "Success. Check the example shown below",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "create-payment-link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "payment_link_id",
                        "value": "b594184d9a060657566cef7e1ad61b43"
                      }
                    ],
                    "variable": []
                  },
                  "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": "7bf7a17c-9285-4925-a677-1777392f2507",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "create-payment-link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "payment_link_id",
                        "value": "b594184d9a060657566cef7e1ad61b43"
                      }
                    ],
                    "variable": []
                  },
                  "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 wrong in payload\",\n  \"status_code\": 400\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "36d1561b-8af2-4fbd-b5a0-90faa07369ba",
            "name": "createPaymentLink | Create payment link",
            "request": {
              "name": "createPaymentLink | Create payment link",
              "description": {
                "content": "Create new payment link for transactions.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "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  \"description\": \"<string>\",\n  \"success_redirection_url\": \"<string>\",\n  \"failure_redirection_url\": \"<string>\",\n  \"send_communication\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "fa7f8baa-fedf-4434-a6ca-76c65acfafa9",
                "name": "Success. Check the example shown below",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "create-payment-link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"external_order_id\": \"FY62614DF9D5CF31D3D0\",\n  \"amount\": 21900,\n  \"meta\": {\n    \"amount\": \"21900\",\n    \"cart_id\": \"124\",\n    \"pincode\": \"400059\",\n    \"checkout_mode\": \"self\",\n    \"assign_card_id\": \"12345678\"\n  },\n  \"mobile_number\": \"8888888888\",\n  \"email\": \"test@example.com\",\n  \"send_communication\": false,\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": "a33dcc7a-e809-4fde-92d2-dcb74e381d93",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "create-payment-link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"external_order_id\": \"FY62614DF9D5CF31D3D0\",\n  \"amount\": 21900,\n  \"meta\": {\n    \"amount\": \"21900\",\n    \"cart_id\": \"124\",\n    \"pincode\": \"400059\",\n    \"checkout_mode\": \"self\",\n    \"assign_card_id\": \"12345678\"\n  },\n  \"mobile_number\": \"8888888888\",\n  \"email\": \"test@example.com\",\n  \"send_communication\": false,\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  \"success\": false,\n  \"message\": \"Something wrong in payload\",\n  \"status_code\": 400\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "a783b77e-b66b-4e80-b6b4-0b736d9a8fe0",
            "name": "resendPaymentLink | Resend payment link",
            "request": {
              "name": "resendPaymentLink | Resend payment link",
              "description": {
                "content": "Resend an existing payment link to the user to complete the payment.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "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": "77244e3c-a276-4db8-8c55-2f7840944658",
                "name": "Success. Check the example shown below",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "resend-payment-link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "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": "49397b68-2e97-425b-9a05-0db1c27afbb6",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "resend-payment-link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "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": "671c2c5f-3da1-49a9-8b69-ce310e549140",
            "name": "cancelPaymentLink | Cancel payment link",
            "request": {
              "name": "cancelPaymentLink | Cancel payment link",
              "description": {
                "content": "Cancel previously generated payment link.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "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": "90bb16a3-debd-4a15-9c15-3d38d8a6ff8f",
                "name": "Success. Check the example shown below",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "cancel-payment-link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "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": "b44495c7-13c7-4d1b-8a6f-f9526f65a1ae",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "cancel-payment-link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "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": "ed5fcdf5-2e97-41db-bd44-187df685e3fe",
            "name": "getPaymentModeRoutesPaymentLink | Payment modes for payment link",
            "request": {
              "name": "getPaymentModeRoutesPaymentLink | Payment modes for payment link",
              "description": {
                "content": "List payment modes available for a given payment link.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "payment",
                  "options",
                  "link",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "payment_link_id",
                    "value": "<string>",
                    "description": "(Required) Payment link id."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "57c89683-5fee-48e5-8abe-d6de0eb8bcd0",
                "name": "Success. Returns all available options for payment. Check the example shown below or refer `PaymentModeRouteDetails` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "options",
                      "link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "payment_link_id",
                        "value": "<string>"
                      }
                    ],
                    "variable": []
                  },
                  "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  \"payment_options\": {\n    \"payment_option\": [\n      {\n        \"name\": \"CARD\",\n        \"display_priority\": 2,\n        \"payment_mode_id\": 2,\n        \"display_name\": \"Card\",\n        \"list\": [],\n        \"anonymous_enable\": true,\n        \"aggregator_name\": \"Razorpay\",\n        \"add_card_enabled\": false,\n        \"supported_methods\": [\n          {\n            \"name\": \"Visa\",\n            \"logo\": \"https://hdn-1.fynd.com/payment/VISA.png\"\n          },\n          {\n            \"name\": \"GPAY\",\n            \"logo\": \"https://hdn-1.fynd.com/payment/GPAY.png\"\n          }\n        ],\n        \"stored_payment_details\": [\n          {\n            \"card_id\": \"card_xyz123\",\n            \"last4\": \"1234\",\n            \"brand\": \"Visa\",\n            \"expiry_month\": 12,\n            \"expiry_year\": 2031,\n            \"cvv_less\": true,\n            \"cvv_length\": 3\n          },\n          {\n            \"card_id\": \"card_abc456\",\n            \"last4\": \"5678\",\n            \"brand\": \"MasterCard\",\n            \"expiry_month\": 8,\n            \"expiry_year\": 2031,\n            \"cvv_less\": true,\n            \"cvv_length\": 3\n          }\n        ],\n        \"is_pay_by_card_pl\": true\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            \"name\": \"ICICI Bank\",\n            \"code\": \"ICIC\",\n            \"bank_name\": \"ICICI Bank\",\n            \"bank_code\": \"ICIC\",\n            \"url\": \"https://hdn-1.fynd.com/payment/NB_ICICI.png\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/NB_ICICI.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/NB_ICICI.png\"\n            },\n            \"merchant_code\": \"NB_ICICI\",\n            \"display_priority\": 1,\n            \"display_name\": \"ICICI Bank\"\n          },\n          {\n            \"aggregator_name\": \"Razorpay\",\n            \"name\": \"HDFC Bank\",\n            \"code\": \"HDFC\",\n            \"bank_name\": \"HDFC Bank\",\n            \"bank_code\": \"HDFC\",\n            \"url\": \"https://hdn-1.fynd.com/payment/NB_HDFC.png\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/NB_HDFC.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/NB_HDFC.png\"\n            },\n            \"merchant_code\": \"NB_HDFC\",\n            \"display_priority\": 2,\n            \"display_name\": \"HDFC Bank\"\n          },\n          {\n            \"aggregator_name\": \"Razorpay\",\n            \"name\": \"Axis Bank\",\n            \"code\": \"UTIB\",\n            \"bank_name\": \"Axis Bank\",\n            \"bank_code\": \"UTIB\",\n            \"url\": \"https://hdn-1.fynd.com/payment/NB_AXIS.png\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/NB_AXIS.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/NB_AXIS.png\"\n            },\n            \"merchant_code\": \"NB_AXIS\",\n            \"display_priority\": 3,\n            \"display_name\": \"Axis Bank\"\n          },\n          {\n            \"aggregator_name\": \"Razorpay\",\n            \"name\": \"State Bank of India\",\n            \"code\": \"SBIN\",\n            \"bank_name\": \"State Bank of India\",\n            \"bank_code\": \"SBIN\",\n            \"url\": \"https://hdn-1.fynd.com/payment/NB_SBI.png\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/NB_SBI.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/NB_SBI.png\"\n            },\n            \"merchant_code\": \"NB_SBI\",\n            \"display_priority\": 4,\n            \"display_name\": \"State Bank of India\"\n          },\n          {\n            \"aggregator_name\": \"Razorpay\",\n            \"name\": \"Kotak Mahindra Bank\",\n            \"code\": \"KKBK\",\n            \"bank_name\": \"Kotak Mahindra Bank\",\n            \"bank_code\": \"KKBK\",\n            \"url\": \"https://hdn-1.fynd.com/payment/NB_KOTAK.png\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/NB_KOTAK.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/NB_KOTAK.png\"\n            },\n            \"merchant_code\": \"NB_KOTAK\",\n            \"display_priority\": 5,\n            \"display_name\": \"Kotak Mahindra Bank\"\n          },\n          {\n            \"aggregator_name\": \"Razorpay\",\n            \"name\": \"Indusind Bank\",\n            \"code\": \"INDB\",\n            \"bank_name\": \"Indusind Bank\",\n            \"bank_code\": \"INDB\",\n            \"url\": \"https://hdn-1.fynd.com/payment/NB_INDUS.png\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/NB_INDUS.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/NB_INDUS.png\"\n            },\n            \"merchant_code\": \"INDB\",\n            \"display_priority\": 6,\n            \"display_name\": \"Indusind Bank\"\n          },\n          {\n            \"aggregator_name\": \"Razorpay\",\n            \"name\": \"City Union Bank\",\n            \"code\": \"CIUB\",\n            \"bank_name\": \"City Union Bank\",\n            \"bank_code\": \"CIUB\",\n            \"url\": \"https://hdn-1.fynd.com/payment/NB_generic.png\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/NB_generic.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/NB_generic.png\"\n            },\n            \"merchant_code\": \"NB_CUB\",\n            \"display_priority\": 9,\n            \"display_name\": \"City Union Bank\"\n          },\n          {\n            \"aggregator_name\": \"Razorpay\",\n            \"name\": \"Catholic Syrian Bank\",\n            \"code\": \"CSBK\",\n            \"bank_name\": \"Catholic Syrian Bank\",\n            \"bank_code\": \"CSBK\",\n            \"url\": \"https://hdn-1.fynd.com/payment/NB_generic.png\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/NB_generic.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/NB_generic.png\"\n            },\n            \"merchant_code\": \"CSBK\",\n            \"display_priority\": 11,\n            \"display_name\": \"Catholic Syrian Bank\"\n          },\n          {\n            \"aggregator_name\": \"Razorpay\",\n            \"name\": \"State Bank of Hyderabad\",\n            \"code\": \"SBHY\",\n            \"bank_name\": \"State Bank of Hyderabad\",\n            \"bank_code\": \"SBHY\",\n            \"url\": \"https://hdn-1.fynd.com/payment/NB_generic.png\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/NB_generic.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/NB_generic.png\"\n            },\n            \"merchant_code\": \"NB_SBH\",\n            \"display_priority\": 12,\n            \"display_name\": \"State Bank of Hyderabad\"\n          },\n          {\n            \"aggregator_name\": \"Razorpay\",\n            \"name\": \"Allahabad Bank\",\n            \"code\": \"ALLA\",\n            \"bank_name\": \"Allahabad Bank\",\n            \"bank_code\": \"ALLA\",\n            \"url\": \"https://hdn-1.fynd.com/payment/NB_generic.png\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/NB_generic.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/NB_generic.png\"\n            },\n            \"merchant_code\": \"ALLA\",\n            \"display_priority\": 15,\n            \"display_name\": \"Allahabad Bank\"\n          },\n          {\n            \"aggregator_name\": \"Razorpay\",\n            \"name\": \"Syndicate Bank\",\n            \"code\": \"SYNB\",\n            \"bank_name\": \"Syndicate Bank\",\n            \"bank_code\": \"SYNB\",\n            \"url\": \"https://hdn-1.fynd.com/payment/NB_generic.png\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/NB_generic.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/NB_generic.png\"\n            },\n            \"merchant_code\": \"SYNB\",\n            \"display_priority\": 17,\n            \"display_name\": \"Syndicate Bank\"\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            \"name\": \"Paytm\",\n            \"display_name\": \"Paytm\",\n            \"code\": \"paytm\",\n            \"wallet_id\": 4,\n            \"merchant_code\": \"PAYTM\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/paytm_logo_small.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/paytm_logo_large.png\"\n            },\n            \"aggregator_name\": \"Juspay\",\n            \"display_priority\": 1\n          },\n          {\n            \"wallet_name\": \"Amazon Pay\",\n            \"wallet_code\": \"amazonpay\",\n            \"name\": \"Amazon Pay\",\n            \"display_name\": \"Amazon Pay\",\n            \"code\": \"amazonpay\",\n            \"wallet_id\": 10,\n            \"merchant_code\": \"AMAZONPAY\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/amazon-pay.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/amazon-pay.png\"\n            },\n            \"aggregator_name\": \"Razorpay\",\n            \"display_priority\": 9\n          }\n        ]\n      },\n      {\n        \"name\": \"UPI\",\n        \"display_priority\": 9,\n        \"payment_mode_id\": 7,\n        \"display_name\": \"UPI\",\n        \"list\": [\n          {\n            \"aggregator_name\": \"Razorpay\",\n            \"name\": \"UPI\",\n            \"display_name\": \"BHIM UPI\",\n            \"code\": \"UPI\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/upi_100x78.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/upi_150x100.png\"\n            },\n            \"merchant_code\": \"UPI\",\n            \"timeout\": 310,\n            \"retry_count\": 0,\n            \"fynd_vpa\": \"shopsense.rzp@hdfcbank\",\n            \"intent_flow\": true,\n            \"intent_app\": [\n              {\n                \"code\": \"google_pay\",\n                \"display_name\": \"Google Pay\",\n                \"logos\": {\n                  \"small\": \"https://hdn-1.fynd.com/payment/upi-google-pay.png\",\n                  \"large\": \"https://hdn-1.fynd.com/payment/upi-google-pay.png\"\n                }\n              }\n            ],\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\": \"JUSPAYPG\",\n        \"display_priority\": 18,\n        \"payment_mode_id\": 24,\n        \"display_name\": \"Pay Using Juspay\",\n        \"list\": []\n      },\n      {\n        \"name\": \"PL\",\n        \"display_priority\": 21,\n        \"display_name\": \"Pay Later\",\n        \"list\": [\n          {\n            \"aggregator_name\": \"Simpl\",\n            \"name\": \"Simpl\",\n            \"display_name\": \"Simpl\",\n            \"code\": \"simpl\",\n            \"merchant_code\": \"SIMPL\",\n            \"logo\": \"https://hdn-1.fynd.com/payment/simpl_logo.png\",\n            \"logo_url\": {\n              \"small\": \"https://hdn-1.fynd.com/payment/simpl_logo.png\",\n              \"large\": \"https://hdn-1.fynd.com/payment/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.fyndx0.de/gringotts/api/v1/validate-customer/?app_id=000000000000000000000001\",\n            \"sdk\": {\n              \"config\": {\n                \"redirect\": false,\n                \"callback_url\": null,\n                \"action_url\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/confirm/charge/?app_id=000000000000000000000001\"\n              },\n              \"data\": {\n                \"user_phone\": \"8888888888\",\n                \"user_email\": \"test@example.com\"\n              }\n            },\n            \"return_url\": null\n          }\n        },\n        \"api_link\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/request/?app_id=000000000000000000000001\",\n        \"payment_flow\": \"sdk\",\n        \"payment_flow_data\": null,\n        \"is_customer_validation_required\": true,\n        \"cust_validation_url\": \"https://api.fyndx0.de/platform/payment/api/v1/validate-customer/?app_id=000000000000000000000001\",\n        \"config\": {\n          \"redirect\": false,\n          \"final_payment_action_url\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/confirm/charge/?app_id=000000000000000000000001\"\n        }\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\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/request/?app_id=000000000000000000000001\",\n        \"payment_flow\": \"sdk\"\n      },\n      \"bqr_razorpay\": {\n        \"data\": {},\n        \"api_link\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/request/?app_id=000000000000000000000001\",\n        \"payment_flow\": \"api\"\n      },\n      \"fynd\": {\n        \"data\": {},\n        \"api_link\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/request/?app_id=000000000000000000000001\",\n        \"payment_flow\": \"api\"\n      },\n      \"ccavenue\": {\n        \"data\": {},\n        \"api_link\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/request/?app_id=000000000000000000000001\",\n        \"payment_flow\": \"sdk\"\n      },\n      \"payumoney\": {\n        \"data\": {},\n        \"api_link\": \"https://api.fyndx0.de/platform/payment/v2/external/payments/request/?app_id=000000000000000000000001\",\n        \"payment_flow\": \"sdk\"\n      }\n    }\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "8b9621d1-b235-4757-92c4-5123e9ed51ce",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "options",
                      "link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "payment_link_id",
                        "value": "<string>"
                      }
                    ],
                    "variable": []
                  },
                  "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 wrong in payload\",\n  \"status_code\": 400\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "6ea3c371-5c36-4ee9-8174-95b5ec7cb14f",
            "name": "pollingPaymentLink | Poll status of payment link",
            "request": {
              "name": "pollingPaymentLink | Poll status of payment link",
              "description": {
                "content": "Get 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",
                  "application",
                  "payment",
                  "v1.0",
                  "polling-payment-link",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "payment_link_id",
                    "value": "<string>",
                    "description": "Unique payment link id."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "7690fb88-4ea9-47dc-95f9-3fb36746582b",
                "name": "Success. Check the example shown below",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "polling-payment-link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "payment_link_id",
                        "value": "223d2a8df39a5dcdd8525498bee73199"
                      }
                    ],
                    "variable": []
                  },
                  "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": "9f38e6dc-28a3-47be-8ec3-ee5ba4b62002",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "polling-payment-link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "payment_link_id",
                        "value": "223d2a8df39a5dcdd8525498bee73199"
                      }
                    ],
                    "variable": []
                  },
                  "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 wrong in payload\",\n  \"status_code\": 400\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "861cc9fa-fd4e-4cc5-b78d-b6ba5c726f8b",
            "name": "createOrderHandlerPaymentLink | Create order for payment via link",
            "request": {
              "name": "createOrderHandlerPaymentLink | Create order for payment via link",
              "description": {
                "content": "Initiate the creation of an order handler for processing payments through a link.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "create-order",
                  "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  \"currency\": \"<string>\",\n  \"payment_link_id\": \"<string>\",\n  \"payment_methods\": {\n    \"meta\": {\n      \"merchant_code\": \"<string>\",\n      \"payment_gateway\": \"<string>\",\n      \"payment_identifier\": \"<string>\"\n    },\n    \"mode\": \"<string>\",\n    \"name\": \"<string>\"\n  },\n  \"meta\": {\n    \"nostrud_9f\": -31794312.370813265\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "49055880-ec24-456f-af9b-76569803eb68",
                "name": "Success. Check the example shown below",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "create-order",
                      "link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"payment_link_id\": \"880456ee40445eab449088dd135ca293\",\n  \"currency\": \"INR\",\n  \"payment_methods\": {\n    \"mode\": \"UPI\",\n    \"name\": \"UPI\",\n    \"meta\": {\n      \"payment_gateway\": \"Razorpay\",\n      \"payment_identifier\": \"UPI\",\n      \"merchant_code\": \"UPI\"\n    }\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"\",\n  \"status_code\": 200,\n  \"success\": true,\n  \"data\": {\n    \"amount\": 2190000,\n    \"order_id\": \"order_JeaZ5ryKO01rno\",\n    \"email\": \"test@example.com\",\n    \"contact\": \"8888888888\",\n    \"currency\": \"INR\",\n    \"customer_id\": \"cust_CZgcLVGsGP8BUQ\",\n    \"callback_url\": \"https://api.fyndx0.com/service/webhooks/payment/v1.0/callback/link/?razorpay_order_id=order_JeaZ5ryKO01rno\",\n    \"method\": \"upi\",\n    \"aggregator\": \"Razorpay\",\n    \"merchant_order_id\": \"FY629EDC0980B6A8C1EA\"\n  },\n  \"callback_url\": \"https://api.fyndx0.com/service/webhooks/payment/v1.0/callback/link/?razorpay_order_id=order_JeaZ5ryKO01rno\",\n  \"payment_confirm_url\": \"https://api.fyndx0.com/service/webhooks/payment/v1.0/callback/link/?razorpay_order_id=order_JeaZ5ryKO01rno\",\n  \"order_id\": \"FY629EDC0980B6A8C1EA\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "a90e83ea-86f0-44bb-9e19-ccd4f756e5ec",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "create-order",
                      "link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"payment_link_id\": \"880456ee40445eab449088dd135ca293\",\n  \"currency\": \"INR\",\n  \"payment_methods\": {\n    \"mode\": \"UPI\",\n    \"name\": \"UPI\",\n    \"meta\": {\n      \"payment_gateway\": \"Razorpay\",\n      \"payment_identifier\": \"UPI\",\n      \"merchant_code\": \"UPI\"\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\": \"Something wrong in payload\",\n  \"status_code\": 400\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "27cdd5f7-06c2-4d4f-8101-475d67973abe",
            "name": "initialisePaymentPaymentLink | Initialize payment link",
            "request": {
              "name": "initialisePaymentPaymentLink | Initialize payment link",
              "description": {
                "content": "Begin payment process for an order by initializing it through a payment link.Upon successful initialization, the response includes details about the payment status, aggregator details, order IDs, polling URL for status updates, and other relevant information.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "payment",
                  "request",
                  "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  \"aggregator\": \"<string>\",\n  \"merchant_order_id\": \"<string>\",\n  \"method\": \"<string>\",\n  \"order_id\": \"<string>\",\n  \"amount\": \"<integer>\",\n  \"email\": \"<email>\",\n  \"contact\": \"<string>\",\n  \"razorpay_payment_id\": \"<string>\",\n  \"device_id\": \"<string>\",\n  \"customer_id\": \"<string>\",\n  \"vpa\": \"<string>\",\n  \"currency\": \"<string>\",\n  \"timeout\": \"<integer>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "b5ef8895-0cd5-40d0-be31-883b731f8e5e",
                "name": "Success.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "request",
                      "link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"amount\": 10000,\n  \"order_id\": \"lorem_GX8W00p2ipsum\",\n  \"email\": \"test@example.com\",\n  \"contact\": \"8888888888\",\n  \"currency\": \"INR\",\n  \"customer_id\": \"cust_lorem_001\",\n  \"method\": \"upi\",\n  \"aggregator\": \"UPI_Razorpay\",\n  \"merchant_order_id\": \"FY000120000101\",\n  \"vpa\": \"success@razopray\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"aggregator\": \"UPI_Razorpay\",\n  \"method\": \"upi\",\n  \"status\": \"success\",\n  \"merchant_order_id\": \"FY000120000101\",\n  \"aggregator_order_id\": \"lorem_GX8W00p2ipsum\",\n  \"polling_url\": \"https://api.fynd.com/service/application/payment/v0.1/payments/confirm/polling/?app_id=000000000000000000000001\",\n  \"timeout\": 240,\n  \"virtual_id\": null,\n  \"razorpay_payment_id\": \"pay_dummy_001\",\n  \"customer_id\": \"cust_dummy_001\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "91acafe7-0fca-4349-bb78-69ebd2c4d9ba",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "request",
                      "link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"amount\": 10000,\n  \"order_id\": \"lorem_GX8W00p2ipsum\",\n  \"email\": \"test@example.com\",\n  \"contact\": \"8888888888\",\n  \"currency\": \"INR\",\n  \"customer_id\": \"cust_lorem_001\",\n  \"method\": \"upi\",\n  \"aggregator\": \"UPI_Razorpay\",\n  \"merchant_order_id\": \"FY000120000101\",\n  \"vpa\": \"success@razopray\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"aggregator\": \"UPI_Razorpay\",\n  \"method\": \"upi\",\n  \"error\": {\n    \"code\": \"BAD_REQUEST_ERROR\",\n    \"description\": \"Invalid VPA. Please enter a valid Virtual Payment Address\",\n    \"source\": null,\n    \"step\": null,\n    \"reason\": null,\n    \"metadata\": {},\n    \"field\": \"vpa\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "a4dfc504-c4e9-43e0-8cd0-e1e72b2b8d0e",
            "name": "checkAndUpdatePaymentStatusPaymentLink | Update payment link status",
            "request": {
              "name": "checkAndUpdatePaymentStatusPaymentLink | Update payment link status",
              "description": {
                "content": "Verify and update status of a payment made through a link.Upon successful verification and update, the response includes details about the aggregator name, payment status, and whether retrying the process is required.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "payment",
                  "confirm",
                  "polling",
                  "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  \"aggregator\": \"<string>\",\n  \"merchant_order_id\": \"<string>\",\n  \"method\": \"<string>\",\n  \"order_id\": \"<string>\",\n  \"status\": \"<string>\",\n  \"merchant_transaction_id\": \"<string>\",\n  \"device_id\": \"<string>\",\n  \"customer_id\": \"<string>\",\n  \"contact\": \"<string>\",\n  \"virtual_id\": \"<string>\",\n  \"vpa\": \"<string>\",\n  \"currency\": \"<string>\",\n  \"amount\": \"<integer>\",\n  \"email\": \"<email>\",\n  \"razorpay_payment_id\": \"<string>\",\n  \"merchant_url\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "ad08ccbe-7b38-41d1-bdcd-8286c6233860",
                "name": "Success. Returns the status of payment.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "confirm",
                      "polling",
                      "link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"amount\": 10000,\n  \"order_id\": \"lorem_GX8W00p2ipsum\",\n  \"email\": \"test@example.com\",\n  \"contact\": \"8888888888\",\n  \"currency\": \"INR\",\n  \"customer_id\": \"cust_lorem_001\",\n  \"method\": \"upi\",\n  \"aggregator\": \"UPI_Razorpay\",\n  \"merchant_order_id\": \"FY000120000101\",\n  \"merchant_transaction_id\": \"FY000120000101\",\n  \"vpa\": \"success@razopray\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"aggregator_name\": \"UPI_Razorpay\",\n  \"status\": \"success\",\n  \"retry\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "7e3caa54-8d0b-42ef-8ca8-1af7936d49f1",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "confirm",
                      "polling",
                      "link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"amount\": 10000,\n  \"order_id\": \"lorem_GX8W00p2ipsum\",\n  \"email\": \"test@example.com\",\n  \"contact\": \"8888888888\",\n  \"currency\": \"INR\",\n  \"customer_id\": \"cust_lorem_001\",\n  \"method\": \"upi\",\n  \"aggregator\": \"UPI_Razorpay\",\n  \"merchant_order_id\": \"FY000120000101\",\n  \"merchant_transaction_id\": \"FY000120000101\",\n  \"vpa\": \"success@razopray\"\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": "1170426a-7325-4fe2-a048-e6b2fbaa4308",
            "name": "customerCreditSummary | Credit summary",
            "request": {
              "name": "customerCreditSummary | Credit summary",
              "description": {
                "content": "Get summary of the customer's credit information, including details such as merchant customer reference ID, status, balance, limit, due amount, used amount, due date, days overdue, total due amount, and a repayment URL.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "payment",
                  "credit-summary",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "aggregator",
                    "value": "<string>",
                    "description": "Aggregator name."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "3b622a34-5cb3-446e-bb59-d052bd7416fc",
                "name": "Success. Returns the status of payment. chema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "credit-summary",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "aggregator",
                        "value": "epaylater"
                      }
                    ],
                    "variable": []
                  },
                  "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    \"merchant_customer_ref_id\": \"ABHI0002\",\n    \"status\": \"Bill Due\",\n    \"status_message\": \"Pay now to avoid interest charges\",\n    \"balance\": {\n      \"value\": 87424,\n      \"formatted_value\": \"₹ 87,424.00\",\n      \"currency\": \"INR\"\n    },\n    \"limit\": {\n      \"value\": 100000,\n      \"formatted_value\": \"₹ 100,000.00\",\n      \"currency\": \"INR\"\n    },\n    \"due_amount\": {\n      \"value\": 12576,\n      \"formatted_value\": \"₹ 12,576.00\",\n      \"currency\": \"INR\"\n    },\n    \"used_amount\": {\n      \"value\": 12576,\n      \"formatted_value\": \"₹ 12,576.00\",\n      \"currency\": \"INR\"\n    },\n    \"due_date\": \"Oct 22 2021\",\n    \"days_overdue\": 123,\n    \"total_due_amount\": {\n      \"value\": 12576,\n      \"formatted_value\": \"₹ 12,576.00\",\n      \"currency\": \"INR\"\n    },\n    \"repayment_url\": \"https://example_url.com/example/\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "0f540c3b-33e5-4509-a545-bd723cb18296",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "credit-summary",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "aggregator",
                        "value": "epaylater"
                      }
                    ],
                    "variable": []
                  },
                  "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  \"data\": {\n    \"status\": \"failed\"\n  },\n  \"message\": \"error message\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "665cda3c-9c7b-4a28-b1c5-f85c323f11fe",
            "name": "redirectToAggregator | Redirects users to the payment aggregator's interface",
            "request": {
              "name": "redirectToAggregator | Redirects users to the payment aggregator's interface",
              "description": {
                "content": "This endpoint is used to redirect users to the payment aggregator's platform where they can complete the payment process. The request may include necessary details for initiating the payment on the aggregator’s side, and the user is transferred seamlessly to their interface.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "payment",
                  "redirect-to-aggregator",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "source",
                    "value": "<string>",
                    "description": "Callback URL to get callback from aggregator."
                  },
                  {
                    "disabled": false,
                    "key": "aggregator",
                    "value": "<string>",
                    "description": "(Required) Aggregator name."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "87fb50ef-5df5-417d-ae83-3f728e4d72d6",
                "name": "Success. Returns the status of payment. chema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "redirect-to-aggregator",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "source",
                        "value": "https://api.uat.fyndx1.de/service/webhooks/payment/v1.0/callback/"
                      },
                      {
                        "key": "aggregator",
                        "value": "epaylater"
                      }
                    ],
                    "variable": []
                  },
                  "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    \"redirect_url\": \"https://api-blackbox.epaylater.in//marketplace/customer/transactions/v2\",\n    \"status\": true\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "1e400661-aa0f-4409-b581-f453ee94cd9c",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "redirect-to-aggregator",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "source",
                        "value": "https://api.uat.fyndx1.de/service/webhooks/payment/v1.0/callback/"
                      },
                      {
                        "key": "aggregator",
                        "value": "epaylater"
                      }
                    ],
                    "variable": []
                  },
                  "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  \"data\": {\n    \"status\": \"failed\"\n  },\n  \"message\": \"error message\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "cb8b7901-6100-4d3a-88de-b72d74ee52ee",
            "name": "checkCredit | Verify credit availability and status",
            "request": {
              "name": "checkCredit | Verify credit availability and status",
              "description": {
                "content": "Check the availability and status of customer credit, providing the status of payment along with registration information and signup URL if the customer is not registered.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "check-credits",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "aggregator",
                    "value": "<string>",
                    "description": "Aggregator name."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "abfefdef-3017-4515-8f49-8e5e687c18a8",
                "name": "Success. Returns the status of payment.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "check-credits",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "aggregator",
                        "value": "epaylater"
                      }
                    ],
                    "variable": []
                  },
                  "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    \"is_registered\": false,\n    \"status\": true,\n    \"signup_url\": \"https://merchant.epaylater.in\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "1ee83cd3-ce20-4822-8675-3e8c86ce3c51",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "check-credits",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "aggregator",
                        "value": "epaylater"
                      }
                    ],
                    "variable": []
                  },
                  "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  \"data\": {\n    \"status\": \"failed\"\n  },\n  \"message\": \"error message\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b61c8a43-713b-47b5-8192-b5a1959fe3f5",
            "name": "customerOnboard | Onboard customer for payment",
            "request": {
              "name": "customerOnboard | Onboard customer for payment",
              "description": {
                "content": "Initiate the onboarding process for payment services, providing personal, business, and device information, along with marketplace details, to enable customer registration and credit availability.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "credit-onboard",
                  ""
                ],
                "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  \"source\": \"<url>\",\n  \"personal_info\": {\n    \"address_as_per_id\": {\n      \"addressline1\": \"<string>\",\n      \"city\": \"<string>\",\n      \"pincode\": \"<string>\",\n      \"state\": \"<string>\",\n      \"addressline2\": \"<string>\",\n      \"ownership_type\": \"<string>\",\n      \"land_mark\": \"<string>\"\n    },\n    \"dob\": \"<string>\",\n    \"email_verified\": \"<boolean>\",\n    \"first_name\": \"<string>\",\n    \"mobile_verified\": \"<boolean>\",\n    \"phone\": \"<string>\",\n    \"voter_id\": \"<string>\",\n    \"gender\": \"<string>\",\n    \"passport\": \"<string>\",\n    \"fathers_name\": \"<string>\",\n    \"mothers_name\": \"<string>\",\n    \"middle_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"pan\": \"<string>\",\n    \"driving_license\": \"<string>\",\n    \"email\": \"<string>\"\n  },\n  \"mcc\": \"<string>\",\n  \"marketplace_info\": {\n    \"membership_id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"date_of_joining\": \"<string>\"\n  },\n  \"business_info\": {\n    \"business_ownership_type\": \"<string>\",\n    \"vintage\": \"<string>\",\n    \"gstin\": \"<string>\",\n    \"pan\": \"<string>\",\n    \"entity_type\": \"<string>\",\n    \"shop_and_establishment\": {\n      \"ut_f0\": \"nulla qui do\",\n      \"Ut3c\": false\n    },\n    \"fssai\": \"<string>\",\n    \"fda\": \"<string>\",\n    \"business_type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"address\": {\n      \"addressline1\": \"<string>\",\n      \"city\": \"<string>\",\n      \"pincode\": \"<string>\",\n      \"state\": \"<string>\",\n      \"addressline2\": \"<string>\",\n      \"ownership_type\": \"<string>\",\n      \"land_mark\": \"<string>\"\n    }\n  },\n  \"device\": {\n    \"identification_number\": \"<string>\",\n    \"identifier_type\": \"<string>\",\n    \"device_model\": \"<string>\",\n    \"device_make\": \"<string>\",\n    \"device_type\": \"<string>\",\n    \"os\": \"<string>\",\n    \"os_version\": \"<string>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "e19bc8ec-89c5-4108-97ca-3242dd5fdbd8",
                "name": "Success. Returns the status of payment.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "credit-onboard",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"source\": \"https://jiomart-partner.jiohostx2.de/\",\n  \"aggregator\": \"epaylater\",\n  \"personal_info\": {\n    \"first_name\": \"Ashwani\",\n    \"middle_name\": \"\",\n    \"last_name\": \"Shakya\",\n    \"gender\": \"Male\",\n    \"dob\": \"24/08/1992\",\n    \"email\": \"test@example.com\",\n    \"phone\": \"8888888888\",\n    \"address_as_per_id\": {\n      \"pincode\": \"121001\",\n      \"addressline1\": \"Sector-21, nit FBD\",\n      \"city\": \"Faridabad\",\n      \"state\": \"Haryana\",\n      \"land_mark\": \"NTPC Chowl\",\n      \"ownership_type\": \"Owned(Self)\"\n    },\n    \"fathers_name\": \"\",\n    \"mothers_name\": \"\",\n    \"pan\": \"\",\n    \"voter_id\": \"\",\n    \"passport\": \"\",\n    \"driving_license\": \"\",\n    \"mobile_verified\": true,\n    \"email_verified\": true\n  },\n  \"business_info\": {\n    \"name\": \"\",\n    \"entity_type\": \"Proprietorship\",\n    \"pan\": \"\",\n    \"fda\": \"\",\n    \"state\": \"Delhi\",\n    \"fssai\": \"\",\n    \"gstin\": \"\",\n    \"shop_and_establishment\": {\n      \"shop_and_establishment\": \"\",\n      \"state\": \"Delhi\",\n      \"city\": \"Others\"\n    },\n    \"business_ownership_type\": \"Rented\",\n    \"vintage\": \"0\",\n    \"address\": {\n      \"pincode\": \"\",\n      \"addressline1\": \"\",\n      \"city\": \"\",\n      \"state\": \"\",\n      \"land_mark\": \"\",\n      \"ownership_type\": \"Owned(Self)\"\n    },\n    \"business_type\": \"Trader\"\n  },\n  \"mcc\": \"2421\",\n  \"marketplace_info\": {\n    \"name\": \"Coffee K\",\n    \"membership_id\": \"100002000037453\",\n    \"date_of_joining\": \"2022-02-02T00:00:00.000Z\"\n  },\n  \"device\": {\n    \"device_type\": \"mobile\",\n    \"device_make\": \"Samsung\",\n    \"device_model\": \"CPH1901\",\n    \"os\": \"android\",\n    \"os_version\": \"8.1.0\",\n    \"identifier_type\": \"ip\",\n    \"identification_number\": \"192.168.0.1\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"data\": {\n    \"session\": {\n      \"session_id\": \"109dae9a-9fe0-4277-979c-0bebb0136930\"\n    },\n    \"redirect_url\": \"https://retail-dev.epaylater.in?sessionId=109dae9a-9fe0-4277-979c-0bebb0136930\",\n    \"status\": true,\n    \"merchant_customer_ref_id\": \"64217ecb42a43c10c5bde1b4\",\n    \"status_remark\": \"Your are one step away to avail credit of Amount(value=10000.0, formattedValue=₹ 10,000.00, currency=INR)\",\n    \"is_eligible_for_txn\": false,\n    \"activation_url\": \"https://urlshortener-sandbox.rupifi.com/BHs8Dsc\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "56a527e6-5f0c-4f74-b3e6-f06745637deb",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "credit-onboard",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"source\": \"https://jiomart-partner.jiohostx2.de/\",\n  \"aggregator\": \"epaylater\",\n  \"personal_info\": {\n    \"first_name\": \"Ashwani\",\n    \"middle_name\": \"\",\n    \"last_name\": \"Shakya\",\n    \"gender\": \"Male\",\n    \"dob\": \"24/08/1992\",\n    \"email\": \"test@example.com\",\n    \"phone\": \"8888888888\",\n    \"address_as_per_id\": {\n      \"pincode\": \"121001\",\n      \"addressline1\": \"Sector-21, nit FBD\",\n      \"city\": \"Faridabad\",\n      \"state\": \"Haryana\",\n      \"land_mark\": \"NTPC Chowl\",\n      \"ownership_type\": \"Owned(Self)\"\n    },\n    \"fathers_name\": \"\",\n    \"mothers_name\": \"\",\n    \"pan\": \"\",\n    \"voter_id\": \"\",\n    \"passport\": \"\",\n    \"driving_license\": \"\",\n    \"mobile_verified\": true,\n    \"email_verified\": true\n  },\n  \"business_info\": {\n    \"name\": \"\",\n    \"entity_type\": \"Proprietorship\",\n    \"pan\": \"\",\n    \"fda\": \"\",\n    \"state\": \"Delhi\",\n    \"fssai\": \"\",\n    \"gstin\": \"\",\n    \"shop_and_establishment\": {\n      \"shop_and_establishment\": \"\",\n      \"state\": \"Delhi\",\n      \"city\": \"Others\"\n    },\n    \"business_ownership_type\": \"Rented\",\n    \"vintage\": \"0\",\n    \"address\": {\n      \"pincode\": \"\",\n      \"addressline1\": \"\",\n      \"city\": \"\",\n      \"state\": \"\",\n      \"land_mark\": \"\",\n      \"ownership_type\": \"Owned(Self)\"\n    },\n    \"business_type\": \"Trader\"\n  },\n  \"mcc\": \"2421\",\n  \"marketplace_info\": {\n    \"name\": \"Coffee K\",\n    \"membership_id\": \"100002000037453\",\n    \"date_of_joining\": \"2022-02-02T00:00:00.000Z\"\n  },\n  \"device\": {\n    \"device_type\": \"mobile\",\n    \"device_make\": \"Samsung\",\n    \"device_model\": \"CPH1901\",\n    \"os\": \"android\",\n    \"os_version\": \"8.1.0\",\n    \"identifier_type\": \"ip\",\n    \"identification_number\": \"192.168.0.1\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"data\": {\n    \"status\": \"failed\"\n  },\n  \"message\": \"error message\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "619dccc2-6429-4549-898e-c9e2b5da5360",
            "name": "paidOrderDetails | Retrieve details of paid orders",
            "request": {
              "name": "paidOrderDetails | Retrieve details of paid orders",
              "description": {
                "content": "Get details of orders that have been paid for, including shipment ID, order ID, due date, payment date, amount, and transaction ID, based on the aggregator merchant user ID.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "payment",
                  "paid-orders",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "aggregator",
                    "value": "<string>",
                    "description": "Merchant user ID as value."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "24206bdf-3279-4301-a492-3e7581743641",
                "name": "Success. Returns the status of API.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "paid-orders",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "aggregator",
                        "value": "<string>"
                      }
                    ],
                    "variable": []
                  },
                  "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      \"shipment_id\": \"SSD-0000492872-22\",\n      \"order_id\": \"FY62F279815B79F3A281\",\n      \"due_date\": \"\",\n      \"payment_date\": \"\",\n      \"amount\": 1116,\n      \"transaction_id\": \"\"\n    }\n  ],\n  \"status_code\": 200\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "4e57cbbe-77a3-42a6-9ef5-e06f9cefc56c",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "paid-orders",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "aggregator",
                        "value": "<string>"
                      }
                    ],
                    "variable": []
                  },
                  "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  \"data\": {\n    \"status\": \"failed\"\n  },\n  \"message\": \"error message\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "3e912b0a-57c2-4c18-b201-866cf339984e",
            "name": "createPaymentOrder | Create Order",
            "request": {
              "name": "createPaymentOrder | Create Order",
              "description": {
                "content": "Create an order and payment on the aggregator side.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "payment-orders",
                  ""
                ],
                "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      \"meta\": {\n        \"merchant_code\": \"<string>\",\n        \"payment_gateway\": \"<string>\",\n        \"payment_identifier\": \"<string>\"\n      },\n      \"mode\": \"<string>\",\n      \"name\": \"<string>\",\n      \"payment\": \"<string>\"\n    },\n    {\n      \"amount\": \"<float>\",\n      \"meta\": {\n        \"merchant_code\": \"<string>\",\n        \"payment_gateway\": \"<string>\",\n        \"payment_identifier\": \"<string>\"\n      },\n      \"mode\": \"<string>\",\n      \"name\": \"<string>\",\n      \"payment\": \"<string>\"\n    }\n  ],\n  \"shipment_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "019eb8f9-c2cd-408f-8fd1-0e47bc8bb40a",
                "name": "Success. Check the example shown below",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment-orders",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"order_id\": \"FY64D25C440EB75A484F\",\n  \"shipment_id\": \"16260188949011882000\",\n  \"payment_methods\": [\n    {\n      \"mode\": \"NB\",\n      \"name\": \"NB\",\n      \"amount\": 1690,\n      \"meta\": {\n        \"logo_url\": {\n          \"large\": \"payments/original/hlQxI5lMq-NB_HDFC.png\",\n          \"small\": \"payments/original/hlQxI5lMq-NB_HDFC.png\"\n        },\n        \"merchant_code\": \"NB_HDFC\",\n        \"payment_gateway\": \"Razorpay\",\n        \"payment_identifier\": \"HDFC\"\n      }\n    }\n  ]\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"\",\n  \"success\": true,\n  \"status_code\": 200,\n  \"data\": {\n    \"amount\": 2190000,\n    \"order_id\": \"order_JeaZ5ryKO01rno\",\n    \"email\": \"test@example.com\",\n    \"contact\": \"8888888888\",\n    \"currency\": \"INR\",\n    \"customer_id\": \"cust_CZgcLVGsGP8BUQ\",\n    \"callback_url\": \"https://api.fyndx0.com/service/webhooks/payment/v1.0/callback/link/?razorpay_order_id=order_JeaZ5ryKO01rno\",\n    \"method\": \"upi\",\n    \"aggregator\": \"Razorpay\",\n    \"merchant_order_id\": \"FY629EDC0980B6A8C1EA\"\n  },\n  \"callback_url\": \"https://api.fyndx0.com/service/webhooks/payment/v1.0/callback/link/?razorpay_order_id=order_JeaZ5ryKO01rno\",\n  \"payment_confirm_url\": \"https://api.fyndx0.com/service/webhooks/payment/v1.0/callback/link/?razorpay_order_id=order_JeaZ5ryKO01rno\",\n  \"order_id\": \"FY629EDC0980B6A8C1EA\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "3a30b6c4-48f9-4c16-bf85-f7c8ec0c828c",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment-orders",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"order_id\": \"FY64D25C440EB75A484F\",\n  \"shipment_id\": \"16260188949011882000\",\n  \"payment_methods\": [\n    {\n      \"mode\": \"NB\",\n      \"name\": \"NB\",\n      \"amount\": 1690,\n      \"meta\": {\n        \"logo_url\": {\n          \"large\": \"payments/original/hlQxI5lMq-NB_HDFC.png\",\n          \"small\": \"payments/original/hlQxI5lMq-NB_HDFC.png\"\n        },\n        \"merchant_code\": \"NB_HDFC\",\n        \"payment_gateway\": \"Razorpay\",\n        \"payment_identifier\": \"HDFC\"\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  \"message\": \"Something wrong in payload\",\n  \"status_code\": 400\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d1167dfb-c696-4d82-b573-949870771cf8",
            "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",
                  "application",
                  "payment",
                  "v1.0",
                  "payment",
                  "validate",
                  "customer-credits-v2"
                ],
                "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}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "b276e51e-22bd-4a79-aa23-6fdcc30e5bd1",
                "name": "Success. Check the example shown below or refer `ValidateCustomerCreditSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "validate",
                      "customer-credits-v2"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "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}",
                    "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": "15ae04ae-1805-45ee-88f9-4e2ec75d1637",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "payment",
                      "validate",
                      "customer-credits-v2"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "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}",
                    "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": "c6c30cb6-b7c7-48ad-a028-b5e8a7d4490c",
            "name": "getRefundBeneficiaries | Get Refund Beneficiaries",
            "request": {
              "name": "getRefundBeneficiaries | Get Refund Beneficiaries",
              "description": {
                "content": "Returns a list of UPI and Bank refund beneficiaries associated with a user.   Both `order_id` and `shipment_id` are optional query parameters.   Use the optional filter_by enum parameter to refine the response. When the value of filter_by is order, the API returns only beneficiaries associated with the order. When the value of filter_by is shipment, it returns only beneficiaries associated with the shipment.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v2.0",
                  "refund",
                  "user",
                  "beneficiary"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "order_id",
                    "value": "<string>",
                    "description": "Unique ID of the order"
                  },
                  {
                    "disabled": false,
                    "key": "shipment_id",
                    "value": "<string>",
                    "description": "Unique ID of the shipment"
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "2fc8b304-3ff7-453a-95ae-48734b10f6f4",
                "name": "Success. Returns list of saved refund beneficiary accounts by type (UPI/Bank).",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v2.0",
                      "refund",
                      "user",
                      "beneficiary"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "order_id",
                        "value": "<string>"
                      },
                      {
                        "key": "shipment_id",
                        "value": "<string>"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"limit\": {\n    \"upi\": 2,\n    \"bank\": 3\n  },\n  \"data\": {\n    \"upi\": [\n      {\n        \"is_active\": true,\n        \"is_verified\": false,\n        \"transfer_mode\": \"upi\",\n        \"display_name\": \"UPI\",\n        \"vpa_address\": \"success@upi\",\n        \"customer_name\": \"JOHN DOE\",\n        \"beneficiary_id\": \"3cad4554de2fca6c05c5d0be852d4c61\",\n        \"id\": \"3cad4554de2fca6c05c5d0be852d4c61\",\n        \"logo\": \"testz0/misc/default-assets/original/NB_ICICI.png\"\n      }\n    ],\n    \"bank\": [\n      {\n        \"ifsc_code\": \"ICIC0000009\",\n        \"is_active\": true,\n        \"is_verified\": true,\n        \"transfer_mode\": \"bank\",\n        \"display_name\": \"BANK\",\n        \"account_holder\": \"JOHN DOE\",\n        \"logo\": \"testz0/misc/default-assets/original/NB_ICICI.png\",\n        \"beneficiary_id\": \"56584829bba34e3eb363c761037c80c9\",\n        \"id\": \"56584829bba34e3eb363c761037c80c9\",\n        \"account_no\": 9876543210\n      }\n    ]\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "601dc56e-44a2-4f9d-b970-b99807eee484",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v2.0",
                      "refund",
                      "user",
                      "beneficiary"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "order_id",
                        "value": "<string>"
                      },
                      {
                        "key": "shipment_id",
                        "value": "<string>"
                      }
                    ],
                    "variable": []
                  },
                  "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  \"data\": {\n    \"status\": \"failed\"\n  },\n  \"message\": \"error message\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "4978aeff-2c71-472d-89b6-91d7c4777d5b",
            "name": "addBeneficiary | Add a beneficiary for refunds",
            "request": {
              "name": "addBeneficiary | Add a beneficiary for refunds",
              "description": {
                "content": "Adds a bank or UPI beneficiary to the user account for processing refunds.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v2.0",
                  "refund",
                  "user",
                  "beneficiary"
                ],
                "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    \"account_holder\": \"<string>\",\n    \"account_no\": \"<string>\",\n    \"ifsc_code\": \"<string>\",\n    \"upi\": \"<string>\"\n  },\n  \"order_id\": \"<string>\",\n  \"shipment_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "e38bc21b-76c5-426f-84f7-7626a8b06640",
                "name": "Success. Returns beneficiary details are saved successfully",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v2.0",
                      "refund",
                      "user",
                      "beneficiary"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"details\": {\n    \"account_holder\": \"JOHN DOE\",\n    \"account_no\": \"09876543210\",\n    \"ifsc_code\": \"ICIC0000009\"\n  },\n  \"order_id\": \"FY67A0989E68989666B7\",\n  \"shipment_id\": 17001292715841217000\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Account successfully created\",\n  \"is_verified\": true,\n  \"id\": \"V2fc4XjiqJynRpXBHFpP693kVMvNMorElAvU7tWfTok=\",\n  \"account_no\": \"XXXX-XXXX-3210\",\n  \"account_holder\": \"JOHN DOE\",\n  \"bank_name\": \"ICICI Bank\",\n  \"logo\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/testz0/misc/default-assets/original/NB_ICICI.png\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "c7e743c9-3d29-418a-a7a1-336af3a39adc",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v2.0",
                      "refund",
                      "user",
                      "beneficiary"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"details\": {\n    \"account_holder\": \"JOHN DOE\",\n    \"account_no\": \"09876543210\",\n    \"ifsc_code\": \"ICIC0000009\"\n  },\n  \"order_id\": \"FY67A0989E68989666B7\",\n  \"shipment_id\": 17001292715841217000\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"data\": {\n    \"status\": \"failed\"\n  },\n  \"message\": \"error message\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "17c32d36-ff40-4bf5-a531-a6989defdf81",
            "name": "deleteBeneficiary | Delete a refund beneficiary",
            "request": {
              "name": "deleteBeneficiary | Delete a refund beneficiary",
              "description": {
                "content": "This API endpoint is used to delete a refund beneficiary using their beneficiary ID.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v1.0",
                  "refund",
                  "account",
                  ":id"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "id",
                    "description": "(Required) Unique ID associated with the beneficiary"
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "c5c8fd17-0f0a-4873-9f8d-88b62da1ef59",
                "name": "Beneficiary successfully deleted",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "refund",
                      "account",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) Unique ID associated with the beneficiary"
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Beneficiary successfully deleted\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "f27bc967-45e4-43df-b307-cbab85770115",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v1.0",
                      "refund",
                      "account",
                      ":id"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "id",
                        "description": "(Required) Unique ID associated with the beneficiary"
                      }
                    ]
                  },
                  "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  \"data\": {\n    \"status\": \"failed\"\n  },\n  \"message\": \"error message\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "83732d3a-a759-4029-8335-545d841bb166",
            "name": "getRefundBeneficiariesUsingOTPSession | Get Refund Beneficiaries using OTP session",
            "request": {
              "name": "getRefundBeneficiariesUsingOTPSession | Get Refund Beneficiaries using OTP session",
              "description": {
                "content": "Returns a list of UPI and Bank refund beneficiaries associated with a user for a given order and shipment. Use the optional filter_by enum parameter to refine the response. When the value of filter_by is order, the API returns only beneficiaries associated with the order. When the value of filter_by is shipment, it returns only beneficiaries associated with the shipment.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v2.0",
                  "refund",
                  "user",
                  "beneficiary-otp"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "order_id",
                    "value": "<string>",
                    "description": "Unique ID of the order"
                  },
                  {
                    "disabled": false,
                    "key": "shipment_id",
                    "value": "<string>",
                    "description": "Unique ID of the shipment"
                  },
                  {
                    "disabled": false,
                    "key": "filter_by",
                    "value": "<string>",
                    "description": "Optional filter to restrict beneficiaries. When provided, only beneficiaries directly linked to the specified `order_id` or `shipment_id` will be returned."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "846cf1d4-9008-4533-a62a-f77efb9b90a6",
                "name": "Success. Returns list of saved refund beneficiary accounts by type (UPI/Bank).",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v2.0",
                      "refund",
                      "user",
                      "beneficiary-otp"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "order_id",
                        "value": "<string>"
                      },
                      {
                        "key": "shipment_id",
                        "value": "<string>"
                      },
                      {
                        "key": "filter_by",
                        "value": "<string>"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"upi\": [\n    {\n      \"is_active\": true,\n      \"is_verified\": false,\n      \"transfer_mode\": \"upi\",\n      \"display_name\": \"UPI\",\n      \"vpa_address\": \"success@upi\",\n      \"customer_name\": \"JOHN DOE\",\n      \"beneficiary_id\": \"3cad4554de2fca6c05c5d0be852d4c61\",\n      \"id\": \"3cad4554de2fca6c05c5d0be852d4c61\",\n      \"logo\": \"testz0/misc/default-assets/original/NB_ICICI.png\"\n    }\n  ],\n  \"bank\": [\n    {\n      \"ifsc_code\": \"ICIC0000009\",\n      \"is_active\": true,\n      \"is_verified\": true,\n      \"transfer_mode\": \"bank\",\n      \"display_name\": \"BANK\",\n      \"account_holder\": \"JOHN DOE\",\n      \"logo\": \"testz0/misc/default-assets/original/NB_ICICI.png\",\n      \"beneficiary_id\": \"56584829bba34e3eb363c761037c80c9\",\n      \"id\": \"56584829bba34e3eb363c761037c80c9\",\n      \"account_no\": 9876543210\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "7cf22044-70fd-49b8-a6a5-9941eac0371f",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v2.0",
                      "refund",
                      "user",
                      "beneficiary-otp"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "order_id",
                        "value": "<string>"
                      },
                      {
                        "key": "shipment_id",
                        "value": "<string>"
                      },
                      {
                        "key": "filter_by",
                        "value": "<string>"
                      }
                    ],
                    "variable": []
                  },
                  "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  \"data\": {\n    \"status\": \"failed\"\n  },\n  \"message\": \"error message\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "f460ac83-4698-4962-863e-14e48b10104c",
            "name": "addRefundBeneficiaryUsingOTPSession | Add a beneficiary for refunds using OTP session",
            "request": {
              "name": "addRefundBeneficiaryUsingOTPSession | Add a beneficiary for refunds using OTP session",
              "description": {
                "content": "Adds a bank or UPI beneficiary to the user account after completing an OTP verification session. The beneficiary details are securely linked with the user's refund preferences and will be used for processing refunds against specific orders and shipments.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "payment",
                  "v2.0",
                  "refund",
                  "user",
                  "beneficiary-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  \"details\": {\n    \"account_holder\": \"<string>\",\n    \"account_no\": \"<string>\",\n    \"ifsc_code\": \"<string>\",\n    \"upi\": \"<string>\"\n  },\n  \"order_id\": \"<string>\",\n  \"shipment_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "6978b7b6-f45a-40a6-8b5c-d623f210a220",
                "name": "Success. Returns beneficiary details are saved successfully",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v2.0",
                      "refund",
                      "user",
                      "beneficiary-otp"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"details\": {\n    \"account_holder\": \"JOHN DOE\",\n    \"account_no\": \"09876543210\",\n    \"ifsc_code\": \"ICIC0000009\"\n  },\n  \"order_id\": \"FY67A0989E68989666B7\",\n  \"shipment_id\": 17001292715841217000\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Account successfully created\",\n  \"is_verified\": true,\n  \"id\": \"3e178eb467a6414d85c4173f5006a4e8\",\n  \"account_no\": \"XXXX-XXXX-3210\",\n  \"account_holder\": \"JOHN DOE\",\n  \"bank_name\": \"ICICI Bank\",\n  \"logo\": \"https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/testz0/misc/default-assets/original/NB_ICICI.png\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "d41d7aba-fdeb-42dc-89f7-c8b2d58508f6",
                "name": "Bad Request. See the error object in the response body to know the exact reason.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "payment",
                      "v2.0",
                      "refund",
                      "user",
                      "beneficiary-otp"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"details\": {\n    \"account_holder\": \"JOHN DOE\",\n    \"account_no\": \"09876543210\",\n    \"ifsc_code\": \"ICIC0000009\"\n  },\n  \"order_id\": \"FY67A0989E68989666B7\",\n  \"shipment_id\": 17001292715841217000\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": false,\n  \"data\": {\n    \"status\": \"failed\"\n  },\n  \"message\": \"Invalid UPI. Please enter valid UPI.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      },
      {
        "id": "293c1677-7773-435a-91f6-817dc4956c95",
        "name": "Share",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "6cfefabc-7bb5-46d1-afc6-2923d49d41e4",
            "name": "getApplicationQRCode | App QR code",
            "request": {
              "name": "getApplicationQRCode | App QR code",
              "description": {
                "content": "Generates a QR code for the application for easy sharing.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "share",
                  "v1.0",
                  "qr",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null
            },
            "response": [
              {
                "id": "a4e1dae4-a6fc-405f-9ca4-a703b25efb64",
                "name": "Success. Check the example shown below or refer `QRCodeResp` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "share",
                      "v1.0",
                      "qr",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"link\": \"https://fynd.com\",\n  \"svg\": \"<svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" viewBox=\\\\\\\"0 0 29 29\\\\\\\" shape-rendering=\\\\\\\"crispEdges\\\\\\\"></svg>\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "8ec09b38-d1cb-468a-a4b1-74d910b0d051",
            "name": "getProductQRCodeBySlug | Product QR code",
            "request": {
              "name": "getProductQRCodeBySlug | Product QR code",
              "description": {
                "content": "Creates a QR code for a specific product identified by its slug.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "share",
                  "v1.0",
                  "qr",
                  "products",
                  ":slug",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) A short, human-readable, URL-friendly identifier of a product. You can get slug value from the endpoint."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null
            },
            "response": [
              {
                "id": "5a201514-0fab-4c2f-85a2-d5674fabde01",
                "name": "Success. Check the example shown below or refer `QRCodeResp` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "share",
                      "v1.0",
                      "qr",
                      "products",
                      ":slug",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) A short, human-readable, URL-friendly identifier of a product. You can get slug value from the endpoint."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"link\": \"https://fynd.com/products/shirt-small-blue\",\n  \"svg\": \"<svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" viewBox=\\\\\\\"0 0 29 29\\\\\\\" shape-rendering=\\\\\\\"crispEdges\\\\\\\"></svg>\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "a32fba8a-5f4b-4db2-b7d8-73eae79f226f",
            "name": "getCollectionQRCodeBySlug | Collection QR code",
            "request": {
              "name": "getCollectionQRCodeBySlug | Collection QR code",
              "description": {
                "content": "Generates a QR code for a specific product collection using its slug.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "share",
                  "v1.0",
                  "qr",
                  "collection",
                  ":slug",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "slug",
                    "description": "(Required) A short, human-readable, URL-friendly identifier of a collection. You can get slug value from the endpoint."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null
            },
            "response": [
              {
                "id": "f01f5b82-ffa1-4e82-818e-c1d2ec6392cc",
                "name": "Success. Check the example shown below or refer `QRCodeResp` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "share",
                      "v1.0",
                      "qr",
                      "collection",
                      ":slug",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "slug",
                        "description": "(Required) A short, human-readable, URL-friendly identifier of a collection. You can get slug value from the endpoint."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"link\": \"https://fynd.com/collection/flat-50-off\",\n  \"svg\": \"<svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" viewBox=\\\\\\\"0 0 29 29\\\\\\\" shape-rendering=\\\\\\\"crispEdges\\\\\\\"></svg>\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "79e4c2a7-462d-48fc-84c2-01a07e7d1e81",
            "name": "getUrlQRCode | URL to QR code",
            "request": {
              "name": "getUrlQRCode | URL to QR code",
              "description": {
                "content": "Converts a given URL into a scannable QR code.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "share",
                  "v1.0",
                  "qr",
                  "url",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "url",
                    "value": "<string>",
                    "description": "(Required) A link or a web address of a given URL transformed into a scannable QR code."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "POST",
              "auth": null
            },
            "response": [
              {
                "id": "6f54a124-03c6-41b5-a888-686196facbb1",
                "name": "Success. Check the example shown below or refer `QRCodeResp` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "share",
                      "v1.0",
                      "qr",
                      "url",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "url",
                        "value": "<string>"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"link\": \"https://fynd.com\",\n  \"svg\": \"<svg xmlns=\\\\\\\"http://www.w3.org/2000/svg\\\\\\\" viewBox=\\\\\\\"0 0 29 29\\\\\\\" shape-rendering=\\\\\\\"crispEdges\\\\\\\"></svg>\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e6b23854-6d8b-4312-acdd-a28dacfcea8c",
            "name": "createShortLink | Shorten URL",
            "request": {
              "name": "createShortLink | Shorten URL",
              "description": {
                "content": "Creates a shortened version of a given URL for easier sharing.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "share",
                  "v1.0",
                  "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  \"url\": \"<string>\",\n  \"title\": \"<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}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "01544b3a-601f-41e8-90a1-763c0183feef",
                "name": "Success. Check the example shown below or refer `ShortLinkRes` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "share",
                      "v1.0",
                      "links",
                      "short-link",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "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}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"url\": {\n    \"hash\": \"3qKlnsq-x\"\n  },\n  \"redirects\": {\n    \"expiry\": \"\",\n    \"url\": \"\",\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    \"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": "2bdd1a62-b110-4761-ab28-6865bf4c644e",
            "name": "getShortLinkByHash | Get short link",
            "request": {
              "name": "getShortLinkByHash | Get short link",
              "description": {
                "content": "Retrieves a previously created short link using its hash identifier.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "share",
                  "v1.0",
                  "links",
                  "short-link",
                  ":hash",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "hash",
                    "description": "(Required) A string value used for converting long URL to short URL and vice-versa."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "dcb97015-37ed-4289-9ff7-1b8f360b1306",
                "name": "Success. Check the example shown below or refer `ShortLinkRes` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "share",
                      "v1.0",
                      "links",
                      "short-link",
                      ":hash",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "hash",
                        "description": "(Required) A string value used for converting long URL to short URL and vice-versa."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"url\": {\n    \"hash\": \"3qKlnsq-x\"\n  },\n  \"redirects\": {\n    \"expiry\": \"null\",\n    \"url\": \"null\",\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    \"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": "508c9da7-c5a3-473b-a32d-5764d0adfbc4",
            "name": "getOriginalShortLinkByHash | Original URL",
            "request": {
              "name": "getOriginalShortLinkByHash | Original URL",
              "description": {
                "content": "Retrieve the original link from a short-link by using a hash value.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "share",
                  "v1.0",
                  "links",
                  "short-link",
                  ":hash",
                  "original",
                  ""
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "hash",
                    "description": "(Required) A string value used for converting long URL to short URL and vice-versa."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "a55c7fc7-64cd-4515-ba53-b2b73dfcef87",
                "name": "Success. Check the example shown below or refer `ShortLinkRes` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "share",
                      "v1.0",
                      "links",
                      "short-link",
                      ":hash",
                      "original",
                      ""
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "hash",
                        "description": "(Required) A string value used for converting long URL to short URL and vice-versa."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"url\": {\n    \"hash\": \"3qKlnsq-x\"\n  },\n  \"redirects\": {\n    \"expiry\": \"\",\n    \"url\": \"\",\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    \"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": "b115d0c1-26e3-4e7c-96e6-35b5aca6e58f",
        "name": "Theme",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "bdfb8c80-2597-42a6-a108-1252d918951d",
            "name": "getAllPages | List pages",
            "request": {
              "name": "getAllPages | List pages",
              "description": {
                "content": "Get all page level configs, sections and seo data of a theme.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "theme",
                  "v1.0",
                  ":theme_id",
                  "page"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "theme_id",
                    "description": "(Required) Id of the theme to be retrieved."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "d01535a4-b4ad-4451-a197-d5a98f8ab815",
                "name": "Success. Returns an array all the pages of the theme. Refer `AllAvailablePageSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "theme",
                      "v1.0",
                      ":theme_id",
                      "page"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "theme_id",
                        "description": "(Required) Id of the theme 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  \"pages\": [\n    {\n      \"path\": \"products\",\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\": \"60210832d7e981639e13f6b2\"\n      },\n      \"_id\": \"60ab5ca6d572fed64294eb0e\",\n      \"value\": \"product-listing\",\n      \"text\": \"Product Listing\",\n      \"theme\": \"5fb3ee4194a5181feeeba8e5\",\n      \"sections_meta\": [],\n      \"__v\": 9\n    },\n    {\n      \"path\": \"collection\",\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\": \"60210832d7e981fc5d13f6b9\"\n      },\n      \"_id\": \"60ab5ca6d572fed64294eaf9\",\n      \"text\": \"Collection Listing\",\n      \"value\": \"collection-listing\",\n      \"theme\": \"5fb3ee4194a5181feeeba8e5\",\n      \"sections_meta\": [],\n      \"__v\": 9\n    },\n    {\n      \"path\": \"compare\",\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\": \"60210832d7e981cbca13f6b1\"\n      },\n      \"_id\": \"60ab5ca6d572fed64294eb0b\",\n      \"value\": \"compare-products\",\n      \"text\": \"Compare Products\",\n      \"theme\": \"5fb3ee4194a5181feeeba8e5\",\n      \"sections_meta\": [],\n      \"__v\": 9\n    },\n    {\n      \"path\": \"cart/bag\",\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\": \"60210832d7e9812fdf13f6ae\"\n      },\n      \"_id\": \"60ab5ca6d572fed64294eb02\",\n      \"value\": \"cart-landing\",\n      \"text\": \"Cart Landing\",\n      \"theme\": \"5fb3ee4194a5181feeeba8e5\",\n      \"sections_meta\": [],\n      \"__v\": 9\n    },\n    {\n      \"path\": \"product\",\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\": \"60210832d7e9815c9713f6ab\"\n      },\n      \"_id\": \"60ab5ca6d572fed64294eaf6\",\n      \"text\": \"Product Description\",\n      \"value\": \"product-description\",\n      \"theme\": \"5fb3ee4194a5181feeeba8e5\",\n      \"sections_meta\": [],\n      \"__v\": 9\n    },\n    {\n      \"path\": \"product/:slug/reviews\",\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\": \"60ab5ca6d572fed64294eb24\"\n      },\n      \"_id\": \"60ab5ca6d572fed64294eb25\",\n      \"sections_meta\": [],\n      \"value\": \"product-reviews\",\n      \"text\": \"Product Reviews\",\n      \"theme\": \"5fb3ee4194a5181feeeba8e5\",\n      \"__v\": 9\n    },\n    {\n      \"path\": \"blog\",\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\": \"60ab5ca6d572fed64294eb22\"\n      },\n      \"_id\": \"60ab5ca6d572fed64294eb23\",\n      \"sections_meta\": [],\n      \"value\": \"blog\",\n      \"text\": \"Blog\",\n      \"theme\": \"5fb3ee4194a5181feeeba8e5\",\n      \"__v\": 9\n    },\n    {\n      \"path\": \"sections/cookie\",\n      \"type\": \"sections\",\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\": \"60210832d7e9814fed13f6b5\"\n      },\n      \"_id\": \"60ab5ca6d572fed64294eb17\",\n      \"text\": \"cookie\",\n      \"value\": \"cookie\",\n      \"theme\": \"5fb3ee4194a5181feeeba8e5\",\n      \"sections_meta\": [],\n      \"__v\": 9\n    },\n    {\n      \"path\": \"sections/vivek\",\n      \"type\": \"sections\",\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\": \"60210832d7e981b32713f6b6\"\n      },\n      \"_id\": \"60ab5ca6d572fed64294eb1a\",\n      \"text\": \"vivek\",\n      \"value\": \"vivek\",\n      \"theme\": \"5fb3ee4194a5181feeeba8e5\",\n      \"sections_meta\": [],\n      \"__v\": 9\n    },\n    {\n      \"path\": \"about-us\",\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\": \"60ab5ca6d572fed64294eb28\"\n      },\n      \"_id\": \"60ab5ca6d572fed64294eb29\",\n      \"sections_meta\": [],\n      \"value\": \"about-us\",\n      \"text\": \"About Us\",\n      \"theme\": \"5fb3ee4194a5181feeeba8e5\",\n      \"__v\": 9\n    },\n    {\n      \"path\": \"wishlist\",\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\": \"60210832d7e981dd2d13f6b3\"\n      },\n      \"_id\": \"60ab5ca6d572fed64294eb11\",\n      \"value\": \"wishlist\",\n      \"text\": \"Wishlist\",\n      \"theme\": \"5fb3ee4194a5181feeeba8e5\",\n      \"sections_meta\": [],\n      \"__v\": 9\n    },\n    {\n      \"path\": \"product/:slug/add-review\",\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\": \"60ab5ca6d572fed64294eb26\"\n      },\n      \"_id\": \"60ab5ca6d572fed64294eb27\",\n      \"sections_meta\": [],\n      \"value\": \"add-product-review\",\n      \"text\": \"Add Product Review\",\n      \"theme\": \"5fb3ee4194a5181feeeba8e5\",\n      \"__v\": 9\n    },\n    {\n      \"path\": \"brands\",\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\": \"60210832d7e981161a13f6ad\"\n      },\n      \"_id\": \"60ab5ca6d572fed64294eaff\",\n      \"value\": \"brands\",\n      \"text\": \"Brands\",\n      \"theme\": \"5fb3ee4194a5181feeeba8e5\",\n      \"sections_meta\": [],\n      \"__v\": 9\n    },\n    {\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      \"_id\": \"60ab5ca6d572fed64294eafc\",\n      \"value\": \"home\",\n      \"text\": \"Home\",\n      \"theme\": \"5fb3ee4194a5181feeeba8e5\",\n      \"sections_meta\": [],\n      \"__v\": 9\n    },\n    {\n      \"path\": \"collections\",\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\": \"60210832d7e981ad0b13f6b0\"\n      },\n      \"_id\": \"60ab5ca6d572fed64294eb08\",\n      \"value\": \"collections\",\n      \"text\": \"Collections\",\n      \"theme\": \"5fb3ee4194a5181feeeba8e5\",\n      \"sections_meta\": [],\n      \"__v\": 9\n    },\n    {\n      \"path\": \"categories\",\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\": \"60210832d7e981872c13f6af\"\n      },\n      \"_id\": \"60ab5ca6d572fed64294eb05\",\n      \"value\": \"categories\",\n      \"text\": \"Categories\",\n      \"theme\": \"5fb3ee4194a5181feeeba8e5\",\n      \"sections_meta\": [],\n      \"__v\": 9\n    },\n    {\n      \"path\": \"sections/test\",\n      \"type\": \"sections\",\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\": \"60210832d7e98177f713f6b4\"\n      },\n      \"_id\": \"60ab5ca6d572fed64294eb14\",\n      \"text\": \"Test\",\n      \"value\": \"test\",\n      \"theme\": \"5fb3ee4194a5181feeeba8e5\",\n      \"sections_meta\": [],\n      \"__v\": 9\n    },\n    {\n      \"path\": \"sections/vinit\",\n      \"type\": \"sections\",\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\": \"60210832d7e98170b813f6b8\"\n      },\n      \"_id\": \"60ab5ca6d572fed64294eb20\",\n      \"text\": \"vinit\",\n      \"value\": \"vinit\",\n      \"theme\": \"5fb3ee4194a5181feeeba8e5\",\n      \"sections_meta\": [],\n      \"__v\": 9\n    },\n    {\n      \"path\": \"sections/maggie\",\n      \"type\": \"sections\",\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\": \"60210832d7e981469613f6b7\"\n      },\n      \"_id\": \"60ab5ca6d572fed64294eb1d\",\n      \"text\": \"maggie\",\n      \"value\": \"maggie\",\n      \"theme\": \"5fb3ee4194a5181feeeba8e5\",\n      \"sections_meta\": [],\n      \"__v\": 9\n    }\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b4d8cae5-8d68-4a1e-949c-38f6c15cc2dc",
            "name": "getPage | Get theme page",
            "request": {
              "name": "getPage | Get theme page",
              "description": {
                "content": "Get page level configurations, applied sections and seo data of a page by `page_value` received from list pages api. Supports dynamic URL parameter for custom sections.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "theme",
                  "v1.0",
                  ":theme_id",
                  ":page_value"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "filters",
                    "value": "<string>",
                    "description": "Filters on sections to be applied or not."
                  },
                  {
                    "disabled": false,
                    "key": "section_preview_hash",
                    "value": "<string>",
                    "description": "Unique hash id on sections preview."
                  },
                  {
                    "disabled": false,
                    "key": "company",
                    "value": "<integer>",
                    "description": "Company id of the application."
                  },
                  {
                    "disabled": false,
                    "key": "url_params",
                    "value": "<json>",
                    "description": "URL parameters extracted from the browser path and query string, used for dynamic variable mapping in custom sections. The value should be a stringified  JSON object containing the browser's URL parameters, with the JSON escaped."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "theme_id",
                    "description": "(Required) Id of the theme to be retrieved."
                  },
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "page_value",
                    "description": "(Required) Value of the page to be retrieved."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "92e35795-ad80-4a4d-8207-c7ff48c50ffb",
                "name": "Success. Returns an object of the pages.  Refer `AvailablePageSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "theme",
                      "v1.0",
                      ":theme_id",
                      ":page_value"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "filters",
                        "value": "<string>"
                      },
                      {
                        "key": "section_preview_hash",
                        "value": "<string>"
                      },
                      {
                        "key": "company",
                        "value": "<integer>"
                      },
                      {
                        "key": "url_params",
                        "value": "{\"slug\": \"awesome-product\", \"page_type\": \"product\", \"path_segment_0\": \"product\", \"path_segment_1\": \"awesome-product\", \"full_path\": \"/product/awesome-product\"}"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "theme_id",
                        "description": "(Required) Id of the theme to be retrieved."
                      },
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "page_value",
                        "description": "(Required) Value of the page 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  \"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": "9b873513-e5da-4cbd-a90e-e097cf997342",
            "name": "getAppliedTheme | Get applied theme ",
            "request": {
              "name": "getAppliedTheme | Get applied theme ",
              "description": {
                "content": "Gets the theme configuration and template details of a theme applied to the application.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "theme",
                  "v2.0",
                  "applied-theme"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "filters",
                    "value": "<boolean>",
                    "description": "Filters on sections to be applied or not."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "06814fad-df1e-4550-967e-48fda818c0db",
                "name": "Success. Returns a JSON object of the theme. Check the example shown below or    refer `ThemesSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "theme",
                      "v2.0",
                      "applied-theme"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "filters",
                        "value": "true"
                      }
                    ],
                    "variable": []
                  },
                  "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  \"marketplace_theme_id\": \"64be1f4cceb549012e93d5f4\",\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  \"company_id\": 1\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "6211c1cd-b86b-4681-bd57-5301b3e3bfd2",
            "name": "getThemeForPreview | Get theme for preview ",
            "request": {
              "name": "getThemeForPreview | Get theme for preview ",
              "description": {
                "content": "Gets the theme configuration and template details of a theme by theme id.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "theme",
                  "v2.0",
                  ":theme_id",
                  "preview"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "filters",
                    "value": "<boolean>",
                    "description": "Filters on sections to be applied or not."
                  }
                ],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "theme_id",
                    "description": "(Required) Id of the theme to be retrieved."
                  }
                ]
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "0a22ad82-2ce6-4823-a5ce-c7cc5ff20f1d",
                "name": "Success. Returns a JSON object of the theme. Check the example shown below or refer `ThemesSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "theme",
                      "v2.0",
                      ":theme_id",
                      "preview"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "filters",
                        "value": "true"
                      }
                    ],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "theme_id",
                        "description": "(Required) Id of the theme 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  \"_id\": \"64be4423bc7b28003211322e\",\n  \"applied\": false,\n  \"is_private\": false,\n  \"tags\": [],\n  \"application_id\": \"6487ea376e1442284917c44e\",\n  \"marketplace_theme_id\": \"64be1f4cceb549012e93d5f4\",\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  \"company_id\": 1\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          }
        ],
        "event": []
      },
      {
        "id": "1371a690-fa7e-4e45-b480-76c3407ed279",
        "name": "User",
        "description": {
          "content": "",
          "type": "text/plain"
        },
        "item": [
          {
            "id": "41490c05-c8f9-47ad-8bf5-f0bc810bf0d9",
            "name": "loginWithFacebook | Login with Facebook",
            "request": {
              "name": "loginWithFacebook | Login with Facebook",
              "description": {
                "content": "Enable users to log in to the system using their facebook accounts.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "login",
                  "facebook-token"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "platform",
                    "value": "Fynd",
                    "description": "ID of the application."
                  }
                ],
                "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_signed_in\": \"<boolean>\",\n  \"oauth2\": {\n    \"access_token\": \"<string>\",\n    \"expiry\": \"<integer>\",\n    \"refresh_token\": \"<string>\"\n  },\n  \"profile\": {\n    \"last_name\": \"<string>\",\n    \"image\": \"<string>\",\n    \"id\": \"<string>\",\n    \"email\": \"<string>\",\n    \"full_name\": \"<string>\",\n    \"first_name\": \"<string>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "6dc221ae-98e9-4ccd-8c4f-bac12d52366d",
                "name": "Success. Returns a JSON object with the user details. Check the example shown below or refer `AuthSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "login",
                      "facebook-token"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"is_signed_in\": true,\n  \"oauth2\": {\n    \"access_token\": \"EAAG8RM6L4x0BAD1TACSknDZBNklZCZAUKPZApOoCwZBo6mpWmdzS7ZBZCK2twJWh2YePo3W7ca2PPtz03TgUpa0Jd28DR3XZBFsZB0svzGz2jZBa9ZCrQZASl4Y6R4ZCyS1UoTpEzZCqk3K1rIbFwsxf5IIMRXAgzrSiOAXdZCWxLZCZB8hnMVZC632wZBotKJkX0d7ZBri0gUx9SI6ZCAOrr5IFRJJ6RJLVH\",\n    \"expiry\": 1612420355599,\n    \"refresh_token\": \"token\"\n  },\n  \"profile\": {\n    \"id\": \"108467594681211040588\",\n    \"email\": \"test@example.com\",\n    \"full_name\": \"Akash Mane\",\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\",\n    \"image\": \"https://lh3.googleusercontent.com/test12=s96-c\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"user_exists\": false,\n  \"user\": {\n    \"emails\": [\n      {\n        \"email\": \"test@example.com\",\n        \"verified\": true,\n        \"primary\": true,\n        \"active\": true\n      }\n    ],\n    \"phone_numbers\": [],\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\",\n    \"debug\": {\n      \"platform\": \"Fynd\"\n    },\n    \"active\": true\n  },\n  \"register_token\": \"d960c388-e286-43d9-b688-f6d1decc632d\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "1917c9bc-b2f8-4b63-96ef-11913543eb61",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "login",
                      "facebook-token"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"is_signed_in\": true,\n  \"oauth2\": {\n    \"access_token\": \"EAAG8RM6L4x0BAD1TACSknDZBNklZCZAUKPZApOoCwZBo6mpWmdzS7ZBZCK2twJWh2YePo3W7ca2PPtz03TgUpa0Jd28DR3XZBFsZB0svzGz2jZBa9ZCrQZASl4Y6R4ZCyS1UoTpEzZCqk3K1rIbFwsxf5IIMRXAgzrSiOAXdZCWxLZCZB8hnMVZC632wZBotKJkX0d7ZBri0gUx9SI6ZCAOrr5IFRJJ6RJLVH\",\n    \"expiry\": 1612420355599,\n    \"refresh_token\": \"token\"\n  },\n  \"profile\": {\n    \"id\": \"108467594681211040588\",\n    \"email\": \"test@example.com\",\n    \"full_name\": \"Akash Mane\",\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\",\n    \"image\": \"https://lh3.googleusercontent.com/test12=s96-c\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Unauthorized",
                "code": 401,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Something went wrong.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "ed0c62bc-b04c-4f6c-bfb9-c14b95a45470",
            "name": "loginWithGoogle | Login with Google",
            "request": {
              "name": "loginWithGoogle | Login with Google",
              "description": {
                "content": "Enable website users to log in to the system using their google accounts.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "login",
                  "google-token"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "platform",
                    "value": "Fynd",
                    "description": "ID of the application."
                  }
                ],
                "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_signed_in\": \"<boolean>\",\n  \"oauth2\": {\n    \"access_token\": \"<string>\",\n    \"expiry\": \"<integer>\",\n    \"refresh_token\": \"<string>\"\n  },\n  \"profile\": {\n    \"last_name\": \"<string>\",\n    \"image\": \"<string>\",\n    \"id\": \"<string>\",\n    \"email\": \"<string>\",\n    \"full_name\": \"<string>\",\n    \"first_name\": \"<string>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "6718aff3-9b28-4294-af6a-1591ea80e4a2",
                "name": "Success. Returns a JSON object with the user details. Check the example shown below or refer `AuthSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "login",
                      "google-token"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"is_signed_in\": true,\n  \"oauth2\": {\n    \"access_token\": \"token\",\n    \"expiry\": 1612420355599,\n    \"refresh_token\": \"token\"\n  },\n  \"profile\": {\n    \"id\": \"108467594681211040588\",\n    \"email\": \"test@example.com\",\n    \"full_name\": \"Akash Mane\",\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\",\n    \"image\": \"https://lh3.googleusercontent.com/test12=s96-c\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"user_exists\": false,\n  \"user\": {\n    \"emails\": [\n      {\n        \"email\": \"test@example.com\",\n        \"verified\": true,\n        \"primary\": true,\n        \"active\": true\n      }\n    ],\n    \"phone_numbers\": [],\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\",\n    \"debug\": {\n      \"platform\": \"Fynd\"\n    },\n    \"active\": true\n  },\n  \"register_token\": \"d960c388-e286-43d9-b688-f6d1decc632d\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "4cb79358-8c3a-4abb-942d-007b642007d4",
            "name": "loginWithGoogleAndroid | Android Login with Google",
            "request": {
              "name": "loginWithGoogleAndroid | Android Login with Google",
              "description": {
                "content": "Enable android users to log in to the system using their facebook accounts.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "login",
                  "google-android"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "platform",
                    "value": "Fynd",
                    "description": "ID of the application."
                  }
                ],
                "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_signed_in\": \"<boolean>\",\n  \"oauth2\": {\n    \"access_token\": \"<string>\",\n    \"expiry\": \"<integer>\",\n    \"refresh_token\": \"<string>\"\n  },\n  \"profile\": {\n    \"last_name\": \"<string>\",\n    \"image\": \"<string>\",\n    \"id\": \"<string>\",\n    \"email\": \"<string>\",\n    \"full_name\": \"<string>\",\n    \"first_name\": \"<string>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "1c9a036e-88cd-49f4-a89a-4f4c806a9a54",
                "name": "Success. Returns a JSON object with the user details. Check the example shown below or refer `AuthSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "login",
                      "google-android"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"is_signed_in\": true,\n  \"oauth2\": {\n    \"access_token\": \"token\",\n    \"expiry\": 1612420355599,\n    \"refresh_token\": \"token\"\n  },\n  \"profile\": {\n    \"id\": \"108467594681211040588\",\n    \"email\": \"test@example.com\",\n    \"full_name\": \"Akash Mane\",\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\",\n    \"image\": \"https://lh3.googleusercontent.com/test12=s96-c\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"user_exists\": false,\n  \"user\": {\n    \"emails\": [\n      {\n        \"email\": \"test@example.com\",\n        \"verified\": true,\n        \"primary\": true,\n        \"active\": true\n      }\n    ],\n    \"phone_numbers\": [],\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\",\n    \"debug\": {\n      \"platform\": \"Fynd\"\n    },\n    \"active\": true\n  },\n  \"register_token\": \"d960c388-e286-43d9-b688-f6d1decc632d\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "3a4839cf-46ea-4da4-9e40-9c568e22d492",
            "name": "loginWithGoogleIOS | iOS Login with Google",
            "request": {
              "name": "loginWithGoogleIOS | iOS Login with Google",
              "description": {
                "content": "Enable ios users to log in to the system using their facebook accounts.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "login",
                  "google-ios"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "platform",
                    "value": "Fynd",
                    "description": "ID of the application."
                  }
                ],
                "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_signed_in\": \"<boolean>\",\n  \"oauth2\": {\n    \"access_token\": \"<string>\",\n    \"expiry\": \"<integer>\",\n    \"refresh_token\": \"<string>\"\n  },\n  \"profile\": {\n    \"last_name\": \"<string>\",\n    \"image\": \"<string>\",\n    \"id\": \"<string>\",\n    \"email\": \"<string>\",\n    \"full_name\": \"<string>\",\n    \"first_name\": \"<string>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "f4c06df7-7ace-41e7-a203-a1bcf0c2d704",
                "name": "Success. Returns a JSON object with the user details. Check the example shown below or refer `AuthSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "login",
                      "google-ios"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"is_signed_in\": true,\n  \"oauth2\": {\n    \"access_token\": \"token\",\n    \"expiry\": 1612420355599,\n    \"refresh_token\": \"token\"\n  },\n  \"profile\": {\n    \"id\": \"108467594681211040588\",\n    \"email\": \"test@example.com\",\n    \"full_name\": \"Akash Mane\",\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\",\n    \"image\": \"https://lh3.googleusercontent.com/test12=s96-c\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"user_exists\": false,\n  \"user\": {\n    \"emails\": [\n      {\n        \"email\": \"test@example.com\",\n        \"verified\": true,\n        \"primary\": true,\n        \"active\": true\n      }\n    ],\n    \"phone_numbers\": [],\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\",\n    \"debug\": {\n      \"platform\": \"Fynd\"\n    },\n    \"active\": true\n  },\n  \"register_token\": \"d960c388-e286-43d9-b688-f6d1decc632d\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "137cb94d-227c-4805-a706-1e78cfcf6793",
            "name": "loginWithAppleIOS | iOS Login with Apple",
            "request": {
              "name": "loginWithAppleIOS | iOS Login with Apple",
              "description": {
                "content": "Enable ios users to log in to the system using their apple id.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "login",
                  "apple-ios"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "platform",
                    "value": "Fynd",
                    "description": "ID of the application."
                  }
                ],
                "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  \"user_identifier\": \"<string>\",\n  \"oauth\": {\n    \"identity_token\": \"<string>\"\n  },\n  \"profile\": {\n    \"last_name\": \"<string>\",\n    \"full_name\": \"<string>\",\n    \"first_name\": \"<string>\"\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "19469fb8-f001-424f-9570-015509467b7b",
                "name": "Success. Returns a JSON object with the user details. Check the example shown below or refer `AuthSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "login",
                      "apple-ios"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"user_identifier\": \"000119.6f9a75abd756451fa2adee13d004d4f8.0606\",\n  \"oauth\": {\n    \"identity_token\": \"json_web_token\"\n  },\n  \"profile\": {\n    \"full_name\": \"Akash Mane\",\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"user_exists\": false,\n  \"user\": {\n    \"emails\": [\n      {\n        \"email\": \"test@example.com\",\n        \"verified\": true,\n        \"primary\": true,\n        \"active\": true\n      }\n    ],\n    \"phone_numbers\": [],\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\",\n    \"debug\": {\n      \"platform\": \"Fynd\"\n    },\n    \"active\": true\n  },\n  \"register_token\": \"d960c388-e286-43d9-b688-f6d1decc632d\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "01a44fcb-3ee7-4056-8519-ed55a466ad44",
            "name": "loginWithOTP | Login with Mobile OTP",
            "request": {
              "name": "loginWithOTP | Login with Mobile OTP",
              "description": {
                "content": "Allow users to log in using a one-time password sent to their mobile.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "login",
                  "otp"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "platform",
                    "value": "Fynd",
                    "description": "ID of the application."
                  }
                ],
                "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  \"encrypt_otp\": \"<boolean>\",\n  \"country_code\": \"<string>\",\n  \"mobile\": \"<string>\",\n  \"android_hash\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "dca7ffb3-7423-4661-bbd6-5e8b58d90b4f",
                "name": "Success. Check the example shown below or refer `Otp` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "login",
                      "otp"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"mobile\": \"8888888888\",\n  \"country_code\": \"91\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"request_id\": \"01503005aeab87cbed93d40f46cc2749\",\n  \"message\": \"OTP sent\",\n  \"mobile\": \"8888888888\",\n  \"country_code\": \"91\",\n  \"resend_timer\": 30,\n  \"resendToken\": \"58e72ca0-66ae-11eb-98b1-77d61363826e\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "99b82a41-963f-4bc6-acee-2d8578351453",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "login",
                      "otp"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"mobile\": \"8888888888\",\n  \"country_code\": \"91\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid mobile/countryCode\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d64bad3b-b1c0-433a-b815-87fe1a26e5f9",
            "name": "loginWithEmailAndPassword | Email and Password Login",
            "request": {
              "name": "loginWithEmailAndPassword | Email and Password Login",
              "description": {
                "content": "Allow login using an email and password combination.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "login",
                  "password"
                ],
                "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  \"password\": \"<string>\",\n  \"username\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "7824bc33-6251-446c-b016-cc903d2eb946",
                "name": "Success. Check the example shown below or refer `LoginSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "login",
                      "password"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"password\": \"passworD@1234\",\n  \"username\": \"test_example_com_12345\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"user\": {\n    \"debug\": {\n      \"source\": \"deadlock\",\n      \"platform\": \"000000000000000000000001\"\n    },\n    \"gender\": \"male\",\n    \"account_type\": \"user\",\n    \"active\": true,\n    \"profile_pic_url\": \"https://d2co8r51m5ca2d.cloudfront.net/inapp_banners/default_profile_img.png\",\n    \"has_old_password_hash\": false,\n    \"_id\": \"5e68af49cfa09bf7233022f1\",\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\",\n    \"username\": \"test_example_com_12345\",\n    \"phone_numbers\": [\n      {\n        \"active\": true,\n        \"primary\": true,\n        \"verified\": true,\n        \"phone\": \"8888888888\",\n        \"country_code\": 91\n      }\n    ],\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    \"created_at\": \"2020-03-11T09:28:41.982Z\",\n    \"updated_at\": \"2021-02-04T10:10:44.981Z\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "1145b3bf-d48a-4358-8397-37c33d489bda",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "login",
                      "password"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"password\": \"passworD@1234\",\n  \"username\": \"test_example_com_12345\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Incorrect Email/Mobile.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "1ac35c40-f308-4997-884f-8d76b351d4a5",
            "name": "sendResetPasswordEmail | Reset Password via Email",
            "request": {
              "name": "sendResetPasswordEmail | Reset Password via Email",
              "description": {
                "content": "Send a password reset link to the user's email.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "login",
                  "password",
                  "reset"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "platform",
                    "value": "Fynd",
                    "description": "ID of the application."
                  }
                ],
                "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  \"email\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "2f70aec2-de1e-43f7-b010-f340506e3e59",
                "name": "Success. Check the example shown below or refer `ResetPasswordSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "login",
                      "password",
                      "reset"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"email\": \"test@example.com\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"status\": \"sent\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "f06669f3-ebe9-41a5-97b7-0e8af242c151",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "login",
                      "password",
                      "reset"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"email\": \"test@example.com\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"User with Email does not exist.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "84086622-7a25-4950-99b1-3f55b82778d5",
            "name": "sendResetPasswordMobile | Reset Password via Mobile",
            "request": {
              "name": "sendResetPasswordMobile | Reset Password via Mobile",
              "description": {
                "content": "Send a password reset link to the user's mobile.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "login",
                  "password",
                  "mobile",
                  "reset"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "platform",
                    "value": "Fynd",
                    "description": "ID of the application."
                  }
                ],
                "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_code\": \"<string>\",\n  \"mobile\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "229bfdb0-1402-4647-97fc-77fae6bf686e",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "login",
                      "password",
                      "mobile",
                      "reset"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": ""
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"mobile\": \"8888888888\",\n  \"country_code\": \"91\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid Code.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "432e2dc7-9c42-4269-965c-5c3c68a19170",
            "name": "sendResetToken | Validate Password Reset Code",
            "request": {
              "name": "sendResetToken | Validate Password Reset Code",
              "description": {
                "content": "Validate password reset link code.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "login",
                  "password",
                  "reset",
                  "token"
                ],
                "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}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "a60fbf2f-ca9b-4b03-988c-849af3426b2c",
                "name": "Success. Check the example shown below or refer `ResetPasswordSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "login",
                      "password",
                      "reset",
                      "token"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"code\": \"code123\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"status\": \"success\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "d5d8f675-275c-4e8b-87aa-6ebeb8570888",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "login",
                      "password",
                      "reset",
                      "token"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"code\": \"code123\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid Code.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "2243e317-25f5-4b5a-8128-0ad7ed825e49",
            "name": "forgotPassword | Reset Password via Code and login",
            "request": {
              "name": "forgotPassword | Reset Password via Code and login",
              "description": {
                "content": "Reset a password using the code sent on email or sms the login.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "login",
                  "password",
                  "reset",
                  "forgot"
                ],
                "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  \"password\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "bcd4691e-f80e-432e-9c3a-ca7f1aa90cce",
                "name": "Success. Check the example shown below or refer `LoginSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "login",
                      "password",
                      "reset",
                      "forgot"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"code\": \"code123\",\n  \"password\": \"Test@1234\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"user\": {\n    \"debug\": {\n      \"source\": \"deadlock\",\n      \"platform\": \"000000000000000000000001\"\n    },\n    \"gender\": \"male\",\n    \"account_type\": \"user\",\n    \"active\": true,\n    \"profile_pic_url\": \"https://d2co8r51m5ca2d.cloudfront.net/inapp_banners/default_profile_img.png\",\n    \"has_old_password_hash\": false,\n    \"_id\": \"5e68af49cfa09bf7233022f1\",\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\",\n    \"username\": \"test_example_com_12345\",\n    \"phone_numbers\": [\n      {\n        \"active\": true,\n        \"primary\": true,\n        \"verified\": true,\n        \"phone\": \"8888888888\",\n        \"country_code\": 91\n      }\n    ],\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    \"created_at\": \"2020-03-11T09:28:41.982Z\",\n    \"updated_at\": \"2021-02-04T10:10:44.981Z\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "057eaf1b-5b78-4f21-9988-c4382ff1ce96",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "login",
                      "password",
                      "reset",
                      "forgot"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"code\": \"code123\",\n  \"password\": \"Test@1234\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid Code.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "f9f576b1-81bb-4a6a-adc2-bdfdc85116b6",
            "name": "resetForgotPassword | Reset Password via Code",
            "request": {
              "name": "resetForgotPassword | Reset Password via Code",
              "description": {
                "content": "Reset a password using the code sent on email or sms.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "login",
                  "password",
                  "forgot"
                ],
                "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  \"password\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "1351f0fa-3509-4bea-9d3c-a7576f7ab89f",
                "name": "Success. Check the example shown below or refer `ResetForgotPasswordSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "login",
                      "password",
                      "forgot"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"code\": \"code1234\",\n  \"password\": \"Test@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": "04eba9f9-5ad8-43c9-bf66-c90103173f6a",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "login",
                      "password",
                      "forgot"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"code\": \"code1234\",\n  \"password\": \"Test@1234\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid Code.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "2938a010-768c-491e-a1b3-984323297128",
            "name": "loginWithToken | Login with Token",
            "request": {
              "name": "loginWithToken | Login with Token",
              "description": {
                "content": "Login user using a token for authentication.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "login",
                  "token"
                ],
                "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  \"token\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "c6934271-c10b-4c60-9141-19e72476ccb6",
                "name": "Success. Check the example shown below or refer `LoginSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "login",
                      "token"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"token\": \"s%3AC8BGhOpG9dRstMFeMif7bitaEKFEqLtY.pSyA8%2FWSN2LaWoCLEJ26aE2vgGfThciBEFsIcmxwVUg\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"user\": {\n    \"debug\": {\n      \"source\": \"deadlock\",\n      \"platform\": \"000000000000000000000001\"\n    },\n    \"gender\": \"male\",\n    \"account_type\": \"user\",\n    \"active\": true,\n    \"profile_pic_url\": \"https://d2co8r51m5ca2d.cloudfront.net/inapp_banners/default_profile_img.png\",\n    \"has_old_password_hash\": false,\n    \"_id\": \"5e68af49cfa09bf7233022f1\",\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\",\n    \"username\": \"test_example_com_12345\",\n    \"phone_numbers\": [\n      {\n        \"active\": true,\n        \"primary\": true,\n        \"verified\": true,\n        \"phone\": \"8888888888\",\n        \"country_code\": 91\n      }\n    ],\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    \"created_at\": \"2020-03-11T09:28:41.982Z\",\n    \"updated_at\": \"2021-02-04T10:10:44.981Z\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "b0ad3ea3-a17f-4cbd-94bb-73a8a6cee33c",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "login",
                      "token"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"token\": \"s%3AC8BGhOpG9dRstMFeMif7bitaEKFEqLtY.pSyA8%2FWSN2LaWoCLEJ26aE2vgGfThciBEFsIcmxwVUg\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid Token.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "45eddc2d-0d01-408a-84ca-f9f6ff6cb0e0",
            "name": "registerWithForm | Register User with Form",
            "request": {
              "name": "registerWithForm | Register User with Form",
              "description": {
                "content": "Enable new users to register using a form.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "register",
                  "form"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "platform",
                    "value": "Fynd",
                    "description": "ID of the application."
                  }
                ],
                "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  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"gender\": \"<string>\",\n  \"email\": \"<string>\",\n  \"password\": \"<string>\",\n  \"phone\": {\n    \"country_code\": \"<string>\",\n    \"mobile\": \"<string>\"\n  },\n  \"register_token\": \"<string>\",\n  \"consent\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "fe8e6294-1035-486a-9f45-9212fb14a32f",
                "name": "Success. Check the example shown below or refer `RegisterFormSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "register",
                      "form"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"first_name\": \"Akash\",\n  \"last_name\": \"Mane\",\n  \"gender\": \"male\",\n  \"phone\": {\n    \"mobile\": \"8888888888\",\n    \"country_code\": \"91\"\n  },\n  \"password\": \"qpalzm1?\",\n  \"email\": \"\",\n  \"register_token\": \"\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"request_id\": \"ebc059191393681cdfb805b5424bddad\",\n  \"message\": \"OTP sent\",\n  \"mobile\": \"8888888888\",\n  \"country_code\": \"91\",\n  \"resend_timer\": 30,\n  \"resend_token\": \"5197ff90-66e2-11eb-9399-0312fbf2c2a6\",\n  \"verify_mobile_otp\": true,\n  \"register_token\": \"276e718a-d406-4a4b-83f7-cb6cb72b99ff\",\n  \"userExists\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "ba608cc4-a610-46bf-95ac-4e7adcaa113d",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "register",
                      "form"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"first_name\": \"Akash\",\n  \"last_name\": \"Mane\",\n  \"gender\": \"male\",\n  \"phone\": {\n    \"mobile\": \"8888888888\",\n    \"country_code\": \"91\"\n  },\n  \"password\": \"qpalzm1?\",\n  \"email\": \"\",\n  \"register_token\": \"\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid Gender\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "9b3f8d48-c6b0-4868-8a8e-386237d058c3",
            "name": "verifyEmail | Verify Email with Code",
            "request": {
              "name": "verifyEmail | Verify Email with Code",
              "description": {
                "content": "Verify user email with a code sent within a link sent to their email.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "verify",
                  "email"
                ],
                "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}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "a8b9f995-3afb-401c-b23e-dd76ead87cd2",
                "name": "Success. Check the example shown below or refer `VerifyEmailSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "verify",
                      "email"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"code\": \"code123\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"verified\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "9cc4c2c4-928d-47e3-af65-3638187e40df",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "verify",
                      "email"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"code\": \"code123\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid Code.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "4c34ef77-886a-4145-9002-56e1763283eb",
            "name": "verifyMobile | Verify Mobile with Code",
            "request": {
              "name": "verifyMobile | Verify Mobile with Code",
              "description": {
                "content": "Verify user mobile with a code sent within a link sent to their mobile.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "verify",
                  "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  \"code\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "99f3f1ee-9d7f-484d-b3e5-0f3cdb9d0186",
                "name": "Success. Check the example shown below or refer `VerifyEmailSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "verify",
                      "mobile"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"code\": \"code123\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"verified\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "d909e741-4984-4ff1-8fdf-4c8e00b4ad70",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "verify",
                      "mobile"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"code\": \"code123\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid Code.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "580b29f1-62b4-4938-8d6e-10dc83d2e360",
            "name": "hasPassword | Check Password Existence",
            "request": {
              "name": "hasPassword | Check Password Existence",
              "description": {
                "content": "Check if user has set an account password.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "has-password"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "0d768f2c-1c7a-4b21-a1b8-1d8a6fbc7b4d",
                "name": "Success. Returns a boolean value. Check the example shown below or refer `HasPasswordSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "has-password"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"result\": 1\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "d34ea89a-4040-43e0-9ded-3415e80658d2",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "has-password"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Unauthorized",
                "code": 401,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid Code.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "da9cf162-723c-4794-955b-d6e5d05bb575",
            "name": "updatePassword | Update password",
            "request": {
              "name": "updatePassword | Update password",
              "description": {
                "content": "Allow user to change their password.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "password"
                ],
                "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  \"old_password\": \"<string>\",\n  \"new_password\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "a765e23c-f2d7-4cb6-8feb-e0bee49661db",
                "name": "Success. Returns a success message. Refer `VerifyEmailSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "password"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"old_password\": \"vinit#Fynd123\",\n  \"new_password\": \"Test@1234\"\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"
              },
              {
                "id": "97a32f32-7a49-4743-89a1-489af94b83d6",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "password"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"old_password\": \"vinit#Fynd123\",\n  \"new_password\": \"Test@1234\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"No password was given\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "6aecea89-3fb9-45e0-bbe4-175b3c0e4fac",
            "name": "sendOTPOnMobile | Send OTP on Mobile",
            "request": {
              "name": "sendOTPOnMobile | Send OTP on Mobile",
              "description": {
                "content": "Send a one-time password to the user's mobile for verification.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "otp",
                  "mobile",
                  "send"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "platform",
                    "value": "Fynd",
                    "description": "ID of the application."
                  }
                ],
                "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  \"encrypt_otp\": \"<boolean>\",\n  \"mobile\": \"<string>\",\n  \"country_code\": \"<string>\",\n  \"action\": \"<string>\",\n  \"token\": \"<string>\",\n  \"android_hash\": \"<string>\",\n  \"force\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "2fb1a42e-cac4-4082-9a23-357f16fb833a",
                "name": "Success. Returns a JSON object as shown below. Refer `OtpSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "otp",
                      "mobile",
                      "send"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"mobile\": \"8888888888\",\n  \"country_code\": \"91\",\n  \"token\": \"resend_token\",\n  \"action\": \"send\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"request_id\": \"01503005aeab87cbed93d40f46cc2749\",\n  \"message\": \"OTP sent\",\n  \"mobile\": \"8888888888\",\n  \"country_code\": \"91\",\n  \"resend_timer\": 30,\n  \"resend_token\": \"18fc3d60-66e5-11eb-9399-0312fbf2c2a6\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "eab3fb57-2fad-48ef-b887-556771a2148d",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "otp",
                      "mobile",
                      "send"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"mobile\": \"8888888888\",\n  \"country_code\": \"91\",\n  \"token\": \"resend_token\",\n  \"action\": \"send\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid Number\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "c8811f21-757f-4a52-bca5-1ef1c26309e7",
            "name": "sendForgotOTPOnMobile | Send mobile OTP for forgot-password",
            "request": {
              "name": "sendForgotOTPOnMobile | Send mobile OTP for forgot-password",
              "description": {
                "content": "Send a one-time password to the user's mobile for verification when resetting a forgotten password.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "otp",
                  "forgot",
                  "mobile",
                  "send"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "platform",
                    "value": "Fynd",
                    "description": "ID of the application."
                  }
                ],
                "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\": \"<string>\",\n  \"country_code\": \"<string>\",\n  \"action\": \"<string>\",\n  \"token\": \"<string>\",\n  \"android_hash\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "f84f9d38-5908-4a97-bb72-ce5bdd1eb9bb",
                "name": "Success. Returns a JSON object as shown below. Refer `OtpSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "otp",
                      "forgot",
                      "mobile",
                      "send"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"mobile\": \"8888888888\",\n  \"country_code\": \"91\",\n  \"token\": \"resend_token\",\n  \"action\": \"send\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"request_id\": \"01503005aeab87cbed93d40f46cc2749\",\n  \"message\": \"OTP sent\",\n  \"mobile\": \"8888888888\",\n  \"country_code\": \"91\",\n  \"resend_timer\": 30,\n  \"resend_token\": \"18fc3d60-66e5-11eb-9399-0312fbf2c2a6\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "bdac8b76-f492-4aeb-99f2-b93d8b025cc8",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "otp",
                      "forgot",
                      "mobile",
                      "send"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"mobile\": \"8888888888\",\n  \"country_code\": \"91\",\n  \"token\": \"resend_token\",\n  \"action\": \"send\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid Number\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "ba045ae9-7020-4266-bd9e-726f928007ad",
            "name": "verifyMobileOTP | Verify mobile OTP",
            "request": {
              "name": "verifyMobileOTP | Verify mobile OTP",
              "description": {
                "content": "Verify one-time password sent to user's mobile.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "otp",
                  "mobile",
                  "verify"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "platform",
                    "value": "Fynd",
                    "description": "ID of the application."
                  }
                ],
                "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  \"request_id\": \"<string>\",\n  \"register_token\": \"<string>\",\n  \"otp\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "eb2443e4-fc5b-40e6-8e2b-28b0990b69a6",
                "name": "Success. Returns a JSON object as shown below. Refer `VerifyOtpSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "otp",
                      "mobile",
                      "verify"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"otp\": \"5401\",\n  \"request_id\": \"01503005aeab87cbed93d40f46cc2749\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"verify_mobile_link\": true,\n  \"user\": {\n    \"debug\": {\n      \"source\": \"deadlock\",\n      \"platform\": \"000000000000000000000001\"\n    },\n    \"gender\": \"male\",\n    \"account_type\": \"user\",\n    \"active\": true,\n    \"profile_pic_url\": \"https://d2co8r51m5ca2d.cloudfront.net/inapp_banners/default_profile_img.png\",\n    \"has_old_password_hash\": false,\n    \"_id\": \"5e68af49cfa09bf7233022f1\",\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\",\n    \"username\": \"test_example_com_12345\",\n    \"phone_numbers\": [\n      {\n        \"active\": true,\n        \"primary\": true,\n        \"verified\": true,\n        \"phone\": \"8888888888\",\n        \"country_code\": 91\n      }\n    ],\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    \"created_at\": \"2020-03-11T09:28:41.982Z\",\n    \"updated_at\": \"2021-02-04T10:10:44.981Z\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "3ab2e2fc-d9b3-424f-b457-ec59fb3f5ffc",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "otp",
                      "mobile",
                      "verify"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"otp\": \"5401\",\n  \"request_id\": \"01503005aeab87cbed93d40f46cc2749\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid request params\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "abd8facf-2dd8-440c-bf49-da9a5493e4c2",
            "name": "verifyMobileForgotOTP | Verify Mobile OTP for Forgot Password",
            "request": {
              "name": "verifyMobileForgotOTP | Verify Mobile OTP for Forgot Password",
              "description": {
                "content": "Verify one-time password sent to user's mobile for resetting a forgotten password.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "otp",
                  "forgot",
                  "mobile",
                  "verify"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "platform",
                    "value": "Fynd",
                    "description": "ID of the application."
                  }
                ],
                "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  \"request_id\": \"<string>\",\n  \"otp\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "a62e6af3-b610-43e8-aaca-bc01dd340846",
                "name": "Success. Returns a JSON object as shown below. Refer `VerifyForgotOtpSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "otp",
                      "forgot",
                      "mobile",
                      "verify"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"otp\": \"5401\",\n  \"request_id\": \"01503005aeab87cbed93d40f46cc2750\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"forgot_token\": \"d6c9df22-7e65-41be-9852-8207a8d2d54d\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "60840183-1089-4455-9e67-38a08de02937",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "otp",
                      "forgot",
                      "mobile",
                      "verify"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"otp\": \"5401\",\n  \"request_id\": \"01503005aeab87cbed93d40f46cc2750\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid request params\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "eb6cd237-6839-4de4-9dc6-354d1db03d01",
            "name": "sendOTPOnEmail | Send OTP on Email",
            "request": {
              "name": "sendOTPOnEmail | Send OTP on Email",
              "description": {
                "content": "Send a one-time password to the user's email for verification.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "otp",
                  "email",
                  "send"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "platform",
                    "value": "Fynd",
                    "description": "ID of the application."
                  }
                ],
                "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  \"email\": \"<string>\",\n  \"action\": \"<string>\",\n  \"token\": \"<string>\",\n  \"register_token\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "1acb2dd6-70af-4ca8-b1dc-461d9e4e68cb",
                "name": "Success. Returns a JSON object as shown below. Refer `EmailOtpSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "otp",
                      "email",
                      "send"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"email\": \"test@example.com\",\n  \"token\": \"resend_token\",\n  \"action\": \"send\",\n  \"register_token\": \"registerToken123\"\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": "1aaacce3-03a7-41c0-81a4-3d68fd3aa77c",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "otp",
                      "email",
                      "send"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"email\": \"test@example.com\",\n  \"token\": \"resend_token\",\n  \"action\": \"send\",\n  \"register_token\": \"registerToken123\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid request params\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "8d1690c0-50ea-43f6-84bc-af61c490dae9",
            "name": "sendForgotOTPOnEmail | Send Email OTP for Forgot Password",
            "request": {
              "name": "sendForgotOTPOnEmail | Send Email OTP for Forgot Password",
              "description": {
                "content": "Send a one-time password to the user's email for verification when resetting a forgotten password.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "otp",
                  "forgot",
                  "email",
                  "send"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "platform",
                    "value": "Fynd",
                    "description": "ID of the application."
                  }
                ],
                "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  \"email\": \"<string>\",\n  \"action\": \"<string>\",\n  \"token\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "ddd63083-fc71-466d-afee-8c7379f1cf4d",
                "name": "Success. Returns a JSON object as shown below. Refer `EmailOtpSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "otp",
                      "forgot",
                      "email",
                      "send"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"email\": \"test@example.com\",\n  \"token\": \"resend_token\",\n  \"action\": \"send\"\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": "6817dfc4-c392-41a2-88c2-3513b3e11bc3",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "otp",
                      "forgot",
                      "email",
                      "send"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"email\": \"test@example.com\",\n  \"token\": \"resend_token\",\n  \"action\": \"send\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid email\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "b1af767c-c4e8-45f6-8a22-f5e5cb67a84b",
            "name": "verifyEmailOTP | Verify Email OTP",
            "request": {
              "name": "verifyEmailOTP | Verify Email OTP",
              "description": {
                "content": "Verify one-time password sent to user's email.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "otp",
                  "email",
                  "verify"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "platform",
                    "value": "Fynd",
                    "description": "ID of the application."
                  }
                ],
                "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  \"email\": \"<string>\",\n  \"action\": \"<string>\",\n  \"register_token\": \"<string>\",\n  \"otp\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "7d4bf777-0c9c-406a-9d48-70de37235bfc",
                "name": "Success. Returns a JSON object as shown below. Refer `VerifyOtpSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "otp",
                      "email",
                      "verify"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"otp\": \"5401\",\n  \"register_token\": \"01503005aeab87cbed93d40f46cc2749\",\n  \"action\": \"verify\",\n  \"email\": \"test@example.com\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"verify_mobile_link\": true,\n  \"user\": {\n    \"debug\": {\n      \"source\": \"deadlock\",\n      \"platform\": \"000000000000000000000001\"\n    },\n    \"gender\": \"male\",\n    \"account_type\": \"user\",\n    \"active\": true,\n    \"profile_pic_url\": \"https://d2co8r51m5ca2d.cloudfront.net/inapp_banners/default_profile_img.png\",\n    \"has_old_password_hash\": false,\n    \"_id\": \"5e68af49cfa09bf7233022f1\",\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\",\n    \"username\": \"test_example_com_12345\",\n    \"phone_numbers\": [\n      {\n        \"active\": true,\n        \"primary\": true,\n        \"verified\": true,\n        \"phone\": \"8888888888\",\n        \"country_code\": 91\n      }\n    ],\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    \"created_at\": \"2020-03-11T09:28:41.982Z\",\n    \"updated_at\": \"2021-02-04T10:10:44.981Z\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "4ead5451-3bb1-4b81-afaf-40b657a6a6e7",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "otp",
                      "email",
                      "verify"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"otp\": \"5401\",\n  \"register_token\": \"01503005aeab87cbed93d40f46cc2749\",\n  \"action\": \"verify\",\n  \"email\": \"test@example.com\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid request params\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "6331abae-1fae-4bf8-be13-d63fdf1ba93a",
            "name": "verifyEmailForgotOTP | Verify Email OTP for Forgot Password",
            "request": {
              "name": "verifyEmailForgotOTP | Verify Email OTP for Forgot Password",
              "description": {
                "content": "Verify one-time password sent to user's email for resetting a forgotten password.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "otp",
                  "forgot",
                  "email",
                  "verify"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "platform",
                    "value": "Fynd",
                    "description": "ID of the application."
                  }
                ],
                "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  \"email\": \"<string>\",\n  \"otp\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "6e0f131c-8ea1-4575-aebb-5af1df0b7711",
                "name": "Success. Returns a JSON object as shown below. Refer `VerifyForgotOtpSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "otp",
                      "forgot",
                      "email",
                      "verify"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"otp\": \"5401\",\n  \"email\": \"test@example.com\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"forgot_token\": \"d6c9df22-7e65-41be-9852-8207a8d2d54d\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "1cc3b403-9806-4fc6-8dbc-5087fa1bcc6c",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "otp",
                      "forgot",
                      "email",
                      "verify"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"otp\": \"5401\",\n  \"email\": \"test@example.com\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid request params\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e7bc6081-3927-47e9-90cc-afe5573e0b5f",
            "name": "getLoggedInUser | Get Logged in User",
            "request": {
              "name": "getLoggedInUser | Get Logged in User",
              "description": {
                "content": "Retrieve information about the currently logged-in user.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "session"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "f1da750c-6195-4b23-bfbc-222f0db787cc",
                "name": "Success. Returns a JSON object with user details. Refer `UserObjectSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "session"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"user\": {\n    \"debug\": {\n      \"source\": \"deadlock\",\n      \"platform\": \"000000000000000000000001\"\n    },\n    \"gender\": \"male\",\n    \"account_type\": \"user\",\n    \"active\": true,\n    \"profile_pic_url\": \"https://d2co8r51m5ca2d.cloudfront.net/inapp_banners/default_profile_img.png\",\n    \"has_old_password_hash\": false,\n    \"_id\": \"5e68af49cfa09bf7233022f1\",\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\",\n    \"username\": \"test_example_com_12345\",\n    \"phone_numbers\": [\n      {\n        \"active\": true,\n        \"primary\": true,\n        \"verified\": true,\n        \"phone\": \"8888888888\",\n        \"country_code\": 91\n      }\n    ],\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    \"created_at\": \"2020-03-11T09:28:41.982Z\",\n    \"updated_at\": \"2021-02-04T10:10:44.981Z\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "2f552bf4-8fd2-4c89-8988-976ee2dc48dc",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "session"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Unauthorized",
                "code": 401,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"authenticated\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "c65b37ec-6d5c-47fc-af67-6dbdf688acdc",
            "name": "getListOfActiveSessions | Get List OF Active Sessions",
            "request": {
              "name": "getListOfActiveSessions | Get List OF Active Sessions",
              "description": {
                "content": "Retrieve all active sessions of a user.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "sessions"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "12d67fcf-aa35-4ed3-8dd8-5e0359da356e",
                "name": "Success. Returns a JSON object containing an array of sessions. Refer `SessionListSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "sessions"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"sessions\": [\n    \"session1\",\n    \"session2\"\n  ]\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "9be3598f-251c-445d-9537-8426ad3194d4",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "sessions"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Unauthorized",
                "code": 401,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"authenticated\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "e652338f-d5c7-4f77-8e72-e953612f9bf0",
            "name": "getPlatformConfig | Get Platform Configuration",
            "request": {
              "name": "getPlatformConfig | Get Platform Configuration",
              "description": {
                "content": "Retrieve platform sales channel authentication configuration.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "platform",
                  "v1.0",
                  "config"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "name",
                    "value": "<string>",
                    "description": "Name of the application, e.g. Fynd."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "0a8e3dec-cc91-4c62-95f0-8ded329e03cb",
                "name": "Success. Returns a JSON object containing the all the platform configurations. Refer `PlatformSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "platform",
                      "v1.0",
                      "config"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "name",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "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\": \"test\",\n  \"desktop_image\": \"test\",\n  \"social\": {\n    \"facebook\": true,\n    \"google\": true,\n    \"account_kit\": true\n  },\n  \"flash_card\": {\n    \"text\": \"\",\n    \"text_color\": \"#FFFFFF\",\n    \"background_color\": \"#EF5350\"\n  },\n  \"register\": true,\n  \"forgot_password\": true,\n  \"login\": {\n    \"password\": true,\n    \"otp\": true\n  },\n  \"skip_captcha\": false,\n  \"display\": \"Fynd\",\n  \"subtext\": \"Login to Fynd\",\n  \"name\": \"Fynd\",\n  \"meta\": {},\n  \"required_fields\": {\n    \"email\": {\n      \"is_required\": false,\n      \"level\": \"hard\"\n    },\n    \"mobile\": {\n      \"is_required\": true,\n      \"level\": \"hard\"\n    }\n  },\n  \"register_required_fields\": {\n    \"email\": {\n      \"is_required\": false,\n      \"level\": \"hard\"\n    },\n    \"mobile\": {\n      \"is_required\": true,\n      \"level\": \"hard\"\n    }\n  },\n  \"skip_login\": false,\n  \"look_and_feel\": {\n    \"background_color\": \"#F5F5F5\",\n    \"card_position\": \"center\"\n  },\n  \"social_tokens\": {\n    \"google\": {\n      \"appId\": \"token_123\"\n    },\n    \"facebook\": {\n      \"appId\": \"2033146826724884\"\n    },\n    \"account_kit\": {\n      \"appId\": \"548529975557631\"\n    }\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  \"session_config\": {\n    \"duration\": 30,\n    \"type\": \"Days\",\n    \"is_rolling\": false\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": "93c219b0-cb04-48ec-908d-cc25fe003748",
            "name": "updateProfile | Edit User Profile Details",
            "request": {
              "name": "updateProfile | Edit User Profile Details",
              "description": {
                "content": "Allow users to modify and update their profile details.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "profile",
                  "v1.0",
                  "detail"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "platform",
                    "value": "Fynd",
                    "description": "ID of the application."
                  }
                ],
                "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  \"encrypt_otp\": \"<boolean>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"mobile\": {\n    \"phone\": \"<string>\",\n    \"country_code\": \"<string>\"\n  },\n  \"country_code\": \"<string>\",\n  \"email\": \"<string>\",\n  \"gender\": \"<string>\",\n  \"dob\": \"<string>\",\n  \"profile_pic_url\": \"<string>\",\n  \"android_hash\": \"<string>\",\n  \"sender\": \"<string>\",\n  \"register_token\": \"<string>\",\n  \"consent\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "b9d2ed52-4200-4e13-94f4-57969d33f465",
                "name": "Success. Check the example shown below or refer `LoginSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v1.0",
                      "detail"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"first_name\": \"Akash\",\n  \"last_name\": \"Mane\",\n  \"gender\": \"male\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"user\": {\n    \"debug\": {\n      \"source\": \"deadlock\",\n      \"platform\": \"000000000000000000000001\"\n    },\n    \"gender\": \"male\",\n    \"account_type\": \"user\",\n    \"active\": true,\n    \"profile_pic_url\": \"https://d2co8r51m5ca2d.cloudfront.net/inapp_banners/default_profile_img.png\",\n    \"has_old_password_hash\": false,\n    \"_id\": \"5e68af49cfa09bf7233022f1\",\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\",\n    \"username\": \"test_example_com_12345\",\n    \"phone_numbers\": [\n      {\n        \"active\": true,\n        \"primary\": true,\n        \"verified\": true,\n        \"phone\": \"8888888888\",\n        \"country_code\": 91\n      }\n    ],\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    \"created_at\": \"2020-03-11T09:28:41.982Z\",\n    \"updated_at\": \"2021-02-04T10:10:44.981Z\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "097b1f83-987c-45c5-ac75-d19ccaf03c49",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v1.0",
                      "detail"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"first_name\": \"Akash\",\n  \"last_name\": \"Mane\",\n  \"gender\": \"male\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid Gender\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "73ec0e7e-6ae8-4a5f-a6ec-5d98a67f605f",
            "name": "addMobileNumber | Add Mobile Number to Profile",
            "request": {
              "name": "addMobileNumber | Add Mobile Number to Profile",
              "description": {
                "content": "Add a new mobile number to the user's profile.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "profile",
                  "v1.0",
                  "mobile"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "platform",
                    "value": "Fynd",
                    "description": "ID of the application."
                  }
                ],
                "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  \"country_code\": \"<string>\",\n  \"phone\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "664113f1-982e-4c2e-ad94-5ff2c460e089",
                "name": "Success. Check the example shown below or refer `VerifyMobileOTPSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v1.0",
                      "mobile"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"phone\": \"8888888888\",\n  \"country_code\": \"91\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"verify_mobile_link\": true,\n  \"user\": {\n    \"debug\": {\n      \"source\": \"deadlock\",\n      \"platform\": \"000000000000000000000001\"\n    },\n    \"gender\": \"male\",\n    \"account_type\": \"user\",\n    \"active\": true,\n    \"profile_pic_url\": \"https://d2co8r51m5ca2d.cloudfront.net/inapp_banners/default_profile_img.png\",\n    \"has_old_password_hash\": false,\n    \"_id\": \"5e68af49cfa09bf7233022f1\",\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\",\n    \"username\": \"test_example_com_12345\",\n    \"phone_numbers\": [\n      {\n        \"active\": true,\n        \"primary\": true,\n        \"verified\": true,\n        \"phone\": \"8888888888\",\n        \"country_code\": 91\n      }\n    ],\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    \"created_at\": \"2020-03-11T09:28:41.982Z\",\n    \"updated_at\": \"2021-02-04T10:10:44.981Z\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "72e0c551-f07a-4e5e-a82b-12d9d986e5af",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v1.0",
                      "mobile"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"phone\": \"8888888888\",\n  \"country_code\": \"91\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Number required\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "c9021ab3-998c-49a9-b153-c7f7a6a8330c",
            "name": "deleteMobileNumber | Delete Mobile Number From Profile",
            "request": {
              "name": "deleteMobileNumber | Delete Mobile Number From Profile",
              "description": {
                "content": "Delete mobile number from profile.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "profile",
                  "v1.0",
                  "mobile"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "platform",
                    "value": "Fynd",
                    "description": "ID of the application."
                  },
                  {
                    "disabled": false,
                    "key": "active",
                    "value": "<boolean>",
                    "description": "(Required) This is a boolean value to check if mobile number is active 1.True - number is active 2. False - number is inactive."
                  },
                  {
                    "disabled": false,
                    "key": "primary",
                    "value": "<boolean>",
                    "description": "(Required) This is a boolean value to check if mobile number is primary number (main number) 1. True - number is primary 2. False - number is not primary."
                  },
                  {
                    "disabled": false,
                    "key": "verified",
                    "value": "<boolean>",
                    "description": "(Required) This is a boolean value to check if mobile number is verified 1. True - number is verified 2.False - number is not verified yet."
                  },
                  {
                    "disabled": false,
                    "key": "country_code",
                    "value": "<string>",
                    "description": "(Required) Country code of the phone number, e.g. 91."
                  },
                  {
                    "disabled": false,
                    "key": "phone",
                    "value": "<string>",
                    "description": "(Required) Phone number."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "8d522bcc-d577-4749-89da-3ea1dc90e1a1",
                "name": "Success. Check the example shown below or refer `LoginSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v1.0",
                      "mobile"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      },
                      {
                        "key": "active",
                        "value": "true"
                      },
                      {
                        "key": "primary",
                        "value": "true"
                      },
                      {
                        "key": "verified",
                        "value": "true"
                      },
                      {
                        "key": "country_code",
                        "value": "91"
                      },
                      {
                        "key": "phone",
                        "value": "8888888888"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"user\": {\n    \"debug\": {\n      \"source\": \"deadlock\",\n      \"platform\": \"000000000000000000000001\"\n    },\n    \"gender\": \"male\",\n    \"account_type\": \"user\",\n    \"active\": true,\n    \"profile_pic_url\": \"https://d2co8r51m5ca2d.cloudfront.net/inapp_banners/default_profile_img.png\",\n    \"has_old_password_hash\": false,\n    \"_id\": \"5e68af49cfa09bf7233022f1\",\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\",\n    \"username\": \"test_example_com_12345\",\n    \"phone_numbers\": [\n      {\n        \"active\": true,\n        \"primary\": true,\n        \"verified\": true,\n        \"phone\": \"8888888888\",\n        \"country_code\": 91\n      }\n    ],\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    \"created_at\": \"2020-03-11T09:28:41.982Z\",\n    \"updated_at\": \"2021-02-04T10:10:44.981Z\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "341b0596-b65f-4098-b2d0-3bb8dddd99cd",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v1.0",
                      "mobile"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      },
                      {
                        "key": "active",
                        "value": "true"
                      },
                      {
                        "key": "primary",
                        "value": "true"
                      },
                      {
                        "key": "verified",
                        "value": "true"
                      },
                      {
                        "key": "country_code",
                        "value": "91"
                      },
                      {
                        "key": "phone",
                        "value": "8888888888"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid Code.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "86c3aba0-e261-46fe-a198-1e79b7191b64",
            "name": "setMobileNumberAsPrimary | Set Mobile as Primary",
            "request": {
              "name": "setMobileNumberAsPrimary | Set Mobile as Primary",
              "description": {
                "content": "Set a mobile number as the primary contact for the user.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "profile",
                  "v1.0",
                  "mobile",
                  "primary"
                ],
                "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  \"verified\": \"<boolean>\",\n  \"active\": \"<boolean>\",\n  \"country_code\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"primary\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "e5dd9c6f-c25f-42fc-9d0b-2afb4b0a1d46",
                "name": "Success. Check the example shown below or refer `LoginSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v1.0",
                      "mobile",
                      "primary"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"active\": true,\n  \"primary\": false,\n  \"verified\": true,\n  \"country_code\": \"91\",\n  \"phone\": \"8888888888\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"user\": {\n    \"debug\": {\n      \"source\": \"deadlock\",\n      \"platform\": \"000000000000000000000001\"\n    },\n    \"gender\": \"male\",\n    \"account_type\": \"user\",\n    \"active\": true,\n    \"profile_pic_url\": \"https://d2co8r51m5ca2d.cloudfront.net/inapp_banners/default_profile_img.png\",\n    \"has_old_password_hash\": false,\n    \"_id\": \"5e68af49cfa09bf7233022f1\",\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\",\n    \"username\": \"test_example_com_12345\",\n    \"phone_numbers\": [\n      {\n        \"active\": true,\n        \"primary\": true,\n        \"verified\": true,\n        \"phone\": \"8888888888\",\n        \"country_code\": 91\n      }\n    ],\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    \"created_at\": \"2020-03-11T09:28:41.982Z\",\n    \"updated_at\": \"2021-02-04T10:10:44.981Z\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "67786f08-539a-42fe-b74d-cb40e8e510c2",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v1.0",
                      "mobile",
                      "primary"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"active\": true,\n  \"primary\": false,\n  \"verified\": true,\n  \"country_code\": \"91\",\n  \"phone\": \"8888888888\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Number required\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "df787b2b-4f0f-4854-abf2-b9edc63fed0c",
            "name": "sendVerificationLinkToMobile | Send Verification Link to Mobile",
            "request": {
              "name": "sendVerificationLinkToMobile | Send Verification Link to Mobile",
              "description": {
                "content": "Send a verification link to a newly added mobile number.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "profile",
                  "v1.0",
                  "mobile",
                  "link",
                  "send"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "platform",
                    "value": "Fynd",
                    "description": "ID of the application."
                  }
                ],
                "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  \"verified\": \"<boolean>\",\n  \"active\": \"<boolean>\",\n  \"country_code\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"primary\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "ac88e167-cd4e-4277-ba41-7cc98971de1f",
                "name": "Success. Check the example shown below or refer `SendMobileVerifyLinkSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v1.0",
                      "mobile",
                      "link",
                      "send"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"active\": true,\n  \"primary\": false,\n  \"verified\": true,\n  \"country_code\": \"91\",\n  \"phone\": \"8888888888\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"verify_mobile_link\": true,\n  \"user\": {\n    \"debug\": {\n      \"source\": \"deadlock\",\n      \"platform\": \"000000000000000000000001\"\n    },\n    \"gender\": \"male\",\n    \"account_type\": \"user\",\n    \"active\": true,\n    \"profile_pic_url\": \"https://d2co8r51m5ca2d.cloudfront.net/inapp_banners/default_profile_img.png\",\n    \"has_old_password_hash\": false,\n    \"_id\": \"5e68af49cfa09bf7233022f1\",\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\",\n    \"username\": \"test_example_com_12345\",\n    \"phone_numbers\": [\n      {\n        \"active\": true,\n        \"primary\": true,\n        \"verified\": true,\n        \"phone\": \"8888888888\",\n        \"country_code\": 91\n      }\n    ],\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    \"created_at\": \"2020-03-11T09:28:41.982Z\",\n    \"updated_at\": \"2021-02-04T10:10:44.981Z\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "3883bad1-59a9-44a8-9cb6-72de8adf71c1",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v1.0",
                      "mobile",
                      "link",
                      "send"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"active\": true,\n  \"primary\": false,\n  \"verified\": true,\n  \"country_code\": \"91\",\n  \"phone\": \"8888888888\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid Code.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "7d1cd62b-2d41-49e1-99a4-df8d1a5c5500",
            "name": "addEmail | Add Email to Profile",
            "request": {
              "name": "addEmail | Add Email to Profile",
              "description": {
                "content": "Add a new email address to the user's profile.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "profile",
                  "v1.0",
                  "email"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "platform",
                    "value": "Fynd",
                    "description": "ID of the application."
                  }
                ],
                "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  \"email\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "d0891678-74c6-4c14-862e-b5d4cbd36a98",
                "name": "Success. Returns a JSON object with user details. Refer `VerifyEmailOTPSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v1.0",
                      "email"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"email\": \"test@example.com\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"verify_email_link\": true,\n  \"user\": {\n    \"debug\": {\n      \"source\": \"deadlock\",\n      \"platform\": \"000000000000000000000001\"\n    },\n    \"gender\": \"male\",\n    \"account_type\": \"user\",\n    \"active\": true,\n    \"profile_pic_url\": \"https://d2co8r51m5ca2d.cloudfront.net/inapp_banners/default_profile_img.png\",\n    \"has_old_password_hash\": false,\n    \"_id\": \"5e68af49cfa09bf7233022f1\",\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\",\n    \"username\": \"test_example_com_12345\",\n    \"phone_numbers\": [\n      {\n        \"active\": true,\n        \"primary\": true,\n        \"verified\": true,\n        \"phone\": \"8888888888\",\n        \"country_code\": 91\n      }\n    ],\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    \"created_at\": \"2020-03-11T09:28:41.982Z\",\n    \"updated_at\": \"2021-02-04T10:10:44.981Z\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "77962d48-4dd9-4b8e-90af-01c0aaaf25c3",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v1.0",
                      "email"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PUT",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"email\": \"test@example.com\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Email required.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "d3670b90-f895-4688-bb37-72dfba539c6f",
            "name": "deleteEmail | Delete Email From Profile",
            "request": {
              "name": "deleteEmail | Delete Email From Profile",
              "description": {
                "content": "Delete email from profile.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "profile",
                  "v1.0",
                  "email"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "platform",
                    "value": "Fynd",
                    "description": "ID of the application."
                  },
                  {
                    "disabled": false,
                    "key": "active",
                    "value": "<boolean>",
                    "description": "(Required) Boolean value to check if email id is active 1. True - email id is active 2.False - email id is inactive."
                  },
                  {
                    "disabled": false,
                    "key": "primary",
                    "value": "<boolean>",
                    "description": "(Required) Boolean value to check if email id is primary (main email id) 1. True - email id is primary 2.False - email id is not primary."
                  },
                  {
                    "disabled": false,
                    "key": "verified",
                    "value": "<boolean>",
                    "description": "(Required) Boolean value to check if email id is verified 1. True - email id is verified 2.False - email id is not verified yet."
                  },
                  {
                    "disabled": false,
                    "key": "email",
                    "value": "<string>",
                    "description": "(Required) The email id to delete."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "DELETE",
              "auth": null
            },
            "response": [
              {
                "id": "eb350273-c826-4897-a567-56c8a61e5d58",
                "name": "Success. Returns a JSON object with user details. Refer `LoginSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v1.0",
                      "email"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      },
                      {
                        "key": "active",
                        "value": "true"
                      },
                      {
                        "key": "primary",
                        "value": "true"
                      },
                      {
                        "key": "verified",
                        "value": "true"
                      },
                      {
                        "key": "email",
                        "value": "test@example.com"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"user\": {\n    \"debug\": {\n      \"source\": \"deadlock\",\n      \"platform\": \"000000000000000000000001\"\n    },\n    \"gender\": \"male\",\n    \"account_type\": \"user\",\n    \"active\": true,\n    \"profile_pic_url\": \"https://d2co8r51m5ca2d.cloudfront.net/inapp_banners/default_profile_img.png\",\n    \"has_old_password_hash\": false,\n    \"_id\": \"5e68af49cfa09bf7233022f1\",\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\",\n    \"username\": \"test_example_com_12345\",\n    \"phone_numbers\": [\n      {\n        \"active\": true,\n        \"primary\": true,\n        \"verified\": true,\n        \"phone\": \"8888888888\",\n        \"country_code\": 91\n      }\n    ],\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    \"created_at\": \"2020-03-11T09:28:41.982Z\",\n    \"updated_at\": \"2021-02-04T10:10:44.981Z\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "92dd04ed-7350-4ea6-a651-8816ac5dfbb4",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v1.0",
                      "email"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      },
                      {
                        "key": "active",
                        "value": "true"
                      },
                      {
                        "key": "primary",
                        "value": "true"
                      },
                      {
                        "key": "verified",
                        "value": "true"
                      },
                      {
                        "key": "email",
                        "value": "test@example.com"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "DELETE",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid Code.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "dc001736-e905-41ab-972a-2559d0435593",
            "name": "setEmailAsPrimary | Set Email as Primary",
            "request": {
              "name": "setEmailAsPrimary | Set Email as Primary",
              "description": {
                "content": "Set an email address as the primary contact for the user.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "profile",
                  "v1.0",
                  "email",
                  "primary"
                ],
                "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  \"email\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "7916ff5c-20db-49de-b930-39b398146fb7",
                "name": "Success. Returns a JSON object with user details. Refer `LoginSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v1.0",
                      "email",
                      "primary"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"email\": \"test@example.com\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"user\": {\n    \"debug\": {\n      \"source\": \"deadlock\",\n      \"platform\": \"000000000000000000000001\"\n    },\n    \"gender\": \"male\",\n    \"account_type\": \"user\",\n    \"active\": true,\n    \"profile_pic_url\": \"https://d2co8r51m5ca2d.cloudfront.net/inapp_banners/default_profile_img.png\",\n    \"has_old_password_hash\": false,\n    \"_id\": \"5e68af49cfa09bf7233022f1\",\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\",\n    \"username\": \"test_example_com_12345\",\n    \"phone_numbers\": [\n      {\n        \"active\": true,\n        \"primary\": true,\n        \"verified\": true,\n        \"phone\": \"8888888888\",\n        \"country_code\": 91\n      }\n    ],\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    \"created_at\": \"2020-03-11T09:28:41.982Z\",\n    \"updated_at\": \"2021-02-04T10:10:44.981Z\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "40087038-2af7-4b6c-a64e-82c9b6bf3aeb",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v1.0",
                      "email",
                      "primary"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"email\": \"test@example.com\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Email required.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "7c24d91b-f10a-4cd5-8e15-1bc7397a4bb4",
            "name": "sendVerificationLinkToEmail | Send Verification Link to Email",
            "request": {
              "name": "sendVerificationLinkToEmail | Send Verification Link to Email",
              "description": {
                "content": "Send a verification link to a newly added email address.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "profile",
                  "v1.0",
                  "email",
                  "link",
                  "send"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "platform",
                    "value": "Fynd",
                    "description": "ID of the application."
                  }
                ],
                "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  \"email\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "aba42556-0c75-4e7e-9aaa-f6a84e1f2764",
                "name": "Request body must contain an email ID. Refer `EditEmailRequestSchema` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v1.0",
                      "email",
                      "link",
                      "send"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"email\": \"test@example.com\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"verify_email_link\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "46e6ee5f-a063-46fc-a56f-9e80f456783d",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v1.0",
                      "email",
                      "link",
                      "send"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "platform",
                        "value": "5eda528b97457fe43a733ace"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"email\": \"test@example.com\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid Code.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "845f44ef-deea-4b4f-a65b-8509fb8b476a",
            "name": "userExists | Chcek User Existence",
            "request": {
              "name": "userExists | Chcek User Existence",
              "description": {
                "content": "Check whether user is already registered or not to the sales channel.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "user-exists"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "q",
                    "value": "<string>",
                    "description": "(Required) Email id or phone number of user."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "73e0b79d-492a-4336-b501-754068b3c171",
                "name": "Returns true or false based on user is registered or not.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "user-exists"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "q",
                        "value": "test@example.com"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"user_exists\": true\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "9e775163-490b-4826-ab12-c7192cf7a8c7",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "user-exists"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "q",
                        "value": "test@example.com"
                      }
                    ],
                    "variable": []
                  },
                  "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 Code.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "9e6767fa-7f8e-4d81-994c-c6d8e6fc99f2",
            "name": "deleteUser | Verify OTP and Delete User",
            "request": {
              "name": "deleteUser | Verify OTP and Delete User",
              "description": {
                "content": "Verify OTP sent to mobile/email and delete the user's account.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "delete"
                ],
                "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  \"user_id\": \"<string>\",\n  \"reason\": \"<string>\",\n  \"reason_id\": \"<string>\",\n  \"request_id\": \"<string>\",\n  \"otp\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "4b705607-ffcc-4f9e-89b4-200cb377305a",
                "name": "Success. Returns a success message. Refer `DeleteUserSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "delete"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"user_id\": \"61f02c3dcc701256044ed6c0\",\n  \"reason\": \"test\",\n  \"reason_id\": \"123\",\n  \"otp\": \"5401\",\n  \"request_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": "945ce992-5e97-4997-945b-9d3d658f8101",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "delete"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"user_id\": \"61f02c3dcc701256044ed6c0\",\n  \"reason\": \"test\",\n  \"reason_id\": \"123\",\n  \"otp\": \"5401\",\n  \"request_id\": \"1234\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"User Id is required\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "4343129e-19ef-4e3a-bd0a-9bf21e354e37",
            "name": "logout | Logout Current User",
            "request": {
              "name": "logout | Logout Current User",
              "description": {
                "content": "Logout currently logged-in user.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "authentication",
                  "v1.0",
                  "logout"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "60393c85-1e06-487b-8faa-57a8d261d846",
                "name": "Success. Returns a success message as shown below. Refer `LogoutSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "logout"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "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"
              },
              {
                "id": "e37a7088-7713-45c6-a894-de9cebbac390",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "authentication",
                      "v1.0",
                      "logout"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Unauthorized",
                "code": 401,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"Invalid Code.\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "32511676-8523-448a-b4a1-5c4d628e0d60",
            "name": "getUserAttributes | Get User Attributes",
            "request": {
              "name": "getUserAttributes | Get User Attributes",
              "description": {
                "content": "Get the list of user attributes.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "profile",
                  "v1.0",
                  "user-attributes"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [
                  {
                    "disabled": false,
                    "key": "slug",
                    "value": "<string>",
                    "description": "Filter by attribute slug."
                  }
                ],
                "variable": []
              },
              "header": [
                {
                  "key": "Accept",
                  "value": "application/json"
                },
                {
                  "key": "Cookie",
                  "value": "{{cookies}}",
                  "type": "text"
                }
              ],
              "method": "GET",
              "auth": null
            },
            "response": [
              {
                "id": "8be0f5c5-8752-48ef-a3b3-db2de5242a47",
                "name": "Returns a list of users attributes",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v1.0",
                      "user-attributes"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "slug",
                        "value": "<string>"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"attributes\": {\n    \"Attribute_01\": 1,\n    \"Attribute_02\": \"String01\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "8d696c02-868d-489c-b887-9169550747dd",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v1.0",
                      "user-attributes"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "slug",
                        "value": "<string>"
                      }
                    ],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "GET",
                  "body": {}
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"code\": \"dolor aliquip\",\n  \"message\": \"cupidatat\",\n  \"info\": \"eiusmod\",\n  \"request_id\": \"Ut non do\",\n  \"error\": \"nostrud\",\n  \"meta\": {\n    \"culpada\": -20622749.632386446,\n    \"qui68\": 66565704.36609134,\n    \"proident1bc\": \"culpa ea ipsum Duis\"\n  },\n  \"authenticated\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "298ef5a6-4817-4f26-bccd-4f29c5ebd4cb",
            "name": "updateUserAttributes | Update User Attributes",
            "request": {
              "name": "updateUserAttributes | Update User Attributes",
              "description": {
                "content": "Update user attributes.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "profile",
                  "v1.0",
                  "user-attributes"
                ],
                "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  \"attributes\": {\n    \"velitcbd\": \"ut fugiat veniam\",\n    \"elit_f\": false,\n    \"occaecatd\": false\n  }\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "1aebea7a-fcb0-4846-a4e9-0ea62c1c5439",
                "name": "Returns a list of users attributes",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v1.0",
                      "user-attributes"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"attributes\": {\n    \"Attribute_01\": 1,\n    \"Attribute_02\": \"String01\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"attributes\": {\n    \"Attribute_01\": 1,\n    \"Attribute_02\": \"String01\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "c13011e8-22ed-45ef-a330-9a82ee7abf5c",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v1.0",
                      "user-attributes"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "PATCH",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"attributes\": {\n    \"Attribute_01\": 1,\n    \"Attribute_02\": \"String01\"\n  }\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"code\": \"dolor aliquip\",\n  \"message\": \"cupidatat\",\n  \"info\": \"eiusmod\",\n  \"request_id\": \"Ut non do\",\n  \"error\": \"nostrud\",\n  \"meta\": {\n    \"culpada\": -20622749.632386446,\n    \"qui68\": 66565704.36609134,\n    \"proident1bc\": \"culpa ea ipsum Duis\"\n  },\n  \"authenticated\": false\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "7ffbdc6e-a978-4d39-852f-01ff78ac0bbb",
            "name": "getAttributesDefinition | Get User Attribute Definitions",
            "request": {
              "name": "getAttributesDefinition | Get User Attribute Definitions",
              "description": {
                "content": "Retrieve user attribute definitions.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "profile",
                  "v1.0",
                  "attributes",
                  "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 whether the attribute is editable by the customer."
                  },
                  {
                    "disabled": false,
                    "key": "encrypted",
                    "value": "<boolean>",
                    "description": "Filter by whether the attribute is encrypted."
                  },
                  {
                    "disabled": false,
                    "key": "pinned",
                    "value": "<boolean>",
                    "description": "Filter by whether the attribute is pinned."
                  },
                  {
                    "disabled": false,
                    "key": "pin_order",
                    "value": "<integer>",
                    "description": "Filter by pin order, it is the order in which the attribute is pinned."
                  },
                  {
                    "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": "registration_enabled",
                    "value": "<boolean>",
                    "description": "Filter by whether the attribute is enabled for registration."
                  },
                  {
                    "disabled": false,
                    "key": "registration_type",
                    "value": "<string>",
                    "description": "Filter by registration type (e.g., mandatory, optional)."
                  },
                  {
                    "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": "d7a2d3ff-7bc3-4961-b006-25c96d3ae805",
                "name": "Successfull response",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v1.0",
                      "attributes",
                      "definition"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "excluding_ids",
                        "value": "652ecb965ec66ef03da26f77,652ecb965ec66ef03da26f76"
                      },
                      {
                        "key": "slug",
                        "value": "attribute5"
                      },
                      {
                        "key": "type",
                        "value": "boolean"
                      },
                      {
                        "key": "customer_editable",
                        "value": "true"
                      },
                      {
                        "key": "encrypted",
                        "value": "true"
                      },
                      {
                        "key": "pinned",
                        "value": "true"
                      },
                      {
                        "key": "pin_order",
                        "value": "1"
                      },
                      {
                        "key": "is_locked",
                        "value": "true"
                      },
                      {
                        "key": "name",
                        "value": "Attribute Def"
                      },
                      {
                        "key": "registration_enabled",
                        "value": "true"
                      },
                      {
                        "key": "registration_type",
                        "value": "<string>"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      }
                    ],
                    "variable": []
                  },
                  "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      \"registration\": {\n        \"enabled\": false\n      },\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      \"__v\": 0\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\": true,\n      \"registration\": {\n        \"enabled\": true,\n        \"type\": \"mandatory\"\n      },\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      \"__v\": 0\n    }\n  ],\n  \"page\": {\n    \"type\": \"number\",\n    \"current\": 1,\n    \"size\": 10,\n    \"item_total\": 6,\n    \"has_next\": false\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "b8f81f40-4979-4a36-8f96-757de08f29f5",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v1.0",
                      "attributes",
                      "definition"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [
                      {
                        "key": "excluding_ids",
                        "value": "652ecb965ec66ef03da26f77,652ecb965ec66ef03da26f76"
                      },
                      {
                        "key": "slug",
                        "value": "attribute5"
                      },
                      {
                        "key": "type",
                        "value": "boolean"
                      },
                      {
                        "key": "customer_editable",
                        "value": "true"
                      },
                      {
                        "key": "encrypted",
                        "value": "true"
                      },
                      {
                        "key": "pinned",
                        "value": "true"
                      },
                      {
                        "key": "pin_order",
                        "value": "1"
                      },
                      {
                        "key": "is_locked",
                        "value": "true"
                      },
                      {
                        "key": "name",
                        "value": "Attribute Def"
                      },
                      {
                        "key": "registration_enabled",
                        "value": "true"
                      },
                      {
                        "key": "registration_type",
                        "value": "<string>"
                      },
                      {
                        "key": "page_size",
                        "value": "10"
                      },
                      {
                        "key": "page_no",
                        "value": "1"
                      }
                    ],
                    "variable": []
                  },
                  "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 filter parameters for attributes definition\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "a8c3ea5e-d645-40dc-94ec-fd8d29c2b1c3",
            "name": "sendOTPOnPrimary | Send OTP to Primary Mobile or Email",
            "request": {
              "name": "sendOTPOnPrimary | Send OTP to Primary Mobile or Email",
              "description": {
                "content": "Send OTP to primary mobile number or email to verify primary details. Use this to update Email or Mobile, other APIs will be deprecated.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "profile",
                  "v2.0",
                  ":entity",
                  "primary",
                  "otp",
                  "send"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "entity",
                    "description": "(Required) This is a string parameter and the value can be either `mobile` or `email`."
                  }
                ]
              },
              "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  \"encrypt_otp\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "1f96a5ae-22e1-4bea-97b6-36271eb93077",
                "name": "Success. Returns a JSON object as shown below. Refer `SendOtpSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v2.0",
                      ":entity",
                      "primary",
                      "otp",
                      "send"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "entity",
                        "description": "(Required) This is a string parameter and the value can be either `mobile` or `email`."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"encrypt_otp\": false\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"request_id\": \"01503005aeab87cbed93d40f46cc2749\",\n  \"message\": \"OTP sent\",\n  \"mobile\": \"8888888888\",\n  \"country_code\": \"91\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "27150aae-feb0-456a-a5b6-16cb3126a9f1",
            "name": "verifyOTPonPrimary | Verify OTP sent to Primary Mobile or Email",
            "request": {
              "name": "verifyOTPonPrimary | Verify OTP sent to Primary Mobile or Email",
              "description": {
                "content": "Verify OTP sent to primary mobile number or email to verify primary details. User needs to use sendOTPOnPrimary before verifying OTP.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "profile",
                  "v2.0",
                  ":entity",
                  "primary",
                  "otp",
                  "verify"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "entity",
                    "description": "(Required) This is a string parameter and the value can be either `mobile` or `email`."
                  }
                ]
              },
              "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  \"otp\": \"<string>\",\n  \"request_id\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "51e45aff-7dc1-481d-8cbd-5140c314a6f3",
                "name": "Success. Returns a JSON object as shown below. Refer `VerifyPrimaryOTPSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v2.0",
                      ":entity",
                      "primary",
                      "otp",
                      "verify"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "entity",
                        "description": "(Required) This is a string parameter and the value can be either `mobile` or `email`."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"otp\": \"5401\",\n  \"request_id\": \"01503005aeab87cbed93d40f46cc2749\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"request_id\": \"01503005aeab87cbed93d40f46cc2749\",\n  \"entity\": \"mobile\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "a6ed75ca-016b-4824-a220-9eeb3d041c66",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v2.0",
                      ":entity",
                      "primary",
                      "otp",
                      "verify"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "entity",
                        "description": "(Required) This is a string parameter and the value can be either `mobile` or `email`."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"otp\": \"5401\",\n  \"request_id\": \"01503005aeab87cbed93d40f46cc2749\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"OTP and request Id is mandatory to verify OTP\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "93179bfd-8b85-4a0c-8c0f-b42f6e13721c",
            "name": "sendOTPForUpdate | Send OTP to update Mobile or Email",
            "request": {
              "name": "sendOTPForUpdate | Send OTP to update Mobile or Email",
              "description": {
                "content": "Send OTP to mobile number or email. User needs to use sendOTPOnPrimary and verifyOTPonPrimary before using this method to update details.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "profile",
                  "v2.0",
                  ":entity",
                  "otp",
                  "send"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "entity",
                    "description": "(Required) This is a string parameter and the value can be either `mobile` or `email`."
                  }
                ]
              },
              "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  \"request_id\": \"<string>\",\n  \"mobile\": \"<string>\",\n  \"country_code\": \"<string>\",\n  \"email\": \"<string>\",\n  \"encrypt_otp\": \"<boolean>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "3e617f01-ca0c-42b1-8ed7-c58b420be12e",
                "name": "Success. Returns a JSON object as shown below. Refer `SendOtpSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v2.0",
                      ":entity",
                      "otp",
                      "send"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "entity",
                        "description": "(Required) This is a string parameter and the value can be either `mobile` or `email`."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"request_id\": \"1234567890\",\n  \"encrypt_otp\": false,\n  \"email\": \"test@example.com\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"success\": true,\n  \"request_id\": \"01503005aeab87cbed93d40f46cc2749\",\n  \"message\": \"OTP sent\",\n  \"mobile\": \"8888888888\",\n  \"country_code\": \"91\"\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              }
            ],
            "event": [],
            "protocolProfileBehavior": {
              "disableBodyPruning": true
            }
          },
          {
            "id": "5f262dcc-0475-467c-991d-5ec8a93d7b65",
            "name": "verifyOTPForUpdate | Verify OTP sent to Mobile or Email to update primary details.",
            "request": {
              "name": "verifyOTPForUpdate | Verify OTP sent to Mobile or Email to update primary details.",
              "description": {
                "content": "Verify OTP sent to Mobile number or Email to update primary details. User needs to use sendOTPOnPrimary, verifyOTPonPrimary and sendOTPForUpdate before using this method to verify update details.",
                "type": "text/plain"
              },
              "url": {
                "path": [
                  "service",
                  "application",
                  "user",
                  "profile",
                  "v2.0",
                  ":entity",
                  "otp",
                  "verify"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": [
                  {
                    "disabled": false,
                    "type": "any",
                    "value": "<string>",
                    "key": "entity",
                    "description": "(Required) This is a string parameter and the value can be either `mobile` or `email`."
                  }
                ]
              },
              "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  \"request_id\": \"<string>\",\n  \"otp\": \"<string>\",\n  \"email\": \"<string>\"\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [
              {
                "id": "b540cddc-1afe-4998-b39d-ce696b8a0988",
                "name": "Success. Returns a JSON object as shown below. Refer `VerifyOtpSuccess` for more details.",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v2.0",
                      ":entity",
                      "otp",
                      "verify"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "entity",
                        "description": "(Required) This is a string parameter and the value can be either `mobile` or `email`."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"otp\": \"5401\",\n  \"request_id\": \"01503005aeab87cbed93d40f46cc2749\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "OK",
                "code": 200,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"userExists\": true,\n  \"user\": {\n    \"debug\": {\n      \"source\": \"deadlock\",\n      \"platform\": \"000000000000000000000001\"\n    },\n    \"gender\": \"male\",\n    \"account_type\": \"user\",\n    \"active\": true,\n    \"profile_pic_url\": \"https://d2co8r51m5ca2d.cloudfront.net/inapp_banners/default_profile_img.png\",\n    \"has_old_password_hash\": false,\n    \"_id\": \"5e68af49cfa09bf7233022f1\",\n    \"first_name\": \"Akash\",\n    \"last_name\": \"Mane\",\n    \"username\": \"test_example_com_12345\",\n    \"phone_numbers\": [\n      {\n        \"active\": true,\n        \"primary\": true,\n        \"verified\": true,\n        \"phone\": \"8888888888\",\n        \"country_code\": 91\n      }\n    ],\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    \"created_at\": \"2020-03-11T09:28:41.982Z\",\n    \"updated_at\": \"2021-02-04T10:10:44.981Z\"\n  }\n}",
                "cookie": [],
                "_postman_previewlanguage": "json"
              },
              {
                "id": "23e0a5ad-3970-4f84-9c4a-23c65ed8daaa",
                "name": "Bad request. See the error object in the response body for specific reason",
                "originalRequest": {
                  "url": {
                    "path": [
                      "service",
                      "application",
                      "user",
                      "profile",
                      "v2.0",
                      ":entity",
                      "otp",
                      "verify"
                    ],
                    "host": [
                      "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": [
                      {
                        "disabled": false,
                        "type": "any",
                        "value": "<string>",
                        "key": "entity",
                        "description": "(Required) This is a string parameter and the value can be either `mobile` or `email`."
                      }
                    ]
                  },
                  "header": [
                    {
                      "key": "Accept",
                      "value": "application/json"
                    }
                  ],
                  "method": "POST",
                  "body": {
                    "mode": "raw",
                    "raw": "{\n  \"otp\": \"5401\",\n  \"request_id\": \"01503005aeab87cbed93d40f46cc2749\"\n}",
                    "options": {
                      "raw": {
                        "language": "json"
                      }
                    }
                  }
                },
                "status": "Bad Request",
                "code": 400,
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": "{\n  \"message\": \"OTP and request Id is mandatory to verify OTP\"\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": "applicationId",
        "value": "000000000000000000000003"
      },
      {
        "key": "applicationToken",
        "value": "uUY7IQOBwM"
      },
      {
        "key": "cookies",
        "value": "<Cookies>"
      }
    ],
    "info": {
      "_postman_id": "d2b78ca9-0f69-447a-9fae-ac83684a4b8f",
      "name": "Fynd Platform's Application Side APIs v2.11.8",
      "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
      "description": {
        "content": "Fynd Platform's Application Side APIs",
        "type": "text/plain"
      }
    },
    "auth": {
      "type": "basic",
      "basic": [
        {
          "key": "password",
          "value": "{{applicationToken}}",
          "type": "string"
        },
        {
          "key": "username",
          "value": "{{applicationId}}",
          "type": "string"
        }
      ]
    }
  }
}